Sourced from zod's releases.
v3.22.3
Commits:
- 1e23990bcdd33d1e81b31e40e77a031fcfd87ce1 Commit
- 9bd3879b482f139fd03d5025813ee66a04195cdd docs: remove obsolete text about readonly types (#2676)
- f59be093ec21430d9f32bbcb628d7e39116adf34 clarify datetime ISO 8601 (#2673)
- 64dcc8e2b16febe48fa8e3c82c47c92643e6c9e3 Update sponsors
- 18115a8f128680b4526df58ce96deab7dce93b93 Formatting
- 28c19273658b164c53c149785fa7a8187c428ad4 Update sponsors
- ad2ee9ccf723c4388158ff6b8669c2a6cdc85643 2718 Updated Custom Schemas documentation example to use type narrowing (#2778)
- ae0f7a2c15e7741ee1b23c03a3bfb9acebd86551 docs: update ref to discriminated-unions docs (#2485)
- 2ba00fe2377f4d53947a84b8cdb314a63bbd6dd4 [2609] fix ReDoS vulnerability in email regex (#2824)
- 1e61d76cdec05de9271fc0df58798ddf9ce94923 3.22.3
1e61d76
3.22.32ba00fe
[2609] fix ReDoS vulnerability in email regex (#2824)ae0f7a2
docs: update ref to discriminated-unions docs (#2485)ad2ee9c
2718 Updated Custom Schemas documentation example to use type narrowing
(#2778)28c1927
Update sponsors18115a8
Formatting64dcc8e
Update sponsorsf59be09
clarify datetime ISO 8601 (#2673)9bd3879
docs: remove obsolete text about readonly types (#2676)1e23990
CommitSourced from zod's releases.
v3.22.4
Commits:
- d931ea3f0f15a6ae64f5f68e3c03912dffb2269d Lint
- 8e634bd600093b7161487bed705279c892395118 Fix prettier
- 4018d88f0e94992b2987428c4fda387b99ae2a53 docs: add
@sanity-typed/zod
to ecosystem (#2731)- 15ba5a4d4cb5be5af23771de0ba1346b4ba20a0e docs: add
zod-sandbox
to README ecosystem links (#2707)- 699ccae13b875d4fcadac268fd789c93b6ce8aef Export jsdoc with
@deprecated
when building (#2717)- dfe3719eae250ab3eca2d276da6c292867899cc6 Fix sanity-typed links (#2840)
- cd7991e04a550868bfcb5b5d46e5eb5bc7edf5f3 fix ulid regex (#2225)
- 7cb4ba2f85dd6b28290dda5de80ed54dfd2a793c Remove stalebot
- 9340fd51e48576a75adc919bff65dbc4a5d4c99b Lazy emojiRegex
- e7a9b9b3033991be6b4225f1be21da39c250bbb0 3.22.4
e7a9b9b
3.22.49340fd5
Lazy emojiRegex7cb4ba2
Remove stalebotcd7991e
fix ulid regex (#2225)dfe3719
Fix sanity-typed links (#2840)699ccae
Export jsdoc with @deprecated
when building (#2717)15ba5a4
docs: add zod-sandbox
to README ecosystem links (#2707)4018d88
docs: add @sanity-typed/zod
to ecosystem (#2731)8e634bd
Fix prettierd931ea3
Lint3cc9222
5.0.5562b912
tshy 1.2.2, build with mainffc44d3
5.0.40a84af6
bin: remove realpath, use testing env instead2e8e0d3
GitHub Actions: Node.js v2015656aa
5.0.314a1406
detect main module properly6297992
5.0.292a4e2c
move all types related to options to opt-arg.js5739c76
tap 18, build with tshySourced from fast-xml-parser's changelog.
Note: If you find missing information about particular minor version, that version must have been changed without any functional change in this library.
4.3.2 / 2023-10-02
- fix
jObj.hasOwnProperty
when give input is null (By Arda TANRIKULU)4.3.1 / 2023-09-24
- revert back "Fix typings for builder and parser to make return type generic" to avoid failure of existing projects. Need to decide a common approach.
4.3.0 / 2023-09-20
- Fix stopNodes to work with removeNSPrefix (#607) (#608) (By [Craig Andrews]https://github.com/candrews))
- Fix #610 ignore properties set to Object.prototype
- Fix typings for builder and parser to make return type generic (By Sarah Dayan)
4.2.7 / 2023-07-30
- Fix: builder should set text node correctly when only textnode is present (#589) (By qianqing)
- Fix: Fix for null and undefined attributes when building xml (#585) (#598). A null or undefined value should be ignored. (By Eugenio Ceschia)
4.2.6 / 2023-07-17
- Fix: Remove trailing slash from jPath for self-closing tags (#595) (By Maciej Radzikowski)
4.2.5 / 2023-06-22
- change code implementation
4.2.4 / 2023-06-06
- fix security bug
4.2.3 / 2023-06-05
- fix security bug
4.2.2 / 2023-04-18
- fix #562: fix unpaired tag when it comes in last of a nested tag. Also throw error when unpaired tag is used as closing tag
4.2.1 / 2023-04-18
- fix: jpath after unpaired tags
4.2.0 / 2023-04-09
- support
updateTag
parser property4.1.4 / 2023-04-08
- update typings to let user create XMLBuilder instance without options (#556) (By Patrick)
- fix: IsArray option isn't parsing tags with 0 as value correctly #490 (#557) (By Aleksandr Murashkin)
- feature: support
oneListGroup
to group repeated children tags udder single group4.1.3 / 2023-02-26
- fix #546: Support complex entity value
4.1.2 / 2023-02-12
- Security Fix
4.1.1 / 2023-02-03
... (truncated)
fa5a733
update package for release5d00ecf
Fix jObj.hasOwnProperty is not a function
(#613)Sourced from lint-staged's releases.
v15.0.1
Patch Changes
- #1217
d2e6f8b
Thanks@louneskmt
! - Previously it was possible for a function task to mutate the list of staged files passed to the function, and accidentally affect the generation of other tasks. This is now fixed by passing a copy of the original file list instead.v15.0.0
Major Changes
Sourced from lint-staged's changelog.
15.0.1
Patch Changes
- #1217
d2e6f8b
Thanks@louneskmt
! - Previously it was possible for a function task to mutate the list of staged files passed to the function, and accidentally affect the generation of other tasks. This is now fixed by passing a copy of the original file list instead.15.0.0
Major Changes
e799ce1
chore(changeset): release67e3854
fix: run task command on files deep copy (#1217)d2e6f8b
fix: run task command on files deep copy499e367
ci: remove dependabot configac54ea5
ci: rename npm script, because it was triggered when running "npm
publish"3949492
ci: update Actions workflow for publishing Changeset releases to npm
correctly59ff2ef
Merge pull request #1328
from lint-staged/changeset-release/masterdd89e16
chore(changeset): release244faa9
chore(deps): update dependencies (#1330)50cc3cc
docs: add information about ESLint --no-warn-ignored (#1332)Sourced from type-fest's releases.
v4.4.0
UnionToIntersection
: Allow indexing by the resulting type (#682) 61f2ff9https://github.com/sindresorhus/type-fest/compare/v4.3.3...v4.4.0
47626cf
4.4.061f2ff9
UnionToIntersection
: Allow indexing by the resulting type
(#682)Sourced from @mui/material
's
releases.
v5.14.13
Oct 10, 2023
A big thanks to the 22 contributors who made this release possible. Here are some highlights ✨:
- 🚀 Added support for
styled-components
v6 (#39042)@mnajdova
@mui/material@5.14.13
- [Checkbox] Fix checkbox hover bg with extendTheme (#39319)
@brijeshb42
- [Chip] Outlined Chip variant is wider than the Filled counterpart (#39342)
@chirag3003
- [Select] Add notice about select's a11y improvement on v5.14.12 changelog (#39310)
@DiegoAndai
- [Typography] Color prop check for primitive type (#39071)
@DarhkVoyd
- [Pagination] Fix background color on hover and keyboard focus when using CSS theme variables (#39220)
@ValkonX33
- [Popper] Add missing
styleOverrides
Popper type in theme (#39154)@axelbostrom
- [Slider] Support all default palette colors in TypeScript (#39058)
@gugudwt
@mui/base@5.0.0-beta.19
- [Menu] Add the anchor prop (#39297)
@michaldudak
@mui/material-next@6.0.0-alpha.105
- [Menu] Copy v5 Menu components (#39301)
@mnajdova
@mui/joy@5.0.0-beta.10
- [Autocomplete] Add
type=button
to clear button (#39263)@brijeshb42
- [Button] Fix the text wrap issue (#38696)
@atharva3333
- [Drawer] Apply color inversion to content slot instead (#39312)
@siriwatknp
- [Switch] Fix missing class name (#39327)
@Bestwebdesign
@mui/styled-engine-sc@6.0.0-alpha.1
- ​[system] Add support for
styled-components
v6 (#39042)@mnajdova
Docs
- [joy-ui] Adjust the templates page card design (#39369)
@danilo-leal
- Rename the Data Grid "Quick filter" to "Search" (#37724)
@alexfauquette
- Remove obsolete translations (#39221)
@mbrookes
- Update link to add custom color in palette (#39359)
@ZeeshanTamboli
- Denser code demo
@oliviertassinari
- Set up MD3 experiments pages (#39323)
@mj12albert
- [Drawer] Fix right anchored persistent drawer intercepts click when it is closed (#39318)
@ZeeshanTamboli
- [joy-ui] Revise the Color Inversion page (#39306)
@danilo-leal
- [joy-ui] Remove redundant
error
prop from input validation demo (#39280)@sai6855
- [material-ui] Rename themed components doc, fix typos (#39368)
@samuelsycamore
- [material-ui] Adjust the Material You Chip section (#39325)
@danilo-leal
- [system] Add documentation on how to augment custom theme types for the
sx
prop callback (#39259)@3xp10it3r
... (truncated)
Sourced from @mui/material
's
changelog.
5.14.13
Oct 10, 2023
A big thanks to the 22 contributors who made this release possible. Here are some highlights ✨:
- 🚀 Added support for
styled-components
v6 (#39042)@mnajdova
@mui/material@5.14.13
- [Checkbox] Fix checkbox hover bg with extendTheme (#39319)
@brijeshb42
- [Chip] Outlined Chip variant is wider than the Filled counterpart (#39342)
@chirag3003
- [Select] Add notice about select's a11y improvement on v5.14.12 changelog (#39310)
@DiegoAndai
- [Typography] Color prop check for primitive type (#39071)
@DarhkVoyd
- [Pagination] Fix background color on hover and keyboard focus when using CSS theme variables (#39220)
@ValkonX33
- [Popper] Add missing
styleOverrides
Popper type in theme (#39154)@axelbostrom
- [Slider] Support all default palette colors in TypeScript (#39058)
@gugudwt
@mui/base@5.0.0-beta.19
- [Menu] Add the anchor prop (#39297)
@michaldudak
@mui/material-next@6.0.0-alpha.105
- [Menu] Copy v5 Menu components (#39301)
@mnajdova
@mui/joy@5.0.0-beta.10
- [Autocomplete] Add
type=button
to clear button (#39263)@brijeshb42
- [Button] Fix the text wrap issue (#38696)
@atharva3333
- [Drawer] Apply color inversion to content slot instead (#39312)
@siriwatknp
- [Switch] Fix missing class name (#39327)
@Bestwebdesign
@mui/styled-engine-sc@6.0.0-alpha.1
- ​[system] Add support for
styled-components
v6 (#39042)@mnajdova
Docs
- [joy-ui] Adjust the templates page card design (#39369)
@danilo-leal
- Rename the Data Grid "Quick filter" to "Search" (#37724)
@alexfauquette
- Remove obsolete translations (#39221)
@mbrookes
- Update link to add custom color in palette (#39359)
@ZeeshanTamboli
- Denser code demo
@oliviertassinari
- Set up MD3 experiments pages (#39323)
@mj12albert
- [Drawer] Fix right anchored persistent drawer intercepts click when it is closed (#39318)
@ZeeshanTamboli
- [joy-ui] Revise the Color Inversion page (#39306)
@danilo-leal
- [joy-ui] Remove redundant
error
prop from input validation demo (#39280)@sai6855
... (truncated)
b8811a0
[release] v5.14.13 (#39374)53c792d
[docs] Update link to add custom color in palette (#39359)81b101d
[Popper] Add missing styleOverrides
Popper type in theme
(#39154)088e6a8
[Chip][material-ui] Outlined Chip variant is wider than the Filled
counterpar...7f41137
Bump chai to ^4.3.10 (#39248)e7e67ee
Bump @types/react-dom
to v18.2.11 (#39237)6f15027
Bump @types/sinon
to ^10.0.19 (#39244)6200a4d
Bump @types/react-transition-group
to ^4.4.7 (#39242)c8e9806
[material-ui][Checkbox] Fix checkbox hover bg with extendTheme (#39319)dd6297d
[Pagination] Fix background color on hover and keyboard focus when using
CSS ...Sourced from eslint's releases.
v8.51.0
Features
0a9c433
feat: Add--no-warn-ignored
CLI option for flat config (#17569) (Domantas Petrauskas)977e67e
feat: logical-assignment-operators to report expressions with 3 operands (#17600) (Yosuke Ota)Bug Fixes
f976b2f
fix: make rule severity case-sensitive in flat config (#17619) (Milos Djermanovic)0edfe36
fix: Ensure crash error messages are not duplicated (#17584) (Nicholas C. Zakas)dd79abc
fix:eslint-disable
to be able to parse quoted rule names (#17612) (Yosuke Ota)d2f6801
fix: Ensure correct code path for && followed by ?? (#17618) (Nicholas C. Zakas)Documentation
ee5be81
docs: default tosourceType: "module"
in rule examples (#17615) (Francesco Trotta)1aa26df
docs: Add more examples for multiline-ternary (#17610) (George Ashiotis)47d0b44
docs: Update README (GitHub Actions Bot)dbf831e
docs: use generated og image (#17601) (Percy Ma)1866da5
docs: Update README (GitHub Actions Bot)Chores
1ef39ea
chore: upgrade@eslint/js
@8
.51.0 (#17624) (Milos Djermanovic)f8c7403
chore: package.json update for@eslint/js
release (ESLint Jenkins)2665552
test: fix flat config linter tests to use Linter in flat config mode (#17616) (Milos Djermanovic)7b77bcc
chore: Refactor CodePathState (#17510) (Nicholas C. Zakas)bc77c9a
chore: Document and refactor ForkContext (#17566) (Nicholas C. Zakas)24e1f14
chore: Refactor and document CodePath (#17558) (Nicholas C. Zakas)
Sourced from eslint's changelog.
v8.51.0 - October 6, 2023
1ef39ea
chore: upgrade@eslint/js
@8
.51.0 (#17624) (Milos Djermanovic)f8c7403
chore: package.json update for@eslint/js
release (ESLint Jenkins)f976b2f
fix: make rule severity case-sensitive in flat config (#17619) (Milos Djermanovic)0edfe36
fix: Ensure crash error messages are not duplicated (#17584) (Nicholas C. Zakas)ee5be81
docs: default tosourceType: "module"
in rule examples (#17615) (Francesco Trotta)dd79abc
fix:eslint-disable
to be able to parse quoted rule names (#17612) (Yosuke Ota)d2f6801
fix: Ensure correct code path for && followed by ?? (#17618) (Nicholas C. Zakas)2665552
test: fix flat config linter tests to use Linter in flat config mode (#17616) (Milos Djermanovic)1aa26df
docs: Add more examples for multiline-ternary (#17610) (George Ashiotis)47d0b44
docs: Update README (GitHub Actions Bot)dbf831e
docs: use generated og image (#17601) (Percy Ma)0a9c433
feat: Add--no-warn-ignored
CLI option for flat config (#17569) (Domantas Petrauskas)1866da5
docs: Update README (GitHub Actions Bot)7b77bcc
chore: Refactor CodePathState (#17510) (Nicholas C. Zakas)977e67e
feat: logical-assignment-operators to report expressions with 3 operands (#17600) (Yosuke Ota)bc77c9a
chore: Document and refactor ForkContext (#17566) (Nicholas C. Zakas)24e1f14
chore: Refactor and document CodePath (#17558) (Nicholas C. Zakas)
f079382
8.51.0e8235e5
Build: changelog update for 8.51.01ef39ea
chore: upgrade @eslint/js
@8
.51.0 (#17624)f8c7403
chore: package.json update for @eslint/js
releasef976b2f
fix: make rule severity case-sensitive in flat config (#17619)0edfe36
fix: Ensure crash error messages are not duplicated (#17584)ee5be81
docs: default to sourceType: "module"
in rule
examples (#17615)dd79abc
fix: eslint-disable
to be able to parse quoted rule names
(#17612)d2f6801
fix: Ensure correct code path for && followed by ?? (#17618)2665552
test: fix flat config linter tests to use Linter in flat config mode (#17616)