-
Notifications
You must be signed in to change notification settings - Fork 12
fix(deps): update dependency international-types to v0.4.0 #1281
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
Conversation
🦋 Changeset detectedLatest commit: e71383e The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
7405ecf to
29c1d9e
Compare
29c1d9e to
db3fe73
Compare
db3fe73 to
0c9c9bc
Compare
QuiiBz
left a comment
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.
We should remove the eslint bump
Codecov Report
@@ Coverage Diff @@
## main #1281 +/- ##
=======================================
Coverage 98.94% 98.94%
=======================================
Files 24 24
Lines 666 666
Branches 94 94
=======================================
Hits 659 659
Partials 7 7 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
This PR contains the following updates:
0.3.7->0.4.0Release Notes
QuiiBz/next-international
v0.4.0Compare Source
Breaking changes
This release contains several breaking changes, as we move closer to a v1:
createI18n<typeof Locale>()doesn't require anymore a generic, you should now havecreateI18n()useI18nhook now only returns atfunction, instead of an object containing bothtandscopedTfunctionsuseScopedI18nhook replaces the oldscopedTfunction, and works similarlyAnd some new features:
useCurrentLocalehook that is correctly typed and returns the current localeThe README has been updated to reflect those changes. Huge thanks to @baptisteArno and @mieszkosabo for landing these improvements!
What's Changed
workspace:*protocol by @QuiiBz in https://github.com/QuiiBz/next-international/pull/49New Contributors
Full Changelog: QuiiBz/next-international@0.3.6...0.4.0
v0.3.8Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.