Skip to content

Commit

Permalink
chore(deps-dev): bump the dev-dependencies group with 4 updates (#702)
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 4 updates: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome), [@rspack/cli](https://github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack-cli), [@rspack/core](https://github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@biomejs/biome` from 1.9.3 to 1.9.4
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/cli/v1.9.4/packages/@biomejs/biome)

Updates `@rspack/cli` from 1.0.10 to 1.0.13
- [Release notes](https://github.com/web-infra-dev/rspack/releases)
- [Commits](https://github.com/web-infra-dev/rspack/commits/v1.0.13/packages/rspack-cli)

Updates `@rspack/core` from 1.0.10 to 1.0.13
- [Release notes](https://github.com/web-infra-dev/rspack/releases)
- [Commits](https://github.com/web-infra-dev/rspack/commits/v1.0.13/packages/rspack)

Updates `@types/node` from 22.7.5 to 22.7.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@rspack/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@rspack/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent 3a6063c commit ae6b034
Show file tree
Hide file tree
Showing 3 changed files with 174 additions and 156 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"publint": "pnpm --recursive --filter=\"./packages/**\" exec publint"
},
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@biomejs/biome": "^1.9.4",
"@changesets/cli": "^2.27.9",
"@rspack/cli": "^1.0.10",
"@rspack/core": "^1.0.10",
"@rspack/cli": "^1.0.13",
"@rspack/core": "^1.0.13",
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
"esbuild": "^0.24.0",
"happy-dom": "^15.7.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-anywidget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@anywidget/react": "workspace:^",
"@anywidget/types": "workspace:^",
"@types/node": "^22.7.5",
"@types/node": "^22.7.7",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"esbuild": "^0.24.0",
Expand Down
Loading

0 comments on commit ae6b034

Please sign in to comment.