PR #175 opened: chore(deps): bump the minor-and-patch group across 1 directory with 6 updates
Bumps the minor-and-patch group with 6 updates in the / directory:
| Package | From | To |
|---|---|---|
| zod | 4.3.6 | 4.4.2 |
| @typescript-eslint/eslint-plugin | 8.59.0 | 8.59.1 |
| @typescript-eslint/parser | 8.59.0 | 8.59.1 |
| eslint | 10.2.1 | 10.3.0 |
| globals | 17.5.0 | 17.6.0 |
| typescript-eslint | 8.59.0 | 8.59.1 |
Updates zod from 4.3.6 to 4.4.2
▶Release notes
Sourced from zod's releases.
v4.4.2
Commits:
- 0c62df0ea19fd05abdf90473e9eef7eea530fab2 Clean up docs navigation and stale labels (#5901)
- 20cc794895cc8604fe0c87d83a5d1c3f89fad0ac chore: add security policy and refresh tooling deps
- 6fbe07b0177efdd1bf1c0b05160e70d7a0702337 fix(docs): heading anchor links now include the hash so it doesnt scoll all the way up, follows navbar logic (#5791)
- 4bbed1b1c73eca4ce9e59b1189ed236aa6c8b5bd Tighten discriminated union option typing
- bbac3e567e7fccfaaf7cdc97f1ce30c295e2c908 Update PR guidance for agents
- cf0dc942a32805c292fff59ade20a7ace980735a Merge remote-tracking branch 'origin/main' into fix-discriminated-union-key-constraint
- 292c894a5fd2aa42e527900b83d8d7a3009a709c docs: add Zernio gold sponsor
- 1fc9f311c28dcf80d0bb5a36b177086cbc3d8eca docs: document codec inversion
- 1373c85da9aeff704a9762d27bc58699618aefb7 docs: remove AI disclosure guidance
- e20d02b473c08e3a4e557bc610b1b5fac079b649 chore: ignore triage notes
- e58ea4d91b1dfe8194b73508203213cbc7e9c936 docs: test Zod Mini tab code heights
- 905761a5d127e8d5dd2ebb3bc88c75cb0b8149ff docs: document preprocess input type narrowing
- bf64bac850d4dee2b7dde7e64909d5d796d32043 chore: tighten test guidance in AGENTS.md
- 8ec4e73f4c4693b6361ad591be40fb41eb8a9f95 chore: update play.ts scratch
- 02c2baf7d0d615872fa4528a8020603b71211702 Make z.preprocess defer optionality to inner schema (#5929)
- 88015df8e25c44fb5385eb3ef28935119cd5edea fix(docs): drop deprecated
baseUrlfrom tsconfig- c59d4474e3b4cad1b323462186cf607178ce8267 4.4.2
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"]
... (truncated)
▶Commits
c59d4474.4.288015dffix(docs): drop deprecatedbaseUrlfrom tsconfig02c2bafMake z.preprocess defer optionality to inner schema (#5929)8ec4e73chore: update play.ts scratchbf64bacchore: tighten test guidance in AGENTS.md905761adocs: document preprocess input type narrowinge58ea4ddocs: test Zod Mini tab code heightse20d02bchore: ignore triage notes1373c85docs: remove AI disclosure guidance1fc9f31docs: document codec inversion- 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 eslint from 10.2.1 to 10.3.0
▶Release notes
Sourced from eslint's releases.
v10.3.0
Features
Bug Fixes
b6ae5cffix: handle unavailable require cache (#20812) (Simon Podlipsky)6fb3685fix: rule suggestions cause continuation in class body (#20787) (Milos Djermanovic)Documentation
32cc7abdocs: fix typos in docs and comments (#20809) (Tanuj Kanti)7f47937docs: Update README (GitHub Actions Bot)Chores
d32235eci: use pnpm ineslint-flat-config-utilstype integration test (#20826) (Francesco Trotta)3ffb14echore: clean up typos in comments and JSDoc (#20821) (Pixel998)22eb58achore: add missing continue-on-error to ecosystem-tests.yml (#20818) (Josh Goldberg ✨)88bf002ci: bump pnpm/action-setup from 6.0.1 to 6.0.3 (#20815) (dependabot[bot])97c8c33chore: update ilshidur/action-discord action to v0.4.0 (#20811) (renovate[bot])2f58136chore: pin peter-evans/create-pull-request action to 5f6978f (#20810) (renovate[bot])77add7fchore: add initial ecosystem plugin tests workflow (#19643) (Josh Goldberg ✨)4023b55test: Add unit tests for SuppressionsService.prune() (#20797) (kuldeep kumar)54080datest: add unit tests for ForkContext (#20778) (kuldeep kumar)f0e2bcctest: add unit tests for SuppressionsService.suppress() method (#20765) (kuldeep kumar)a7f0b94chore: update dependency prettier to v3.8.3 (#20782) (renovate[bot])7bf93d9chore: update TypeScript to v6 (#20677) (sethamus)b42dd72ci: bump pnpm/action-setup from 6.0.0 to 6.0.1 (#20781) (dependabot[bot])2b252betest: add unit tests for IdGenerator (#20775) (kuldeep kumar)
▶Commits
788920410.3.05b69b4fBuild: changelog update for 10.3.0d32235eci: use pnpm ineslint-flat-config-utilstype integration test (#20826)b6ae5cffix: handle unavailable require cache (#20812)3ffb14echore: clean up typos in comments and JSDoc (#20821)6fb3685fix: rule suggestions cause continuation in class body (#20787)22eb58achore: add missing continue-on-error to ecosystem-tests.yml (#20818)88bf002ci: bump pnpm/action-setup from 6.0.1 to 6.0.3 (#20815)379571afeat: add suggestions for no-unused-private-class-members (#20773)97c8c33chore: update ilshidur/action-discord action to v0.4.0 (#20811)- Additional commits viewable in compare view
Updates globals from 17.5.0 to 17.6.0
▶Release notes
Sourced from globals's releases.
v17.6.0
- Update globals (2026-05-01) (#343) 00a4dd9
https://github.com/sindresorhus/globals/compare/v17.5.0...v17.6.0
▶Commits
6b1587017.6.000a4dd9Update globals (2026-05-01) (#343)- 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