Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 21, 2025

This PR contains the following updates:

Package Change Age Confidence
@apollo/subgraph (source) 2.11.2 -> 2.11.3 age confidence
@arethetypeswrong/cli (source) ^0.17.0 -> ^0.18.0 age confidence
@eslint/js (source) 9.22.0 -> 9.37.0 age confidence
@eslint/plugin-kit (source) 0.3.4 -> 0.4.0 age confidence
@graphql-tools/utils (source) 10.8.6 -> 10.9.1 age confidence
@ianvs/prettier-plugin-sort-imports 4.4.1 -> 4.7.0 age confidence
@radix-ui/react-select (source) 2.2.5 -> 2.2.6 age confidence
@types/estree (source) 1.0.6 -> 1.0.8 age confidence
@types/node (source) 22.13.10 -> 22.18.8 age confidence
@types/react (source) 18.3.19 -> 18.3.26 age confidence
chalk 5.4.1 -> 5.6.2 age confidence
cookie 0.7.0 -> 0.7.2 age confidence
debug 4.4.1 -> 4.4.3 age confidence
dedent 1.5.3 -> 1.7.0 age confidence
esbuild 0.25.0 -> 0.25.10 age confidence
eslint (source) 9.22.0 -> 9.37.0 age confidence
eslint-config-prettier 10.1.1 -> 10.1.8 age confidence
eslint-plugin-eslint-plugin 6.4.0 -> 6.5.0 age confidence
eslint-plugin-prettier 5.2.3 -> 5.5.4 age confidence
eslint-plugin-tailwindcss 3.18.0 -> 3.18.2 age confidence
eslint-plugin-vue (source) 10.3.0 -> 10.5.0 age confidence
graphql 16.10.0 -> 16.11.0 age confidence
pagefind 1.3.0 -> 1.4.0 age confidence
pnpm (source) 10.6.5 -> 10.18.1 age confidence
prettier (source) 3.5.3 -> 3.6.2 age confidence
prettier-plugin-pkg (source) 0.18.1 -> 0.21.2 age confidence
prettier-plugin-sh (source) 0.15.0 -> 0.18.0 age confidence
prettier-plugin-tailwindcss 0.6.11 -> 0.6.14 age confidence
svelte (source) 5.23.2 -> 5.39.11 age confidence
svelte-eslint-parser 1.3.0 -> 1.3.3 age confidence
svelte2tsx (source) 0.7.35 -> 0.7.45 age confidence
tsx (source) 4.19.3 -> 4.20.6 age confidence
turbo (source) 2.4.4 -> 2.5.8 age confidence
webpack 5.100.2 -> 5.102.1 age confidence
wrangler (source) 4.2.0 -> 4.42.2 age confidence

Release Notes

apollographql/federation (@​apollo/subgraph)

v2.11.3

Compare Source

Patch Changes
arethetypeswrong/arethetypeswrong.github.io (@​arethetypeswrong/cli)

v0.18.2

Patch Changes

v0.18.1

Compare Source

Patch Changes

v0.18.0

Compare Source

Minor Changes
  • 5dd9c0b: Requiring Node.js 20 for using latest lru-cache.
Patch Changes
eslint/eslint (@​eslint/js)

v9.37.0

Compare Source

v9.36.0

Compare Source

Features

  • 47afcf6 feat: correct preserve-caught-error edge cases (#​20109) (Francesco Trotta)

Bug Fixes

Documentation

  • b73ab12 docs: update examples to use defineConfig (#​20131) (sethamus)
  • 31d9392 docs: fix typos (#​20118) (Pixel998)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 91f97c5 docs: Update README (GitHub Actions Bot)

Chores

  • 12411e8 chore: upgrade @​eslint/js@​9.36.0 (#​20139) (Milos Djermanovic)
  • 488cba6 chore: package.json update for @​eslint/js release (Jenkins)
  • bac82a2 ci: simplify renovate configuration (#​19907) (唯然)
  • c00bb37 ci: bump actions/labeler from 5 to 6 (#​20090) (dependabot[bot])
  • fee751d refactor: use defaultOptions in rules (#​20121) (Pixel998)
  • 1ace67d chore: update example to use defineConfig (#​20111) (루밀LuMir)
  • 4821963 test: add missing loc information to error objects in rule tests (#​20112) (루밀LuMir)
  • b42c42e chore: disallow use of deprecated type property in core rule tests (#​20094) (Milos Djermanovic)
  • 7bb498d test: remove deprecated type property from core rule tests (#​20093) (Pixel998)
  • e10cf2a ci: bump actions/setup-node from 4 to 5 (#​20089) (dependabot[bot])
  • 5cb0ce4 refactor: use meta.defaultOptions in preserve-caught-error (#​20080) (Pixel998)
  • f9f7cb5 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 81764b2 chore: update eslint peer dependency in eslint-config-eslint (#​20079) (Milos Djermanovic)

v9.35.0

Compare Source

v9.34.0

Compare Source

v9.33.0

Compare Source

v9.32.0

Compare Source

v9.31.0

Compare Source

v9.30.1

Compare Source

v9.30.0

Compare Source

v9.29.0

Compare Source

v9.28.0

Compare Source

Features

  • b0674be feat: Customization of serialization for languageOptions (#​19760) (Nicholas C. Zakas)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#​19773) (Milos Djermanovic)
  • bfd0e7a feat: support TypeScript syntax in no-use-before-define (#​19566) (Tanuj Kanti)
  • 68c61c0 feat: support TS syntax in no-shadow (#​19565) (Nitin Kumar)
  • 0f773ef feat: support TS syntax in no-magic-numbers (#​19561) (Nitin Kumar)
  • c4a6b60 feat: add allowTypeAnnotation to func-style (#​19754) (sethamus)
  • b03ad17 feat: add TypeScript support to prefer-arrow-callback (#​19678) (Tanuj Kanti)
  • bc3c331 feat: ignore overloaded function declarations in func-style rule (#​19755) (sethamus)

Bug Fixes

Documentation

  • 3ec2082 docs: Nested arrays in files config entry (#​19799) (Nicholas C. Zakas)
  • 89a65b0 docs: clarify how config arrays can apply to subsets of files (#​19788) (Shais Ch)
  • 2ba8a0d docs: Add description of meta.namespace to plugin docs (#​19798) (Nicholas C. Zakas)
  • 59dd7e6 docs: update func-style with examples (#​19793) (Tanuj Kanti)
  • e9129e0 docs: add global scope's implicit field to Scope Manager docs (#​19770) (Milos Djermanovic)
  • 52f5b7a docs: fix minor typos and add links (#​19743) (루밀LuMir)
  • 00716a3 docs: upfront recommend against using the no-return-await rule (#​19727) (Mike DiDomizio)

Chores

v9.27.0

Compare Source

v9.26.0

Compare Source

Features
Bug Fixes
  • 96e84de fix: check cache file existence before deletion (#​19648) (sethamus)
  • d683aeb fix: don't crash on tests with circular references in RuleTester (#​19664) (Milos Djermanovic)
  • 9736d5d fix: add namespace to Plugin.meta type (#​19661) (Milos Djermanovic)
  • 17bae69 fix: update RuleTester.run() type (#​19634) (Nitin Kumar)
Documentation
  • dd98d63 docs: Update README (GitHub Actions Bot)
  • c25e858 docs: Update README (GitHub Actions Bot)
  • b2397e9 docs: Update README (GitHub Actions Bot)
  • addd0a6 docs: fix formatting of unordered lists in Markdown (#​19660) (Milos Djermanovic)
  • a21b38d docs: Update README (GitHub Actions Bot)
  • c0721a7 docs: fix double space in command (#​19657) (CamWass)
Chores

v9.25.1

Compare Source

Bug Fixes

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

Chores

v9.25.0

Compare Source

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

v9.24.0

Compare Source

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)

Bug Fixes

  • b23d1c5 fix: deduplicate variable names in no-loop-func error messages (#​19595) (Nitin Kumar)
  • fb8cdb8 fix: use any[] type for context.options (#​19584) (Francesco Trotta)

Documentation

  • 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)
  • 82177e4 docs: Update README (GitHub Actions Bot)
  • e849dc0 docs: replace existing var with const (#​19578) (Sweta Tanwar)
  • 0c65c62 docs: don't pass filename when linting rule examples (#​19571) (Milos Djermanovic)
  • 6be36c9 docs: Update custom-rules.md code example of fixer (#​19555) (Yifan Pan)

Build Related

  • 366e369 build: re-enable Prettier formatting for package.json files (#​19569) (Francesco Trotta)

Chores

v9.23.0

Compare Source

Features

  • 557a0d2 feat: support TypeScript syntax in no-useless-constructor (#​19535) (Josh Goldberg ✨)
  • 8320241 feat: support TypeScript syntax in default-param-last (#​19431) (Josh Goldberg ✨)
  • 833c4a3 feat: defineConfig() supports "flat/" config prefix (#​19533) (Nicholas C. Zakas)
  • 4a0df16 feat: circular autofix/conflicting rules detection (#​19514) (Milos Djermanovic)
  • be56a68 feat: support TypeScript syntax in class-methods-use-this (#​19498) (Josh Goldberg ✨)

Bug Fixes

  • 0e20aa7 fix: move deprecated RuleContext methods to subtype (#​19531) (Francesco Trotta)
  • cc3bd00 fix: reporting variable used in catch block in no-useless-assignment (#​19423) (Tanuj Kanti)
  • d46ff83 fix: no-dupe-keys false positive with proto setter (#​19508) (Milos Djermanovic)
  • e732773 fix: navigation of search results on pressing Enter (#​19502) (Tanuj Kanti)
  • f4e9c5f fix: allow RuleTester to test files inside node_modules/ (#​19499) (fisker Cheung)

Documentation


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 21, 2025
Copy link
Contributor

github-actions bot commented Mar 21, 2025

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphql-eslint/eslint-plugin 4.4.0-alpha-20250322020626-e747a15f076c5743569d10aa22ddf2f43c438d2f npm ↗︎ unpkg ↗︎

Copy link
Contributor

github-actions bot commented Mar 21, 2025

💻 Website Preview

The latest changes are available as preview in: https://pr-2898.graphql-eslint.pages.dev

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 223efa4 to ded78ba Compare March 21, 2025 12:10
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v4.3.0 chore(deps): update all non-major dependencies Mar 21, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ded78ba to 469f9ba Compare March 21, 2025 14:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 469f9ba to b48e1b5 Compare March 21, 2025 18:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b48e1b5 to 50e9a93 Compare March 21, 2025 23:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e747a15 to 775639f Compare July 30, 2025 01:27
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Jul 30, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 775639f to b6f00e7 Compare July 30, 2025 01:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b6f00e7 to 0deb3ad Compare July 31, 2025 09:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0deb3ad to 4c4ae68 Compare August 1, 2025 02:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4c4ae68 to 09b94ce Compare August 2, 2025 02:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 09b94ce to 9850ff3 Compare August 3, 2025 05:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9850ff3 to 2998b55 Compare August 3, 2025 10:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2998b55 to d03d9e4 Compare August 4, 2025 02:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a5bf4a1 to 4a966b1 Compare September 30, 2025 06:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4a966b1 to c288a24 Compare September 30, 2025 13:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c288a24 to 3c1fd19 Compare September 30, 2025 17:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3c1fd19 to e948e34 Compare October 1, 2025 02:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e948e34 to d4cb6f6 Compare October 1, 2025 21:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d4cb6f6 to 00ede6a Compare October 2, 2025 17:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 00ede6a to 6a6be72 Compare October 3, 2025 17:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6a6be72 to de294a7 Compare October 3, 2025 22:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from de294a7 to 0dbac8f Compare October 6, 2025 01:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0dbac8f to 1636ba1 Compare October 6, 2025 13:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1636ba1 to 8e94705 Compare October 7, 2025 00:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8e94705 to c30d552 Compare October 7, 2025 20:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c30d552 to b327177 Compare October 8, 2025 16:39
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
Development

Successfully merging this pull request may close these issues.

0 participants