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

Update dependency minify to v10 #42

Merged
merged 1 commit into from
Jul 20, 2023
Merged

Update dependency minify to v10 #42

merged 1 commit into from
Jul 20, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 2, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
minify (source) ^7.0.1 -> ^10.0.0 age adoption passing confidence

Release Notes

coderaiser/minify (minify)

v10.3.0: minify v10.3.0

Compare Source

πŸ”₯ feature

  • 7d9c969 package: eslint-plugin-putout v18.2.0
  • 6fc1803 package: putout v30.4.1

v10.2.0: minify v10.2.0

Compare Source

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

v10.1.0: minify v10.1.0

Compare Source

--auto

Add ability to autodetect input:

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

πŸ”₯ feature

v10.0.0: minify v10.0.0

Compare Source

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

v9.2.0: minify v9.2.0

Compare Source

🐞 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

v9.1.0: minify v9.1.0

Compare Source

πŸ”₯ feature

  • minify: require -> import

v9.0.0: minify v9.0.0

Compare Source

πŸ”₯ feature

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

v8.0.4: minify v8.0.4

Compare Source

πŸ”₯ feature

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

v8.0.3: minify v8.0.3

Compare Source

🐞 fix

v8.0.2: minify v8.0.2

Compare Source

🐞 fix

v8.0.1: minify v8.0.1

Compare Source

🐞 fix

v8.0.0: minify v8.0.0

Compare Source

πŸ”₯ feature

v7.2.2: minify v7.2.2

Compare Source

🐞 fix

v7.2.1: minify v7.2.1

Compare Source

πŸ”₯ feature

  • (package) html-minifier-terser v6.0.2
  • (package) find-up v6.1.0

v7.2.0: minify v7.2.0

Compare Source

πŸ”₯ feature

  • (minify) use readjson

v7.1.0: minify v7.1.0

Compare Source

πŸ”₯ feature

  • (minify) add support for .minify.json config file (thanks a lot to @​code-forger πŸŽ‰ !)
  • (package) supertape v6.6.0
  • (package) eslint v8.0.0-beta.2
  • (package) eslint-plugin-putout v10.1.0
  • (package) putout v20.1.0

v7.0.2: minify v7.0.2

Compare Source

🐞 fix

  • (minify) rm useless HELP.md

πŸ”₯ feature

  • (package) putout v17.0.0
  • (package) supertape v5.2.0
  • (package) putout v16.10.1

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@akdombrowski akdombrowski merged commit e2079dd into main Jul 20, 2023
4 checks passed
@akdombrowski akdombrowski deleted the renovate/minify-10.x branch July 20, 2023 02:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant