-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore(deps): update dependency @sapphire/shapeshift to v4 #322
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/major-sapphire-dependencies
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
4a27eb2
to
0ecf2cb
Compare
f7337d5
to
0a0503a
Compare
5408cb1
to
6dccd01
Compare
65fd786
to
0eef7fe
Compare
6eec498
to
8a67809
Compare
6ea16f6
to
3cfb9b2
Compare
4390cd5
to
3eaf347
Compare
3eaf347
to
0cd5cd8
Compare
7551713
to
d618b10
Compare
f79fc3e
to
9177e67
Compare
99ec6df
to
4919143
Compare
59c179c
to
2efe229
Compare
69aba87
to
496c864
Compare
9e2ba2a
to
8f27c69
Compare
c2beb3c
to
1053308
Compare
1053308
to
8b33945
Compare
55e8e76
to
0fbe96c
Compare
8879b1c
to
6265096
Compare
6265096
to
daf3e4a
Compare
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:
^3.9.7
->^4.0.0
Release Notes
sapphiredev/shapeshift (@sapphire/shapeshift)
v4.0.0
Compare Source
🚀 Features
()
to your code for it to work again.PickDefined
utility type has been removed.PickUndefinedMakeOptional
utility type has been removed.NonNullObject
utility type has been removed.s.any
is nows.any()
to allow for custom options as argument.s.array(T).lengthEqual
is nows.array(T).lengthEqual()
to allow for custom options as argument.s.array(T).lengthGreaterThan
is nows.array(T).lengthGreaterThan()
to allow for custom options as argument.s.array(T).lengthGreaterThanOrEqual
is nows.array(T).lengthGreaterThanOrEqual()
to allow for custom options as argument.s.array(T).lengthLessThan
is nows.array(T).lengthLessThan()
to allow for custom options as argument.s.array(T).lengthLessThanOrEqual
is nows.array(T).lengthLessThanOrEqual()
to allow for custom options as argument.s.array(T).lengthNotEqual
is nows.array(T).lengthNotEqual()
to allow for custom options as argument.s.array(T).lengthRange
is nows.array(T).lengthRange()
to allow for custom options as argument.s.array(T).lengthRangeExclusive
is nows.array(T).lengthRangeExclusive()
to allow for custom options as argument.s.array(T).lengthRangeInclusive
is nows.array(T).lengthRangeInclusive()
to allow for custom options as argument.s.array(T).unique
is nows.array(T).unique()
to allow for custom options as argument.s.array
is nows.array()
to allow for custom options as argument.s.bigint.divisibleBy
is nows.bigint().divisibleBy()
to allow for custom options as argument.s.bigint.equal
is nows.bigint().equal()
to allow for custom options as argument.s.bigint.greaterThan
is nows.bigint().greaterThan()
to allow for custom options as argument.s.bigint.greaterThanOrEqual
is nows.bigint().greaterThanOrEqual()
to allow for custom options as argument.s.bigint.lessThan
is nows.bigint().lessThan()
to allow for custom options as argument.s.bigint.lessThanOrEqual
is nows.bigint().lessThanOrEqual()
to allow for custom options as argument.s.bigint.notEqual
is nows.bigint().notEqual()
to allow for custom options as argument.s.bigint().abs
is nows.bigint().abs()
to allow for custom options as second argument.s.bigint().negative
is nows.bigint().negative()
to allow for custom options as second argument.s.bigint().positive
is nows.bigint().positive()
to allow for custom options as second argument.s.bigint
is nows.bigint()
to allow for custom options as argument.s.bigInt64Array
is nows.bigInt64Array()
to allow for custom options as argument.s.bigUint64Array
is nows.bigUint64Array()
to allow for custom options as argument.s.boolean.false
is nows.boolean().false()
to allow for custom options as second argument.s.boolean.true
is nows.boolean().true()
to allow for custom options as second argument.s.boolean
is nows.boolean()
to allow for custom options as argument.s.default(...)
now gets a second parameter to allow for custom options as argument.s.default(...).default(...)
now gets a second parameter to allow for custom options as argument.s.date.equal
is nows.date().equal()
to allow for custom options as argument.s.date.greaterThan
is nows.date().greaterThan()
to allow for custom options as argument.s.date.greaterThanOrEqual
is nows.date().greaterThanOrEqual()
to allow for custom options as argument.s.date.invalid
is nows.date().invalid()
to allow for custom options as argument.s.date.lessThan
is nows.date().lessThan()
to allow for custom options as argument.s.date.lessThanOrEqual
is nows.date().lessThanOrEqual()
to allow for custom options as argument.s.date.notEqual
is nows.date().notEqual()
to allow for custom options as argument.s.date.valid
is nows.date().valid()
to allow for custom options as argument.s.date
is nows.date()
to allow for custom options as argument.s.enum(1, 2, 3)
is nows.enum([1, 2, 3])
to allow for custom options as second argument.s.float32Array
is nows.float32Array()
to allow for custom options as argument.s.float64Array
is nows.float64Array()
to allow for custom options as argument.s.int16Array
is nows.int16Array()
to allow for custom options as argument.s.int32Array
is nows.int32Array()
to allow for custom options as argument.s.int8Array
is nows.int8Array()
to allow for custom options as argument.s.never
is nows.never()
to allow for custom options as argument.s.null
is nows.null()
to allow for custom options as argument.s.nullable
is nows.nullable()
to allow for custom options as argument.s.nullish
is nows.nullish()
to allow for custom options as argument.s.nullish
is nows.nullish()
to allow for custom options as argument.s.number.abs
is nows.number().abs()
to allow for custom options as argument.s.number.ceil
is nows.number().ceil()
to allow for custom options as argument.s.number.divisibleBy
is nows.number().divisibleBy()
to allow for custom options as argument.s.number.equal
is nows.number().equal()
to allow for custom options as argument.s.number.finite
is nows.number().finite()
to allow for custom options as argument.s.number.floor
is nows.number().floor()
to allow for custom options as argument.s.number.fround
is nows.number().fround()
to allow for custom options as argument.s.number.greaterThan
is nows.number().greaterThan()
to allow for custom options as argument.s.number.greaterThanOrEqual
is nows.number().greaterThanOrEqual()
to allow for custom options as argument.s.number.int
is nows.number().int()
to allow for custom options as argument.s.number.lessThan
is nows.number().lessThan()
to allow for custom options as argument.s.number.lessThanOrEqual
is nows.number().lessThanOrEqual()
to allow for custom options as argument.s.number.negative
is nows.number().negative()
to allow for custom options as argument.s.number.notEqual
is nows.number().notEqual()
to allow for custom options as argument.s.number.positive
is nows.number().positive()
to allow for custom options as argument.s.number.round
is nows.number().round()
to allow for custom options as argument.s.number.safeInt
is nows.number().safeInt()
to allow for custom options as argument.s.number.sign
is nows.number().sign()
to allow for custom options as argument.s.number.trunc
is nows.number().trunc()
to allow for custom options as argument.s.number
is nows.number()
to allow for custom options as argument.s.object.ignore
is nows.object().ignore()
to allow for custom options as argument.s.object.partial
is nows.object().partial()
to allow for custom options as argument.s.object.passthrough
is nows.object().passthrough()
to allow for custom options as argument.s.object.required
is nows.object().required()
to allow for custom options as argument.s.object.strict
is nows.object().strict()
to allow for custom options as argument.s.optional
is nows.optional()
to allow for custom options as argument.s.required(...)
now gets a second parameter to allow for custom options as argument.s.set
is nows.set()
to allow for custom options as argument.s.string.date
is nows.string().date()
to allow for custom options as argument.s.string.email
is nows.string().email()
to allow for custom options as argument.s.string.ipv4
is nows.string().ipv4()
to allow for custom options as argument.s.string.ipv6
is nows.string().ipv6()
to allow for custom options as argument.s.string().ip
is nows.string().ip()
to allow for custom options as argument.s.string().lengthEqual
is nows.string().lengthEqual()
to allow for custom options as argument.s.string().lengthGreaterThan
is nows.string().lengthGreaterThan()
to allow for custom options as argument.s.string().lengthGreaterThanOrEqual
is nows.string().lengthGreaterThanOrEqual()
to allow for custom options as argument.s.string().lengthLessThan
is nows.string().lengthLessThan()
to allow for custom options as argument.s.string().lengthLessThanOrEqual
is nows.string().lengthLessThanOrEqual()
to allow for custom options as argument.s.string().lengthNotEqual
is nows.string().lengthNotEqual()
to allow for custom options as argument.s.string().phone
is nows.string().phone()
to allow for custom options as argument.s.string().regex
is nows.string().regex()
to allow for custom options as argument.s.string().url
is nows.string().url()
to allow for custom options as argument.s.string
is nows.string()
to allow for custom options as argument.s.tuple(1, 2, 3)
is nows.tuple([1, 2, 3])
to allow for custom options as second argument.s.typedArray(T).byteLengthEqual
is nows.typedArray(T).byteLengthEqual()
to allow for custom options as argument.s.typedArray(T).byteLengthGreaterThan
is nows.typedArray(T).byteLengthGreaterThan()
to allow for custom options as argument.s.typedArray(T).byteLengthGreaterThanOrEqual
is nows.typedArray(T).byteLengthGreaterThanOrEqual()
to allow for custom options as argument.s.typedArray(T).byteLengthLessThan
is nows.typedArray(T).byteLengthLessThan()
to allow for custom options as argument.s.typedArray(T).byteLengthLessThanOrEqual
is nows.typedArray(T).byteLengthLessThanOrEqual()
to allow for custom options as argument.s.typedArray(T).byteLengthNotEqual
is nows.typedArray(T).byteLengthNotEqual()
to allow for custom options as argument.s.typedArray(T).byteLengthRange
is nows.typedArray(T).byteLengthRange()
to allow for custom options as argument.s.typedArray(T).byteLengthRangeExclusive
is nows.typedArray(T).byteLengthRangeExclusive()
to allow for custom options as argument.s.typedArray(T).byteLengthRangeInclusive
is nows.typedArray(T).byteLengthRangeInclusive()
to allow for custom options as argument.s.typedArray(T).lengthEqual
is nows.typedArray(T).lengthEqual()
to allow for custom options as argument.s.typedArray(T).lengthGreaterThan
is nows.typedArray(T).lengthGreaterThan()
to allow for custom options as argument.s.typedArray(T).lengthGreaterThanOrEqual
is nows.typedArray(T).lengthGreaterThanOrEqual()
to allow for custom options as argument.s.typedArray(T).lengthLessThan
is nows.typedArray(T).lengthLessThan()
to allow for custom options as argument.s.typedArray(T).lengthLessThanOrEqual
is nows.typedArray(T).lengthLessThanOrEqual()
to allow for custom options as argument.s.typedArray(T).lengthNotEqual
is nows.typedArray(T).lengthNotEqual()
to allow for custom options as argument.s.typedArray(T).lengthRange
is nows.typedArray(T).lengthRange()
to allow for custom options as argument.s.typedArray(T).lengthRangeExclusive
is nows.typedArray(T).lengthRangeExclusive()
to allow for custom options as argument.s.typedArray(T).lengthRangeInclusive
is nows.typedArray(T).lengthRangeInclusive()
to allow for custom options as argument.s.uint16Array
is nows.uint16Array()
to allow for custom options as argument.s.uint32Array
is nows.uint32Array()
to allow for custom options as argument.s.uint8Array
is nows.uint8Array()
to allow for custom options as argument.s.uint8ClampedArray
is nows.uint8ClampedArray()
to allow for custom options as argument.s.undefined
is nows.undefined()
to allow for custom options as argument.s.union(1, 2, 3).required
is nows.union(1, 2, 3).required()
to allow for custom options as argument.s.union(1, 2, 3)
is nows.union([1, 2, 3])
to allow for custom options as second argument.s.unknown
is nows.unknown()
to allow for custom options as argument.uniqueArray
is now a function (instead of a constant) to allow for custom options as argument.dateInvalid
is now a function (instead of a constant) to allow for custom options as argument.dateValid
is now a function (instead of a constant) to allow for custom options as argument.numberFinite
is now a function (instead of a constant) to allow for custom options as argument.numberInt
is now a function (instead of a constant) to allow for custom options as argument.numberNaN
is now a function (instead of a constant) to allow for custom options as argument.numberNotNaN
is now a function (instead of a constant) to allow for custom options as argument.numberSafeInt
is now a function (instead of a constant) to allow for custom options as argument.Configuration
📅 Schedule: Branch creation - "before 12pm on Sunday" in timezone Asia/Seoul, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.