Skip to content

chore: bump the all group with 7 updates #560

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2025

Bumps the all group with 7 updates:

Package From To
@types/node 18.19.86 18.19.87
eslint 9.23.0 9.25.1
knip 5.46.4 5.52.0
lefthook 1.11.6 1.11.12
typescript 5.8.2 5.8.3
typescript-eslint 8.29.0 8.31.1
zod 3.24.2 3.24.3

Updates @types/node from 18.19.86 to 18.19.87

Commits

Updates eslint from 9.23.0 to 9.25.1

Release notes

Sourced from eslint's releases.

v9.25.1

Bug Fixes

  • cdc8e8c fix: revert directive detection in no-unused-expressions (#19639) (sethamus)

Chores

  • 1f2b057 chore: upgrade @​eslint/js@​9.25.1 (#19642) (Milos Djermanovic)
  • 771317f chore: package.json update for @​eslint/js release (Jenkins)

v9.25.0

Features

  • dcd95aa feat: support TypeScript syntax in no-empty-function rule (#19551) (sethamus)
  • 77d6d5b feat: support TS syntax in no-unused-expressions (#19564) (Sweta Tanwar)
  • 90228e5 feat: support JSRuleDefinition type (#19604) (루밀LuMir)
  • 59ba6b7 feat: add allowObjects option to no-restricted-properties (#19607) (sethamus)
  • db650a0 feat: support TypeScript syntax in no-invalid-this rule (#19532) (Tanuj Kanti)
  • 9535cff feat: support TS syntax in no-loop-func (#19559) (Nitin Kumar)

Bug Fixes

  • 910bd13 fix: nodeTypeKey not being used in NodeEventGenerator (#19631) (StyleShit)

Documentation

  • ca7a735 docs: update no-undef-init when not to use section (#19624) (Tanuj Kanti)
  • 1b870c9 docs: use eslint-config-xo in the getting started guide (#19629) (Nitin Kumar)
  • 5d4af16 docs: add types for multiple rule options (#19616) (Tanuj Kanti)
  • e8f8d57 docs: Update README (GitHub Actions Bot)
  • a40348f docs: no-use-before-define tweaks (#19622) (Kirk Waiblinger)
  • 0ba3ae3 docs: Update README (GitHub Actions Bot)
  • 865dbfe docs: ensure "learn more" deprecation links point to useful resource (#19590) (Kirk Waiblinger)
  • f80b746 docs: add known limitations for no-self-compare (#19612) (Nitin Kumar)
  • 865aed6 docs: Update README (GitHub Actions Bot)

Chores

  • 88dc196 chore: upgrade @​eslint/js@​9.25.0 (#19636) (Milos Djermanovic)
  • 345288d chore: package.json update for @​eslint/js release (Jenkins)
  • affe6be chore: upgrade trunk (#19628) (sethamus)
  • dd20cf2 test: fix no-loop-func test with duplicate variable reports (#19610) (Milos Djermanovic)
  • bd05397 chore: upgrade @eslint/* dependencies (#19606) (Milos Djermanovic)
  • 22ea18b chore: replace invalid int type with number inside JSDocs. (#19597) (Arya Emami)

v9.24.0

Features

  • 556c25b feat: support loading TS config files using --experimental-strip-types (#19401) (Arya Emami)
  • 72650ac feat: support TS syntax in init-declarations (#19540) (Nitin Kumar)
  • 03fb0bc feat: normalize patterns to handle "./" prefix in files and ignores (#19568) (Pixel998)
  • 071dcd3 feat: support TS syntax in no-dupe-class-members (#19558) (Nitin Kumar)
  • cd72bcc feat: Introduce a way to suppress violations (#19159) (Iacovos Constantinou)
  • 2a81578 feat: support TS syntax in no-loss-of-precision (#19560) (Nitin Kumar)
  • 30ae4ed feat: add new options to class-methods-use-this (#19527) (sethamus)
  • b79ade6 feat: support TypeScript syntax in no-array-constructor (#19493) (Tanuj Kanti)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.25.1 - April 21, 2025

  • 1f2b057 chore: upgrade @​eslint/js@​9.25.1 (#19642) (Milos Djermanovic)
  • 771317f chore: package.json update for @​eslint/js release (Jenkins)
  • cdc8e8c fix: revert directive detection in no-unused-expressions (#19639) (sethamus)

v9.25.0 - April 18, 2025

  • 88dc196 chore: upgrade @​eslint/js@​9.25.0 (#19636) (Milos Djermanovic)
  • 345288d chore: package.json update for @​eslint/js release (Jenkins)
  • 910bd13 fix: nodeTypeKey not being used in NodeEventGenerator (#19631) (StyleShit)
  • ca7a735 docs: update no-undef-init when not to use section (#19624) (Tanuj Kanti)
  • affe6be chore: upgrade trunk (#19628) (sethamus)
  • 1b870c9 docs: use eslint-config-xo in the getting started guide (#19629) (Nitin Kumar)
  • 5d4af16 docs: add types for multiple rule options (#19616) (Tanuj Kanti)
  • e8f8d57 docs: Update README (GitHub Actions Bot)
  • a40348f docs: no-use-before-define tweaks (#19622) (Kirk Waiblinger)
  • 0ba3ae3 docs: Update README (GitHub Actions Bot)
  • 865dbfe docs: ensure "learn more" deprecation links point to useful resource (#19590) (Kirk Waiblinger)
  • dcd95aa feat: support TypeScript syntax in no-empty-function rule (#19551) (sethamus)
  • 77d6d5b feat: support TS syntax in no-unused-expressions (#19564) (Sweta Tanwar)
  • 90228e5 feat: support JSRuleDefinition type (#19604) (루밀LuMir)
  • f80b746 docs: add known limitations for no-self-compare (#19612) (Nitin Kumar)
  • 59ba6b7 feat: add allowObjects option to no-restricted-properties (#19607) (sethamus)
  • db650a0 feat: support TypeScript syntax in no-invalid-this rule (#19532) (Tanuj Kanti)
  • dd20cf2 test: fix no-loop-func test with duplicate variable reports (#19610) (Milos Djermanovic)
  • 9535cff feat: support TS syntax in no-loop-func (#19559) (Nitin Kumar)
  • bd05397 chore: upgrade @eslint/* dependencies (#19606) (Milos Djermanovic)
  • 22ea18b chore: replace invalid int type with number inside JSDocs. (#19597) (Arya Emami)
  • 865aed6 docs: Update README (GitHub Actions Bot)

v9.24.0 - April 4, 2025

  • ef67420 chore: upgrade @​eslint/js@​9.24.0 (#19602) (Milos Djermanovic)
  • 4946847 chore: package.json update for @​eslint/js release (Jenkins)
  • f857820 docs: update documentation for --experimental-strip-types (#19594) (Nikolas Schröter)
  • 803e4af docs: simplify gitignore path handling in includeIgnoreFile section (#19596) (Thomas Broyer)
  • 6d979cc docs: Update README (GitHub Actions Bot)
  • b23d1c5 fix: deduplicate variable names in no-loop-func error messages (#19595) (Nitin Kumar)
  • 556c25b feat: support loading TS config files using --experimental-strip-types (#19401) (Arya Emami)
  • 82177e4 docs: Update README (GitHub Actions Bot)
  • a995acb chore: correct 'flter'/'filter' typo in package script (#19587) (Josh Goldberg ✨)
  • 72650ac feat: support TS syntax in init-declarations (#19540) (Nitin Kumar)
  • 03fb0bc feat: normalize patterns to handle "./" prefix in files and ignores (#19568) (Pixel998)
  • b9a5efa test: skip symlink test on Windows (#19503) (fisker Cheung)
  • 46eea6d chore: remove Rule & FormatterFunction from shared/types.js (#19556) (Nitin Kumar)
  • fb8cdb8 fix: use any[] type for context.options (#19584) (Francesco Trotta)
  • 071dcd3 feat: support TS syntax in no-dupe-class-members (#19558) (Nitin Kumar)
  • e849dc0 docs: replace existing var with const (#19578) (Sweta Tanwar)
  • bdcc91d chore: modify .editorconfig to keep parity with prettier config (#19577) (Sweta Tanwar)

... (truncated)

Commits

Updates knip from 5.46.4 to 5.52.0

Release notes

Sourced from knip's releases.

Release 5.52.0

  • Use default entries w/o config file (fixes #1063) (01a8e651a702165209dd6fa7a357ee3429fe6835)
  • Fix negated glob pattern for ignored workspacea (28d9b4c982cf1748fd2927b0bed09671cccff600)
  • Don't bail out early for --filter if also -r in pnpm resolver (48e49a7d0509e766323da35c21e4d60455774883)
  • Replace easy-table with new Table (cd70e950333fdc03291393ef275dbf33e18a1bc3)

Release 5.51.1

  • Support Prettier TypeScript configs (#1059) (6717595018e84f2d4f3e552cbdd73f77d4544730) - thanks @​azat-io!
  • Expand astro.config.* and reuse in starlight plugin (859a16bfb46b4ccb7decbe9104faad38cc843ae2)
  • Improve pnpm cmd resolver (844d7a8b04e401781c10f4ed81f676078d90daa5)
  • Split and improve source map functions (ae89d67c22610d174c39d4db353104c1f5ff02b0)

Release 5.51.0

  • Add 'instrumentation-client' to next plugin entry points (#1035) (b739fccb4d37d3eabc2071060ab854239663a472) - thanks @​matbour!
  • Upgrade release-it (4ac189751ddcf1496a7ca9c1bd4aa8cda6747aa1)
  • Handle catch prop access when returning named bindings (resolves #1039) (e94083597d6026d09f128ab1fb9b0e1b5fd0fc14)
  • Housekeeping imports fixture (4fe4099f1ee24c58883e2388362a540fcb981127)
  • Add treatConfigHintsAsErrors to config file options (resolves #1026) (cafff6e1c996d1d334183c0c31a4be666e97cc11)
  • Refactor exec test helper + callsites (e8b642d628845951e995b61b1e0f1858ec0f98a7)
  • Organize quick test:smoke runs (exclude cli & fs tests) (949fe5a0fdcfba40265375b373c50a4829dccf46)
  • Add bun plugin (resolves #1038) (36e30f616ea78f74bb104cf4a2da8c062bd03c0e)
  • Document allowIncludeExports and start using it a few plugins (resolves #1043) (755f689a1205e67f2ae32906ef027ed9256a85b0)
  • Re-generate plugins.md (4f6f8fe910ebb6411ae175bab036661df92b014e)
  • Split bun test cases between plugin and binary resolver (5d3673d7b4a3248599d64bff077216fe29580f30)
  • Fix and skip a few test (to circumvent issues in Windows) (8f8e4c23bc19f818aaf766ebb8774e00992e9fe4)
  • Add oxlint plugin (#1042) (0f8561545b9e2090f83a2ec921472e52dc3f025e) - thanks @​PatrykWalach!
  • feat: add nano-staged plugin (#1045) (a05726c00c2464f7dbd1d02a010ef266c90eaf46) - thanks @​cylewaitforit!
  • Migrate some odd astro pages to mdx content (04aa73a31152a5fdf5a39b68a61c398251666df9)
  • Update favicon (736c05ec29c1b2abbb43b4e4a49867fdfa31b055)
  • 100 (65dc8f971c7f173574130c7615f8dcce4899e315)
  • Update astro/starlight (a9fba6fdc25c6f91d830d12f573cd97a85faef70)
  • Refactor OG images (508fa39ff06d40b776f0d4238a21adb85c717587)
  • refactor(lint-staged): remove unneeded default packageJsonPath value (#1049) (77dedbcd828ce18a6fed3d1b9ecb5ab17e2222fe) - thanks @​cylewaitforit!
  • Quickfix light theme colors (d2972599352674da629f6cd742a215314e0210d2)
  • Concise and consistent description (f33684b792712c5ba35a70e00fd005d1020b0bc9)
  • Add astro to integration suite and sort jobs a-z (c2afe4e466ea07fdf535dfcefcd799973cf7a68c)
  • Add Astro to projects using knip (4661469bf53aea0282d633ea0dde06434820f140)
  • Mark mdx-components as an entry file for Next.js (#1050) (3e7df189f4d488311ef1c9f617cf8ecf605cf522) - thanks @​remcohaszing!
  • Fix tanstack router function call without arguments (1b8acc7909166311a3261459a5ec277db7a9c267)
  • Try remove eslint | prettier | xo in config check in enablers (03790bd08f0308b74f91d1efee2bf6df8decf12c)
  • Update ecosystem pipeline (c95c303e03e5bfe96a59a0dc5bf6911a3c7a7c2d)
  • Unleash biome on fixtures (94fa4eec4a78215b8d865452dca3107055003958)
  • Fix order and add types in codeclimate specs (f1d48453ce48028cf9eb6c2aae4c991f4d0e15e8)
  • Fix order in json reporter specs (b0a3b8697af94efd37119a37aa1fda3ddfb2885b)
  • add relay plugin (#1047) (1e65c29e57b801b338d52af2e0ed77958d772b12) - thanks @​PatrykWalach!
  • Simplify git ignore cache and fix --dir ancestor case (b09eaff47e45f0e8827cf527b3822da5a33f3f45)
  • Remove tanstack-router plugin (7dca60e41c42bc28e0b5b1a70e4694335aaf96c3)
  • Work around bun test pattern issue (20823cfff6aa3b38eee6b41cd5722f5f5df8a3a0)
  • Update docs (d3009bd368d61dc89f89f40a353b4524dcf08334)
  • Exclude dir that doesn't contain tests (d4c73790ccedd2704cf436f92cd8f266e0ebb895)

... (truncated)

Commits
  • 7efe06f Release 5.52.0
  • cd70e95 Replace easy-table with new Table
  • 48e49a7 Don't bail out early for --filter if also -r in pnpm resolver
  • 28d9b4c Fix negated glob pattern for ignored workspacea
  • 01a8e65 Use default entries w/o config file (fixes #1063)
  • 871d148 Release 5.51.1
  • ae89d67 Split and improve source map functions
  • 844d7a8 Improve pnpm cmd resolver
  • 859a16b Expand astro.config.* and reuse in starlight plugin
  • 6717595 Support Prettier TypeScript configs (#1059)
  • Additional commits viewable in compare view

Updates lefthook from 1.11.6 to 1.11.12

Release notes

Sourced from lefthook's releases.

v1.11.12

Changelog

  • ca0cd6308bd0f225debffb0d8ecd001c0a26470b feat(run): complete all job names, recursively (#1015)
  • 6532809429d84d7c7f5972a872880bfc717663b7 feat: load from .config dir (#1017)

v1.11.11

Changelog

  • 4c3cf3d7910fd6c7866c03563d7232642cd2faa4 deps: koanf and jsonschema (#1013)
  • 31460096c65f658fdcb069ef3ed9eb90b24fd203 feat: add support for mise (#1007)

v1.11.10

Changelog

  • 91937c8a099af0c19bd0c2303e9a8b42123b1473 deps: bump github.com/pelletier/go-toml/v2 from 2.2.3 to 2.2.4 (#1005) (#1006)
  • b063f9a1284f4a98580d412748df2b612cff5b52 feat: add support for uv (#1004)

v1.11.9

Changelog

  • 573fd6f7341fbdabeaddfbf88edbb31ac5441448 deps: April 2025
  • c85a064be9a4373dbd0cf1ef3f0eecd6f87c35e2 feat(npm): allow installing hooks in CI (#1001)
  • 3e9e205ce678e9e7c6cdc5f44786cf414fa723d2 fix: better logging (#1003)

v1.11.8

Changelog

  • eb38a8a73ab17ae08f0e2135116181a38c8fa6a7 fix: fix command execution error on Windows #989 (#992)
  • d7cf41dc6d5a16a3d6c7791a9e5bd322b8ad326a fix: sh lookup on Windows (#997)

v1.11.7

Changelog

  • eecda2266fbfadfca06c8006f978089913114e79 fix: avoid error logging when determining pre push files (#995)
  • 227c3b3c7e71235d37bd26cdba34e6ad8e136a1d fix: unquote paths to valid UTF-8 (#987)
  • 7baf7a19a9e91aede0b65be5f972389e162479fb packaging: aur fixes (#985)
Changelog

Sourced from lefthook's changelog.

1.11.12 (2025-04-28)

1.11.11 (2025-04-21)

1.11.10 (2025-04-14)

1.11.9 (2025-04-11)

1.11.8 (2025-04-08)

1.11.7 (2025-04-07)

Commits

Updates typescript from 5.8.2 to 5.8.3

Release notes

Sourced from typescript's releases.

TypeScript 5.8.3

For release notes, check out the release announcement.

Downloads are available on:

Commits
  • 83dc0bb Convert release publishing inputs into parameters (#61523)
  • ba663f6 Exclude completions of binding pattern variable initializers (#52723)
  • 7205eda Bump github/codeql-action from 3.28.12 to 3.28.13 in the github-actions group...
  • 89c572c Fixed a symbol display crash on expando members write locations (#55478)
  • 7b26d2e Fix incorrect name in new release pipeline (#61514)
  • c7a559e Add new release publisher yaml (#61491)
  • 29e6d66 Fix lib.includes('dom') check in containerSeemsToBeEmptyDomElement (#61481)
  • 19b7772 Bump the github-actions group with 4 updates (#61474)
  • 4dc677b Fix errors on type assertions in erasableSyntaxOnly (#61452)
  • ee3dd72 fix(60908): Unexpected "'Type' is declared but its value is never read." erro...
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.29.0 to 8.31.1

Release notes

Sourced from typescript-eslint's releases.

v8.31.1

8.31.1 (2025-04-28)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-condition] downgrade fix to suggestion (#11081)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.31.0

8.31.0 (2025-04-21)

🚀 Features

  • eslint-plugin: [no-unnecessary-type-assertion] add option to ignore string const assertions (#10979)

🩹 Fixes

  • typescript-eslint: address bugs in config() around global ignores (#11065)
  • typescript-eslint: gracefully handle invalid flat config objects in config helper (#11070)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.30.1

8.30.1 (2025-04-14)

🚀 Features

  • eslint-plugin: [no-explicit-any] suggest to replace keyof any with PropertyKey (#11032)

🩹 Fixes

  • eslint-plugin: [promise-function-async] use a different error message for functions with promise and non-promise types (#10950)
  • typescript-estree: use token type of PrivateIdentifier instead of Identifier for private identifiers (#11023)
  • eslint-plugin: fix mistake with eslintrc config generation (#11072)

❤️ Thank You

... (truncated)

Changelog

Sourced from typescript-eslint's changelog.

8.31.1 (2025-04-28)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.31.0 (2025-04-21)

🩹 Fixes

  • typescript-eslint: gracefully handle invalid flat config objects in config helper (#11070)
  • typescript-eslint: address bugs in config() around global ignores (#11065)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

8.30.1 (2025-04-14)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.30.0 (2025-04-14)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.29.1 (2025-04-07)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits
  • f5c588c chore(release): publish 8.31.1
  • 2cc7656 chore(release): publish 8.31.0
  • b40ce5a fix(typescript-eslint): gracefully handle invalid flat config objects in conf...
  • be558e5 fix(typescript-eslint): address bugs in config() around global ignores (#11...
  • 9531492 chore(release): publish 8.30.1
  • b3688be chore(release): publish 8.30.0
  • f1ceade chore: remove unused downlevel-dts (#11034)
  • 6e03f7c chore: corrected vitest.config.base compiler inclusion (#11067)
  • 69e2f6c feat: support stringly-typed extends (#10973)
  • d1f57a7 chore(visitor-keys): migrate from jest to vitest (#10773)
  • Additional commits viewable in compare view

Updates zod from 3.24.2 to 3.24.3

Release notes

Sourced from zod's releases.

v3.24.3

Main feature: massive tsc performance improvement in .extend() courtesy of @​Andarist: #4150

Commits:

  • de1f090c98b40884aafc4f324010ab484da2be1e Switch to featured sponsors (#4001)
  • eea05ae3dab628e7a834397414e5145e935e418b Fix headers (#4003)
  • 446644f1095667f9bd6c1704ddbd35854d5ef132 Tweak feature layout (#4008)
  • 1d6e1cb842ece3b2d4d583da126bc22f26367623 docs(README): add GQLoom to tools and integrations section (#3995)
  • e2b9a5f9ac67d13ada61cd8e4b1385eb850c7592 Update feature (#4009)
  • 0b5d29e5d9524ab9d5f08c12651a3385462298d1 Feature Mintlify (#4014)
  • 47dbb2dbf3e611db08e84d6c13f66f19427c8172 Update mintlify feature (#4015)
  • 69d8436f36db10d256c01da333754ea1e33d1708 Add Clerk fellowship mention (#4020)
  • 850871defc2c98928f1c7e8e05e93d4a84ed3c5f Fix table format
  • f204123863a3524a5659ec696ffd38952e20e4ac WIP (#4028)
  • 5041dfa3521ec98066e60f97681adf9604b66e52 WIP (#4045)
  • cb2b8577665d7ce2214d20b10b49c4be7deef7a0 docs: add TanStack Form to Ecosystem/Form integrations (#4055)
  • 099fe85fbb5b6f8434f22ee3dbfc8a6d26b54019 docs: add oRPC to Ecosystem (#4042)
  • b999b4bf340480d64bc7fef1ca5ab56b29430eca docs: Remove outdated doc 'avoid coercions that throw uncaught errors' (#4005)
  • 19c6d2e2c497b2d2498cc3f9db142965617e7c2c docs: update README_KO (#4025)
  • 1061293a18c8a698b082c8a4e2a65ebd3333d543 WIP (#4060)
  • 07ff0da057f4df2aab299a454735d8398b4c0b54 Update link
  • 4c7d8e503a324e7a9873d4c17af2a19738c63364 Update Fern art/link (#4062)
  • 91dcd30ff85f92bc2140c26d7b1294e394ff0ea4 removed unnecessary console logs (#4059)
  • 859ad2495e3d24559d3c8e33a00cf56e2dbaa16a Update alt tag for Retool and Stainless URL (#4071)
  • 220aeda3b63460ab02b2187e460665a4bcb2572e Fix images
  • b865062bf3fe086a26a8b8a52116653f570eb9bc update readme.md with zod-csv library (#4021)
  • 0615af80451fe42da3c04c76b5c4b2b4a5260267 Fix formatting
  • 12e58668345116601453392e2c8237acde7a5b39 Add zod 4 beta anno (#4081)
  • faac697f27ba56023d5384564fc594f98c589915 Fix CI
  • 8cca93b7cc3f8c5fa17303bbb82d5c531ec24f33 Fix CI
  • d114394027b76c56e389d00292f5f92f137e5553 Added FullProduct.dev to 'Powered by Zod' in Ecosystem section (#4131)
  • a801ddd380196778e45a59920f167bfab8f32106 Fix broken logo link (#3974)
  • 8fc309a8000493a86d60a8a31cb9d73850f427dc Add packages/docs
  • bfd0913f08d77b0e6d1633bc0f21b56712e37720 Remove packages/docs
  • 3e602d43124220ae0001ae761f76ff117cc2f741 Optimize extendShape (#4150)
  • 06db7f855f49f75acc7d53ec0d7c4cd3b4dcaa17 3.24.3
  • a18d25b297d1a47dca8f1701afb18079c05e1e4c add back packages/docs
Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
@types/node [>= 17.a, < 18]

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the all group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `18.19.86` | `18.19.87` |
| [eslint](https://github.com/eslint/eslint) | `9.23.0` | `9.25.1` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.46.4` | `5.52.0` |
| [lefthook](https://github.com/evilmartians/lefthook) | `1.11.6` | `1.11.12` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.2` | `5.8.3` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.29.0` | `8.31.1` |
| [zod](https://github.com/colinhacks/zod) | `3.24.2` | `3.24.3` |


Updates `@types/node` from 18.19.86 to 18.19.87
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `eslint` from 9.23.0 to 9.25.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.23.0...v9.25.1)

Updates `knip` from 5.46.4 to 5.52.0
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Changelog](https://github.com/webpro-nl/knip/blob/main/packages/knip/.release-it.json)
- [Commits](https://github.com/webpro-nl/knip/commits/5.52.0/packages/knip)

Updates `lefthook` from 1.11.6 to 1.11.12
- [Release notes](https://github.com/evilmartians/lefthook/releases)
- [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md)
- [Commits](evilmartians/lefthook@v1.11.6...v1.11.12)

Updates `typescript` from 5.8.2 to 5.8.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.2...v5.8.3)

Updates `typescript-eslint` from 8.29.0 to 8.31.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.31.1/packages/typescript-eslint)

Updates `zod` from 3.24.2 to 3.24.3
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md)
- [Commits](colinhacks/zod@v3.24.2...v3.24.3)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 18.19.87
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: eslint
  dependency-version: 9.25.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: knip
  dependency-version: 5.52.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: lefthook
  dependency-version: 1.11.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: typescript
  dependency-version: 5.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: typescript-eslint
  dependency-version: 8.31.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zod
  dependency-version: 3.24.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 1, 2025
@dependabot dependabot bot requested a review from nihalgonsalves as a code owner May 1, 2025 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants