fix(deps): update dependency superstruct to v2#148
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update dependency superstruct to v2#148renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
3e8ca94 to
deb444e
Compare
deb444e to
53b3262
Compare
53b3262 to
6cd496f
Compare
6cd496f to
3ed8af8
Compare
3ed8af8 to
f655ff1
Compare
f655ff1 to
5bd72e9
Compare
5bd72e9 to
3f8946a
Compare
3f8946a to
7b35dc5
Compare
7b35dc5 to
c7cd61f
Compare
c7cd61f to
f3a892d
Compare
f3a892d to
ba795dc
Compare
ba795dc to
3c25de1
Compare
3f2fcb9 to
1a10f24
Compare
1a10f24 to
29a237c
Compare
29a237c to
4042701
Compare
4042701 to
331d56e
Compare
331d56e to
150b452
Compare
150b452 to
52c700f
Compare
52c700f to
ece4632
Compare
ece4632 to
0faf384
Compare
0faf384 to
b6fbdf6
Compare
b6fbdf6 to
d35b6b0
Compare
d35b6b0 to
00e6433
Compare
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
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 PR contains the following updates:
^0.16.0→^2.0.0Release Notes
ianstormtaylor/superstruct (superstruct)
v2.0.2Compare Source
be4bc95v2.0.1Compare Source
5d1822205254f05a884acv2.0.0Compare Source
Some changes in Superstruct v2.0 are potentially breaking if you were using the library in unusual and/or undocumented ways. Since it has been almost 2 years since the last significant release, we want to make sure that we don't ruin someone's day by surprising them with a fix that changes buggy behavior they were relying on. For this reason, some changes that would ordinarily be considered a fix are marked as breaking.
🚀 For the absolute majority of users, this should be a smooth upgrade that will not require any changes.
Breaking
object(),type(), andrecord()structs.object()(viamask(),create()orvalidate()with thecoerce: trueoption), arrays will no longer be automatically converted to objects with indexes as keys. See this PR comment.New
Fixed
mask()withunion()now correctly masks union members instead of incorrectly failing validation.Deprecations
New Maintainers & Next Steps
Project maintenance has moved to a new volunteer team: @arturmuller and @yeoffrey. Hello there! 👋 We are currently going through the existing issues and PRs, trying to resolve or close the backlog. This might take a little while so please bear with us.
If you are interested in contributing — or helping us process the backlog — we would love your help. Don't hesitate to help us triage, open an issue, or submit a PR. You can also join our Superstruct maintainers Discord: https://discord.gg/pdHrQBjQ96.
If you have questions, suggestions, or are just not sure about something related to Superstruct, head over to GitHub Discussions! We have recently enabled this feature to help us differentiate between actual issues/bugs and everything else. We hope this will be a great new place where Superstruct users can get quick help from us — the maintainers — but also from the community as a whole.
See you at the next release! ✌️
v1.0.4Compare Source
Fixes
4511928Documentation
c88b111a4c2ebd772cc7f03d65bdv1.0.3Compare Source
v1.0.2Compare Source
v1.0.1Compare Source
v1.0.0Compare Source
NEW
Added an optional
messageargument to override error messages. You can now pass in amessageargument to all of the error checking functions which will override any error message with your own message. If you do, Superstruct's original descriptive message will still be accessible viaerror.cause.Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 11:59 PM ( * 0-23 * * * ) in timezone America/New_York, 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 was generated by Mend Renovate. View the repository job log.