Skip to content

Comments

Bump the dev-webpack group across 1 directory with 5 updates#212

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

Bump the dev-webpack group across 1 directory with 5 updates#212
dependabot[bot] wants to merge 1 commit intotrunkfrom
dependabot/npm_and_yarn/dev-webpack-23af2a1195

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 28, 2025

Bumps the dev-webpack group with 5 updates in the / directory:

Package From To
@pmmmwh/react-refresh-webpack-plugin 0.5.14 0.5.15
copy-webpack-plugin 12.0.1 12.0.2
source-map-loader 4.0.2 5.0.0
terser-webpack-plugin 5.3.10 5.3.11
webpack-livereload-plugin 3.0.1 3.0.2

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

Release notes

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

v0.5.15

0.5.15 (3 Jun 2024)

Fixes

  • Fixed wrong import in error overlay for ansi-html (#853)
Changelog

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

0.5.15 (3 Jun 2024)

Fixes

  • Fixed wrong import in error overlay for ansi-html (#853)
Commits

Updates copy-webpack-plugin from 12.0.1 to 12.0.2

Release notes

Sourced from copy-webpack-plugin's releases.

v12.0.2

12.0.2 (2024-01-17)

Bug Fixes

Changelog

Sourced from copy-webpack-plugin's changelog.

12.0.2 (2024-01-17)

Bug Fixes

Commits

Updates source-map-loader from 4.0.2 to 5.0.0

Release notes

Sourced from source-map-loader's releases.

v5.0.0

5.0.0 (2024-01-15)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 18.12.0 (#230) (7fcab17)
Changelog

Sourced from source-map-loader's changelog.

5.0.0 (2024-01-15)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 18.12.0 (#230) (7fcab17)
Commits

Updates terser-webpack-plugin from 5.3.10 to 5.3.11

Release notes

Sourced from terser-webpack-plugin's releases.

v5.3.11

5.3.11 (2024-12-13)

Bug Fixes

  • avoid the deprecation message (0341ad1)
Changelog

Sourced from terser-webpack-plugin's changelog.

5.3.11 (2024-12-13)

Bug Fixes

  • avoid the deprecation message (0341ad1)
Commits

Updates webpack-livereload-plugin from 3.0.1 to 3.0.2

Changelog

Sourced from webpack-livereload-plugin's changelog.

3.0.2 (2021-08-04)

Commits
  • d151ce9 chore(release): 3.0.2
  • 1e20ac2 Bugfix: useSourceHash (#28) Generate source hash on emit because afterEmit ...
  • See full diff in compare view

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 Jan 28, 2025
Bumps the dev-webpack group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@pmmmwh/react-refresh-webpack-plugin](https://github.com/pmmmwh/react-refresh-webpack-plugin) | `0.5.14` | `0.5.15` |
| [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) | `12.0.1` | `12.0.2` |
| [source-map-loader](https://github.com/webpack-contrib/source-map-loader) | `4.0.2` | `5.0.0` |
| [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) | `5.3.10` | `5.3.11` |
| [webpack-livereload-plugin](https://github.com/statianzo/webpack-livereload-plugin) | `3.0.1` | `3.0.2` |



Updates `@pmmmwh/react-refresh-webpack-plugin` from 0.5.14 to 0.5.15
- [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.14...v0.5.15)

Updates `copy-webpack-plugin` from 12.0.1 to 12.0.2
- [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack/copy-webpack-plugin@v12.0.1...v12.0.2)

Updates `source-map-loader` from 4.0.2 to 5.0.0
- [Release notes](https://github.com/webpack-contrib/source-map-loader/releases)
- [Changelog](https://github.com/webpack-contrib/source-map-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/source-map-loader@v4.0.2...v5.0.0)

Updates `terser-webpack-plugin` from 5.3.10 to 5.3.11
- [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.10...v5.3.11)

Updates `webpack-livereload-plugin` from 3.0.1 to 3.0.2
- [Changelog](https://github.com/statianzo/webpack-livereload-plugin/blob/master/CHANGELOG.md)
- [Commits](statianzo/webpack-livereload-plugin@v3.0.1...v3.0.2)

---
updated-dependencies:
- dependency-name: "@pmmmwh/react-refresh-webpack-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-webpack
- dependency-name: copy-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-webpack
- dependency-name: source-map-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-webpack
- dependency-name: terser-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-webpack
- dependency-name: webpack-livereload-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-webpack
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-webpack-23af2a1195 branch from 1d93b95 to c470467 Compare January 28, 2025 17:14
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 28, 2025

Looks like these dependencies are no longer being updated by Dependabot, so this is no longer needed.

@dependabot dependabot bot closed this Jan 28, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-webpack-23af2a1195 branch January 28, 2025 18:01
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