Skip to content

Commit

Permalink
Bump the all-dependencies group across 2 directories with 6 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](https://github.com/webpack/webpack).
Bumps the all-dependencies group with 5 updates in the /sites directory:

| Package | From | To |
| --- | --- | --- |
| [@codemirror/view](https://github.com/codemirror/view) | `6.33.0` | `6.34.1` |
| [@csstools/postcss-bundler](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-bundler) | `2.0.1` | `2.0.2` |
| [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) | `26.0.1` | `28.0.0` |
| [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) | `15.2.4` | `15.3.0` |
| [rollup](https://github.com/rollup/rollup) | `4.22.4` | `4.22.5` |



Updates `webpack` from 5.94.0 to 5.95.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.94.0...v5.95.0)

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

Updates `@csstools/postcss-bundler` from 2.0.1 to 2.0.2
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-bundler/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-bundler)

Updates `@rollup/plugin-commonjs` from 26.0.1 to 28.0.0
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v28.0.0/packages/commonjs)

Updates `@rollup/plugin-node-resolve` from 15.2.4 to 15.3.0
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v15.3.0/packages/node-resolve)

Updates `rollup` from 4.22.4 to 4.22.5
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.22.4...v4.22.5)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@codemirror/view"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@csstools/postcss-bundler"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@rollup/plugin-commonjs"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@rollup/plugin-node-resolve"
  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-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 29, 2024
1 parent 9874ba8 commit ed5b031
Show file tree
Hide file tree
Showing 5 changed files with 180 additions and 109 deletions.
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.4.47",
"webpack": "^5.94.0",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.3",
"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.4.47",
"webpack": "^5.94.0",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.3",
"postcss-loader": "^8.1.1",
"style-loader": "^4.0.0",
Expand Down
Loading

0 comments on commit ed5b031

Please sign in to comment.