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: [typescript](https://github.com/microsoft/TypeScript).
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 `typescript` from 5.6.3 to 5.7.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.3...v5.7.2)

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

Updates `rollup` from 4.27.2 to 4.27.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.27.2...v4.27.4)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  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: 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 Nov 25, 2024
1 parent 9d75abe commit d1e78c7
Show file tree
Hide file tree
Showing 6 changed files with 93 additions and 114 deletions.
17 changes: 8 additions & 9 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/typescript/commonjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"postcss-preset-env": "file:../../../plugin-packs/postcss-preset-env",
"typescript": "^5.6.2"
"typescript": "^5.7.2"
},
"volta": {
"extends": "../../package.json"
Expand Down
2 changes: 1 addition & 1 deletion e2e/typescript/esm--node-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"postcss-preset-env": "file:../../../plugin-packs/postcss-preset-env",
"typescript": "^5.6.2"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion e2e/typescript/esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"postcss-preset-env": "file:../../../plugin-packs/postcss-preset-env",
"typescript": "^5.6.2"
"typescript": "^5.7.2"
},
"volta": {
"extends": "../../package.json"
Expand Down
Loading

0 comments on commit d1e78c7

Please sign in to comment.