Skip to content

Commit b35c14b

Browse files
authored
chore(release): bump package versions from v2.0.4 to v2.0.5 (patch) (#523)
## Release Information: `v2.0.5` New release of `lumirlumir/npm-clang-format-node` has arrived! 🎉 This PR bumps the package versions from `v2.0.4` to `v2.0.5` (`patch`). See [Actions](https://github.com/lumirlumir/npm-clang-format-node/actions/runs/19595852645) for more details. | Info | Value | | ----------- | -------------------------- | | Repository | `lumirlumir/npm-clang-format-node` | | SEMVER | `patch` | | Pre ID | `canary` | | Short SHA | 3c1fc54 | | Old Version | `v2.0.4` | | New Version | `v2.0.5` | <!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### 🧰 Chores * chore(*): replace `textlint` with `eslint-plugin-mark` by @lumirlumir in #519 ### ⬆️ Dependency Updates * chore(deps-dev): bump @types/node from 24.10.0 to 24.10.1 by @dependabot[bot] in #518 * chore(deps-dev): bump markdownlint-cli from 0.45.0 to 0.46.0 by @dependabot[bot] in #521 * chore(deps): bump LLVM from llvmorg-21.1.5 to llvmorg-21.1.6 by @lumirlumir in #522 **Full Changelog**: v2.0.4...v2.0.5
1 parent 3c1fc54 commit b35c14b

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.4"
15+
"clang-format-node": "^2.0.5"
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.4"
10+
"clang-format-git": "^2.0.5"
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.4",
4+
"version": "2.0.5",
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.4",
3+
"version": "2.0.5",
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.4"
61+
"clang-format-node": "^2.0.5"
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.4",
3+
"version": "2.0.5",
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.4"
60+
"clang-format-node": "^2.0.5"
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.4",
3+
"version": "2.0.5",
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.4",
10-
"clang-format-git-python": "^2.0.4",
11-
"clang-format-node": "^2.0.4"
9+
"clang-format-git": "^2.0.5",
10+
"clang-format-git-python": "^2.0.5",
11+
"clang-format-node": "^2.0.5"
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.4",
10-
"clang-format-git-python": "^2.0.4",
11-
"clang-format-node": "^2.0.4"
9+
"clang-format-git": "^2.0.5",
10+
"clang-format-git-python": "^2.0.5",
11+
"clang-format-node": "^2.0.5"
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.4",
9-
"clang-format-git-python": "^2.0.4",
10-
"clang-format-node": "^2.0.4"
8+
"clang-format-git": "^2.0.5",
9+
"clang-format-git-python": "^2.0.5",
10+
"clang-format-node": "^2.0.5"
1111
}
1212
}

0 commit comments

Comments
 (0)