Skip to content

Commit

Permalink
Bump the all-dependencies group across 2 directories with 3 updates
Browse files Browse the repository at this point in the history
Bumps the all-dependencies group with 1 update in the /e2e directory: [webpack-cli](https://github.com/webpack/webpack-cli).
Bumps the all-dependencies group with 2 updates in the /sites directory: [@codemirror/view](https://github.com/codemirror/view) and [rollup](https://github.com/rollup/rollup).


Updates `webpack-cli` from 5.1.4 to 6.0.1
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.4...webpack-cli@6.0.1)

Updates `@codemirror/view` from 6.35.3 to 6.36.1
- [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md)
- [Commits](codemirror/view@6.35.3...6.36.1)

Updates `rollup` from 4.28.1 to 4.29.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.28.1...v4.29.1)

---
updated-dependencies:
- dependency-name: webpack-cli
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@codemirror/view"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent e171233 commit 2416a0b
Show file tree
Hide file tree
Showing 5 changed files with 134 additions and 172 deletions.
109 changes: 46 additions & 63 deletions e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion e2e/webpack/bundle-through/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"postcss": "^8.4.47",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.3",
"webpack-cli": "^6.0.1",
"postcss-preset-env": "file:../../../plugin-packs/postcss-preset-env"
},
"volta": {
Expand Down
2 changes: 1 addition & 1 deletion e2e/webpack/postcss-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"postcss": "^8.4.47",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.3",
"webpack-cli": "^6.0.1",
"postcss-loader": "^8.1.1",
"style-loader": "^4.0.0",
"css-loader": "^7.1.1",
Expand Down
Loading

0 comments on commit 2416a0b

Please sign in to comment.