Skip to content

Commit 07ac837

Browse files
authored
chore(release): bump package versions from v2.0.2 to v2.0.3 (patch) (#502)
## Release Information: `v2.0.3` New release of `lumirlumir/npm-clang-format-node` has arrived! 🎉 This PR bumps the package versions from `v2.0.2` to `v2.0.3` (`patch`). See [Actions](https://github.com/lumirlumir/npm-clang-format-node/actions/runs/18705418865) for more details. | Info | Value | | ----------- | -------------------------- | | Repository | `lumirlumir/npm-clang-format-node` | | SEMVER | `patch` | | Pre ID | `canary` | | Short SHA | d3b4007 | | Old Version | `v2.0.2` | | New Version | `v2.0.3` | <!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### 🛠️ Builds * build(*): update version scripts by @lumirlumir in #487 ### 🧰 Chores * chore(*): replace `concurrently` and `lerna` with `npm-run-all2` by @lumirlumir in #488 * chore(sync-server): bump `actions/setup-node` by @lumirlumir in #498 ### ⬆️ Dependency Updates * chore(deps-dev): bump the bananass group across 1 directory with 2 updates by @dependabot[bot] in #489 * chore(deps-dev): bump lint-staged from 16.2.3 to 16.2.4 by @dependabot[bot] in #490 * chore(deps-dev): bump vitepress-plugin-group-icons from 1.6.3 to 1.6.4 by @dependabot[bot] in #492 * chore(deps-dev): bump @types/node from 24.7.1 to 24.8.0 by @dependabot[bot] in #494 * chore(deps-dev): bump eslint from 9.37.0 to 9.38.0 by @dependabot[bot] in #497 * chore(deps-dev): bump lint-staged from 16.2.4 to 16.2.5 by @dependabot[bot] in #500 * chore(deps-dev): bump @types/node from 24.8.0 to 24.9.1 by @dependabot[bot] in #499 * chore(deps): bump LLVM from llvmorg-21.1.3 to llvmorg-21.1.4 by @lumirlumir in #501 **Full Changelog**: v2.0.2...v2.0.3
1 parent d3b4007 commit 07ac837

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.2"
15+
"clang-format-node": "^2.0.3"
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.2"
10+
"clang-format-git": "^2.0.3"
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.2",
4+
"version": "2.0.3",
55
"packageManager": "npm@10.9.2",
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.2",
3+
"version": "2.0.3",
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.2"
61+
"clang-format-node": "^2.0.3"
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.2",
3+
"version": "2.0.3",
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.2"
60+
"clang-format-node": "^2.0.3"
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.2",
3+
"version": "2.0.3",
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.2",
10-
"clang-format-git-python": "^2.0.2",
11-
"clang-format-node": "^2.0.2"
9+
"clang-format-git": "^2.0.3",
10+
"clang-format-git-python": "^2.0.3",
11+
"clang-format-node": "^2.0.3"
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.2",
10-
"clang-format-git-python": "^2.0.2",
11-
"clang-format-node": "^2.0.2"
9+
"clang-format-git": "^2.0.3",
10+
"clang-format-git-python": "^2.0.3",
11+
"clang-format-node": "^2.0.3"
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.2",
9-
"clang-format-git-python": "^2.0.2",
10-
"clang-format-node": "^2.0.2"
8+
"clang-format-git": "^2.0.3",
9+
"clang-format-git-python": "^2.0.3",
10+
"clang-format-node": "^2.0.3"
1111
}
1212
}

0 commit comments

Comments
 (0)