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:
2.27.7
->2.27.10
2.27.11
0.5.11
->0.5.15
20.14.1
->20.17.10
3.2.2
->3.2.4
3.2.5
1.11.1
->1.11.2
8.57.0
->8.57.1
0.10.2
->0.13.3
0.7.0
->0.7.1
7.0.2
->7.4.4
3.5.0
->3.6.0
8.1.0
->8.3.5
5.5.3
->5.7.2
5.5.3
->5.7.2
3.23.8
->3.24.1
Release Notes
changesets/changesets (@changesets/cli)
v2.27.10
Compare Source
Patch Changes
#1485
baf5644
Thanks @bluwy! - Ignore error if failed to find changed packages inchangeset add
#1489
7bf751c
Thanks @marcalexiei! - Use custom errors when exiting add command due to missing tool#1466
ccce743
Thanks @marcalexiei! - Add error message and exit when there are no versionable packages#1514
962ab91
Thanks @nicoalonsop! - Update spawndamnit to fix cross-spawn vulnerabilityUpdated dependencies [
7323704
,26c8ba9
,82cacb2
,962ab91
]:v2.27.9
Compare Source
Patch Changes
#1458
400ab7b
Thanks @benmccann! - Moved@types/semver
todevDependencies
#1462
689e541
Thanks @benmccann! - removeoutdent
dependencyv2.27.8
Compare Source
Patch Changes
#1417
bc75c1a
Thanks @trivikr! - Replacechalk
withpicocolors
to reduce install size#1419
4efc038
Thanks @bluwy! - Fix logging--version
flag#1445
52c302a
Thanks @bluwy! - Remove unused@babel/runtime
dependency#1446
5150fc1
Thanks @benmccann! - Switched frompreferred-pm
topackage-manager-detector
in order to reduce installation sizeUpdated dependencies [
bc75c1a
,52c302a
]:swc-project/swc (@swc/helpers)
v0.5.15
Compare Source
v0.5.13
Compare Source
v0.5.12
Compare Source
gsoft-inc/wl-web-configs (@workleap/eslint-plugin)
v3.2.4
Compare Source
Patch Changes
d6dfe8f
Thanks @patricklafrance! - Move some deprecated rules from@typescript-eslint/eslint-plugin
to@stylistic/eslint-plugin-ts
.v3.2.3
Compare Source
Patch Changes
ea355fb
Thanks @mahmoudmoravej! - Bump minimist package 0.0.10->0.2.4 in overridesunjs/c12 (c12)
v1.11.2
Compare Source
compare changes
🩹 Fixes
🏡 Chore
eslint/eslint (eslint)
v8.57.1
Compare Source
Bug Fixes
a19072f
fix: add logic to handle fixTypes in the lintText() method (#18900) (Francesco Trotta)04c7188
fix: Don't lint same file multiple times (#18899) (Francesco Trotta)87ec3c4
fix: do not throw when defining a global named__defineSetter__
(#18898) (Francesco Trotta)60a1267
fix: Provide helpful error message for nullish configs (#18889) (Milos Djermanovic)a0dea8e
fix: allowname
in global ignores, fix--no-ignore
for non-global (#18875) (Milos Djermanovic)3836bb4
fix: do not crash on error infs.walk
filter (#18886) (Milos Djermanovic)2dec349
fix: skip processor code blocks that match only universal patterns (#18880) (Milos Djermanovic)Documentation
6a5add4
docs: v8.x Add EOL banner (#18744) (Amaresh S M)b034575
docs: v8.x add version support page to the dropdown (#18731) (Amaresh S M)760ef7d
docs: v8.x add version support page in the side navbar (#18740) (Amaresh S M)428b7ea
docs: Add Powered by Algolia label to the search (#18658) (Amaresh S M)c68c07f
docs: version selectors synchronization (#18265) (Milos Djermanovic)Build Related
35d366a
build: Support updates to previous major versions (#18870) (Milos Djermanovic)Chores
140ec45
chore: upgrade @eslint/js@8.57.1 (#18913) (Milos Djermanovic)bcdfc04
chore: package.json update for @eslint/js release (Jenkins)3f6ce8d
chore: pin vite-plugin-commonjs@0.10.1 (#18910) (Milos Djermanovic)9f07549
chore: ignore/docs/v8.x
in link checker (#18660) (Milos Djermanovic)openapi-ts/openapi-typescript (openapi-fetch)
v0.13.3
Patch Changes
Refresh of 0.13.2; corrupted package
v0.13.2
Patch Changes
7081842
Thanks @mellster2012! - Add client option to pass custom RequestInit object into fetch requests for supported implementationsv0.13.1
Compare Source
Patch Changes
35c576c
Thanks @luchsamapparat! - add onError handler to middlewarev0.13.0
Compare Source
Minor Changes
267977e
Thanks @DjordyKoert! - 204 responses or response with a Content-Length of 0 will now return undefined instead of an empty objectv0.12.5
Compare Source
Patch Changes
#1937
06163a2
Thanks @DjordyKoert! - client data & error now return a union of possible typesUpdated dependencies [
06163a2
]:v0.12.4
Compare Source
Patch Changes
abfad56
]:v0.12.3
Compare Source
Patch Changes
d14aa65
Thanks @BlakeSzabo! - Fix multiple empty arrays in query params appending extra ampersandsv0.12.2
Compare Source
Patch Changes
e39d11e
Thanks @yicrotkd! - ImproveMiddleware
type definition to require either onRequest or onResponsev0.12.1
Compare Source
Patch Changes
efaa1e2
Thanks @tobiasdcl! - allow usage of custom Request classv0.12.0
Compare Source
Minor Changes
b893c44
Thanks @goce-cz! - Do not set content-type on body-less requestsv0.11.3
Compare Source
Patch Changes
6038f8f
Thanks @goce-cz! - Allow falsy values (except undefined) as a valid bodyv0.11.2
Compare Source
Patch Changes
#1817
2a4b067
Thanks @Gruak! - Allow specifying baseUrl per request#1842
0e42cbb
Thanks @gzm0! - fix: allow use ofPathBasedClient
with generatedpaths
v0.11.1
Compare Source
Patch Changes
#1831
091e71a
Thanks @SebastienGllmt! - Add MethodResponse utility type to easily get the return type of an endpoint on a client#1833
cec023d
Thanks @ngraef! - Fix identification of required properties whenstrictNullChecks
is disabledUpdated dependencies [
cec023d
]:v0.11.0
Compare Source
Minor Changes
--⚠️ Breaking Change #1791
a956d5d
Thanks @gzm0! - Add support forclient["/endpoint"].GET()
style callsv0.10.6
Compare Source
Patch Changes
#1809
f21c05b
Thanks @gzm0! - perf: remove unnecessaryasync
keywords (for reduced code size)#1827
ba0d595
Thanks @ngraef! - Fix typing for environments without DOM libv0.10.5
Compare Source
Patch Changes
7698546
Thanks @thatsprettyfaroutman! - Allow FormData through defaultBodySerializerv0.10.4
Compare Source
Patch Changes
bcc9222
]:v0.10.3
Compare Source
Patch Changes
#1717
335530c
Thanks @kerwanp! - Ignore configuration files in published package#1717
335530c
Thanks @kerwanp! - Create own client type for easier reusabilityUpdated dependencies [
335530c
]:christoph-fricke/openapi-msw (openapi-msw)
v0.7.1
Compare Source
Patch Changes
b9f4bea
Thanks @christoph-fricke! - Fixed type inference for extended JSON mime types, such asapplication/problem+json
. Previously, APIs likeresponse(...).json
would be typed asnever
for such mime types. Now, they will be properly typed.openapi-ts/openapi-typescript (openapi-typescript)
v7.4.4
Compare Source
Patch Changes
e2d8541
Thanks @patzick! - Improved error messages to contain locations.v7.4.3
Compare Source
Patch Changes
8d00218
Thanks @prewk! - Make pathParamsAsTypes work with integer/boolean typesv7.4.2
Compare Source
Patch Changes
c2c396d
Thanks @DanDeMicco! - Support for generating enums when enums definition has null valuev7.4.1
Compare Source
Patch Changes
4a59124
Thanks @drwpow! - Bump Redocly Corev7.4.0
Compare Source
Minor Changes
a9cd9aa
Thanks @BradHacker! - Add option to export all root component typesv7.3.3
Compare Source
Patch Changes
94592a4
Thanks @phk422! - fix: replace special characters usingSPECIAL_CHARACTER_MAP
for duplicate-identifiersv7.3.2
Compare Source
Patch Changes
21fb8b0
Thanks @phk422! - fix(openapi-typescript): type errors generated underenumValues
v7.3.1
Compare Source
Patch Changes
08bde72
Thanks @liangskyli! - fix: keyedParameters use unique keyv7.3.0
Compare Source
Minor Changes
9939b76
Thanks @drwpow! - Don’t generate| undefined
for additionalPropertiesv7.2.0
Compare Source
Minor Changes
b1bbe62
Thanks @phk422! - feat: add dedupeEnums optionv7.1.2
Compare Source
Patch Changes
335530c
Thanks @kerwanp! - Ignore configuration files in published packagev7.1.1
Compare Source
Patch Changes
c2f8655
Thanks @yoshi2no! - Fix: Correct handling of identical minItems and maxItems in array schemas when arrayLength option is truev7.1.0
Compare Source
Minor Changes
#1766
0ce35d7
Thanks @phk422! - feat: Add the inject option#1768
285b097
Thanks @phk422! - feat: Add check optionPatch Changes
#1772
41cb9a2
Thanks @ashwin153! - fix: add explicit import of performance to fix bazel compatibility issues#1764
2793049
Thanks @michalfedyna! - Fix --properties-required-by-default flag not working#1763
19b9383
Thanks @nkt! - fix: schema.content might be omittedv7.0.4
Compare Source
Patch Changes
e705909
Thanks @phk422! - fix: Correct handling of default parameter values in referenced component schemav7.0.3
Compare Source
Patch Changes
8043c5d
Thanks @yoshi2no! - fix: Enum option cannot generate enums if values are not valid property namesegoist/tsup (tsup)
v8.3.5
Compare Source
🐞 Bug Fixes
experimentalDts
only once - by @aryaemami59 in https://github.com/egoist/tsup/issues/1236 (fddd4)View changes on GitHub
v8.3.4
Compare Source
No significant changes
View changes on GitHub
v8.3.0
Compare Source
Bug Fixes
experimentalDts
file cleaning and watching (#1199) (76dc18b)Features
cts
andmts
config files (#1178) (ec811b3)injectStyle
(#1193) (f25a9db)v8.2.4
Compare Source
Bug Fixes
v8.2.3
Compare Source
Bug Fixes
v8.2.2
Compare Source
Bug Fixes
globby
with faster alternative (#1158)" (2de6dd5)v8.2.1
Compare Source
Bug Fixes
v8.2.0
Compare Source
Features
v8.1.2
Compare Source
Bug Fixes
v8.1.1
Compare Source
microsoft/TypeScript (typescript)
v5.7.2
: TypeScript 5.7Compare Source
For release notes, check out the release announcement.
Downloads are available on:
v5.6.3
: TypeScript 5.6.3Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.6.2
: TypeScript 5.6Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.5.4
: TypeScript 5.5.4Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
colinhacks/zod (zod)
v3.24.1
Compare Source
Commits:
0c6cbbd
Undeprecate .nonempty()4e219d6
Bump min TS version to 5.065adeea
v3.24.1v3.24.0
Compare Source
Implement
@standard-schema/spec
This is the first version of Zod to implement the Standard Schema spec. This is a new community effort among several validation library authors to implement a common interface, with the goal of simplifying the process of integrating schema validators with the rest of the ecosystem. Read more about the project and goals here.
z.string().jwt()
Thanks to @Mokshit06 and @Cognition-Labs for this contribution!
To verify that a string is a valid 3-part JWT.
To constrain the JWT to a specific algorithm:
z.string().base64url()
Thank you to @marvinruder!
To complement the JWT validation, Zod 3.24 implements a standalone
.base64url()
string validation API. (The three elements of JWTs are base64url-encoded JSON strings.)This functionality is available along the standard
z.string().base64()
validator added in Zod 3.23.z.string().cidr()
Thanks to @wataryooou for their work on this!
A validator for CIDR notation for specifying IP address ranges, e.g.
192.24.12.0/22
.To specify an IP version:
View the full diff from 3.23.8: colinhacks/zod@v3.23.8...v3.24.0
294f54f
Update README_ZH.md about Discriminated unions (#3493)1247caf
Add Kubb as X-to-Zod community tool (#3508)62b7842
Update default branchc6bc80d
Fix issue #3582 : ULID should be case insensitive (#3593)a5b9dc3
docs: add zod-schema-faker to ecosystem (#3605)9818d0e
Add zod-sockets (#3609)7173d0b
Add drizzle-zod library to X to Zod README.md section (#3648)c5a4edc
Add 'schemql' in Powered by Zod (#3800)85916b3
docs: add zod-form-renderer to form integration docs (#3697)51f1dc3
docs: add unplugin-environment in powered by zod (#3778)8e74db3
fix: ipv6 regex validation (#3513)1f4f0da
refactor: rename ip version types (#3755)f487d74
Remove faulty ip test case48f1c47
docs: Remove invalid semicolon in ERROR_HANDLING.md (#3857)1d0a4b9
fix: bigint coerce crash (#3822)14dceaa
Add API library (#3814)f82f817
feat: z.string.cidr() - support CIDR notation (#3820)71a0c33
docs: add info on unqualified local datetime strings (#3760)b85686a
Add support forbase64url
strings (#3712)6407bed
Allow creation of discriminated unions with a readonly array of options (#3535)3755146
Remove createParams cascade from .array() (#3530)963386d
Fix lint69a1798
Implement Standard Schema spec (#3850)c1dd537
Addsfrrm
package to documentation (#3818)b68c05f
feat: Add JWT string validator (#3893)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.