Skip to content

Commit f54c137

Browse files
Bump the all-dependencies group across 3 directories with 3 updates
Bumps the all-dependencies group with 2 updates in the /e2e directory: [postcss](https://github.com/postcss/postcss) and [typescript](https://github.com/microsoft/TypeScript). Bumps the all-dependencies group with 1 update in the /e2e-package-managers/yarn directory: [postcss](https://github.com/postcss/postcss). Bumps the all-dependencies group with 2 updates in the /sites directory: [postcss](https://github.com/postcss/postcss) and [@codemirror/view](https://github.com/codemirror/view). Updates `postcss` from 8.5.16 to 8.5.18 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.16...8.5.18) Updates `typescript` from 6.0.3 to 7.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) Updates `postcss` from 8.5.20 to 8.5.18 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.16...8.5.18) Updates `postcss` from 8.5.16 to 8.5.18 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.16...8.5.18) Updates `@codemirror/view` from 6.43.5 to 6.43.6 - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/commits) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: postcss dependency-version: 8.5.18 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: postcss dependency-version: 8.5.18 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: "@codemirror/view" dependency-version: 6.43.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 696c2c3 commit f54c137

10 files changed

Lines changed: 374 additions & 33 deletions

File tree

e2e-package-managers/yarn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"description": "Can you use yarn with our plugins?",
66
"devDependencies": {
7-
"postcss": "^8.5.16",
7+
"postcss": "^8.5.18",
88
"postcss-preset-env": "^11.3.2"
99
},
1010
"volta": {

e2e/browserslist/package-json/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "BROWSERSLIST_ENV=development node ./index.mjs && BROWSERSLIST_ENV=production node ./index.mjs && BROWSERSLIST_ENV=legacy-edge node ./index.mjs && node ./use-plugin-option.mjs"
88
},
99
"devDependencies": {
10-
"postcss": "^8.5.16",
10+
"postcss": "^8.5.18",
1111
"postcss-preset-env": "file:../../../plugin-packs/postcss-preset-env"
1212
},
1313
"browserslist": {

0 commit comments

Comments
 (0)