Skip to content

Commit 7455b4b

Browse files
authored
chore(release): bump package versions from v1.3.1 to v1.3.2 (patch) (#249)
## Release Information: `v1.3.2` New release of `lumirlumir/npm-clang-format-node` has arrived! 🎉 This PR bumps the package versions from `v1.3.1` to `v1.3.2` (`patch`). See [Actions](https://github.com/lumirlumir/npm-clang-format-node/actions/runs/13613429578) for more details. | Info | Value | | ----------- | -------------------------- | | Repository | `lumirlumir/npm-clang-format-node` | | SEMVER | `patch` | | Pre ID | `canary` | | Short SHA | 006d2eb | | Old Version | `v1.3.1` | | New Version | `v1.3.2` | <!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### 🧰 Chores * chore(examples-git-clang-format): update script to use `shx` for cross-platform compatibility and add `shx` as a `devDependencies` by @lumirlumir in #217 * chore(*): enable `checkJs` option in TypeScript configuration for a better type checking by @lumirlumir in #228 * chore(*): set `open-pull-requests-limit` to 3 in `dependabot.yml` configuration by @lumirlumir in #231 * chore(*): add `publishConfig` with `provenance` set to `true` in `package.json` files by @lumirlumir in #235 * chore(sync-server): update `dependabot.yml` by @lumirlumir in #236 * chore(*): remove `.spec.js` files from exclusion and ignore lists by @lumirlumir in #237 * chore(sync-server): update `dependabot.yml` by @lumirlumir in #245 * chore(*): update `publish-package` script to use `next` pre-dist tag by @lumirlumir in #246 ### 🔄 Continuous Integrations * ci(*): create `pull-request.yml` and update `labeler` logics by @lumirlumir in #219 * ci(sync-server): update `.github/release.yml` by @lumirlumir in #218 * ci(sync-server): update `pull-request.yml` to include `synchronize` event by @lumirlumir in #220 * ci(*): update `dependabot.yml` commit message type and `pull-request.yml` labeler condition by @lumirlumir in #221 * ci(sync-server): update `pull-request.yml`'s `concurrency` and `sync-client.yml` commit prefix by @lumirlumir in #224 * ci(*): drop `bump.yml` and create new `version-monorepo.yml` workflow by @lumirlumir in #247 ### 📝 Documentation * docs(website): fix a small typo by @lumirlumir in #226 ### ⬆️ Dependency Updates * chore(deps-dev): bump eslint from 9.19.0 to 9.20.0 by @dependabot in #223 * chore(deps-dev): bump the babel group across 1 directory with 2 updates by @dependabot in #222 * chore(deps-dev): bump prettier from 3.4.2 to 3.5.0 by @dependabot in #225 * chore(deps-dev): bump eslint from 9.20.0 to 9.20.1 by @dependabot in #227 * chore(deps-dev): bump prettier from 3.5.0 to 3.5.1 by @dependabot in #229 * chore(deps-dev): bump @types/node from 22.13.1 to 22.13.4 by @dependabot in #230 * chore(deps-dev): bump the babel group across 1 directory with 2 updates by @dependabot in #232 * chore(deps-dev): bump vitepress-plugin-group-icons from 1.3.5 to 1.3.6 by @dependabot in #233 * chore(deps-dev): bump lerna from 8.1.9 to 8.2.0 by @dependabot in #238 * chore(deps-dev): bump eslint-config-bananass from `0.0.2` to `0.0.5` by @lumirlumir in #240 * chore(deps-dev): bump @types/node from 22.13.4 to 22.13.5 by @dependabot in #241 * chore(deps-dev): bump prettier from 3.5.1 to 3.5.2 by @dependabot in #242 * chore(deps-dev): bump eslint from 9.20.1 to 9.21.0 by @dependabot in #243 * chore(deps-dev): bump textlint-rule-allowed-uris from 1.0.7 to 1.0.8 by @dependabot in #244 **Full Changelog**: v1.3.1...v1.3.2
1 parent 006d2eb commit 7455b4b

File tree

11 files changed

+46
-54
lines changed

11 files changed

+46
-54
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.1",
4+
"version": "1.3.2",
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.1"
16+
"clang-format-node": "^1.3.2"
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.1",
4+
"version": "1.3.2",
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.1"
11+
"clang-format-git": "^1.3.2"
1212
}
1313
}

lerna.json

Lines changed: 2 additions & 2 deletions
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.1"
4-
}
3+
"version": "1.3.2"
4+
}

package-lock.json

Lines changed: 22 additions & 30 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.1",
3+
"version": "1.3.2",
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.1",
61+
"clang-format-node": "^1.3.2",
6262
"shx": "^0.3.4"
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.1",
3+
"version": "1.3.2",
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.1",
60+
"clang-format-node": "^1.3.2",
6161
"shx": "^0.3.4"
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.1",
3+
"version": "1.3.2",
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.1",
4+
"version": "1.3.2",
55
"type": "commonjs",
66
"scripts": {
77
"test": "node --test"
88
},
99
"dependencies": {
10-
"clang-format-git": "^1.3.1",
11-
"clang-format-git-python": "^1.3.1",
12-
"clang-format-node": "^1.3.1"
10+
"clang-format-git": "^1.3.2",
11+
"clang-format-git-python": "^1.3.2",
12+
"clang-format-node": "^1.3.2"
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.1",
4+
"version": "1.3.2",
55
"type": "module",
66
"scripts": {
77
"test": "node --test"
88
},
99
"dependencies": {
10-
"clang-format-git": "^1.3.1",
11-
"clang-format-git-python": "^1.3.1",
12-
"clang-format-node": "^1.3.1"
10+
"clang-format-git": "^1.3.2",
11+
"clang-format-git-python": "^1.3.2",
12+
"clang-format-node": "^1.3.2"
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.1",
4+
"version": "1.3.2",
55
"scripts": {
66
"test": "node --test"
77
},
88
"dependencies": {
9-
"clang-format-git": "^1.3.1",
10-
"clang-format-git-python": "^1.3.1",
11-
"clang-format-node": "^1.3.1"
9+
"clang-format-git": "^1.3.2",
10+
"clang-format-git-python": "^1.3.2",
11+
"clang-format-node": "^1.3.2"
1212
}
1313
}

0 commit comments

Comments
 (0)