Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump minify from 6.0.1 to 10.2.0 #260

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2023

Bumps minify from 6.0.1 to 10.2.0.

Release notes

Sourced from minify's releases.

minify v10.2.0

Speed up

The fastest way to run Minify will be using:

cat example.js | minify --js

image

Less output size

473B May 24 21:26 minify-v-10.js
482B May 24 21:26 minify-v9.js

🔥 feature

  • b1d4ec1 minify: speed up (#96)

minify v10.1.0

--auto

Add ability to autodetect input:

coderaiser@localcmd:~/minify$ echo 'if (a) b()'| bin/minify.js --auto
a&&b();

🔥 feature

  • 32bd34e package: eslint-plugin-n v16.0.0
  • 6381f4b minify: add support of --auto (#70)

minify v10.0.0

Migrate to @putout/minify from terser

From now minify uses 🐊Putout-based minifier @putout/minify which uses brand new @putout/printer. It gives us more power over configuration and using any kind of code transformations.

If have any issues submit an issue.

Have a nice day 🎈!

🔥 feature

  • 5a3e527 minify: js: migrate to @​putout/minify from terser
  • 4b31151 package: escover v3.2.3

... (truncated)

Changelog

Sourced from minify's changelog.

2023.05.24, v10.2.0

feature:

  • b1d4ec1 minify: speed up (#96)

2023.05.24, v10.1.0

feature:

  • 32bd34e package: eslint-plugin-n v16.0.0
  • 6381f4b minify: add support of --auto

2023.05.10, v10.0.0

feature:

  • 5a3e527 minify: js: migrate to @​putout/minify from terser
  • 4b31151 package: escover v3.2.3
  • a1651fb package: eslint-plugin-putout v17.5.1
  • 7130ae7 package: putout v29.4.1

2023.01.20, v9.2.0

fix:

  • honor .minify.json when reading input from stdin (#95)

feature:

  • package: eslint-plugin-putout v16.3.0
  • package: html-minifier-terser v7.1.0
  • package: supertape v8.2.0
  • package: putout v28.7.0

2022.06.08, v9.1.0

feature:

  • minify: require -> import

2022.05.27, v9.0.0

feature:

  • (package) eslint-plugin-putout v15.3.0
  • minify: drop support of node < 16
  • (package) putout v26.9.0
  • (package) madrun v9.0.3

2022.02.14, v8.0.4

feature:

  • (package) html-minifier-terser v7.0.0-alpha.1
  • (package) eslint-plugin-putout v13.11.0

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 1, 2023
Bumps [minify](https://github.com/coderaiser/minify) from 6.0.1 to 10.2.0.
- [Release notes](https://github.com/coderaiser/minify/releases)
- [Changelog](https://github.com/coderaiser/minify/blob/master/ChangeLog)
- [Commits](coderaiser/minify@v6.0.1...v10.2.0)

---
updated-dependencies:
- dependency-name: minify
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/minify-10.2.0 branch from 69e73da to 2dbd3d9 Compare July 1, 2023 19:30
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 14, 2023

Superseded by #279.

@dependabot dependabot bot closed this Jul 14, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minify-10.2.0 branch July 14, 2023 05:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants