Skip to content

Commit e5e5e80

Browse files
build(deps): bump the minor-and-patch group with 6 updates
Bumps the minor-and-patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.47.0` | `1.49.0` | | [turbo](https://github.com/vercel/turborepo) | `2.8.9` | `2.8.10` | | [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.66.0` | `4.67.0` | | [@vitejs/plugin-rsc](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-rsc) | `0.5.19` | `0.5.20` | | [srvx](https://github.com/h3js/srvx) | `0.11.4` | `0.11.7` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.2.3` | `25.3.0` | Updates `oxlint` from 1.47.0 to 1.49.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.49.0/npm/oxlint) Updates `turbo` from 2.8.9 to 2.8.10 - [Release notes](https://github.com/vercel/turborepo/releases) - [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md) - [Commits](vercel/turborepo@v2.8.9...v2.8.10) Updates `wrangler` from 4.66.0 to 4.67.0 - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.67.0/packages/wrangler) Updates `@vitejs/plugin-rsc` from 0.5.19 to 0.5.20 - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-rsc/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-rsc@0.5.20/packages/plugin-rsc) Updates `srvx` from 0.11.4 to 0.11.7 - [Release notes](https://github.com/h3js/srvx/releases) - [Changelog](https://github.com/h3js/srvx/blob/main/CHANGELOG.md) - [Commits](h3js/srvx@v0.11.4...v0.11.7) Updates `@types/node` from 25.2.3 to 25.3.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: oxlint dependency-version: 1.49.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: turbo dependency-version: 2.8.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: wrangler dependency-version: 4.67.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@vitejs/plugin-rsc" dependency-version: 0.5.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: srvx dependency-version: 0.11.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@types/node" dependency-version: 25.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 22ce9dd commit e5e5e80

5 files changed

Lines changed: 239 additions & 238 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"format:check": "prettier --check --experimental-cli ."
1616
},
1717
"devDependencies": {
18-
"oxlint": "^1.47.0",
18+
"oxlint": "^1.50.0",
1919
"prettier": "^3.8.1",
20-
"turbo": "^2.8.9"
20+
"turbo": "^2.8.12"
2121
},
2222
"packageManager": "pnpm@10.30.1"
2323
}

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
"rsc-html-stream": "^0.0.7",
3030
"typescript": "catalog:",
3131
"vite": "catalog:",
32-
"wrangler": "^4.66.0"
32+
"wrangler": "^4.69.0"
3333
}
3434
}

packages/static/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@
7070
},
7171
"dependencies": {
7272
"@funstack/skill-installer": "^1.0.0",
73-
"@vitejs/plugin-rsc": "^0.5.19",
73+
"@vitejs/plugin-rsc": "^0.5.21",
7474
"react-error-boundary": "^6.1.1",
7575
"rsc-html-stream": "^0.0.7",
76-
"srvx": "^0.11.4"
76+
"srvx": "^0.11.8"
7777
},
7878
"peerDependencies": {
7979
"react": "^19.2.3",

0 commit comments

Comments
 (0)