Skip to content

feat: add changeset validation and release workflow#5673

Merged
bjohansebas merged 8 commits into
nextfrom
github-actions-release
May 23, 2026
Merged

feat: add changeset validation and release workflow#5673
bjohansebas merged 8 commits into
nextfrom
github-actions-release

Conversation

@bjohansebas
Copy link
Copy Markdown
Member

Summary

What kind of change does this PR introduce?

Did you add tests for your changes?

Does this PR introduce a breaking change?

If relevant, what needs to be documented once your changes are merged or what have you already documented?

Use of AI

- name: Use Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: lts/*
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

lts is too dynamic for our releases because we try to target the lowest possible node version supported.

CC @alexander-akait

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

It is normal to use it for releases, we will have the latest version

Copy link
Copy Markdown
Member

@alexander-akait alexander-akait left a comment

Choose a reason for hiding this comment

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

Looks good, let's fix tests before merge

@bjohansebas bjohansebas force-pushed the github-actions-release branch from 5c24dfe to 8a99d55 Compare May 23, 2026 15:04
@codecov
Copy link
Copy Markdown

codecov Bot commented May 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.84%. Comparing base (fea8432) to head (3fe57aa).
⚠️ Report is 27 commits behind head on next.

Additional details and impacted files
@@           Coverage Diff           @@
##             next    #5673   +/-   ##
=======================================
  Coverage   88.84%   88.84%           
=======================================
  Files          13       13           
  Lines        5838     5838           
=======================================
  Hits         5187     5187           
  Misses        651      651           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@bjohansebas bjohansebas merged commit cd007a3 into next May 23, 2026
31 of 40 checks passed
@bjohansebas bjohansebas deleted the github-actions-release branch May 23, 2026 15:57
bjohansebas added a commit that referenced this pull request May 23, 2026
* feat: add changeset validation and release workflow

* chore: add changes

* chore: fix package-lock

* chore: update http-proxy-middleware to v4

* docs: update migration guide with ESM-only and Express v5 changes

* chore: update webpack-dev-middleware to v8 and document breaking changes

* chore: update imports to use node: prefix and replace regex with replaceAll

* chore: update qs to v6.15.2 and ws to v8.21.0 in package-lock.json
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.

3 participants