PR #173 opened: chore(deps): bump the minor-and-patch group across 1 directory with 4 updates
Bumps the minor-and-patch group with 4 updates in the / directory: zod, @typescript-eslint/eslint-plugin, @typescript-eslint/parser and typescript-eslint.
Updates zod from 4.3.6 to 4.4.1
▶Release notes
Sourced from zod's releases.
v4.4.1
Commits:
- 481f7be4238c83ed58183f921b2646f340a91c6a ci: gate release publishing on full test workflow
- 95ccab423aec720b2523c3a64cdc7e3204537cc7 test(v3): restore optional undefined expectations
- cede2c63739a5823d6aa5093d291e9a111da943d fix(v4): reject tuple holes before required defaults (#5900)
- edd0bf0f5ada4a8dc581c259407d7bbad0a71ea7 release: 4.4.1
- 180d83d1dbe6a59260710cc8637a3dea2281ee56 docs: remove Jazz featured sponsor
v4.4.0
4.4.0
This is a minor release with a wide set of correctness and soundness fixes. Some fixes intentionally make Zod stricter, so code that depended on previously accepted invalid or ambiguous inputs may need small updates.
Potentially breaking bug fixes
Tuple defaults now materialize output values correctly
Fixed in #5661. Tuple parsing now more accurately reflects defaults, optional tails, explicit
undefined, and under-filled inputs. The headline behavior is that defaults in tuple positions now properly appear in parsed output.const schema = z.tuple([ z.string(), z.string().default("fallback"), ]);
schema.parse(["a"]); // ["a", "fallback"]Trailing optional elements that are absent still stay absent; they are not filled with
undefined.const schema = z.tuple([ z.string(), z.string().optional(), ]);
schema.parse(["a"]); // ["a"]But explicit
undefinedvalues supplied by the caller are preserved.schema.parse(["a", undefined]); // ["a", undefined]When optional elements appear before later defaults, the parsed tuple is now dense so array operations behave predictably.
... (truncated)
▶Commits
180d83ddocs: remove Jazz featured sponsoredd0bf0release: 4.4.1cede2c6fix(v4): reject tuple holes before required defaults (#5900)95ccab4test(v3): restore optional undefined expectations481f7beci: gate release publishing on full test workflowd05f026release: 4.4.0f778e02build: bump zshy for JSR wildcard exports6db607bfix(release): keep JSR manifest publishablead0b827ci: update release workflow for trusted publishingb6066b3fix(v4): align object and tuple optionality handling (#5661)- Additional commits viewable in compare view
▶Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for zod since your current version.
Updates @typescript-eslint/eslint-plugin from 8.59.0 to 8.59.1
▶Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.59.1
8.59.1 (2026-04-27)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-assertion] fix crash "TypeError: checker.getTypeArguments is not a function" (#12246)
- eslint-plugin: [no-unnecessary-type-assertion] preserve index signatures in undefined unions (#12257)
- eslint-plugin: [no-unnecessary-type-assertion] preserve phantom type arguments in generic inference (#12269)
- eslint-plugin: [no-unnecessary-type-assertion] avoid false positive in logical assignment assertions (#12278)
- eslint-plugin: [no-unnecessary-type-arguments] handle instantiation expressions (#12220)
- eslint-plugin: [no-unnecessary-condition] treat void as nullish in no-unnecessary-condition (#12241)
❤️ Thank You
- anasm266
@anasm266- Anshika Jain
@Anshikakalpana- Ulrich Stark
- yugo innami
@nami8824See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
▶Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.59.1 (2026-04-27)
🩹 Fixes
- eslint-plugin: [no-unnecessary-condition] treat void as nullish in no-unnecessary-condition (#12241)
- eslint-plugin: [no-unnecessary-type-arguments] handle instantiation expressions (#12220)
- eslint-plugin: [no-unnecessary-type-assertion] avoid false positive in logical assignment assertions (#12278)
- eslint-plugin: [no-unnecessary-type-assertion] preserve phantom type arguments in generic inference (#12269)
- eslint-plugin: [no-unnecessary-type-assertion] preserve index signatures in undefined unions (#12257)
- eslint-plugin: [no-unnecessary-type-assertion] fix crash "TypeError: checker.getTypeArguments is not a function" (#12246)
❤️ Thank You
- anasm266
@anasm266- Anshika Jain
@Anshikakalpana- Ulrich Stark
- yugo innami
@nami8824See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
▶Commits
5245793chore(release): publish 8.59.13cef124chore(eslint-plugin): switch auto-generated test cases to hand-written in dot...27c507btest: make sort-type-constituents tests fully static (#12262)a03b31dchore(eslint-plugin): switch auto-generated test cases to hand-written in no-...a7099a7chore(eslint-plugin): switch auto-generated test cases to hand-written in no-...bfbd4a5chore(eslint-plugin): switch auto-generated test cases to hand-written in no-...b49d4b1chore(eslint-plugin): switch auto-generated test cases to hand-written in no-...3097e72chore(eslint-plugin): switch auto-generated test cases to hand-written in nam...676191bchore(eslint-plugin): switch auto-generated test cases to hand-written in mem...e9dce8bfix(eslint-plugin): [no-unnecessary-condition] treat void as nullish in no-un...- Additional commits viewable in compare view
Updates @typescript-eslint/parser from 8.59.0 to 8.59.1
▶Release notes
Sourced from @typescript-eslint/parser's releases.
v8.59.1
8.59.1 (2026-04-27)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-assertion] fix crash "TypeError: checker.getTypeArguments is not a function" (#12246)
- eslint-plugin: [no-unnecessary-type-assertion] preserve index signatures in undefined unions (#12257)
- eslint-plugin: [no-unnecessary-type-assertion] preserve phantom type arguments in generic inference (#12269)
- eslint-plugin: [no-unnecessary-type-assertion] avoid false positive in logical assignment assertions (#12278)
- eslint-plugin: [no-unnecessary-type-arguments] handle instantiation expressions (#12220)
- eslint-plugin: [no-unnecessary-condition] treat void as nullish in no-unnecessary-condition (#12241)
❤️ Thank You
- anasm266
@anasm266- Anshika Jain
@Anshikakalpana- Ulrich Stark
- yugo innami
@nami8824See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
▶Changelog
Sourced from @typescript-eslint/parser's changelog.
8.59.1 (2026-04-27)
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
▶Commits
5245793chore(release): publish 8.59.1- See full diff in compare view
Updates typescript-eslint from 8.59.0 to 8.59.1
▶Release notes
Sourced from typescript-eslint's releases.
v8.59.1
8.59.1 (2026-04-27)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-assertion] fix crash "TypeError: checker.getTypeArguments is not a function" (#12246)
- eslint-plugin: [no-unnecessary-type-assertion] preserve index signatures in undefined unions (#12257)
- eslint-plugin: [no-unnecessary-type-assertion] preserve phantom type arguments in generic inference (#12269)
- eslint-plugin: [no-unnecessary-type-assertion] avoid false positive in logical assignment assertions (#12278)
- eslint-plugin: [no-unnecessary-type-arguments] handle instantiation expressions (#12220)
- eslint-plugin: [no-unnecessary-condition] treat void as nullish in no-unnecessary-condition (#12241)
❤️ Thank You
- anasm266
@anasm266- Anshika Jain
@Anshikakalpana- Ulrich Stark
- yugo innami
@nami8824See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
▶Changelog
Sourced from typescript-eslint's changelog.
8.59.1 (2026-04-27)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
▶Commits
5245793chore(release): publish 8.59.1- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
▶Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions