Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the all group with 7 updates:

Package From To
@types/node 18.19.110 18.19.115
eslint 9.28.0 9.30.1
knip 5.59.1 5.61.3
lefthook 1.11.13 1.11.14
prettier 3.5.3 3.6.2
typescript-eslint 8.33.0 8.35.1
zod 3.25.46 3.25.67

Updates @types/node from 18.19.110 to 18.19.115

Commits

Updates eslint from 9.28.0 to 9.30.1

Release notes

Sourced from eslint's releases.

v9.30.1

Bug Fixes

  • e91bb87 fix: allow separate default and named type imports (#19899) (xbinaryx)

Documentation

  • ab7c625 docs: Update README (GitHub Actions Bot)
  • dae1e5b docs: update jsdoc's link (#19896) (JamesVanWaza)

Chores

v9.30.0

Features

  • 52a5fca feat: Support basePath property in config objects (#19879) (Milos Djermanovic)
  • 4ab4482 feat: add allowSeparateTypeImports option to no-duplicate-imports (#19872) (sethamus)
  • b8a7e7a feat: throw error when column is negative in getIndexFromLoc (#19831) (루밀LuMir)

Bug Fixes

  • 6a0f164 fix: handle null type loc in getIndexFromLoc method (#19862) (루밀LuMir)
  • 3fbcd70 fix: update error message for no-restricted-properties (#19855) (Tanuj Kanti)
  • 7ef4cf7 fix: remove unnecessary semicolon from fixes (#19857) (Francesco Trotta)
  • 7dabc38 fix: use process.version in --env-info (#19865) (TKDev7)

Documentation

  • 8662ed1 docs: adopt eslint-stylistic sub packages related changes (#19887) (ntnyq)
  • 20158b0 docs: typo in comment for unused variables handling (#19870) (leopardracer)
  • ebfb5b4 docs: Fixed Typo in configuration-files.md (#19873) (0-20)
  • 4112fd0 docs: clarify that boolean is still allowed for rule meta.deprecated (#19866) (Bryan Mishkin)

Chores

v9.29.0

Features

  • f686fcb feat: add ecmaVersion: 2026, parsing using and await using (#19832) (Milos Djermanovic)
  • 19cdd22 feat: prune suppressions for non-existent files (#19825) (TKDev7)
  • b3d720f feat: add ES2025 globals (#19835) (fisker Cheung)
  • 677a283 feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)
  • dbba058 feat: allow global type declaration in no-var (#19714) (Remco Haszing)
  • 342bd29 feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)
  • 786bcd1 feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)
  • 05b66d0 feat: add sourceCode.isGlobalReference(node) method (#19695) (Nitin Kumar)

Bug Fixes

  • 85c082c fix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)
  • 9bda4a9 fix: fix LintOptions.filterCodeBlock types (#19837) (ntnyq)
  • 7ab77a2 fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.30.1 - July 1, 2025

v9.30.0 - June 27, 2025

  • 2b6491c chore: upgrade to @eslint/[email protected] (#19889) (Francesco Trotta)
  • 5a5d526 chore: package.json update for @​eslint/js release (Jenkins)
  • 52a5fca feat: Support basePath property in config objects (#19879) (Milos Djermanovic)
  • 6a0f164 fix: handle null type loc in getIndexFromLoc method (#19862) (루밀LuMir)
  • 8662ed1 docs: adopt eslint-stylistic sub packages related changes (#19887) (ntnyq)
  • eaf8a41 chore: Correct typos in linter tests (#19878) (kilavvy)
  • 4ab4482 feat: add allowSeparateTypeImports option to no-duplicate-imports (#19872) (sethamus)
  • 3fbcd70 fix: update error message for no-restricted-properties (#19855) (Tanuj Kanti)
  • 20158b0 docs: typo in comment for unused variables handling (#19870) (leopardracer)
  • ebfb5b4 docs: Fixed Typo in configuration-files.md (#19873) (0-20)
  • b8a7e7a feat: throw error when column is negative in getIndexFromLoc (#19831) (루밀LuMir)
  • 7ef4cf7 fix: remove unnecessary semicolon from fixes (#19857) (Francesco Trotta)
  • 7dabc38 fix: use process.version in --env-info (#19865) (TKDev7)
  • 4112fd0 docs: clarify that boolean is still allowed for rule meta.deprecated (#19866) (Bryan Mishkin)

v9.29.0 - June 13, 2025

  • 5c114c9 chore: upgrade @​eslint/js@​9.29.0 (#19851) (Milos Djermanovic)
  • acf2201 chore: package.json update for @​eslint/js release (Jenkins)
  • f686fcb feat: add ecmaVersion: 2026, parsing using and await using (#19832) (Milos Djermanovic)
  • 85c082c fix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)
  • 00e3e6a docs: add support for custom name parameter to includeIgnoreFile (#19795) (루밀LuMir)
  • 9bda4a9 fix: fix LintOptions.filterCodeBlock types (#19837) (ntnyq)
  • a806994 refactor: Remove eslintrc from flat config functionality (#19833) (Nicholas C. Zakas)
  • 19cdd22 feat: prune suppressions for non-existent files (#19825) (TKDev7)
  • b3d720f feat: add ES2025 globals (#19835) (fisker Cheung)
  • 677a283 feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)
  • 3aed075 docs: Update README (GitHub Actions Bot)
  • 7ab77a2 fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)
  • a2f888d docs: enhance documentation with links and fix typos (#19761) (루밀LuMir)
  • dbba058 feat: allow global type declaration in no-var (#19714) (Remco Haszing)
  • 152ed51 test: switch to flat config mode in code path analysis tests (#19824) (Milos Djermanovic)
  • b647239 chore: Update first-party dependencies faster with Renovate (#19822) (Nicholas C. Zakas)
  • 7abe42e refactor: SafeEmitter -> SourceCodeVisitor (#19708) (Nicholas C. Zakas)
  • 342bd29 feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)
  • e392895 perf: improve time complexity of getLocFromIndex (#19782) (루밀LuMir)
  • 1ba3318 fix: add language and dialects to no-use-before-define (#19808) (Francesco Trotta)
  • 786bcd1 feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)
  • 05b66d0 feat: add sourceCode.isGlobalReference(node) method (#19695) (Nitin Kumar)
  • 53c3235 docs: update to clarify prompt usage (#19748) (Jennifer Davis)

... (truncated)

Commits

Updates knip from 5.59.1 to 5.61.3

Release notes

Sourced from knip's releases.

Release 5.61.3

  • docs: add config docs for compilers and treatConfigHintsAsErrors, move Plugins and Workspace to group level (#1152) (93375c826702645197279652d7f2b5184d9e3275) - thanks @​cylewaitforit!
  • Release 1.0.6 (46ca32343d39807fc7a89d6e25193ed294dc3c0d)
  • Remove unnecessary await in test (6a7964d37ebb60fbd34147e8d948f9a2ef0bf82f)
  • PackageJsonPeeker → PackagePeeker (f0087f883b8797f023a7418aeef86aacc9d9f3a3)
  • Minor refactor/rename (457e8ff4e4e2a41401b63adb0d3c0dee821ace36)
  • Fix absolute path in karma plugin (c40751b37292d014e0d774baef0e85ddeb0ed3a4)
  • Update docs re. dev (cc555048f503815c792e276d39cbf2ad65229b26)
  • Refactor post-processing of irregular imports/resolveds (#1156) (aaa1bd0121464012a050bce7cf8250724485b138)
  • Add config file to cache (#1156) (0b49c69c0eec55671cb94efb021a2e3a0bee4db1)
  • Don't overwrite cached config file inputs in same run (resolves #1156) (efe2d5d67c9374357a8137334dca90ac44fa2ef7)
  • Consolidate file node post-processing in one place (843b69b7d387bf8683037eca03a12618df9fe28e)
  • Add "Debug Node test" launch configs (5a76a6c5d77ea156c810e6bab89aaac0c3f9e5f1)

Release 5.61.2

  • Add .ts extension to babel config file pattern (a1bcdbb5ab7381552dedce20c7699e533ebe73b9)
  • Refactor biome plugin a bit (20e5914a0c7149abebfcf5e0dee53d77688cecac)
  • Add boolean flags to args definition in node plugin (49fe2370bc1dc205b7003ae93161a4e526e7aff4)
  • Update integration test suite (6bd250afaf9daac6c784f9669ea6224063961dc3)
  • Read only first bytes of yarn.lock (e2f0fbf728883c87d6e452b3e1d33eb16b42773d)
  • Add error handler for npm pkg set (bfda6e956819cbe424cd8c51ea8a75272e94b78e)
  • Enable eslint plugin config resolver for v9 without eslint-config-next (b334c3a868c50043edc46324c9540b178c02c873)
  • In the aftermath of the previous commit, this had to be done (2de78bd5ec28fa962a34db87abc0889ca8bf7585)

Release 5.61.1

  • Add new sponsors @​samdenty and @​MidnightDesign! ❤️ (191bc9ed5f2515ae2beb2119976d75c98330f218)
  • Add and clean up posts (d2b8786f69152d53d9549f281418438633fc5f32)
  • Improve top-level config hint text (7d3119b110d102141fc5514e98ff44d5859dc639)
  • Edit docs (60da8213d8009571973a38a7566b29ce74cffa0f)

Release 5.61.0

  • Update plugin test template (#1123) (101f4bc13e3a574ca1d0b180598590eeb015df04) - thanks @​daivinhtran!
  • feat: biome plugin (#1113) (7cc1a4325bacd93ae889204299ad38976ad25e6f) - thanks @​daivinhtran!
  • Restore formatting of fixture (b346903187cebf19fc0516d2ea46bd8dec7d4dfe)
  • Recognize vue.config.mjs (#1128) (53c8e960b150786fc1e96d15339a5483e5d1647a) - thanks @​davidsickmiller!
  • Restructure biome configurations (#1125) (4b3b4dca8e84a214482078bd1919059e0ed73bfc) - thanks @​daivinhtran!
  • Reverted change in the react-router plugin on windows (#1130) (bbf67ddaee79f342108a99dbb2869a966ad578c8) - thanks @​AlemTuzlak!
  • Override base dir for .git/info/exclude (resolves #1129) (4aa35f4aa03bd657d6f5a533e1f90cc8f51c796c)
  • Don't transcend .git dir to find gitignore files (#531) (a2cf84bc41458e95d8f787755247633fb9f53557)

Release 5.60.2

  • Add .ts extensions to Node test runner entries (#1121) (7a06a2084124850fe9ef7dd6d84f8164dcd26e28) - thanks @​MidnightDesign!
  • Print top-level config hints first (d04a8de0bd4d8d0994b8812e548796f5c5414dd1)

Release 5.60.1

  • Update sponsorships data (bd18e06deafd432dd9b9f583312f048944876296)
  • Fix Eleventy plugin error with certain configuration file formats (#1112) (19f918185e27bdfb3dca45d9a4e7b340842edf36) - thanks @​aarongoldenthal!
  • Add new methods to the dummy eleventy config class (607594a456741e926ddc679ae501ff92088a645b)
  • feat(storybook): add support for Storybook React Native v9 (#1118) (35630293882889d68023e165cc0b7b7ac0fe161b) - thanks @​cylewaitforit!
  • feat(storybook): add support for .storybook/vitest.setup.ts file (#1119) (5ca03f11d48651dd05cc8ff9ff3e4f0c823216c9) - thanks @​cylewaitforit!

... (truncated)

Commits
  • 8fddd17 Release 5.61.3
  • 843b69b Consolidate file node post-processing in one place
  • efe2d5d Don't overwrite cached config file inputs in same run (resolves #1156)
  • 0b49c69 Add config file to cache (#1156)
  • aaa1bd0 Refactor post-processing of irregular imports/resolveds (#1156)
  • c40751b Fix absolute path in karma plugin
  • 457e8ff Minor refactor/rename
  • f0087f8 PackageJsonPeeker → PackagePeeker
  • 6a7964d Remove unnecessary await in test
  • 143985a Release 5.61.2
  • Additional commits viewable in compare view

Updates lefthook from 1.11.13 to 1.11.14

Release notes

Sourced from lefthook's releases.

v1.11.14

Changelog

  • 35da657a27bf0d29a87bbdd50584908774f8e2f7 chore: regexp use improvements (#1034)
  • d1eb3be2522a2afa0da6cfa255d7843935af6812 chore: upgrade golangci-lint to v2, address findings (#1027)
  • 975f9d68fd4cfb90edf97f7280e9e1758fbfecba ci: update GoReleaser configurations (#1040)
  • 01fafb89b57f952f4b61d330ee401af89f2c8878 feat: show time for jobs (#1044)
  • e8dca0cfcb2671d53d480020ec30973e9c84ccd5 feat: support devbox (#1031)
  • cae61732d9579feadb8383803c2ea1f54c7aeba0 fix: bump goreleaser
  • 12430c52bd89b55054b53b7d864aa2f3ef2f50fb v1.11.14
Changelog

Sourced from lefthook's changelog.

1.11.14 (2025-06-16)

Commits

Updates prettier from 3.5.3 to 3.6.2

Release notes

Sourced from prettier's releases.

3.6.2

What's Changed

🔗 Changelog

3.6.1

  • Fix "Warning: File descriptor 39 closed but not opened in unmanaged mode" error when running --experimental-cli

🔗 Changelog

3.6.0

diff

🔗 Release note "Prettier 3.6: Experimental fast CLI and new OXC and Hermes plugins!"

Changelog

Sourced from prettier's changelog.

3.6.2

diff

Markdown: Add missing blank line around code block (#17675 by @​fisker)

<!-- Input -->
1. Some text, and code block below, with newline after code block
---
foo: bar


Another
List

<!-- Prettier 3.6.1 -->


Some text, and code block below, with newline after code block
---
foo: bar


Another
List



<!-- Prettier 3.6.2 -->


Some text, and code block below, with newline after code block
---
foo: bar


Another
List

3.6.1

diff

TypeScript: Allow const without initializer (#17650, #17654 by @​fisker)

// Input
</tr></table> 

... (truncated)

Commits
  • 7a8b05f Release 3.6.2
  • 46526b4 Add missing blank line around code block (#17675)
  • a04ec11 chore(deps): update babel to v7.27.7 (#17684)
  • 32be5b6 chore(deps): update dependency flow-parser to v0.274.1 (#17676)
  • b55e777 Update docs about "TypeScript Configuration Files" (#17677)
  • b197c99 chore(deps): update dependency @​vitejs/plugin-react to v4.6.0 (#17674)
  • 1185f83 chore(deps): update dependency @​angular/compiler to v20.0.5 (#17680)
  • aa1316f chore(deps): update dependency browserslist to v4.25.1 (#17671)
  • c468d33 chore(deps): update dependency oxc-parser to v0.75.0 (#17672)
  • 3f46d91 chore(deps): update dependency vite to v7 (#17673)
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.33.0 to 8.35.1

Release notes

Sourced from typescript-eslint's releases.

v8.35.1

8.35.1 (2025-06-30)

🩹 Fixes

  • remove prettier from eslint-plugin (#11339)
  • website: did not find a source file error if url hash doesn't contain fileType (#11350)

❤️ Thank You

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

v8.35.0

8.35.0 (2025-06-23)

🚀 Features

  • eslint-plugin: [no-base-to-string] add checkUnknown Option (#11128)

🩹 Fixes

  • website: acquired types are shown in the editor but not reflected in linting (#11198)

❤️ Thank You

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

v8.34.1

8.34.1 (2025-06-16)

🩹 Fixes

  • types: add 2026/17 to EcmaVersion (#11304)
  • typescript-estree: emit a Literal instead of Identifier for constructor when the identifier is a string (#11299)
  • visitor-keys: bump eslint-visitor-keys dependency (#11294)

❤️ Thank You

  • David Archibald
  • overlookmotel
  • Tao

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

... (truncated)

Changelog

Sourced from typescript-eslint's changelog.

8.35.1 (2025-06-30)

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.35.0 (2025-06-23)

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.34.1 (2025-06-16)

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.34.0 (2025-06-09)

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.33.1 (2025-06-02)

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

Updates zod from 3.25.46 to 3.25.67

Release notes

Sourced from zod's releases.

v3.25.67

Commits:

  • 7afe790d0f459278bc18e8197791db280cac341f Make $ZodLiteralDef generic
  • 91274c3e154731205cc6958fd8c2ba5d48503db9 3.25.67
  • c22944b029295cc0d33ee1b2273ea64e889528ff Fix race condition

v3.25.66

Commits:

  • 2b3e87bcdd399b8f99d53641648db5a764861e1b Update api.ts (#4724)
  • 100e9aa874032b49a1091e702213a52decf07521 chore: include zod-validation-error to Ecosystem page (#4722)
  • de3517eeb66fc6d901752ee78d4ec97e7f5d9bc6 fix(docs): prevent FOUC on website homepage logo (#4716)
  • 222a663732f6f605fd47c9c95bcef602e3d1e188 Change ZodObject default to $strip. Set inst.shape in zod mini
  • fb00618f7d2c888fc1a2e207b391619b6d04dc6b 3.25.66

v3.25.65

Commits:

  • 65309948ebcf926ee0570315b6254e06f59d01dd Clean up ecosystem
  • 131fdbd4ea63abf8d4788855c106e51ef7e83077 fix(docs): Use array as argument of templateLiteral (#4701)
  • ed648b132d55a12094b01e1abeae8a6d29b88364 chore: remove deprecated @​types/chalk (#4685)
  • 12dd4890e2310ca798dd4193f15372efc2cfd84b Add catchall to zod-mini
  • fcb722ae09e6190c87f082db4be556c151dea8b7 Add uuid to changelog
  • 8c74035ee6bcf27ab4b4398708b379713cc3eeee 3.25.65

v3.25.64

Commits:

  • b142ea8fbb9e41f8251a36ba687b90a316f65fa4 Fix $strip
  • b6e59c37a0a463f90e91453a4d6b2b3db8cdbc53 Check for existence of Error.captureStackTrace
  • 0c686afdc95a324330a60315c59189fa09d8c497 Remove type from mime issue path
  • af88d743a7f6b8c1f5a2d43e3282c976833eeee7 Fix test

v3.25.63

Commits:

  • 7ed0c3694d324f5c02d5b224e7e3163d2fd84c52 Allow hours-only offsets. Normalize. (#4676)
  • 112fff6b7866f909583cd6f62c43fb639420b069 Fix iso tests
  • 6176dcb570186c4945223fa83bcf3221cbfa1af5 Improve ISO second handling (#4680)
  • 8e20a2018df854734a09e81e3dfbe598c42911e3 Use consistent variable names for IP examples (#4679)
  • 29e4973b065476b09f69e83c9e9ff4c6908c8a8c refactor: remove unnecessary assertion (#4672)
  • c626fe100eb79fd95e557d8091a111306ecb6045 chore: update husky from v7 to v9 (#4682)
  • f350a693aec24a5b70a37992df3b9e7ea36525b2 3.25.63

v3.25.62

Commits:

  • c568dea33ac42382070580687410ee47e83609c4 Drop | undefined from json schema types
  • 1614fd891b40cc9d23b249abad528e38ca718065 3.25.62

... (truncated)

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.110` | `18.19.115` |
| [eslint](https://github.com/eslint/eslint) | `9.28.0` | `9.30.1` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.59.1` | `5.61.3` |
| [lefthook](https://github.com/evilmartians/lefthook) | `1.11.13` | `1.11.14` |
| [prettier](https://github.com/prettier/prettier) | `3.5.3` | `3.6.2` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.33.0` | `8.35.1` |
| [zod](https://github.com/colinhacks/zod) | `3.25.46` | `3.25.67` |


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

Updates `eslint` from 9.28.0 to 9.30.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.28.0...v9.30.1)

Updates `knip` from 5.59.1 to 5.61.3
- [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.61.3/packages/knip)

Updates `lefthook` from 1.11.13 to 1.11.14
- [Release notes](https://github.com/evilmartians/lefthook/releases)
- [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md)
- [Commits](evilmartians/lefthook@v1.11.13...v1.11.14)

Updates `prettier` from 3.5.3 to 3.6.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.5.3...3.6.2)

Updates `typescript-eslint` from 8.33.0 to 8.35.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.35.1/packages/typescript-eslint)

Updates `zod` from 3.25.46 to 3.25.67
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v3.25.46...v3.25.67)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 18.19.115
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: eslint
  dependency-version: 9.30.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: knip
  dependency-version: 5.61.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: lefthook
  dependency-version: 1.11.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: prettier
  dependency-version: 3.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: typescript-eslint
  dependency-version: 8.35.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zod
  dependency-version: 3.25.67
  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 Jul 1, 2025
@dependabot dependabot bot requested a review from nihalgonsalves as a code owner July 1, 2025 20:23
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 1, 2025
@nihalgonsalves nihalgonsalves merged commit 343c4a7 into main Jul 3, 2025
2 checks passed
@nihalgonsalves nihalgonsalves deleted the dependabot/npm_and_yarn/all-c05090112b branch July 3, 2025 10:19
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.

2 participants