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

deps(fe): Lock file maintenance fe #85

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

deps(fe): Lock file maintenance fe #85

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 23, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
@nuxt/eslint (source) devDependencies patch ^0.7.3 -> ^0.7.5 age adoption passing confidence
@tanstack/eslint-plugin-query (source) devDependencies patch ^5.62.1 -> ^5.62.16 age adoption passing confidence
@tanstack/vue-query (source) dependencies patch ^5.62.8 -> ^5.62.16 age adoption passing confidence
@tanstack/vue-query-devtools (source) devDependencies patch ^5.62.8 -> ^5.62.16 age adoption passing confidence
@types/lodash (source) devDependencies patch ^4.17.13 -> ^4.17.14 age adoption passing confidence
@types/node (source) devDependencies patch ^22.10.2 -> ^22.10.5 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) devDependencies minor ^8.18.1 -> ^8.19.1 age adoption passing confidence
@typescript-eslint/parser (source) devDependencies minor ^8.18.1 -> ^8.19.1 age adoption passing confidence
@vue/eslint-config-typescript devDependencies minor ^14.1.4 -> ^14.2.0 age adoption passing confidence
@vueuse/nuxt (source) dependencies minor ^12.0.0 -> ^12.3.0 age adoption passing confidence
echarts (source) dependencies minor ^5.5.1 -> ^5.6.0 age adoption passing confidence
nuxt (source) dependencies minor 3.14.1592 -> 3.15.1 age adoption passing confidence
typescript (source) devDependencies patch ^5.7.2 -> ^5.7.3 age adoption passing confidence
vite-bundle-analyzer devDependencies minor ^0.15.2 -> ^0.16.0 age adoption passing confidence
vue-tsc (source) devDependencies minor ^2.1.10 -> ^2.2.0 age adoption passing confidence
yarn (source) packageManager minor 4.5.3 -> 4.6.0 age adoption passing confidence

🔧 This Pull Request updates lock files to use the latest dependency versions.


Release Notes

nuxt/eslint (@​nuxt/eslint)

v0.7.5

Compare Source

No significant changes

    View changes on GitHub

v0.7.4

Compare Source

   🚀 Features
    View changes on GitHub
TanStack/query (@​tanstack/eslint-plugin-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.9

Compare Source

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

Changes

Fix
Chore
Docs

Packages

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

v8.19.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] handle literal types (#​10523)
  • eslint-plugin: [no-deprecated] doesn't report on shorthand property in an object expression (#​10550)
  • eslint-plugin: [strict-boolean-expressions] remove remaining (unsafe) autofixes (#​10548)
  • eslint-plugin: [no-shadow] report correctly on parameters of functions declared with the declare keyword (#​10543)
  • eslint-plugin: [no-base-to-string] check array generic type (#​10437)
❤️ Thank You
  • Kirk Waiblinger
  • mdm317
  • Ronen Amiel
  • Yukihiro Hasegawa @​y-hsgw

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

v8.19.0

Compare Source

🚀 Features
  • eslint-plugin: [strict-boolean-expressions] check array predicate functions' return statements (#​10106)
🩹 Fixes
  • eslint-plugin: [member-ordering] ignore method overloading (#​10536)
  • eslint-plugin: [consistent-indexed-object-style] don't report on indirect circular references (#​10537)
  • eslint-plugin: [array-type] autofix with conditional types needs parentheses (#​10522)
  • eslint-plugin: add getConstraintInfo to handle generic constraints better (#​10496)
❤️ Thank You

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

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.

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

v8.19.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.

v8.19.0

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

vuejs/eslint-config-typescript (@​vue/eslint-config-typescript)

v14.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/eslint-config-typescript@v14.1.4...v14.2.0

vueuse/vueuse (@​vueuse/nuxt)

v12.3.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v12.2.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v12.1.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
apache/echarts (echarts)

v5.6.0

Compare Source

New Contributors


Configuration

📅 Schedule: Branch creation - "before 4am on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 dependencies Pull requests that update a dependency file yarn labels Dec 23, 2024
@renovate renovate bot force-pushed the renovate/fe branch 8 times, most recently from d952b9f to f0fea0e Compare December 29, 2024 14:28
@renovate renovate bot force-pushed the renovate/fe branch 10 times, most recently from 7458d6b to 0fb03f7 Compare January 6, 2025 17:46
@renovate renovate bot force-pushed the renovate/fe branch 3 times, most recently from bbf7282 to d912fce Compare January 8, 2025 23:05
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 yarn
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants