Skip to content

Commit 5eeae2d

Browse files
authored
chore(release): bump package versions from v2.0.6 to v2.0.7 (patch) (#540)
## Release Information: `v2.0.7` New release of `lumirlumir/npm-clang-format-node` has arrived! 🎉 This PR bumps the package versions from `v2.0.6` to `v2.0.7` (`patch`). See [Actions](https://github.com/lumirlumir/npm-clang-format-node/actions/runs/20331351292) for more details. | Info | Value | | ----------- | -------------------------- | | Repository | `lumirlumir/npm-clang-format-node` | | SEMVER | `patch` | | Pre ID | `canary` | | Short SHA | 6e5da12 | | Old Version | `v2.0.6` | | New Version | `v2.0.7` | <!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### 🧰 Chores * chore(*): update dependencies by @lumirlumir in #531 * chore(sync-server): update dev-dependencies by @lumirlumir in #534 ### ⬆️ Dependency Updates * chore(deps): bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #535 * chore(deps): bump actions/download-artifact from 6 to 7 by @dependabot[bot] in #536 * chore(deps-dev): bump @types/node from 24.10.3 to 24.10.4 in the types group across 1 directory by @dependabot[bot] in #538 * chore(deps): bump LLVM from llvmorg-21.1.7 to llvmorg-21.1.8 by @lumirlumir in #539 **Full Changelog**: v2.0.6...v2.0.7
1 parent 6e5da12 commit 5eeae2d

File tree

10 files changed

+35
-35
lines changed

10 files changed

+35
-35
lines changed

examples/clang-format/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"unformatted:cpp:dry-run": "npx clang-format -Werror -n src/unformatted.cpp"
1313
},
1414
"dependencies": {
15-
"clang-format-node": "^2.0.6"
15+
"clang-format-node": "^2.0.7"
1616
}
1717
}

examples/git-clang-format/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"git-clang-format": "npx git-clang-format"
88
},
99
"dependencies": {
10-
"clang-format-git": "^2.0.6"
10+
"clang-format-git": "^2.0.7"
1111
}
1212
}

package-lock.json

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "npm-clang-format-node",
4-
"version": "2.0.6",
4+
"version": "2.0.7",
55
"packageManager": "[email protected]",
66
"engines": {
77
"node": ">=20.19.4"

packages/clang-format-git-python/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clang-format-git-python",
3-
"version": "2.0.6",
3+
"version": "2.0.7",
44
"description": "Node wrapper for git-clang-format Python script. This package requires Python3 as a dependency.🐉",
55
"main": "build/index.js",
66
"files": [
@@ -58,6 +58,6 @@
5858
"start": "node build/cli.js"
5959
},
6060
"dependencies": {
61-
"clang-format-node": "^2.0.6"
61+
"clang-format-node": "^2.0.7"
6262
}
6363
}

packages/clang-format-git/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clang-format-git",
3-
"version": "2.0.6",
3+
"version": "2.0.7",
44
"description": "Node wrapper for git-clang-format Python script as a standalone native binary to allow execution without a Python dependency.🐉",
55
"main": "build/index.js",
66
"files": [
@@ -57,6 +57,6 @@
5757
"start": "node build/cli.js"
5858
},
5959
"dependencies": {
60-
"clang-format-node": "^2.0.6"
60+
"clang-format-node": "^2.0.7"
6161
}
6262
}

packages/clang-format-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clang-format-node",
3-
"version": "2.0.6",
3+
"version": "2.0.7",
44
"description": "Node wrapper for clang-format native binary inspired by angular/clang-format.🐉",
55
"main": "build/index.js",
66
"files": [

tests/integration-api-cjs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"test": "node --test"
77
},
88
"dependencies": {
9-
"clang-format-git": "^2.0.6",
10-
"clang-format-git-python": "^2.0.6",
11-
"clang-format-node": "^2.0.6"
9+
"clang-format-git": "^2.0.7",
10+
"clang-format-git-python": "^2.0.7",
11+
"clang-format-node": "^2.0.7"
1212
}
1313
}

tests/integration-api-esm/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"test": "node --test"
77
},
88
"dependencies": {
9-
"clang-format-git": "^2.0.6",
10-
"clang-format-git-python": "^2.0.6",
11-
"clang-format-node": "^2.0.6"
9+
"clang-format-git": "^2.0.7",
10+
"clang-format-git-python": "^2.0.7",
11+
"clang-format-node": "^2.0.7"
1212
}
1313
}

tests/integration-binaries-permission/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"test": "node --test"
66
},
77
"dependencies": {
8-
"clang-format-git": "^2.0.6",
9-
"clang-format-git-python": "^2.0.6",
10-
"clang-format-node": "^2.0.6"
8+
"clang-format-git": "^2.0.7",
9+
"clang-format-git-python": "^2.0.7",
10+
"clang-format-node": "^2.0.7"
1111
}
1212
}

0 commit comments

Comments
 (0)