-
Notifications
You must be signed in to change notification settings - Fork 4
Release 2.3.1 #337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Release 2.3.1 #337
Conversation
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
- remove NPM_TOKEN and NODE_AUTH_TOKEN secrets from release workflow as authentication is now handled via OpenID Connect (OIDC) with provenance support.
…330) - Update Node.js version from 20 to 22 in release workflow - Upgrade semantic-release from v22.0.12 to v25.0.2 - Upgrade @semantic-release/release-notes-generator from v11.0.4 to v14.1.0 - Remove @semantic-release/github dependency (no longer needed)
[skip ci] ## <small>2.3.1-stage.1 (2025-12-11)</small> * fix: configure npm registry URL and OIDC authentication in release workflow (#329) ([416dcd5](416dcd5)), closes [#329](#329) * fix: migrate npm authentication from token to OIDC (#327) ([d0aebce](d0aebce)), closes [#327](#327) * fix: upgrade Node.js to v22 and update semantic-release dependencies (#330) ([e94b9a9](e94b9a9)), closes [#330](#330)
PatrickMenoti
approved these changes
Dec 16, 2025
pablodiehl
approved these changes
Dec 16, 2025
pablodiehl
pushed a commit
that referenced
this pull request
Dec 16, 2025
[skip ci] ## <small>2.3.1 (2025-12-16)</small> * Merge pull request #337 from aziontech/stage ([4f79d8a](4f79d8a)), closes [#337](#337) * chore: remove behavior tag event (#332) ([eb8f07c](eb8f07c)), closes [#332](#332) * chore(release): 2.3.1-stage.1 ([dfacf2b](dfacf2b)) * chore(release): 2.3.1-stage.2 ([4699776](4699776)) * chore(release): 2.3.1-stage.3 ([bcbdb0c](bcbdb0c)) * fix: add repository field to package.json (#331) ([e01a7d0](e01a7d0)), closes [#331](#331) * fix: configure npm registry URL and OIDC authentication in release workflow (#329) ([416dcd5](416dcd5)), closes [#329](#329) * fix: migrate npm authentication from token to OIDC (#327) ([d0aebce](d0aebce)), closes [#327](#327) * fix: replace Date toString override with Proxy implementation (#334) ([bd80246](bd80246)), closes [#334](#334) * fix: upgrade Node.js to v22 and update semantic-release dependencies (#330) ([e94b9a9](e94b9a9)), closes [#330](#330)
Collaborator
|
🎉 This PR is included in version 2.3.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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.
This pull request introduces several improvements and fixes across the codebase, focusing on dependency updates, workflow enhancements, and bug fixes. The most significant changes include upgrading Node.js and related dependencies, improving the release workflow with updated npm authentication, removing deprecated features, and fixing a polyfill bug with a more robust implementation.
Dependency and workflow updates:
semantic-releaseand@semantic-release/release-notes-generatordependencies to their latest versions inpackage.json. [1] [2] [3]Bug fixes and feature removals:
Object.prototype.toStringfor Date objects with a Proxy-based implementation to fix issues with Date serialization, notably for next-auth token decoding.tag_eventfirewall behavior from both the constants and type definitions. [1] [2]Documentation and metadata:
CHANGELOG.mdwith new entries for recent fixes and changes, including the Date polyfill fix and removal of thetag_eventbehavior.repositoryfield topackage.jsonfor improved package metadata.2.3.1-stage.3inpackage.json.