Skip to content

Commit bde1362

Browse files
build(deps): bump the minor-and-patch group with 6 updates (#101)
Bumps the minor-and-patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.57.0` | `1.58.0` | | [turbo](https://github.com/vercel/turborepo) | `2.8.21` | `2.9.3` | | [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.78.0` | `4.80.0` | | [srvx](https://github.com/h3js/srvx) | `0.11.13` | `0.11.15` | | [@playwright/test](https://github.com/microsoft/playwright) | `1.58.2` | `1.59.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.5.0` | `25.5.2` | Updates `oxlint` from 1.57.0 to 1.58.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.58.0/npm/oxlint) Updates `turbo` from 2.8.21 to 2.9.3 - [Release notes](https://github.com/vercel/turborepo/releases) - [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md) - [Commits](vercel/turborepo@v2.8.21...v2.9.3) Updates `wrangler` from 4.78.0 to 4.80.0 - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.80.0/packages/wrangler) Updates `srvx` from 0.11.13 to 0.11.15 - [Release notes](https://github.com/h3js/srvx/releases) - [Changelog](https://github.com/h3js/srvx/blob/main/CHANGELOG.md) - [Commits](h3js/srvx@v0.11.13...v0.11.15) Updates `@playwright/test` from 1.58.2 to 1.59.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.58.2...v1.59.1) Updates `@types/node` from 25.5.0 to 25.5.2 - [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.58.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: turbo dependency-version: 2.9.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: wrangler dependency-version: 4.80.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: srvx dependency-version: 0.11.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@playwright/test" dependency-version: 1.59.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@types/node" dependency-version: 25.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9fe255a commit bde1362

File tree

5 files changed

+277
-277
lines changed

5 files changed

+277
-277
lines changed

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.57.0",
18+
"oxlint": "^1.58.0",
1919
"prettier": "^3.8.1",
20-
"turbo": "^2.8.21"
20+
"turbo": "^2.9.3"
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.78.0"
32+
"wrangler": "^4.80.0"
3333
}
3434
}

packages/static/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"author": "uhyo <uhyo@uhy.ooo>",
5757
"license": "MIT",
5858
"devDependencies": {
59-
"@playwright/test": "^1.58.2",
59+
"@playwright/test": "^1.59.1",
6060
"@types/node": "catalog:",
6161
"@types/react": "^19.2.14",
6262
"@types/react-dom": "^19.2.3",
@@ -72,7 +72,7 @@
7272
"@vitejs/plugin-rsc": "^0.5.21",
7373
"react-error-boundary": "^6.1.1",
7474
"rsc-html-stream": "^0.0.7",
75-
"srvx": "^0.11.13"
75+
"srvx": "^0.11.15"
7676
},
7777
"peerDependencies": {
7878
"react": "^19.2.3",

0 commit comments

Comments
 (0)