Skip to content

Commit 354f0a9

Browse files
chore(deps): bump the npm-version-updates group with 5 updates
Bumps the npm-version-updates group with 5 updates: | Package | From | To | | --- | --- | --- | | [@napi-rs/cli](https://github.com/napi-rs/napi-rs) | `3.4.1` | `3.5.0` | | [@oxc-node/core](https://github.com/oxc-project/oxc-node) | `0.0.34` | `0.0.35` | | [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.29.0` | `1.31.0` | | [prettier](https://github.com/prettier/prettier) | `3.6.2` | `3.7.3` | | [tinybench](https://github.com/tinylibs/tinybench) | `5.1.0` | `6.0.0` | Updates `@napi-rs/cli` from 3.4.1 to 3.5.0 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.4.1...@napi-rs/cli@3.5.0) Updates `@oxc-node/core` from 0.0.34 to 0.0.35 - [Release notes](https://github.com/oxc-project/oxc-node/releases) - [Changelog](https://github.com/oxc-project/oxc-node/blob/main/CHANGELOG.md) - [Commits](oxc-project/oxc-node@v0.0.34...v0.0.35) Updates `oxlint` from 1.29.0 to 1.31.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.31.0/npm/oxlint) Updates `prettier` from 3.6.2 to 3.7.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.6.2...3.7.3) Updates `tinybench` from 5.1.0 to 6.0.0 - [Release notes](https://github.com/tinylibs/tinybench/releases) - [Commits](tinylibs/tinybench@v5.1.0...v6.0.0) --- updated-dependencies: - dependency-name: "@napi-rs/cli" dependency-version: 3.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-version-updates - dependency-name: "@oxc-node/core" dependency-version: 0.0.35 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-version-updates - dependency-name: oxlint dependency-version: 1.31.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-version-updates - dependency-name: prettier dependency-version: 3.7.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-version-updates - dependency-name: tinybench dependency-version: 6.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-version-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0fa8388 commit 354f0a9

File tree

2 files changed

+330
-345
lines changed

2 files changed

+330
-345
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@emnapi/core": "^1.4.5",
6060
"@emnapi/runtime": "^1.4.5",
6161
"@napi-rs/cli": "^3.0.3",
62-
"@oxc-node/core": "^0.0.34",
62+
"@oxc-node/core": "^0.0.35",
6363
"@taplo/cli": "^0.7.0",
6464
"@tybys/wasm-util": "^0.10.0",
6565
"@types/node": "^24.5.2",
@@ -71,7 +71,7 @@
7171
"nyc": "^17.1.0",
7272
"oxlint": "^1.8.0",
7373
"prettier": "^3.6.2",
74-
"tinybench": "^5.0.0",
74+
"tinybench": "^6.0.0",
7575
"typescript": "^5.8.3"
7676
},
7777
"lint-staged": {

0 commit comments

Comments
 (0)