Skip to content

Commit 460e1de

Browse files
build(deps-dev): bump the npm group across 1 directory with 2 updates (#222)
* Updates `@napi-rs/cli` from 3.4.1 to 3.5.0 * Updates `oxlint` from 1.28.0 to 1.31.0 * update package.lock file * bumps yarn to v4.12.0 ---- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brendan <2bndy5@gmail.com>
1 parent f621fce commit 460e1de

File tree

5 files changed

+458
-457
lines changed

5 files changed

+458
-457
lines changed

.yarn/releases/yarn-4.11.0.cjs renamed to .yarn/releases/yarn-4.12.0.cjs

Lines changed: 191 additions & 191 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ nodeLinker: node-modules
22

33
npmAuditRegistry: "https://registry.npmjs.org"
44

5-
yarnPath: .yarn/releases/yarn-4.11.0.cjs
5+
yarnPath: .yarn/releases/yarn-4.12.0.cjs

bindings/node/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
},
2222
"license": "MIT",
2323
"devDependencies": {
24-
"@napi-rs/cli": "3.4.1",
24+
"@napi-rs/cli": "3.5.0",
2525
"ava": "^6.4.1",
26-
"oxlint": "^1.28.0"
26+
"oxlint": "^1.31.0"
2727
},
2828
"ava": {
2929
"timeout": "3m"
@@ -40,7 +40,7 @@
4040
"lint": "oxlint",
4141
"test": "ava"
4242
},
43-
"packageManager": "yarn@4.9.2",
43+
"packageManager": "yarn@4.12.0",
4444
"description": "Node.js binding for the cpp-linter Rust source.",
4545
"repository": {
4646
"type": "git",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
"workspaces": [
2828
"bindings/node"
2929
],
30-
"packageManager": "yarn@4.11.0"
30+
"packageManager": "yarn@4.12.0"
3131
}

0 commit comments

Comments
 (0)