Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump the all-dependencies group across 2 directories with 3 updates
Bumps the all-dependencies group with 1 update in the /e2e directory: [webpack](https://github.com/webpack/webpack).
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` from 5.100.1 to 5.100.2
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.100.1...v5.100.2)

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

Updates `rollup` from 4.45.0 to 4.45.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.45.0...v4.45.1)

---
updated-dependencies:
- dependency-name: webpack
  dependency-version: 5.100.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@codemirror/view"
  dependency-version: 6.38.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: rollup
  dependency-version: 4.45.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 20, 2025
commit 46eaf957417079c3d52b7153b678a1e6a58fc2b4
10 changes: 5 additions & 5 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 @@ -10,7 +10,7 @@
},
"dependencies": {
"postcss": "^8.5.6",
"webpack": "^5.100.1",
"webpack": "^5.100.2",
"webpack-cli": "^6.0.1",
"postcss-preset-env": "file:../../../plugin-packs/postcss-preset-env"
},
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 @@ -9,7 +9,7 @@
},
"dependencies": {
"postcss": "^8.5.6",
"webpack": "^5.100.1",
"webpack": "^5.100.2",
"webpack-cli": "^6.0.1",
"postcss-loader": "^8.1.1",
"style-loader": "^4.0.0",
Expand Down
Loading
Loading