Update version - #239
Merged
Merged
Conversation
Copilot started reviewing on behalf of
Joeri van Oostveen (jvanoostveen)
July 27, 2026 09:54
View session
Joeri van Oostveen (jvanoostveen)
enabled auto-merge
July 27, 2026 09:55
There was a problem hiding this comment.
Pull request overview
This pull request updates the published package version for maquette to reflect a new patch release.
Changes:
- Bumped
package.jsonversion from4.1.4to4.1.5.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
The NPM_TOKEN secret dates from 2024 and no longer authenticates: npm revoked classic tokens and capped write-capable granular tokens at 90 days, so `npm publish` now fails with a 404 on PUT. A trusted publisher is configured for this repo on npmjs.com, so drop the token entirely and let the action authenticate over OIDC (id-token: write was already set). Also gate the publish step on `github.event_name == 'push'`. The workflow also runs on pull_request, where github.sha is an ephemeral merge commit, so releases were being published from the PR run and tagged on a commit that is on no branch (v4.1.4 -> 5c545ee). Node 24 bundles npm 11.17, which satisfies the npm >= 11.5.1 requirement for trusted publishing. Node 20 went EOL in April 2026. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Johan Gorter (johan-gorter)
approved these changes
Aug 19, 2026
Geert Schouten (gmschouten)
approved these changes
Aug 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.