usablica / intro.js

Lightweight, user-friendly onboarding tour library
http://introjs.com
Other
22.76k stars 2.59k forks source link

chore(deps-dev): bump minify from 9.1.0 to 10.2.0 #1925

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps minify from 9.1.0 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

You can trigger a rebase of this PR 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
intro-js ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 25, 2023 2:05pm
dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.