Skip to content

Commit b68ea12

Browse files
Bump the all-dependencies group across 2 directories with 5 updates
Bumps the all-dependencies group with 2 updates in the /e2e directory: [webpack](https://github.com/webpack/webpack) and [webpack-cli](https://github.com/webpack/webpack-cli). Bumps the all-dependencies group with 3 updates in the /sites directory: [@codemirror/state](https://github.com/codemirror/state), [@codemirror/view](https://github.com/codemirror/view) and [markdown-it](https://github.com/markdown-it/markdown-it). Updates `webpack` from 5.108.1 to 5.108.4 - [Release notes](https://github.com/webpack/webpack/releases) - [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md) - [Commits](webpack/webpack@v5.108.1...v5.108.4) Updates `webpack-cli` from 7.1.0 to 7.2.1 - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@7.1.0...webpack-cli@7.2.1) Updates `@codemirror/state` from 6.7.0 to 6.7.1 - [Changelog](https://github.com/codemirror/state/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/state/commits) Updates `@codemirror/view` from 6.43.4 to 6.43.5 - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/commits) Updates `markdown-it` from 14.2.0 to 14.3.0 - [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md) - [Commits](markdown-it/markdown-it@14.2.0...14.3.0) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.108.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: webpack-cli dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: "@codemirror/state" dependency-version: 6.7.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: "@codemirror/view" dependency-version: 6.43.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: markdown-it dependency-version: 14.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 697e440 commit b68ea12

5 files changed

Lines changed: 35 additions & 35 deletions

File tree

e2e/package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e2e/webpack/bundle-through/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"postcss": "^8.5.16",
13-
"webpack": "^5.108.1",
14-
"webpack-cli": "^7.1.0",
13+
"webpack": "^5.108.4",
14+
"webpack-cli": "^7.2.1",
1515
"postcss-preset-env": "file:../../../plugin-packs/postcss-preset-env"
1616
},
1717
"volta": {

e2e/webpack/postcss-loader/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
},
1010
"dependencies": {
1111
"postcss": "^8.5.16",
12-
"webpack": "^5.108.1",
13-
"webpack-cli": "^7.1.0",
12+
"webpack": "^5.108.4",
13+
"webpack-cli": "^7.2.1",
1414
"postcss-loader": "^8.2.1",
1515
"style-loader": "^4.0.0",
1616
"css-loader": "^7.1.3",

sites/package-lock.json

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sites/postcss-preset-env/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
"@babel/preset-env": "^8.0.2",
5959
"@codemirror/lang-css": "^6.3.1",
6060
"@codemirror/lang-javascript": "^6.2.4",
61-
"@codemirror/state": "^6.5.3",
61+
"@codemirror/state": "^6.7.1",
6262
"@codemirror/theme-one-dark": "^6.1.3",
63-
"@codemirror/view": "^6.43.0",
63+
"@codemirror/view": "^6.43.5",
6464
"@csstools/css-calc": "^3.2.1",
6565
"@csstools/css-color-parser": "^4.1.1",
6666
"@csstools/css-parser-algorithms": "^4.0.0",
@@ -75,7 +75,7 @@
7575
"codemirror": "^6.0.2",
7676
"cssdb": "^8.7.1",
7777
"luxon": "^3.7.2",
78-
"markdown-it": "^14.2.0",
78+
"markdown-it": "^14.3.0",
7979
"npm-run-all": "^4.1.5",
8080
"postcss": "^8.5.16",
8181
"postcss-cli": "^11.0.1",

0 commit comments

Comments
 (0)