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) #1149

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

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
@eslint/compat 1.2.4 -> 1.2.6 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.18 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
concurrently 9.1.0 -> 9.1.2 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.3 age adoption passing confidence
react-router-dom (source) 6.28.0 -> 6.28.2 age adoption passing confidence
stylis 4.3.4 -> 4.3.5 age adoption passing confidence
typescript (source) 5.7.2 -> 5.7.3 age adoption passing confidence
wait-on 8.0.1 -> 8.0.2 age adoption passing confidence

Release Notes

eslint/rewrite (@​eslint/compat)

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

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.

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

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.3

Compare Source

Patch Changes

v5.2.2

Compare Source

Patch Changes
remix-run/react-router (react-router-dom)

v6.28.2

Compare Source

v6.28.1

Compare Source

thysultan/stylis.js (stylis)

v4.3.5

Compare Source

microsoft/TypeScript (typescript)

v5.7.3

Compare Source

jeffbski/wait-on (wait-on)

v8.0.2

Compare Source

Dependency updates:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 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 12 times, most recently from 98da6e0 to 5c88d0f Compare January 20, 2025 11:27
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 6 times, most recently from 0256356 to a873e62 Compare January 23, 2025 19:04
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 2 times, most recently from 6020426 to e43b375 Compare January 30, 2025 16:49
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch from e43b375 to 8fe4445 Compare January 31, 2025 18:10
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.

0 participants