Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

chore(deps): update devdependencies (non-major) (minor) #240

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@emotion/react (source) 11.13.5 -> 11.14.0 age adoption passing confidence
@emotion/styled (source) 11.13.5 -> 11.14.0 age adoption passing confidence
@tanstack/react-query (source) 5.61.5 -> 5.64.2 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.16.0 -> 8.21.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.16.0 -> 8.21.0 age adoption passing confidence
cypress (source) 13.16.0 -> 13.17.0 age adoption passing confidence
eslint-plugin-react-hooks (source) 5.0.0 -> 5.1.0 age adoption passing confidence
i18next (source) 24.0.2 -> 24.2.1 age adoption passing confidence
lucide-react (source) ^0.462.0 -> ^0.473.0 age adoption passing confidence
react-i18next 15.1.2 -> 15.4.0 age adoption passing confidence
react-router-dom (source) 7.0.1 -> 7.1.3 age adoption passing confidence
rollup-plugin-visualizer 5.12.0 -> 5.14.0 age adoption passing confidence
vite-plugin-dts 4.3.0 -> 4.5.0 age adoption passing confidence

Release Notes

emotion-js/emotion (@​emotion/react)

v11.14.0

Compare Source

Minor Changes
  • #​3284 a19d019 Thanks @​Andarist! - Source code has been migrated to TypeScript. From now on type declarations will be emitted based on that, instead of being hand-written.
Patch Changes
TanStack/query (@​tanstack/react-query)

v5.64.2

Compare Source

Version 5.64.2 - 1/19/25, 8:45 AM

Changes

Fix
  • react-query: add missing subscribed option to UseInfiniteQueryOptions (#​8546) (3e3fba9) by Seyed Mohammad Asadi
Chore
  • deps: replace rimraf with premove (#​8532) (f04dd19) by Lachlan Collins

Packages

v5.64.1

Compare Source

Version 5.64.1 - 1/13/25, 1:23 PM

Changes
Fix
Packages

v5.64.0

Compare Source

Version 5.64.0 - 1/11/25, 6:59 PM

Changes
Feat
Docs
Packages

v5.63.0

Compare Source

Version 5.63.0 - 1/8/25, 2:21 PM

Changes

Feat
  • react-query: allow useQuery and useQueries to unsubscribe from the query cache with an option (#​8348) (e2bc216) by Dominik Dorfmeister

Packages

v5.62.16

Version 5.62.16 - 1/6/25, 7:15 PM (Manual Release)

Changes

Fix
  • QueriesObserver: include default options on duplicate query, queryHash check (#​8432) (e664d22) by nick-avi-say
  • vue-query: ensure queryKey match the current value of ref used inside (#​8443) (3104854) by @​Mini-ghost
  • react-query: eslint-plugin-query now working with vanilla js (#​8322) (f6757a6) by Ifeanyi Aladi
  • eslint-plugin-query: export Plugin interface (#​8392) (9a0ca9b) by Tomáš Vojtášek
Test
  • add a test to ensure new meta gets accepted by fetchQuery (d08d115) by Dominik Dorfmeister

Packages

v5.62.14

Compare Source

Version 5.62.14 - 1/3/25, 7:50 PM

Changes

Fix

Packages

v5.62.12

Compare Source

Version 5.62.12 - 1/3/25, 2:50 PM

Changes

Perf
  • query-core: Improve mutationCache implementation performance (#​8496) (19b95c4) by Dominik Dorfmeister
Docs

Packages

v5.62.11

Compare Source

Version 5.62.11 - 12/27/24, 1:15 PM

Changes

Fix

Packages

v5.62.10

Compare Source

Version 5.62.10 - 12/24/24, 12:05 PM

Changes

Fix
  • solid-query: solid query options default error type (#​8472) (287848b) by Muhammad Ilham Mubarak
Chore
Docs
  • contributing: update pnpm version (#​8473) (3bc3147) by Muhammad Ilham Mubarak

Packages

v5.62.9

Compare Source

Version 5.62.9 - 12/23/24, 4:51 PM

Changes

Fix
Chore
Docs

Packages

v5.62.8

Compare Source

v5.62.7

Compare Source

Version 5.62.7 - 12/10/24, 7:04 PM

Changes
Fix
  • query-core: respect initialData for queryClient.ensureQueryData (#​8425) (465906a) by Dominik Dorfmeister
Chore
Packages

v5.62.3

Compare Source

v5.62.2

Compare Source

Version 5.62.2 - 12/3/24, 7:29 AM

Changes

Fix
  • types: Fix type errors when using fully-typed inputs like QueryFilters<Data, Error>, and test all QueryClient methods to detect similar issues (#​8375) (175757a) by Nick Lucas

Packages

v5.62.1

Compare Source

Version 5.62.1 - 12/2/24, 6:40 PM

Changes
Fix
  • eslint-plugin-query: handle non-null at then end of var in exhaustive-deps (#​8385) (d9d2728) by Parbez
Chore
  • angular-query: update examples to typescript 5.7 (#​8374) (b7bad3d) by Arnoud
Test
  • query-core: add type check tests for queryObserver (#​8304) (12b6782) by Sol Lee
Packages

v5.62.0

Compare Source

Version 5.62.0 - 11/29/24, 1:03 PM

Changes

Feat
  • types: Include optional TError on DataTag (#​8361) (0fa1f01) by Nick Lucas
Chore
  • angular-query: update example dev containers to node 22 (#​8370) (f245792) by Arnoud

Packages

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

v8.21.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-duplicate-enum-values] handle template literal (#​10675)
  • eslint-plugin: [no-base-to-string] don't crash for recursive array or tuple types (#​10633)
  • eslint-plugin: [no-for-in-array] report on any type which may be an array or array-like (#​10535)
  • eslint-plugin: check JSX spread elements for misused spread usage (#​10653)
  • eslint-plugin: [no-unnecessary-type-arguments] handle type args on jsx (#​10630)
❤️ Thank You

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

v8.20.0

Compare Source

🚀 Features

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "* 0-4,22-23 * * 1-5,* * * * 0,6" (UTC).

🚦 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 the dependencies Pull requests that update a dependency file label Mar 25, 2024
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 4 times, most recently from 08b3ddf to 9309d10 Compare March 28, 2024 15:34
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 9 times, most recently from 280d888 to 03ae59d Compare April 9, 2024 04:44
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 10 times, most recently from 2b8ff3d to 77f1c6f Compare April 15, 2024 16:38
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 6 times, most recently from 143c489 to d5efaf3 Compare April 22, 2024 15:33
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 5 times, most recently from ebb0d2e to 1a3185a Compare December 24, 2024 14:31
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 4 times, most recently from df92d12 to e499a3b Compare December 30, 2024 20:37
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 8 times, most recently from d74de15 to ea5ff5b Compare January 10, 2025 04:53
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 7 times, most recently from a95d0e4 to 611fa81 Compare January 17, 2025 14:45
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 3 times, most recently from 69ccbdb to 5146c05 Compare January 19, 2025 10:31
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 5146c05 to a4513cd Compare January 20, 2025 18:46
@spaenleh spaenleh closed this Jan 23, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant