tools icon indicating copy to clipboard operation
tools copied to clipboard

๐Ÿ›  Tools for maintaining cdnjs - The #1 free and open source CDN built to make life easier for developers.

Results 26 tools issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.7.1+incompatible to 2.8.2+incompatible. Release notes Sourced from github.com/docker/distribution's releases. v2.8.2 What's Changed Revert registry/client: set Accept: identity header when getting layers by @โ€‹ndeloof in distribution/distribution#3783 Parse http...

dependencies

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.6+incompatible to 20.10.24+incompatible. Release notes Sourced from github.com/docker/docker's releases. v20.10.24 20.10.24 Bug fixes and enhancements Fixed a number of issues that can cause Swarm encrypted overlay networks...

dependencies

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20210326060303-6b1517762897 to 0.7.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20210326060303-6b1517762897&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.4.4 to 1.5.18. Release notes Sourced from github.com/containerd/containerd's releases. containerd 1.5.18 Welcome to the v1.5.18 release of containerd! The eighteenth patch release for containerd 1.5 includes fixes...

dependencies

It looks like `uglify-es` has been deprecated on NPM. Further, `terser` seems to a more common tool used for compressing JS assets, so we should replace `uglify-js` with it. Hopefully...

Split processing into multiple phases. See comments in main(). This change includes a fix, we make sure not to generate a `.min.js` file if it already exists in the published...

We can take advantage of GitHub's api to detect new versions

I would love to see support for Github releases as an auto-update source. We can use Github API to fetch a list of releases along with their assets https://docs.github.com/en/rest/reference/repos#releases