Skip to content

Commit d3b11a8

Browse files
chore(deps): bump the npm-version-updates group across 1 directory with 8 updates (#104)
Bumps the npm-version-updates group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@emnapi/core](https://github.com/toyobayashi/emnapi) | `1.9.1` | `1.9.2` | | [@emnapi/runtime](https://github.com/toyobayashi/emnapi) | `1.9.1` | `1.9.2` | | [@napi-rs/cli](https://github.com/napi-rs/napi-rs) | `3.5.1` | `3.6.1` | | [@oxc-node/core](https://github.com/oxc-project/oxc-node) | `0.0.35` | `0.1.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.5.0` | `25.6.0` | | [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.56.0` | `1.59.0` | | [prettier](https://github.com/prettier/prettier) | `3.8.1` | `3.8.2` | | [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `6.0.2` | Updates `@emnapi/core` from 1.9.1 to 1.9.2 - [Release notes](https://github.com/toyobayashi/emnapi/releases) - [Commits](toyobayashi/emnapi@v1.9.1...v1.9.2) Updates `@emnapi/runtime` from 1.9.1 to 1.9.2 - [Release notes](https://github.com/toyobayashi/emnapi/releases) - [Commits](toyobayashi/emnapi@v1.9.1...v1.9.2) Updates `@napi-rs/cli` from 3.5.1 to 3.6.1 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.5.1...@napi-rs/cli@3.6.1) Updates `@oxc-node/core` from 0.0.35 to 0.1.0 - [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.35...v0.1.0) Updates `@types/node` from 25.5.0 to 25.6.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `oxlint` from 1.56.0 to 1.59.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.59.0/npm/oxlint) Updates `prettier` from 3.8.1 to 3.8.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.8.1...3.8.2) Updates `typescript` from 5.9.3 to 6.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v6.0.2) --- updated-dependencies: - dependency-name: "@emnapi/core" dependency-version: 1.9.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-version-updates - dependency-name: "@emnapi/runtime" dependency-version: 1.9.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-version-updates - dependency-name: "@napi-rs/cli" dependency-version: 3.6.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-version-updates - dependency-name: "@oxc-node/core" dependency-version: 0.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-version-updates - dependency-name: "@types/node" dependency-version: 25.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-version-updates - dependency-name: oxlint dependency-version: 1.59.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-version-updates - dependency-name: prettier dependency-version: 3.8.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-version-updates - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-version-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 06c6acc commit d3b11a8

2 files changed

Lines changed: 225 additions & 194 deletions

File tree

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.35",
62+
"@oxc-node/core": "^0.1.0",
6363
"@taplo/cli": "^0.7.0",
6464
"@tybys/wasm-util": "^0.10.0",
6565
"@types/node": "^25.0.2",
@@ -72,7 +72,7 @@
7272
"oxlint": "^1.8.0",
7373
"prettier": "^3.6.2",
7474
"tinybench": "^6.0.0",
75-
"typescript": "^5.8.3"
75+
"typescript": "^6.0.2"
7676
},
7777
"lint-staged": {
7878
"*.@(js|ts|tsx)": [

0 commit comments

Comments
 (0)