Skip to content

Commit 5e79736

Browse files
build(deps-dev): bump the npm group with 3 updates (#82)
Bumps the npm group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [typedoc](https://github.com/TypeStrong/TypeDoc) and [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint). Updates `@types/node` from 24.3.0 to 24.3.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `typedoc` from 0.28.11 to 0.28.12 - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](TypeStrong/typedoc@v0.28.11...v0.28.12) Updates `oxlint` from 1.12.0 to 1.14.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.14.0/npm/oxlint) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 24.3.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: typedoc dependency-version: 0.28.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: oxlint dependency-version: 1.14.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 998354f commit 5e79736

4 files changed

Lines changed: 87 additions & 156 deletions

File tree

bindings/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"license": "MIT",
4040
"devDependencies": {
4141
"@napi-rs/cli": "3.1.5",
42-
"@types/node": "24.3.0",
42+
"@types/node": "24.3.1",
4343
"prettier": "3.6.2"
4444
},
4545
"engines": {

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"version": "0.1.0",
55
"devDependencies": {
6-
"typedoc": "0.28.11",
6+
"typedoc": "0.28.12",
77
"typescript": "5.9.2"
88
},
99
"license": "MIT",

examples/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"version": "0.1.0",
55
"devDependencies": {
6-
"oxlint": "1.12.0",
6+
"oxlint": "1.14.0",
77
"prettier": "3.6.2",
88
"typescript": "5.9.2"
99
},

0 commit comments

Comments
 (0)