tools
tools copied to clipboard
๐ Tools for maintaining cdnjs - The #1 free and open source CDN built to make life easier for developers.
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...
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...
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 [](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...
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...
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...
raised from #234
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