chore(npm): Update release npm action to stop using tokens #180
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull request checklist
Please check if your PR fulfills the following requirements:
npm run build) was run locally and any changes were pushednpm test) were run locally and passednpm run prettier) was run locally and passedPull request type
Please check the type of change your PR introduces:
What is the current behavior?
ban-side-effects,dependency-suggestions,strict-mutable, andstrict-boolean-conditions, leaving major rule branches untested..spec.tsfilenames that Vitest didn’t pick up, fixtures were inline, and several edge cases weren’t exercised.GH_ADMIN_PAT, triggering a context warning when using trusted publishing.GitHub Issue Number: N/A
What is the new behavior?
-Updated test tooling:
-
jsdomto^27.0.1-
@types/jsdomto^27.0.0-
@types/nodeto^24.9.2-
@typescript-eslint/eslint-pluginto^8.46.2-
@typescript-eslint/parserto^8.46.2-
@vitest/coverage-v8to^4.0.5-
eslintto^9.38.0-
rolldown-plugin-dtsto^0.17.3-
typescriptto^5.9.3-
vitestto^4.0.5release.ymlso the job depends solely on OIDC.id-token: write, satisfying npm’s trusted publisher guidance.tests/**/*.test.ts) with dedicated fixtures that cover the previously untested configs and rules..spec.tsfiles to.test.tsand expanded fixtures to cover unions, option toggles, skip logic, and mutable prop handling.Does this introduce a breaking change?
Testing
npm buildnpm testConsider triggering dev/stable release jobs to verify OIDC publishing end-to-end.
Other information