Skip to content

Commit 1d4e355

Browse files
authored
chore(release): bump package versions from v2.0.3 to v2.0.4 (patch) (#517)
## Release Information: `v2.0.4` New release of `lumirlumir/npm-clang-format-node` has arrived! 🎉 This PR bumps the package versions from `v2.0.3` to `v2.0.4` (`patch`). See [Actions](https://github.com/lumirlumir/npm-clang-format-node/actions/runs/19125963458) for more details. | Info | Value | | ----------- | -------------------------- | | Repository | `lumirlumir/npm-clang-format-node` | | SEMVER | `patch` | | Pre ID | `canary` | | Short SHA | f192cf0 | | Old Version | `v2.0.3` | | New Version | `v2.0.4` | <!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### 🔄 Continuous Integrations * ci(*): replace deprecated `macos-13` runner image with `macos-15-intel` by @lumirlumir in #511 ### ⬆️ Dependency Updates * chore(deps-dev): bump lint-staged from 16.2.5 to 16.2.6 by @dependabot[bot] in #503 * chore(deps-dev): bump the babel group across 1 directory with 2 updates by @dependabot[bot] in #504 * chore(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #505 * chore(deps-dev): bump editorconfig-checker from 6.1.0 to 6.1.1 by @dependabot[bot] in #508 * chore(deps): bump actions/download-artifact from 4 to 6 by @dependabot[bot] in #506 * chore(deps-dev): bump eslint from 9.38.0 to 9.39.1 by @dependabot[bot] in #513 * chore(deps-dev): bump @types/node from 24.9.1 to 24.10.0 by @dependabot[bot] in #514 * chore(deps-dev): bump the bananass group across 1 directory with 2 updates by @dependabot[bot] in #515 * chore(deps): bump LLVM from llvmorg-21.1.4 to llvmorg-21.1.5 by @lumirlumir in #516 **Full Changelog**: v2.0.3...v2.0.4
1 parent f192cf0 commit 1d4e355

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

0 commit comments

Comments
 (0)