Skip to content

Commit ce9e83e

Browse files
build(deps): update development dependencies and pnpm action (#139)
* build(deps-dev): bump the development-minor-and-patch group with 3 updates Bumps the development-minor-and-patch group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `@types/node` from 25.9.2 to 25.9.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `oxfmt` from 0.54.0 to 0.55.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.55.0/npm/oxfmt) Updates `vitest` from 4.1.8 to 4.1.9 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/HEAD/packages/vitest) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.9.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-minor-and-patch - dependency-name: oxfmt dependency-version: 0.55.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-minor-and-patch - dependency-name: vitest dependency-version: 4.1.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps): complete dependency updates --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Peter Steinberger <steipete@gmail.com>
1 parent 77da75b commit ce9e83e

3 files changed

Lines changed: 232 additions & 232 deletions

File tree

.github/workflows/crabbox-hydrate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
ref: ${{ inputs.ref || github.ref }}
4545

46-
- uses: pnpm/action-setup@v6.0.8
46+
- uses: pnpm/action-setup@v6.0.9
4747
with:
4848
version: ${{ env.PNPM_VERSION }}
4949

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
"zod": "^4.4.3"
3535
},
3636
"devDependencies": {
37-
"@types/node": "^25.9.2",
38-
"oxfmt": "^0.54.0",
39-
"oxlint": "^1.69.0",
37+
"@types/node": "^25.9.3",
38+
"oxfmt": "^0.55.0",
39+
"oxlint": "^1.70.0",
4040
"typescript": "^6.0.3",
41-
"vitest": "^4.1.8"
41+
"vitest": "^4.1.9"
4242
},
4343
"engines": {
4444
"node": ">=22"

0 commit comments

Comments
 (0)