Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/bump_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,12 @@ def main():
[
"yarn",
"version",
"--new-version",
Updater.new_version,
"--no-git-tag-version",
],
cwd="bindings/node",
check=True,
)
subprocess.run(["napi", "version"], cwd="bindings/node", check=True, shell=True)
print("Updated version in bindings/node/**package.json")
print("Updated version in bindings/node/package.json")

subprocess.run(
[
Expand Down
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@ repos:
rev: v6.0.0
hooks:
- id: trailing-whitespace
exclude: cpp-linter/tests/.*\.(?:patch|diff)
exclude: '^(?:cpp-linter/tests/.*\.(?:patch|diff))|(?:\.yarn/releases/yarn.*js)'
- id: end-of-file-fixer
exclude: bindings/node/.*package\.json
- id: check-docstring-first
- id: check-added-large-files
exclude: '.yarn/releases/yarn.*js'
exclude: '^\.yarn/releases/yarn.*js'
- id: check-yaml
exclude: docs/mkdocs.yml
- id: check-toml
- id: mixed-line-ending
exclude: '^\.yarn/releases/yarn.*js'
args: ["--fix=lf"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.0
Expand Down
658 changes: 329 additions & 329 deletions .yarn/releases/yarn-4.9.2.cjs → .yarn/releases/yarn-4.11.0.cjs
100755 → 100644

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ nodeLinker: node-modules

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

yarnPath: .yarn/releases/yarn-4.9.2.cjs
yarnPath: .yarn/releases/yarn-4.11.0.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"workspaces": [
"bindings/node"
],
"packageManager": "yarn@4.9.2"
"packageManager": "yarn@4.11.0"
}