Skip to content

Update version - #239

Merged
Joeri van Oostveen (jvanoostveen) merged 2 commits into
mainfrom
update-version
Aug 19, 2026
Merged

Update version#239
Joeri van Oostveen (jvanoostveen) merged 2 commits into
mainfrom
update-version

Conversation

@jvanoostveen

Copy link
Copy Markdown
Member

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request updates the published package version for maquette to reflect a new patch release.

Changes:

  • Bumped package.json version from 4.1.4 to 4.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>
@jvanoostveen
Joeri van Oostveen (jvanoostveen) merged commit e4f3c09 into main Aug 19, 2026
6 checks passed
@jvanoostveen
Joeri van Oostveen (jvanoostveen) deleted the update-version branch August 19, 2026 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants