Skip to content
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

⬆️(dependencies) update js dependencies #332

Merged
merged 1 commit into from
Mar 3, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 3, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@eslint/js (source) 9.17.0 -> 9.21.0 age adoption passing confidence devDependencies minor
@pandacss/dev (source) 0.51.1 -> 0.53.0 age adoption passing confidence devDependencies minor
@pandacss/preset-panda (source) 0.51.1 -> 0.53.0 age adoption passing confidence dependencies minor
@tanstack/eslint-plugin-query (source) 5.64.2 -> 5.66.1 age adoption passing confidence devDependencies minor
@tanstack/react-query (source) 5.64.2 -> 5.67.1 age adoption passing confidence dependencies minor
@tanstack/react-query-devtools (source) 5.64.2 -> 5.67.1 age adoption passing confidence devDependencies minor
@types/node (source) 20.14.2 -> 22.13.9 age adoption passing confidence devDependencies major
@types/node (source) 22.10.10 -> 22.13.9 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 7.15.0 -> 8.26.0 age adoption passing confidence devDependencies major
@typescript-eslint/eslint-plugin (source) 8.21.0 -> 8.26.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 7.15.0 -> 8.26.0 age adoption passing confidence devDependencies major
@typescript-eslint/parser (source) 8.21.0 -> 8.26.0 age adoption passing confidence devDependencies minor
@vitejs/plugin-react-swc 3.5.0 -> 3.8.0 age adoption passing confidence devDependencies minor
eslint-config-prettier 10.0.1 -> 10.0.2 age adoption passing confidence devDependencies patch
eslint-plugin-react-hooks (source) 4.6.2 -> 5.2.0 age adoption passing confidence devDependencies major
eslint-plugin-react-hooks (source) 5.1.0 -> 5.2.0 age adoption passing confidence devDependencies minor
eslint-plugin-react-refresh 0.4.7 -> 0.4.19 age adoption passing confidence devDependencies patch
eslint-plugin-react-refresh 0.4.18 -> 0.4.19 age adoption passing confidence devDependencies patch
globals 15.14.0 -> 16.0.0 age adoption passing confidence devDependencies major
i18next-browser-languagedetector 8.0.2 -> 8.0.4 age adoption passing confidence dependencies patch
i18next-parser 9.1.0 -> 9.3.0 age adoption passing confidence dependencies minor
livekit-client 2.8.1 -> 2.9.5 age adoption passing confidence dependencies minor
node (source) 22.13.1 -> 22.14.0 age adoption passing confidence volta minor
postcss (source) 8.5.1 -> 8.5.3 age adoption passing confidence devDependencies patch
posthog-js 1.210.2 -> 1.225.1 age adoption passing confidence dependencies minor
prettier (source) 3.4.2 -> 3.5.3 age adoption passing confidence devDependencies minor
sass 1.83.4 -> 1.85.1 age adoption passing confidence devDependencies minor
typescript (source) 5.4.5 -> 5.8.2 age adoption passing confidence devDependencies minor
typescript (source) 5.7.3 -> 5.8.2 age adoption passing confidence devDependencies minor
typescript (source) 5.7.3 -> 5.8.2 age adoption passing confidence devDependencies minor
typescript-eslint (source) 8.18.2 -> 8.26.0 age adoption passing confidence devDependencies minor
use-sound 4.0.3 -> 5.0.0 age adoption passing confidence dependencies major
vite (source) 5.4.12 -> 6.2.0 age adoption passing confidence devDependencies major
vite (source) 6.0.11 -> 6.2.0 age adoption passing confidence devDependencies minor
vite-plugin-dts 3.9.1 -> 4.5.3 age adoption passing confidence devDependencies major
wouter 3.4.0 -> 3.6.0 age adoption passing confidence dependencies minor

Release Notes

eslint/eslint (@​eslint/js)

v9.21.0

Compare Source

Features
Bug Fixes
  • db5340d fix: update missing plugin message template (#​19445) (Milos Djermanovic)
  • d8ffdd4 fix: do not exit process on rule crash (#​19436) (Francesco Trotta)
Documentation
  • c5561ea docs: Update README (GitHub Actions Bot)
  • 80b0485 docs: replace var with let and const in rule example (#​19434) (Tanuj Kanti)
  • f67d5e8 docs: Update README (GitHub Actions Bot)
  • 75afc61 docs: Update README (GitHub Actions Bot)
  • 0636cab docs: Update Eleventy from v2 to v3 (#​19415) (Amaresh S M)
  • dd7d930 docs: Update README (GitHub Actions Bot)
Chores
  • a8c9a9f chore: update @eslint/eslintrc and @eslint/js (#​19453) (Francesco Trotta)
  • 265e0cf chore: package.json update for @​eslint/js release (Jenkins)
  • 3401b85 test: add test for Rule.ReportDescriptor type (#​19449) (Francesco Trotta)
  • e497aa7 chore: update rewrite dependencies (#​19448) (Francesco Trotta)
  • dab5478 chore: better error message for missing plugin in config (#​19402) (Tanuj Kanti)
  • ebfe2eb chore: set js language for bug report issue config block (#​19439) (Josh Goldberg ✨)
  • 5fd211d test: processors can return subpaths (#​19425) (Milos Djermanovic)

v9.20.0

Compare Source

Features

  • e89a54a feat: change behavior of inactive flags (#​19386) (Milos Djermanovic)

Bug Fixes

  • 91d4d9f fix: Bring types in sync with @​eslint/core (#​19157) (Nicholas C. Zakas)
  • fa25c7a fix: Emit warning when empty config file is used (#​19399) (Nicholas C. Zakas)
  • 31a9fd0 fix: Clearer error message for wrong plugin format (#​19380) (Nicholas C. Zakas)
  • 61d99e3 fix: Better error message for unserializable parser (#​19384) (Nicholas C. Zakas)
  • db1b9a6 fix: Ensure module scope is checked for references in consistent-this (#​19383) (Nicholas C. Zakas)
  • 8bcd820 fix: arrow-body-style crash with single-token body (#​19379) (Milos Djermanovic)

Documentation

  • b7012c8 docs: rewrite examples with var using let and const (#​19407) (Mueez Javaid Hashmi)
  • 6406376 docs: Update README (GitHub Actions Bot)
  • 350f2b9 docs: rewrite some examples with var using let and const (#​19404) (Mueez Javaid Hashmi)
  • 93c325a docs: rewrite examples with var using let and const (#​19398) (Mueez Javaid Hashmi)
  • 56ff404 docs: replace var with let or const in rules docs (#​19396) (Daniel Harbrueger)
  • 4053226 docs: change sourceType in no-eval examples (#​19393) (Milos Djermanovic)
  • 1324af0 docs: replace var with let and const in rules docs (#​19392) (Daniel Harbrueger)
  • 8b87e00 docs: replace var with const and let in rules (#​19389) (Tanuj Kanti)
  • 758c66b docs: Explain what frozen rules mean (#​19382) (Nicholas C. Zakas)
  • 0ef8bb8 docs: additional checks for rule examples (#​19358) (Milos Djermanovic)
  • 58ab2f6 docs: fix order of installation steps in getting started (#​19326) (Tanuj Kanti)

Chores

chakra-ui/panda (@​pandacss/dev)

v0.53.0

Compare Source

Patch Changes

v0.52.0

Compare Source

Patch Changes
chakra-ui/panda (@​pandacss/preset-panda)

v0.53.0

Compare Source

Patch Changes

v0.52.0

Compare Source

Patch Changes
TanStack/query (@​tanstack/eslint-plugin-query)

v5.66.1

Compare Source

Version 5.66.1 - 2/10/25, 5:43 PM

Changes

Fix
Chore
Docs
  • angular-query: improve queryOptions code snippets (#​8601) (7ff544e) by Arnoud

Packages

v5.66.0

Compare Source

Version 5.66.0 - 1/31/25, 9:05 AM

Changes

Feat
  • core: add client to queryFunctionContext (#​8599) (f86eb7e) by Dominik Dorfmeister
Docs
  • Add OpenAPI Qraft React to the list of community projects (#​8588) (a507400) by Alex Batalov

Packages

v5.65.0

Compare Source

Version 5.65.0 - 1/27/25, 4:19 PM

Changes

Feat
  • types: type narrowing for isPlaceholderData (#​8586) (2399bb0) by Dominik Dorfmeister
Chore
  • composite monorepo (#​8560) (97f5544) by Dominik Dorfmeister
  • deps: update dependency vite to v5.4.12 [security] (#​8563) (4a0a129) by renovate[bot]
Ci
Docs

Packages

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.26.0

Compare Source

🚀 Features
  • eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#​10781)
  • eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#​10889)
  • eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#​10714)
  • support TypeScript 5.8 (#​10903)
  • eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#​9536)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#​10875)
  • eslint-plugin: [no-invalid-void-type] report accessor properties with an invalid void type (#​10864)
  • eslint-plugin: [unified-signatures] does not differentiate truly private methods (#​10806)
❤️ Thank You

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

v8.25.0

Compare Source

🚀 Features
  • eslint-plugin: [no-misused-spread] add suggestions (#​10719)
🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] report on chain expressions in a ternary (#​10708)
  • eslint-plugin: [no-deprecated] report usage of deprecated private identifiers (#​10844)
  • eslint-plugin: [unified-signatures] handle getter-setter (#​10818)
❤️ Tha

Configuration

📅 Schedule: Branch creation - "before 7am on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 dependencies Pull requests that update a dependency file noChangelog labels Feb 3, 2025
@renovate renovate bot force-pushed the renovate/js-dependencies branch 17 times, most recently from cd86d48 to 08b15b7 Compare February 10, 2025 17:56
@renovate renovate bot force-pushed the renovate/js-dependencies branch 11 times, most recently from ffff505 to 3e7049e Compare February 13, 2025 15:12
@renovate renovate bot force-pushed the renovate/js-dependencies branch 9 times, most recently from 31e17f7 to 021a05d Compare February 27, 2025 10:28
@lebaudantoine
Copy link
Collaborator

App doesn't start. Should not be merged as it is

@renovate renovate bot force-pushed the renovate/js-dependencies branch 15 times, most recently from bdd9279 to 00f0c57 Compare March 3, 2025 20:49
@lebaudantoine lebaudantoine force-pushed the renovate/js-dependencies branch from 00f0c57 to d98f610 Compare March 3, 2025 22:33
Copy link
Contributor Author

renovate bot commented Mar 3, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@lebaudantoine lebaudantoine merged commit 38c3776 into main Mar 3, 2025
11 of 12 checks passed
@lebaudantoine lebaudantoine deleted the renovate/js-dependencies branch March 3, 2025 22:40
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 noChangelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant