Skip to content

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

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

Merged
merged 1 commit into from
Jun 2, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) 19.6.0 -> 19.6.1 age adoption passing confidence
@eslint/compat 1.2.4 -> 1.2.9 age adoption passing confidence
@storybook/addon-coverage 1.0.4 -> 1.0.5 age adoption passing confidence
@tanstack/react-query (source) 5.62.7 -> 5.62.16 age adoption passing confidence
@trivago/prettier-plugin-sort-imports 5.2.0 -> 5.2.2 age adoption passing confidence
@types/node (source) 22.10.2 -> 22.10.10 age adoption passing confidence
@types/react (source) 18.3.16 -> 18.3.23 age adoption passing confidence
@types/react-dom (source) 18.3.5 -> 18.3.7 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.18.0 -> 8.18.2 age adoption passing confidence
@typescript-eslint/parser (source) 8.18.0 -> 8.18.2 age adoption passing confidence
@vitest/ui (source) 2.1.8 -> 2.1.9 age adoption passing confidence
concurrently 9.1.0 -> 9.1.2 age adoption passing confidence
eslint-config-prettier 10.0.1 -> 10.0.3 age adoption passing confidence
eslint-plugin-n 17.15.0 -> 17.15.1 age adoption passing confidence
eslint-plugin-prettier 5.2.1 -> 5.2.6 age adoption passing confidence
katex (source) 0.16.21 -> 0.16.22 age adoption passing confidence
react-router-dom (source) 6.28.0 -> 6.28.2 age adoption passing confidence
stylis 4.3.4 -> 4.3.6 age adoption passing confidence
tsc-alias (source) 1.8.10 -> 1.8.16 age adoption passing confidence
typescript (source) 5.7.2 -> 5.7.3 age adoption passing confidence
wait-on 8.0.1 -> 8.0.3 age adoption passing confidence

Release Notes

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

v19.6.1

Compare Source

Note: Version bump only for package @​commitlint/cli

eslint/rewrite (@​eslint/compat)

v1.2.9

Compare Source

v1.2.8

Compare Source

v1.2.7

Compare Source

v1.2.6

Compare Source

v1.2.5

Compare Source

storybookjs/addon-coverage (@​storybook/addon-coverage)

v1.0.5

Compare Source

🐛 Bug Fix
  • fix: Handling of rawSourceMap string type in webpack5-istanbul-loader #​44 (@​mschimk1)
Authors: 1

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

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

Version 5.62.8 - 12/17/24, 5:11 PM

Changes

Fix
  • types: fix issues with queryOptions factory method types (#​8394) (4989399) by Nick Lucas
Chore
  • deps: use stable @types/react version (#​8437) (94e2c77) by Lachlan Collins
Docs
  • use correct broadcastChannel default value and type name (#​8436) (4521a04) by Alex Liu

Packages

trivago/prettier-plugin-sort-imports (@​trivago/prettier-plugin-sort-imports)

v5.2.2

Compare Source

v5.2.1

Compare Source

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

v8.18.2

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] handle noUncheckedIndexedAccess true (#​10514)
  • eslint-plugin: [consistent-type-assertions] allow default assertionStyle option (#​10512)
  • eslint-plugin: [no-unnecessary-type-arguments] handle type/value context (#​10503)
  • eslint-plugin: [no-unsafe-type-assertion] fix for unsafe assertion to a constrained type parameter (#​10461)
  • eslint-plugin: [consistent-indexed-object-style] use a suggestion over an auto-fix if can't reliably determine that produced index signature is valid (#​10490)
  • eslint-plugin: [no-unnecessary-condition] don't flag values of an unconstrained or valid type parameter (#​10473)
  • eslint-plugin: [prefer-reduce-type-parameter] don't report cases in which the fix results in a type error (#​10494)
  • eslint-plugin: [no-deprecated] not reporting usages of deprecated declared constants as object value (#​10498)
❤️ Thank You

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

v8.18.1

Compare Source

🩹 Fixes
  • scope-manager: visit params decorator before nest scope (#​10475)
  • eslint-plugin: [no-unnecessary-condition] better message when comparing between literal types (#​10454)
  • eslint-plugin: use consistent naming for asserting types and casting values (#​10472)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] flag values of a type parameter with boolean type constraints (#​10474)
  • eslint-plugin: handle string like index type (#​10460)
  • eslint-plugin: [no-unnecessary-template-expression] don't report when an expression includes comment (#​10444)
❤️ Thank You

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

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

v8.18.2

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.

v8.18.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/ui)

v2.1.9

Compare Source

This release includes security patches for:

   🐞 Bug Fixes
    View changes on GitHub
open-cli-tools/concurrently (concurrently)

v9.1.2

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v9.1.1...v9.1.2

v9.1.1

Compare Source

What's Changed

Full Changelog: open-cli-tools/concurrently@v9.1.0...v9.1.1

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

v10.0.3

Compare Source

Patch Changes

v10.0.2

Compare Source

Patch Changes
eslint-community/eslint-plugin-n (eslint-plugin-n)

v17.15.1

Compare Source

🩹 Fixes
  • Promise.withResolvers is supported since node 22.11 (#​398) (c5bcb3a)
prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.2.6

Compare Source

Patch Changes

v5.2.5

Compare Source

Patch Changes

v5.2.4

Compare Source

Patch Changes

v5.2.3

Compare Source

Patch Changes

v5.2.2

Compare Source

Patch Changes
KaTeX/KaTeX (katex)

v0.16.22

Compare Source

Bug Fixes
remix-run/react-router (react-router-dom)

v6.28.2

Compare Source

v6.28.1

Compare Source

thysultan/stylis.js (stylis)

v4.3.6

Compare Source

v4.3.5

Compare Source

justkey007/tsc-alias (tsc-alias)

v1.8.16: (2025-05-05)

Compare Source

What's Changed

New Contributors

Full Changelog: justkey007/tsc-alias@v1.8.15...v1.8.16

v1.8.15: (2025-04-10)

Compare Source

What's Changed

Full Changelog: justkey007/tsc-alias@v1.8.14...v1.8.15

v1.8.14: (2025-04-08)

Compare Source

What's Changed

Full Changelog: justkey007/tsc-alias@v1.8.13...v1.8.14

[v1.8.13](https:/


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 force-pushed the renovate/patch-devdependencies-(non-major) branch from 869006f to d78debc Compare December 16, 2024 20:43
@renovate renovate bot changed the title chore(deps): update dependency @types/react to v18.3.17 chore(deps): update devdependencies (non-major) (patch) Dec 16, 2024
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 9 times, most recently from 1f0b172 to c56f389 Compare December 24, 2024 14:04
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 5 times, most recently from ca01a8c to 3aceb86 Compare January 1, 2025 01:52
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 8 times, most recently from ce96013 to d0cdfc3 Compare January 8, 2025 20:24
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 5 times, most recently from 934712a to 3edcbca Compare January 13, 2025 13:24
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 4 times, most recently from 8e0d946 to d25f7c6 Compare April 8, 2025 21:21
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch from d25f7c6 to ba86aea Compare April 10, 2025 05:05
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 2 times, most recently from f7aa454 to d3cb8bd Compare April 30, 2025 15:11
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 3 times, most recently from b7341e3 to 49719e9 Compare May 6, 2025 04:47
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 2 times, most recently from bfe9525 to 6a98700 Compare May 21, 2025 15:55
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 3 times, most recently from a513089 to 4e82f1a Compare June 2, 2025 08:52
@swouf swouf added this pull request to the merge queue Jun 2, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Jun 2, 2025
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 2 times, most recently from 6b3ce00 to afe6857 Compare June 2, 2025 09:18
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch from afe6857 to 35e1fb3 Compare June 2, 2025 09:28
Copy link

sonarqubecloud bot commented Jun 2, 2025

@swouf swouf added this pull request to the merge queue Jun 2, 2025
Merged via the queue into main with commit 762c6b5 Jun 2, 2025
4 checks passed
@renovate renovate bot deleted the renovate/patch-devdependencies-(non-major) branch June 2, 2025 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant