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
@arethetypeswrong/cli (source) ^0.17.0 -> ^0.18.0 age confidence
@eslint/js (source) 9.22.0 -> 9.34.0 age confidence
@eslint/plugin-kit (source) 0.3.4 -> 0.3.5 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.0 age confidence
@types/react (source) 18.3.19 -> 18.3.24 age confidence
chalk 5.4.1 -> 5.6.0 age confidence
cookie 0.7.0 -> 0.7.2 age confidence
dedent 1.5.3 -> 1.6.0 age confidence
esbuild 0.25.0 -> 0.25.9 age confidence
eslint (source) 9.22.0 -> 9.34.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.4.0 age confidence
graphql 16.10.0 -> 16.11.0 age confidence
pnpm (source) 10.6.5 -> 10.15.0 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.38.6 age confidence
svelte-eslint-parser 1.3.0 -> 1.3.1 age confidence
svelte2tsx (source) 0.7.35 -> 0.7.42 age confidence
tsx (source) 4.19.3 -> 4.20.5 age confidence
turbo (source) 2.4.4 -> 2.5.6 age confidence
webpack 5.100.2 -> 5.101.3 age confidence
wrangler (source) 4.2.0 -> 4.33.1 age confidence

Release Notes

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.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

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

Build Related

  • 2357edd build: exclude autogenerated files from Prettier formatting (#​19548) (Francesco Trotta)

Chores

eslint/rewrite (@​eslint/plugin-kit)

v0.3.5

Compare Source

Dependencies
  • The following workspace dependencies were updated
ardatan/graphql-tools (@​graphql-tools/utils)

v10.9.1

Compare Source

Patch Changes

v10.9.0

Compare Source

Minor Changes
  • #​7281
    53db005
    Thanks @​EmrysMyrddin! - Add optional subgraphName preoperty
    to the ExecutionRequest interface for usage in Gateways like Hive Gateway.
Patch Changes
ianvs/prettier-plugin-sort-imports (@​ianvs/prettier-plugin-sort-imports)

v4.7.0

Compare Source

v4.6.3

Compare Source

What's Changed

  • Revert "fix: conditionally register ember and oxc parsers when depend… by @​IanVS in IanVS#237

Full Changelog: IanVS/prettier-plugin-sort-imports@4.6.2...v4.6.3

v4.6.2

Compare Source

What's Changed

  • fix: conditionally register ember and oxc parsers when dependencies available by @​jahands in IanVS#234

New Contributors

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.6.1...4.6.2

v4.6.1

Compare Source

What's Changed

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.6.0...v4.6.1

v4.6.0

Compare Source

What's Changed

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.5.1...v4.6.0

v4.5.1

Compare Source

What's Changed

Fixes
Internal

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.5.0...v4.5.1

v4.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.4.2...v4.5.0

v4.4.2

Compare Source

What's Changed

New Contributors

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.4.1...v4.4.2

radix-ui/primitives (@​radix-ui/react-select)

v2.2.6

chalk/chalk (chalk)

v5.6.0

Compare Source

  • Make WezTerm terminal use true color a8f5bf7

v5.5.0

Compare Source


jshttp/cookie (cookie)

v0.7.2

Compare Source

Fixed

v0.7.1: 0.7.1

Compare Source

Fixed

  • Allow leading dot for domain (#​174)
    • Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec
  • Add fast path for serialize without options, use obj.hasOwnProperty when parsing (#​172)
dmnd/dedent (dedent)

v1.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: dmnd/dedent@v1.5.3...v1.6.0

evanw/esbuild (esbuild)

v0.25.9

[Compare Source](https://redirect.g


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 251ae10 to 3c15333 Compare August 18, 2025 15:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3c15333 to 991cda3 Compare August 18, 2025 22:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 991cda3 to 12eab20 Compare August 19, 2025 19:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 12eab20 to 602afb2 Compare August 21, 2025 15:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 602afb2 to a93c533 Compare August 22, 2025 17:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a93c533 to 4782e1a Compare August 22, 2025 23:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4782e1a to 9d935c1 Compare August 23, 2025 21:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9d935c1 to 67f38fe Compare August 24, 2025 04:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 67f38fe to 0467598 Compare August 25, 2025 12:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0467598 to 772916d Compare August 26, 2025 15:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 772916d to 171bcce Compare August 26, 2025 21:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 171bcce to 9d5056e Compare August 27, 2025 20:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9d5056e to 3f76047 Compare August 28, 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