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

chore(deps): update dependency terser-webpack-plugin to v5 - autoclosed #2619

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 16, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
terser-webpack-plugin 2.3.8 -> 5.3.10 age adoption passing confidence

Release Notes

webpack-contrib/terser-webpack-plugin (terser-webpack-plugin)

v5.3.10

Compare Source

v5.3.9

Compare Source

v5.3.8

Compare Source

v5.3.7

Compare Source

v5.3.6

Compare Source

v5.3.5

Compare Source

v5.3.4

Compare Source

v5.3.3

Compare Source

v5.3.2

Compare Source

v5.3.1

Compare Source

v5.3.0

Compare Source

Features
  • removed cjs wrapper and generated types in commonjs format (export = and namespaces used in types), now you can directly use exported types (#​463) (34fadde)
5.2.5 (2021-11-08)
Bug Fixes
  • output readable esbuild warnings (9431b32)
5.2.4 (2021-09-09)
Bug Fixes
5.2.3 (2021-09-03)
Bug Fixes
5.2.2 (2021-09-03)
Bug Fixes
  • types for optional dependencies have been removed in favor of the options provided by the developer (potential breaking change for types due invalid usage), please look at example (d7ea08f)
5.2.1 (2021-09-02)
Bug Fixes

v5.2.5

Compare Source

v5.2.4

Compare Source

v5.2.3

Compare Source

v5.2.2

Compare Source

v5.2.1

Compare Source

v5.2.0

Compare Source

Notes
  • due terser-webpack-plugin has its own types now, @types/terser-webpack-plugin should be not used anymore, also @types/terser-webpack-plugin is not compatible and has wrong types
Features
5.1.4 (2021-06-25)
  • update serialize-javascript
5.1.3 (2021-05-31)
Chore
  • update jest-worker
5.1.2 (2021-05-12)
Bug Fixes
5.1.1 (2021-01-09)
Bug Fixes

v5.1.4

Compare Source

  • update serialize-javascript

v5.1.3

Compare Source

v5.1.2

Compare Source

v5.1.1

Compare Source

v5.1.0

Compare Source

Features
5.0.3 (2020-10-28)
Bug Fixes
5.0.2 (2020-10-27)
Bug Fixes
  • compatibility with the format option for terser (b944353)
5.0.1 (2020-10-23)
Bug Fixes
  • improved performance (we strongly recommend using latest LTS releases) (#​345) (95f3418)
  • used worker_thread where is it possible (#​344) (3c50404)
  • fixed terser options for es module (a12730f)

v5.0.3

Compare Source

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

⚠ BREAKING CHANGES
  • webpack@4 no longer supported
  • removed the cache option
  • removed the cacheKeys option
  • removed the sourceMap option (respect the devtool option by default)
Bug Fixes
  • reduce deps
  • performance improvement
4.2.3 (2020-10-07)
Bug Fixes
4.2.2 (2020-09-19)
Bug Fixes
4.2.1 (2020-09-15)
Bug Fixes

v4.2.3

Compare Source

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

Features
Bug Fixes

v4.1.0

Compare Source

Features
  • pass license files as related assets for webpack@5 (7d3ae95)
Bug Fixes
  • compatibility with 10.13 version of Node.js

v4.0.0

Compare Source

⚠ BREAKING CHANGES
  • the warningsFilter option was removed without replacement,
  • terser version is 5,
  • return value of the minify option was changed, only code/map/extractedComments are valid
Features
  • improved compatibility with webpack@5

v3.1.0

Compare Source

Features
Bug Fixes
  • compatibility cache feature with webpack@5 (5d2bd29)
  • skip double compression for child compilation (37cc813)
3.0.8 (2020-07-27)
Bug Fixes
  • compatibility with child compilations (9da4add)
3.0.7 (2020-07-16)
Bug Fixes
  • uglify additional assets (100e38e)
3.0.6 (2020-06-18)
Bug Fixes
  • do not crash on buffer assets (3c67023)
3.0.5 (2020-06-15)
Bug Fixes
3.0.4 (2020-06-13)
Chore
  • update p-limit and serialize-javascript packages
3.0.3 (2020-06-03)
Bug Fixes
  • compatibility with >= 10.13 versions of Node.js
  • security problem (#​259) (522aa2c)
3.0.2 (2020-05-26)
Bug Fixes
3.0.1 (2020-05-06)
Bug Fixes
  • parallelism in multi compilation mode (0ee7ed2)
  • remove redundant code for the chunkFilter option (#​243) (7220734)

v3.0.8

Compare Source

v3.0.7

Compare Source

v3.0.6

Compare Source

v3.0.5

Compare Source

v3.0.4

Compare Source

v3.0.3

Compare Source

v3.0.2

Compare Source

v3.0.1

Compare Source

v3.0.0

Compare Source

⚠ BREAKING CHANGES
  • minimum supported Node.js version is 10.13
  • the chunkFilter was removed, please use test/include/exclude options
  • change arguments order for the warningFilter option from Function<(warning, file, source) -> Boolean> to Function<(file, warning, source) -> Boolean>
  • when the extractComments.filename option is a function it pass only one argument and it is object with filename, basename, query and hash properties
  • if the value from the extractComments.filename option conflicts with existing assets, an error will be thrown instead of a warning
  • use the optimizeAssets hook for webpack@5
2.3.6 (2020-04-25)
Bug Fixes
  • preserve @license comments starting with // (d3f0c81)
2.3.5 (2020-02-14)
Bug Fixes
  • do not break code with shebang (fac58cb)
2.3.4 (2020-01-30)
Bug Fixes
  • respect stdout and stderr of workers and do not create warnings (#​215) (5708574)
  • use webpack hash options rather than hard-code MD4 (#​213) (330c1f6)
2.3.3 (2020-01-28)
Bug Fixes
2.3.2 (2020-01-09)
Bug Fixes
2.3.1 (2019-12-17)
Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the 🤖 Type: Dependencies Dependency updates or something similar label Oct 16, 2023
@vercel
Copy link

vercel bot commented Oct 16, 2023

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

Name Status Preview Comments Updated (UTC)
ui-kit ❌ Failed (Inspect) Sep 6, 2024 2:02pm
ui-kit-storybook-v2 ❌ Failed (Inspect) Sep 6, 2024 2:02pm
ui-kit-storybook-v8 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 6, 2024 2:02pm

@changeset-bot
Copy link

changeset-bot bot commented Oct 16, 2023

⚠️ No Changeset found

Latest commit: ad923b6

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch from e855bdb to b7124ef Compare October 18, 2023 12:56
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch from b7124ef to 7bc4251 Compare October 20, 2023 06:57
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch from 7bc4251 to c0e3c6f Compare October 20, 2023 07:15
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch from c0e3c6f to d7ea242 Compare October 20, 2023 09:44
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch from d7ea242 to caabfb2 Compare October 20, 2023 10:13
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch from caabfb2 to b1eb83c Compare October 20, 2023 17:20
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch from b1eb83c to a286cb0 Compare October 23, 2023 14:47
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch from a286cb0 to 15969e3 Compare October 23, 2023 15:32
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch from 15969e3 to 27ea74b Compare October 30, 2023 12:46
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch from 27ea74b to bb82af9 Compare October 30, 2023 14:11
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch from bb82af9 to b4cc28a Compare November 6, 2023 20:16
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch from b4cc28a to 04e439c Compare November 7, 2023 09:05
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch from 04e439c to fb6b65d Compare November 7, 2023 09:25
@vercel vercel bot temporarily deployed to Preview – ui-kit-storybook-v8 August 5, 2024 10:05 Inactive
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch from 8229e3c to f613c7c Compare August 7, 2024 08:44
@vercel vercel bot temporarily deployed to Preview – ui-kit-storybook-v8 August 7, 2024 08:55 Inactive
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch from f613c7c to 9d00e76 Compare August 7, 2024 11:29
@vercel vercel bot temporarily deployed to Preview – ui-kit-storybook-v8 August 7, 2024 11:40 Inactive
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch from 9d00e76 to f8c1b7f Compare August 12, 2024 10:22
@vercel vercel bot temporarily deployed to Preview – ui-kit-storybook-v8 August 12, 2024 10:32 Inactive
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch from f8c1b7f to a2b7638 Compare September 2, 2024 12:35
@vercel vercel bot temporarily deployed to Preview – ui-kit-storybook-v8 September 2, 2024 12:47 Inactive
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch from a2b7638 to f832d43 Compare September 2, 2024 13:38
@vercel vercel bot temporarily deployed to Preview – ui-kit-storybook-v8 September 2, 2024 13:47 Inactive
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch from f832d43 to a03e96b Compare September 5, 2024 12:50
@vercel vercel bot temporarily deployed to Preview – ui-kit-storybook-v8 September 5, 2024 13:01 Inactive
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch from a03e96b to fb6d33a Compare September 5, 2024 15:06
@vercel vercel bot temporarily deployed to Preview – ui-kit-storybook-v8 September 5, 2024 15:17 Inactive
@renovate renovate bot force-pushed the renovate/terser-webpack-plugin-5.x branch from fb6d33a to ad923b6 Compare September 6, 2024 13:53
@vercel vercel bot temporarily deployed to Preview – ui-kit-storybook-v8 September 6, 2024 14:02 Inactive
@renovate renovate bot changed the title chore(deps): update dependency terser-webpack-plugin to v5 chore(deps): update dependency terser-webpack-plugin to v5 - autoclosed Sep 9, 2024
@renovate renovate bot closed this Sep 9, 2024
@renovate renovate bot deleted the renovate/terser-webpack-plugin-5.x branch September 9, 2024 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant