Skip to content

Bump the dev-webpack group across 1 directory with 3 updates#105

Closed
dependabot[bot] wants to merge 1 commit intotrunkfrom
dependabot/npm_and_yarn/dev-webpack-8099cf9692
Closed

Bump the dev-webpack group across 1 directory with 3 updates#105
dependabot[bot] wants to merge 1 commit intotrunkfrom
dependabot/npm_and_yarn/dev-webpack-8099cf9692

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 8, 2025

Bumps the dev-webpack group with 3 updates in the / directory: @pmmmwh/react-refresh-webpack-plugin, terser-webpack-plugin and webpack.

Updates @pmmmwh/react-refresh-webpack-plugin from 0.5.15 to 0.5.16

Release notes

Sourced from @​pmmmwh/react-refresh-webpack-plugin's releases.

v0.5.16

0.5.16 (31 Mar 2025)

Fixes

  • Fixed out of order cleanup when using top-level await (#898)
Changelog

Sourced from @​pmmmwh/react-refresh-webpack-plugin's changelog.

0.5.16 (31 Mar 2025)

Fixes

  • Fixed out of order cleanup when using top-level await (#898)
Commits
  • a106ec7 chore: release v0.5.16 (#903)
  • 92d7fd6 fix: out of order cleanup with top-level await (#898)
  • 781ef6b docs: update CI badge on README (#902)
  • a2e6c17 ci: fix GH actions trigger criteria
  • 3e21d36 ci: migrate to github actions (#901)
  • be959be chore(deps): bump nanoid from 3.3.7 to 3.3.8 in /examples/webpack-plugin-serv...
  • d93f7bb chore(deps): bump koa from 2.15.3 to 2.15.4 (#897)
  • 05c3bfb chore(deps): bump elliptic from 6.6.0 to 6.6.1 (#895)
  • 5f36f04 chore(deps): bump koa from 2.15.3 to 2.15.4 in /examples/webpack-plugin-serve...
  • 9f07d21 chore(deps-dev): bump nanoid from 3.3.7 to 3.3.8 (#892)
  • Additional commits viewable in compare view

Updates terser-webpack-plugin from 5.3.12 to 5.3.14

Release notes

Sourced from terser-webpack-plugin's releases.

v5.3.14

5.3.14 (2025-03-06)

Bug Fixes

v5.3.13

5.3.13 (2025-03-05)

Bug Fixes

  • ecma and module types in minimizer options (#620) (5aa43c2)
Changelog

Sourced from terser-webpack-plugin's changelog.

5.3.14 (2025-03-06)

Bug Fixes

5.3.13 (2025-03-05)

Bug Fixes

  • ecma and module types in minimizer options (#620) (5aa43c2)
Commits

Updates webpack from 5.98.0 to 5.99.2

Release notes

Sourced from webpack's releases.

v5.99.2

Fixes

  • Dead control flow for exotic cases

v5.99.1

Fixes

  • Dead control flow for many cases

v5.99.0

Fixes

  • Fixed a lot of types
  • Fixed runtime error when using asset module as entrypoint and runtimeChunk
  • JSON generator now preserves __proto__ property
  • Fixed when entry module isn't executed when targeting webworker with a runtime chunk
  • Do not duplicate modules with import attributes and reexport
  • The module and module ESM libraries have been union and code generation has been improved
  • Use a valid output path for errored asset modules
  • Remove BOM from JavaScript and CSS files when loader was not used
  • Create export for externals for module/modern-module library
  • Export unprovided variables for commonjs-static library
  • Forward semicolons from meta.webpackAST
  • Use xxhash64 for cache.hashAlgorithm when experiments.futureDefaults enabled
  • [CSS] Fixed profiling plugin for CSS
  • [CSS] Avoid extra module.export output for CSS module

Features

  • Add dead control flow check
  • Handle new Worker(import.meta.url) and new Worker(new URL(import.meta.url)) syntax
  • Added ability to generate custom error content for generators

Performance Improvements

  • Fixed excessive calls of getAllReferences
  • Optimize loc for monomorphic inline caching

Chores

  • Switch on strict types for typescript
Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 8, 2025
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dev-webpack-8099cf9692 branch 6 times, most recently from 1a77310 to 535714b Compare April 16, 2025 15:00
Bumps the dev-webpack group with 3 updates in the / directory: [@pmmmwh/react-refresh-webpack-plugin](https://github.com/pmmmwh/react-refresh-webpack-plugin), [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) and [webpack](https://github.com/webpack/webpack).


Updates `@pmmmwh/react-refresh-webpack-plugin` from 0.5.15 to 0.5.16
- [Release notes](https://github.com/pmmmwh/react-refresh-webpack-plugin/releases)
- [Changelog](https://github.com/pmmmwh/react-refresh-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](pmmmwh/react-refresh-webpack-plugin@v0.5.15...v0.5.16)

Updates `terser-webpack-plugin` from 5.3.12 to 5.3.14
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack/terser-webpack-plugin@v5.3.12...v5.3.14)

Updates `webpack` from 5.98.0 to 5.99.2
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.98.0...v5.99.2)

---
updated-dependencies:
- dependency-name: "@pmmmwh/react-refresh-webpack-plugin"
  dependency-version: 0.5.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-webpack
- dependency-name: terser-webpack-plugin
  dependency-version: 5.3.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-webpack
- dependency-name: webpack
  dependency-version: 5.99.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-webpack
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dev-webpack-8099cf9692 branch from 535714b to 2a8b7d6 Compare April 17, 2025 14:31
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 18, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Apr 18, 2025
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/dev-webpack-8099cf9692 branch April 18, 2025 14:38
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants