-
Notifications
You must be signed in to change notification settings - Fork 9
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
Version Packages (next) #904
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #904 +/- ##
=======================================
Coverage 68.26% 68.26%
=======================================
Files 18 18
Lines 375 375
Branches 64 64
=======================================
Hits 256 256
Misses 110 110
Partials 9 9 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to fix attribution for @hilleer in the changelog.
@connor-baer do I need to do anything? 👀 |
@hilleer No, I'll take care of it before I merge the PR. Changesets wrongly attributed the contribution to me because I added the changeset and I want to make sure you get the credit. The added plugin is a breaking change because it might require users to make changes to their codebase. That's why I plan to release it as a new major, but I'd like to make a couple of other changes first, like updating dependencies. |
042eb6c
to
13a811d
Compare
13a811d
to
9f409eb
Compare
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to next, this PR will be updated.
next
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onnext
.Releases
@sumup/[email protected]
Major Changes
#911
9e9d2c2
Thanks @connor-baer! - Addedeslint-plugin-storybook
for projects that use Storybook. This plugin helps conform to Storybook's best practices.#910
f392d28
Thanks @connor-baer! - Upgraded@typescript-eslint/typescript-eslint
to v6. Read the changelog.#910
f392d28
Thanks @connor-baer! - Upgradedeslint-plugin-testing-library
to v6. Read the migration guide.#904
d937ac3
Thanks @connor-baer! - Addedeslint-plugin-security
for Node environments. This plugin helps identify potential security hotspots, but finds a lot of false positives which need triage by a human.#910
f392d28
Thanks @connor-baer! - Raised the minimum Node version to ^18.12 || >=20 (i.e. Node 19 is not supported).