Skip to content

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

Merged
spaenleh merged 1 commit intomainfrom
renovate/patch-devdependencies-(non-major)
May 12, 2025
Merged

chore(deps): update devdependencies (non-major) (patch)#947
spaenleh merged 1 commit intomainfrom
renovate/patch-devdependencies-(non-major)

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) 19.8.0 -> 19.8.1 age adoption passing confidence
@commitlint/config-conventional (source) 19.8.0 -> 19.8.1 age adoption passing confidence
@cypress/code-coverage 3.14.0 -> 3.14.1 age adoption passing confidence
@eslint/compat 1.2.6 -> 1.2.9 age adoption passing confidence
@tanstack/react-query-devtools (source) 5.75.1 -> 5.75.7 age adoption passing confidence
@types/leaflet (source) 1.9.16 -> 1.9.17 age adoption passing confidence
@types/papaparse (source) 5.3.15 -> 5.3.16 age adoption passing confidence
@types/react (source) 19.1.2 -> 19.1.3 age adoption passing confidence
@types/react-date-range (source) 1.4.9 -> 1.4.10 age adoption passing confidence
@vitest/browser (source) 3.1.2 -> 3.1.3 age adoption passing confidence
@vitest/ui (source) 3.1.2 -> 3.1.3 age adoption passing confidence
cypress (source) 14.3.2 -> 14.3.3 age adoption passing confidence
eslint-config-prettier 10.1.2 -> 10.1.5 age adoption passing confidence
eslint-plugin-react 7.37.4 -> 7.37.5 age adoption passing confidence
eslint-plugin-react-refresh 0.4.19 -> 0.4.20 age adoption passing confidence
happy-dom 17.4.6 -> 17.4.7 age adoption passing confidence
prettier (source) 3.5.1 -> 3.5.3 age adoption passing confidence
vite (source) 6.3.4 -> 6.3.5 age adoption passing confidence
vite-plugin-checker 0.9.1 -> 0.9.3 age adoption passing confidence
vitest (source) 3.1.2 -> 3.1.3 age adoption passing confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v19.8.1

Compare Source

Bug Fixes
conventional-changelog/commitlint (@​commitlint/config-conventional)

v19.8.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

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

v3.14.1

Compare Source

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

v1.2.9

Compare Source

v1.2.8

Compare Source

v1.2.7

Compare Source

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

v5.75.7

Compare Source

Version 5.75.7 - 5/9/25, 1:40 PM

Changes

Refactor
  • react-query: exchange react-query noop to query-core noop (#​9122) (07cbfe1) by novice0840
Docs
  • comparison: mark RTK Query as supporting infinite queries (#​9120) (cb40661) by Dovakeidy

Packages

v5.75.6

Compare Source

Version 5.75.6 - 5/9/25, 9:31 AM

Changes

Refactor
Chore
Test
  • react-query: improve branch coverage for useSuspenseQuery skipToken error handling (#​9112) (2a62ea1) by 김석진(poki)
  • react-query: improve branch coverage for useSuspenseQueries skipToken error handling (#​9113) (b1cdbc3) by 김석진(poki)
  • react-query: improve branch coverage for useSuspenseInfiniteQuery skipToken error handling (#​9114) (2496ba5) by 김석진(poki)
  • query-test-utils: init (internal package) (#​9095) (d0552af) by @​manudeli
Ci
  • apply automated fixes (8f092f9) by autofix-ci[bot]
  • apply automated fixes (37d8eb6) by autofix-ci[bot]
Docs
Other
Feature
  • angular-query: support providing QueryClient via an InjectionToken (#​9128) (57251a4) by Arnoud

Packages

v5.75.5

Compare Source

Version 5.75.5 - 5/7/25, 7:29 AM

Changes

Fix
  • react-query: fix to show type error on wrong type annotation in useQuery (#​8683) (373546b) by Seyeong Jeon
Test
  • query-core: add test case for infiniteQueryBehavior (#​9101) (732089e) by MINSEONG KIM
Ci
Docs

Packages

v5.75.4

Compare Source

Version 5.75.4 - 5/6/25, 7:29 AM

Changes

Fix
  • types: useSuspenseQuery should type-narrow the Error field (#​9105) (5c7927d) by Dominik Dorfmeister

Packages

v5.75.2

Compare Source

Version 5.75.2 - 5/4/25, 8:14 AM

Changes

Fix
  • (query-broadcast-client-experimental) - removing query from one tab doesn"t remove it from all tabs (#​9017) (674f83e) by gopnik5
Chore
Test
  • react-query: add test case for useSuspenseQuery (#​8731) (18af643) by MINSEONG KIM

Packages

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

v3.1.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
cypress-io/cypress (cypress)

v14.3.3

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#14-3-3

prettier/eslint-config-prettier (eslint-config-prettier)

v10.1.5

Compare Source

Patch Changes

v10.1.4

Compare Source

Patch Changes

v10.1.3

Compare Source

Patch Changes
jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.37.5

Compare Source

Fixed
Changed
ArnaudBarre/eslint-plugin-react-refresh (eslint-plugin-react-refresh)

v0.4.20

Compare Source

  • Don't warn on nested HOC calls (fixes #​79)
  • Fix false positive with as const (fixes #​80)
capricorn86/happy-dom (happy-dom)

v17.4.7

Compare Source

👷‍♂️ Patch fixes
prettier/prettier (prettier)

v3.5.3

Compare Source

v3.5.2

Compare Source

diff

Remove module-sync condition (#​17156 by @​fisker)

In Prettier 3.5.0, we added module-sync condition to package.json, so that require("prettier") can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove the module-sync condition, so require("prettier") will still use the CommonJS version, we'll revisit until require(ESM) feature is more stable.

vitejs/vite (vite)

v6.3.5

Compare Source

fi3ework/vite-plugin-checker (vite-plugin-checker)

v0.9.3

Compare Source

No significant changes

    View changes on GitHub

v0.9.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - On day 1 of the month ( * * 1 * * ) (UTC), Automerge - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 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 3 times, most recently from e507f4a to 6836be4 Compare April 3, 2025 20:39
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 19 times, most recently from 8c00028 to cf34b59 Compare May 5, 2025 13:58
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 8 times, most recently from 19bf255 to 95a317e Compare May 8, 2025 04:35
@sonarqubecloud
Copy link

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant