Skip to content

Commit 4ba751f

Browse files
authored
chore(release): bump package versions from v1.3.5 to v2.0.0 (major) (#461)
## Release Information: `v2.0.0` New release of `lumirlumir/npm-clang-format-node` has arrived! 🎉 This PR bumps the package versions from `v1.3.5` to `v2.0.0` (`major`). See [Actions](https://github.com/lumirlumir/npm-clang-format-node/actions/runs/17721763440) for more details. | Info | Value | | ----------- | -------------------------- | | Repository | `lumirlumir/npm-clang-format-node` | | SEMVER | `major` | | Pre ID | `canary` | | Short SHA | 145e20b | | Old Version | `v1.3.5` | | New Version | `v2.0.0` | <!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### 💥 BREAKING CHANGES * feat(deps)!: bump LLVM from llvmorg-19.1.7 to llvmorg-21.1.1 by @lumirlumir in #456 ### 🧰 Chores * chore(sync-server): synced file(s) with lumirlumir/lumirlumir-configs by @lumirlumir in #413 * chore(website): fix DocSearch button with border and transition effects by @lumirlumir in #415 * chore(sync-server): remove `CODE_OF_CONDUCT.md` in favor of centralized template by @lumirlumir in #419 * chore(*): bump `.nvmrc` to 20.19.4 from 20.18.0 by @lumirlumir in #427 * chore(sync-server): bump GitHub Actions version by @lumirlumir in #438 * chore(*): update root level node engine requirement to `>=20.19.4` by @lumirlumir in #446 * chore(sync-server): bump GitHub Actions versions by @lumirlumir in #454 * chore(*): enable strict type checking options in `tsconfig` by @lumirlumir in #455 ### 🔄 Continuous Integrations * ci(*): add support for LLVM 21 (`llvm-build-bump-pr`) by @lumirlumir in #394 ### 📝 Documentation * docs(*): remove `PULL_REQUEST_TEMPLATE.md` in favor of centralized template by @lumirlumir in #405 * docs(*): remove `ISSUE_TEMPLATE` in favor of centralized template by @lumirlumir in #417 * docs(*): update documentation to reflect the latest v2.0.0 release by @lumirlumir in #460 ### ⬆️ Dependency Updates * chore(deps-dev): bump editorconfig-checker from 6.0.1 to 6.1.0 by @dependabot[bot] in #407 * chore(deps-dev): bump form-data from 4.0.1 to 4.0.4 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #409 * chore(deps-dev): bump the bananass group across 1 directory with 2 updates by @dependabot[bot] in #411 * chore(deps-dev): bump `textlint-rule-allowed-uris` by @lumirlumir in #412 * chore(deps-dev): bump `vitepress` to `alpha` version by @lumirlumir in #414 * chore(deps-dev): bump eslint from 9.31.0 to 9.32.0 by @dependabot[bot] in #416 * chore(deps-dev): bump typescript from 5.8.3 to 5.9.2 by @dependabot[bot] in #418 * chore(deps-dev): bump the bananass group across 1 directory with 2 updates by @dependabot[bot] in #420 * chore(deps-dev): bump lint-staged from 16.1.2 to 16.1.4 by @dependabot[bot] in #421 * chore(deps-dev): bump @types/node from 24.0.10 to 24.2.0 by @dependabot[bot] in #422 * chore(deps-dev): bump `textlint-rule-allowed-uris` and `eslint-plugin-mark` by @lumirlumir in #423 * chore(deps-dev): bump vitepress-plugin-group-icons from 1.6.1 to 1.6.3 by @dependabot[bot] in #429 * chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in #430 * chore(deps-dev): bump vitepress from 2.0.0-alpha.9 to 2.0.0-alpha.11 by @dependabot[bot] in #432 * chore(deps-dev): bump the babel group across 1 directory with 3 updates by @dependabot[bot] in #431 * chore(deps-dev): bump lint-staged from 16.1.4 to 16.1.5 by @dependabot[bot] in #434 * chore(deps-dev): bump the bananass group across 1 directory with 2 updates by @dependabot[bot] in #435 * chore(deps-dev): bump eslint from 9.32.0 to 9.33.0 by @dependabot[bot] in #439 * chore(deps-dev): bump @types/node from 24.2.0 to 24.3.0 by @dependabot[bot] in #440 * chore(deps-dev): bump eslint from 9.33.0 to 9.34.0 by @dependabot[bot] in #443 * chore(deps-dev): bump concurrently from 9.2.0 to 9.2.1 by @dependabot[bot] in #445 * chore(deps): bump actions/attest-build-provenance from 2 to 3 by @dependabot[bot] in #447 * chore(deps-dev): bump lint-staged from 16.1.5 to 16.1.6 by @dependabot[bot] in #448 * chore(deps-dev): bump @types/node from 24.3.0 to 24.3.1 by @dependabot[bot] in #449 * chore(deps-dev): bump eslint from 9.34.0 to 9.35.0 by @dependabot[bot] in #453 * chore(deps-dev): bump @babel/core from 7.28.3 to 7.28.4 in the babel group across 1 directory by @dependabot[bot] in #452 * chore(deps): bump actions/setup-node from 4 to 5 by @dependabot[bot] in #451 * chore(deps-dev): bump the bananass group across 1 directory with 2 updates by @dependabot[bot] in #457 * chore(deps-dev): bump @types/node from 24.3.1 to 24.4.0 by @dependabot[bot] in #458 * chore(deps-dev): bump dependencies by @lumirlumir in #459 **Full Changelog**: v1.3.5...v2.0.0
1 parent 145e20b commit 4ba751f

File tree

11 files changed

+45
-45
lines changed

11 files changed

+45
-45
lines changed

examples/clang-format/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "examples-clang-format",
4-
"version": "1.3.5",
4+
"version": "2.0.0",
55
"scripts": {
66
"formatted:c": "npx clang-format src/formatted.c",
77
"formatted:c:dry-run": "npx clang-format -Werror -n src/formatted.c",
@@ -13,6 +13,6 @@
1313
"unformatted:cpp:dry-run": "npx clang-format -Werror -n src/unformatted.cpp"
1414
},
1515
"dependencies": {
16-
"clang-format-node": "^1.3.5"
16+
"clang-format-node": "^2.0.0"
1717
}
1818
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"private": true,
33
"name": "examples-git-clang-format",
4-
"version": "1.3.5",
4+
"version": "2.0.0",
55
"scripts": {
66
"add-a-space-to-line-9-of-main-c-file": "node -e \"require('fs').copyFileSync('src/main_overwrite.txt','src/main.c')\"",
77
"git-add": "git add src/main.c && git status",
88
"git-clang-format": "npx git-clang-format"
99
},
1010
"dependencies": {
11-
"clang-format-git": "^1.3.5"
11+
"clang-format-git": "^2.0.0"
1212
}
1313
}

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "1.3.5"
3+
"version": "2.0.0"
44
}

package-lock.json

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

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": "1.3.5",
3+
"version": "2.0.0",
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": "^1.3.5"
61+
"clang-format-node": "^2.0.0"
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": "1.3.5",
3+
"version": "2.0.0",
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": "^1.3.5"
60+
"clang-format-node": "^2.0.0"
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": "1.3.5",
3+
"version": "2.0.0",
44
"description": "Node wrapper for clang-format native binary inspired by angular/clang-format.🐉",
55
"main": "build/index.js",
66
"files": [
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"private": true,
33
"name": "tests-integration-api-cjs",
4-
"version": "1.3.5",
4+
"version": "2.0.0",
55
"type": "commonjs",
66
"scripts": {
77
"test": "node --test"
88
},
99
"dependencies": {
10-
"clang-format-git": "^1.3.5",
11-
"clang-format-git-python": "^1.3.5",
12-
"clang-format-node": "^1.3.5"
10+
"clang-format-git": "^2.0.0",
11+
"clang-format-git-python": "^2.0.0",
12+
"clang-format-node": "^2.0.0"
1313
}
1414
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"private": true,
33
"name": "tests-integration-api-esm",
4-
"version": "1.3.5",
4+
"version": "2.0.0",
55
"type": "module",
66
"scripts": {
77
"test": "node --test"
88
},
99
"dependencies": {
10-
"clang-format-git": "^1.3.5",
11-
"clang-format-git-python": "^1.3.5",
12-
"clang-format-node": "^1.3.5"
10+
"clang-format-git": "^2.0.0",
11+
"clang-format-git-python": "^2.0.0",
12+
"clang-format-node": "^2.0.0"
1313
}
1414
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"private": true,
33
"name": "tests-integration-binaries-permission",
4-
"version": "1.3.5",
4+
"version": "2.0.0",
55
"scripts": {
66
"test": "node --test"
77
},
88
"dependencies": {
9-
"clang-format-git": "^1.3.5",
10-
"clang-format-git-python": "^1.3.5",
11-
"clang-format-node": "^1.3.5"
9+
"clang-format-git": "^2.0.0",
10+
"clang-format-git-python": "^2.0.0",
11+
"clang-format-node": "^2.0.0"
1212
}
1313
}

0 commit comments

Comments
 (0)