From fecaa3d8f6857e0fadfd0e6556661d3e6400e4f8 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Sun, 19 Apr 2026 08:45:25 -0400 Subject: [PATCH] pnpm dlx create-release-plan-setup@latest --update --- .github/workflows/publish.yml | 5 ++--- package.json | 8 ++++---- pnpm-lock.yaml | 26 +++++++++++++------------- 3 files changed, 19 insertions(+), 20 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 531161e..77725c0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,13 +27,12 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v5 - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 registry-url: 'https://registry.npmjs.org' cache: pnpm - - run: npm install -g npm@latest # ensure that the globally installed npm is new enough to support OIDC - run: pnpm install --frozen-lockfile - name: Publish to NPM run: NPM_CONFIG_PROVENANCE=true pnpm release-plan publish diff --git a/package.json b/package.json index ff97962..f347bef 100644 --- a/package.json +++ b/package.json @@ -20,14 +20,14 @@ "src" ], "scripts": { + "bench": "./scripts/run-bench.sh tests/parser.bench.mjs", + "bench:compare": "node scripts/bench-compare.mjs", + "bench:summary": "./scripts/local-bench-summary.sh", "lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"", "lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"", "lint:js": "eslint . --max-warnings=0", "lint:js:fix": "eslint . --fix --max-warnings=0", "lint:package": "publint", - "bench": "./scripts/run-bench.sh tests/parser.bench.mjs", - "bench:compare": "node scripts/bench-compare.mjs", - "bench:summary": "./scripts/local-bench-summary.sh", "test": "vitest run" }, "dependencies": { @@ -58,7 +58,7 @@ "mitata": "1.0.34", "prettier": "^3.2.5", "publint": "^0.2.6", - "release-plan": "^0.17.4", + "release-plan": "^0.18.0", "typescript": "^5.3.3", "vite": "^5.0.12", "vitest": "^1.2.2" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 030b59c..6ec2a0b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -88,8 +88,8 @@ importers: specifier: ^0.2.6 version: 0.2.12 release-plan: - specifier: ^0.17.4 - version: 0.17.4 + specifier: ^0.18.0 + version: 0.18.0 typescript: specifier: ^5.3.3 version: 5.7.2 @@ -4693,8 +4693,8 @@ packages: resolution: {integrity: sha512-cnE+y8bz4NhMjISKbgeVJtqNbtf5QpjZP+Bslo+UqkIt9QPnX9q095eiRRASJG1/tz6dlNr6Z5NsBiWYokp6EQ==} hasBin: true - release-plan@0.17.4: - resolution: {integrity: sha512-CK+RrsvP6JXysgFuqUoOvprAT95J5x8usHzAQh3M1RMQqFScnAyfY6lb1LBsjqW/HUsvLjkLfSp8dJseRHEpEw==} + release-plan@0.18.0: + resolution: {integrity: sha512-WzP+O+XRF4AqhTDQK84FovY+TxHyC8J7QWoOwxnrvVjyHns417l1FUldboRhBYua5Pej6Yg/2jH1dEH2MRNHeA==} hasBin: true remove-types@1.0.0: @@ -7157,7 +7157,7 @@ snapshots: '@npmcli/fs@1.1.1': dependencies: '@gar/promisify': 1.1.3 - semver: 7.6.3 + semver: 7.7.4 '@npmcli/git@6.0.3': dependencies: @@ -7167,7 +7167,7 @@ snapshots: npm-pick-manifest: 10.0.0 proc-log: 5.0.0 promise-retry: 2.0.1 - semver: 7.6.3 + semver: 7.7.4 which: 5.0.0 '@npmcli/move-file@1.1.2': @@ -7182,7 +7182,7 @@ snapshots: hosted-git-info: 8.1.0 json-parse-even-better-errors: 4.0.0 proc-log: 5.0.0 - semver: 7.6.3 + semver: 7.7.4 validate-npm-package-license: 3.0.4 '@npmcli/promise-spawn@8.0.2': @@ -10996,7 +10996,7 @@ snapshots: npm-install-checks@7.1.1: dependencies: - semver: 7.6.3 + semver: 7.7.4 npm-normalize-package-bin@2.0.0: {} @@ -11006,7 +11006,7 @@ snapshots: dependencies: hosted-git-info: 8.1.0 proc-log: 5.0.0 - semver: 7.6.3 + semver: 7.7.4 validate-npm-package-name: 6.0.2 npm-packlist@5.1.3: @@ -11021,7 +11021,7 @@ snapshots: npm-install-checks: 7.1.1 npm-normalize-package-bin: 4.0.0 npm-package-arg: 12.0.2 - semver: 7.6.3 + semver: 7.7.4 npm-run-path@3.1.0: dependencies: @@ -11191,7 +11191,7 @@ snapshots: ky: 1.7.2 registry-auth-token: 5.0.2 registry-url: 6.0.1 - semver: 7.6.3 + semver: 7.7.4 parent-module@1.0.1: dependencies: @@ -11459,7 +11459,7 @@ snapshots: dependencies: jsesc: 3.0.2 - release-plan@0.17.4: + release-plan@0.18.0: dependencies: '@manypkg/get-packages': 2.2.0 '@npmcli/package-json': 6.2.0 @@ -11473,7 +11473,7 @@ snapshots: js-yaml: 4.1.0 latest-version: 9.0.0 parse-github-repo-url: 1.4.1 - semver: 7.6.3 + semver: 7.7.4 yargs: 17.7.2 transitivePeerDependencies: - bluebird