Skip to content

Commit 9535f44

Browse files
authored
chore(release): bump package versions from v1.3.2 to v1.3.3 (patch) (#297)
## Release Information: `v1.3.3` New release of `lumirlumir/npm-clang-format-node` has arrived! 🎉 This PR bumps the package versions from `v1.3.2` to `v1.3.3` (`patch`). See [Actions](https://github.com/lumirlumir/npm-clang-format-node/actions/runs/14215733817) for more details. | Info | Value | | ----------- | -------------------------- | | Repository | `lumirlumir/npm-clang-format-node` | | SEMVER | `patch` | | Pre ID | `canary` | | Short SHA | ed550b4 | | Old Version | `v1.3.2` | | New Version | `v1.3.3` | <!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### 🧰 Chores * chore(sync-server): update `lint-staged.config.js` by @lumirlumir in #259 * chore(sync-server): update `.editorconfig` `max_line_length` to `100000` by @lumirlumir in #260 * chore(website): add Codecov Vite plugin and update related configs for bundle analyzing by @lumirlumir in #266 * chore(website): conditionally enable bundle analysis in Codecov Vite plugin by @lumirlumir in #267 * chore(sync-server): update `.markdownlint.json` by @lumirlumir in #272 * chore(sync-server): update ESLint config and lint-staged to support markdown linting by @lumirlumir in #275 * chore(sync-server): update `FUNDING.yml` by @lumirlumir in #285 * chore(website): update `package.json` and rename `.mjs` to `.js` by @lumirlumir in #286 * chore(sync-server): update root level configuration files and fix typos by @lumirlumir in #293 * chore(*): update `tsconfig.json` by @lumirlumir in #296 ### 🔄 Continuous Integrations * ci(sync-server): add permissions to read contents in `lint.yml` and `test.yml` workflows by @lumirlumir in #256 * ci(sync-server): add permissions to `pull-request.yml` and `sync-client.yml` by @lumirlumir in #257 * ci(*): add read permissions to `test-cross-platform.yml` by @lumirlumir in #258 * ci(*): update `llvm-build-bump-pr.yml` to add `permissions` and disable `fail-fast` strategy by @lumirlumir in #264 * ci(*): update `llvm-build-bump-pr.yml` to enhance permissions and add build provenance attestations by @lumirlumir in #265 * ci(*): create `release.yml` by @lumirlumir in #281 ### 📝 Documentation * docs(*): delete maintainability badge from `README.md` by @lumirlumir in #287 ### ⬆️ Dependency Updates * chore(deps-dev): bump typescript from 5.7.3 to 5.8.2 by @dependabot in #252 * chore(deps-dev): bump prettier from 3.5.2 to 3.5.3 by @dependabot in #253 * chore(deps-dev): bump @types/node from 22.13.5 to 22.13.8 by @dependabot in #251 * chore(deps-dev): bump lerna from 8.2.0 to 8.2.1 by @dependabot in #254 * chore(deps-dev): bump @types/node from 22.13.8 to 22.13.9 by @dependabot in #255 * chore(deps-dev): bump @types/node from 22.13.9 to 22.13.10 by @dependabot in #261 * chore(deps-dev): bump eslint from 9.21.0 to 9.22.0 by @dependabot in #262 * chore(deps): bump axios from 1.7.7 to 1.8.2 in the npm_and_yarn group across 1 directory by @dependabot in #263 * chore(deps-dev): bump @babel/core from 7.26.9 to 7.26.10 in the babel group across 1 directory by @dependabot in #268 * chore(deps-dev): bump textlint from 14.4.2 to 14.5.0 by @dependabot in #270 * chore(deps-dev): bump vitepress-plugin-group-icons from 1.3.6 to 1.3.7 by @dependabot in #269 * chore(deps-dev): bump eslint-config-bananass from 0.0.5 to 0.0.6 in the bananass group across 1 directory by @dependabot in #273 * chore(deps-dev): bump lint-staged from 15.4.3 to 15.5.0 by @dependabot in #274 * chore(deps): bump shx from 0.3.4 to 0.4.0 by @dependabot in #276 * chore(deps-dev): bump vitepress-plugin-group-icons from 1.3.7 to 1.3.8 by @dependabot in #282 * chore(deps-dev): bump textlint-rule-allowed-uris from 1.0.8 to 1.0.9 by @dependabot in #283 * chore(deps-dev): bump eslint from 9.22.0 to 9.23.0 by @dependabot in #289 * chore(deps-dev): bump @types/node from 22.13.10 to 22.13.11 by @dependabot in #288 * chore(deps-dev): bump @babel/cli from 7.26.4 to 7.27.0 in the babel group across 1 directory by @dependabot in #291 * chore(deps-dev): bump @types/node from 22.13.11 to 22.13.13 by @dependabot in #290 * chore(deps-dev): bump @types/node from 22.13.13 to 22.13.14 by @dependabot in #292 * chore(deps-dev): bump textlint from 14.5.0 to 14.6.0 by @dependabot in #294 * chore(deps-dev): bump @types/node from 22.13.14 to 22.13.17 by @dependabot in #295 **Full Changelog**: v1.3.2...v1.3.3
1 parent ed550b4 commit 9535f44

File tree

11 files changed

+45
-60
lines changed

11 files changed

+45
-60
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.2",
4+
"version": "1.3.3",
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.2"
16+
"clang-format-node": "^1.3.3"
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.2",
4+
"version": "1.3.3",
55
"scripts": {
66
"add-a-space-to-line-9-of-main-c-file": "shx cat 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.2"
11+
"clang-format-git": "^1.3.3"
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.2"
3+
"version": "1.3.3"
44
}

package-lock.json

Lines changed: 22 additions & 37 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.2",
3+
"version": "1.3.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,7 +58,7 @@
5858
"start": "node build/cli.js"
5959
},
6060
"dependencies": {
61-
"clang-format-node": "^1.3.2",
61+
"clang-format-node": "^1.3.3",
6262
"shx": "^0.4.0"
6363
}
6464
}

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.2",
3+
"version": "1.3.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,7 +57,7 @@
5757
"start": "node build/cli.js"
5858
},
5959
"dependencies": {
60-
"clang-format-node": "^1.3.2",
60+
"clang-format-node": "^1.3.3",
6161
"shx": "^0.4.0"
6262
}
6363
}

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.2",
3+
"version": "1.3.3",
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.2",
4+
"version": "1.3.3",
55
"type": "commonjs",
66
"scripts": {
77
"test": "node --test"
88
},
99
"dependencies": {
10-
"clang-format-git": "^1.3.2",
11-
"clang-format-git-python": "^1.3.2",
12-
"clang-format-node": "^1.3.2"
10+
"clang-format-git": "^1.3.3",
11+
"clang-format-git-python": "^1.3.3",
12+
"clang-format-node": "^1.3.3"
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.2",
4+
"version": "1.3.3",
55
"type": "module",
66
"scripts": {
77
"test": "node --test"
88
},
99
"dependencies": {
10-
"clang-format-git": "^1.3.2",
11-
"clang-format-git-python": "^1.3.2",
12-
"clang-format-node": "^1.3.2"
10+
"clang-format-git": "^1.3.3",
11+
"clang-format-git-python": "^1.3.3",
12+
"clang-format-node": "^1.3.3"
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.2",
4+
"version": "1.3.3",
55
"scripts": {
66
"test": "node --test"
77
},
88
"dependencies": {
9-
"clang-format-git": "^1.3.2",
10-
"clang-format-git-python": "^1.3.2",
11-
"clang-format-node": "^1.3.2"
9+
"clang-format-git": "^1.3.3",
10+
"clang-format-git-python": "^1.3.3",
11+
"clang-format-node": "^1.3.3"
1212
}
1313
}

website/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": "website",
4-
"version": "1.3.2",
4+
"version": "1.3.3",
55
"type": "module",
66
"scripts": {
77
"dev": "npx vitepress --open --host",

0 commit comments

Comments
 (0)