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

chore(deps): update devdependencies (non-major) (patch) #947

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cypress/code-coverage 3.13.11 -> 3.13.12 age adoption passing confidence
@eslint/compat 1.2.6 -> 1.2.8 age adoption passing confidence
@hey-api/openapi-ts (source) 0.63.0 -> 0.63.2 age adoption passing confidence
@storybook/addon-a11y (source) 8.5.6 -> 8.5.8 age adoption passing confidence
@storybook/addon-essentials (source) 8.5.6 -> 8.5.8 age adoption passing confidence
@storybook/addon-links (source) 8.5.6 -> 8.5.8 age adoption passing confidence
@storybook/blocks (source) 8.5.6 -> 8.5.8 age adoption passing confidence
@storybook/experimental-addon-test (source) 8.5.6 -> 8.5.8 age adoption passing confidence
@storybook/react (source) 8.5.6 -> 8.5.8 age adoption passing confidence
@storybook/react-vite (source) 8.5.6 -> 8.5.8 age adoption passing confidence
@storybook/test (source) 8.5.6 -> 8.5.8 age adoption passing confidence
@tanstack/react-query-devtools (source) 5.66.3 -> 5.66.11 age adoption passing confidence
@tanstack/router-plugin (source) 1.105.0 -> 1.105.5 age adoption passing confidence
@types/leaflet (source) 1.9.16 -> 1.9.17 age adoption passing confidence
@types/react (source) 19.0.9 -> 19.0.14 age adoption passing confidence
@types/react-date-range (source) 1.4.9 -> 1.4.10 age adoption passing confidence
@types/react-dom (source) 19.0.3 -> 19.0.6 age adoption passing confidence
@types/validator (source) 13.12.2 -> 13.12.3 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.24.0 -> 8.24.1 age adoption passing confidence
@typescript-eslint/parser (source) 8.24.0 -> 8.24.1 age adoption passing confidence
@vitest/browser (source) 3.0.5 -> 3.0.9 age adoption passing confidence
@vitest/ui (source) 3.0.5 -> 3.0.9 age adoption passing confidence
cypress (source) 14.0.2 -> 14.0.3 age adoption passing confidence
eslint-config-prettier 10.0.1 -> 10.0.3 age adoption passing confidence
eslint-import-resolver-typescript 3.8.0 -> 3.8.7 age adoption passing confidence
eslint-plugin-react 7.37.4 -> 7.37.5 age adoption passing confidence
eslint-plugin-storybook 0.11.3 -> 0.11.6 age adoption passing confidence
happy-dom 17.1.0 -> 17.1.13 age adoption passing confidence
prettier (source) 3.5.1 -> 3.5.3 age adoption passing confidence
storybook (source) 8.5.6 -> 8.5.8 age adoption passing confidence
vitest (source) 3.0.5 -> 3.0.9 age adoption passing confidence

Release Notes

cypress-io/code-coverage (@​cypress/code-coverage)

v3.13.12

Compare Source

Bug Fixes
eslint/rewrite (@​eslint/compat)

v1.2.8

Compare Source

v1.2.7

Compare Source

hey-api/openapi-ts (@​hey-api/openapi-ts)

v0.63.2

Compare Source

Patch Changes

v0.63.1

Compare Source

Patch Changes
storybookjs/storybook (@​storybook/addon-a11y)

v8.5.8

Compare Source

v8.5.7

Compare Source

TanStack/query (@​tanstack/react-query-devtools)

v5.66.11

Compare Source

Version 5.66.11 - 2/28/25, 1:53 PM

Changes

Fix
  • react-query: add warning when useBaseQuery is called without a queryFn (#​8701) (2bf7ec6) by Harry
Test

Packages

v5.66.10

Compare Source

Version 5.66.10 - 2/28/25, 10:11 AM

Changes

Fix
  • react-query: fix type breaking when using useSuspenseQueries with spreaded queryOptions (#​8709) (ac4c56c) by Yoomin Kang
Chore
  • deps: update dependency solid-js to v1.9.4 [security] (#​8695) (74db582) by renovate[bot]
Docs

Packages

v5.66.9

Compare Source

Version 5.66.9 - 2/21/25, 1:19 PM

Changes

Fix
  • types: prevent type errors and improve inference for dynamic queries on useQueries and useSuspenseQueries (#​8624) (f63ba16) by Yoomin Kang

Packages

v5.66.8

Compare Source

Version 5.66.8 - 2/20/25, 1:11 PM

Changes

Fix
  • react-query: fix inferring data as | undefined when using initialData without queryFn (#​8674) (9ac54b1) by Yoomin Kang
Docs

Packages

v5.66.7

Compare Source

Version 5.66.7 - 2/18/25, 2:00 PM

Changes

Refactor

Packages

v5.66.6

Compare Source

Version 5.66.6 - 2/18/25, 9:47 AM

Changes

Fix
  • react-query: make error to be shown when using queryOptions with initialData and skipToken in queryFn inside useSuspenseQueries (#​8665) (56183f0) by Yoomin Kang

Packages

v5.66.5

Compare Source

Version 5.66.5 - 2/17/25, 3:59 PM

Changes

Fix
  • react-query: fix queryOptions with initialData to work on useSuspenseQueries (#​8658) (9a7bfd9) by Yoomin Kang

Packages

v5.66.4

Compare Source

Version 5.66.4 - 2/17/25, 1:15 PM

Changes

Fix
  • devtools: force LTR direction for DevTools panel (#​8656) (56c24f9) by Mohammad Amin Lotfi
  • no hydration when new promise comes in (#​8383) (6ca0eb7) by Julius Marminge
Docs
  • better document throwOnError"s default (#​8581) (bb25d06) by Alex Errant

Packages

TanStack/router (@​tanstack/router-plugin)

v1.105.5

Compare Source

Version 1.105.5 - 2/18/25, 4:43 PM

Changes

Fix
  • react-router: only navigate once in StrictMode (#​3465) (0277309) by Manuel Schiller
Refactor
Other

Packages

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

v8.24.1

Compare Source

🩹 Fixes
  • eslint-plugin: [class-methods-use-this] check accessor methods with a function initializer (#​10796)
  • eslint-plugin: [no-misused-promises] don't report on static accessor properties (#​10814)
  • eslint-plugin: [no-deprecated] don't report on deprecated accessor property declaration (#​10813)
  • eslint-plugin: [explicit-member-accessibility] check accessor class properties for missing accessibility modifier (#​10805)
  • eslint-plugin: [explicit-module-boundary-types] check accessor class properties with a function initializer (#​10804)
  • eslint-plugin: [prefer-return-this-type] check accessor properties with a function initializer (#​10794)
  • eslint-plugin: [consistent-generic-constructors] check accessor class properties (#​10789)
  • eslint-plugin: [no-unsafe-assignment] report on an any value assigned as an initializer of an accessor property (#​10785)
  • eslint-plugin: [no-unnecessary-template-expression] ignore enum and enum members (#​10782)
  • eslint-plugin: [no-inferrable-types] handle accessor (#​10780)
❤️ Thank You
  • Ronen Amiel
  • YeonJuan

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

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

v8.24.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

vitest-dev/vitest (@​vitest/browser)

v3.0.9

Compare Source

   🐞 Bug Fixes

Configuration

📅 Schedule: Branch creation - "* * 1 * " (UTC), Automerge - " 0-4,22-23 * * 1-5,* * * * 0,6" (UTC).

🚦 Automerge: Enabled.

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 1, 2025
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 12 times, most recently from 37cff95 to c93e3a0 Compare March 7, 2025 09:32
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 8 times, most recently from fee653a to dd192f6 Compare March 17, 2025 15:59
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 5 times, most recently from 60e8e0b to 099a6c5 Compare March 24, 2025 15:47
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch from 099a6c5 to 3df420d Compare March 25, 2025 17:56
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 2 times, most recently from 8696660 to e507f4a Compare April 2, 2025 10:19
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch from e507f4a to 6836be4 Compare April 3, 2025 20:39
Copy link

sonarqubecloud bot commented Apr 3, 2025

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants