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
@eslint/compat devDependencies patch ^1.2.4 -> ^1.2.5 age adoption passing confidence
@eslint/js (source) devDependencies minor ^9.17.0 -> ^9.18.0 age adoption passing confidence
@nuxt/eslint (source) devDependencies patch ^0.7.3 -> ^0.7.5 age adoption passing confidence
@nuxtjs/seo (source) dependencies minor ^2.0.2 -> ^2.1.0 age adoption passing confidence
@tanstack/eslint-plugin-query (source) devDependencies minor ^5.62.1 -> ^5.64.2 age adoption passing confidence
@tanstack/vue-query (source) dependencies minor ^5.62.8 -> ^5.64.2 age adoption passing confidence
@tanstack/vue-query-devtools (source) devDependencies minor ^5.62.8 -> ^5.64.2 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.10 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) devDependencies minor ^8.18.1 -> ^8.21.0 age adoption passing confidence
@typescript-eslint/parser (source) devDependencies minor ^8.18.1 -> ^8.21.0 age adoption passing confidence
@vesp/nuxt-fontawesome dependencies minor ^1.1.0 -> ^1.2.0 age adoption passing confidence
@vue/eslint-config-typescript devDependencies minor ^14.1.4 -> ^14.3.0 age adoption passing confidence
@vueuse/nuxt (source) dependencies minor ^12.0.0 -> ^12.5.0 age adoption passing confidence
echarts (source) dependencies minor ^5.5.1 -> ^5.6.0 age adoption passing confidence
eslint (source) devDependencies minor ^9.17.0 -> ^9.18.0 age adoption passing confidence
nuxt (source) dependencies minor 3.14.1592 -> 3.15.2 age adoption passing confidence
pinia dependencies patch ^2.3.0 -> ^2.3.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

eslint/rewrite (@​eslint/compat)

v1.2.5

Compare Source

eslint/eslint (@​eslint/js)

v9.18.0

Compare Source

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
harlan-zw/nuxt-seo (@​nuxtjs/seo)

v2.1.0

Compare Source

   🚀 Features
Nuxt Content v3

All modules now support Nuxt Content v3 including Robots, Sitemap, OG Image, Schema.org and Link Checker.

You can either install them manually by following the individual module instructions or use the Nuxt SEO asSeoCollection() to register them all at once.

  • Nuxt Robots: robots (docs)
  • Nuxt Sitemap: sitemap (docs)
  • Nuxt OG Image: ogImage (docs)
  • Nuxt Schema.org: schemaOrg (docs)
    View changes on GitHub

v2.0.3

Compare Source

No significant changes

    View changes on GitHub
TanStack/query (@​tanstack/eslint-plugin-query)

v5.64.2

Compare Source

Version 5.64.2 - 1/19/25, 8:45 AM

Changes

Fix
  • react-query: add missing subscribed option to UseInfiniteQueryOptions (#​8546) (3e3fba9) by Seyed Mohammad Asadi
Chore
  • deps: replace rimraf with premove (#​8532) (f04dd19) by Lachlan Collins

Packages

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

Compare Source

🩹 Fixes
  • eslint-plugin: [no-duplicate-enum-values] handle template literal (#​10675)
  • eslint-plugin: [no-base-to-string] don't crash for recursive array or tuple types (#​10633)
  • eslint-plugin: [no-for-in-array] report on any type which may be an array or array-like (#​10535)
  • eslint-plugin: check JSX spread elements for misused spread usage (#​10653)
  • eslint-plugin: [no-unnecessary-type-arguments] handle type args on jsx (#​10630)
❤️ Thank You

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

v8.20.0

Compare Source

🚀 Features
  • eslint-plugin: [consistent-type-assertions] add arrayLiteralTypeAssertions options (#​10565)
  • eslint-plugin: [no-deprecated] add allow options (#​10585)
  • eslint-plugin: [no-misused-spread] add new rule (#​10551)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] don't flag optional chaining for union types with an unconstrained type parameters (#​10602)
  • eslint-plugin: [no-shadow] ignore ordering of type declarations (#​10593)
❤️ Thank You

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

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

bezumkin/nuxt-fontawesome (@​vesp/nuxt-fontawesome)

v1.2.0

Compare Source

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

v14.3.0

Compare Source

New Features

  • A completely new approach to set up the ESLint configurations with helpers like defineConfigWithVueTs and vueTsConfigs.
    Please read the documentation for more details.
    With this new API set, you can easily override type-aware linting rules without worrying its position in the config array. Therefore there would be fewer mysterious errors or slowdown in a heavily customized project.

[!NOTE]
The old style ...vueTsEslintConfig() still works, there's no need to update to the new style if that has been working well in your project.

Bug Fixes

New Contributors

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

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

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v12.4.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v12.3.0

Compare Source

   🚀 Features
   🐞 Bug Fixes

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 9 times, most recently from 4c744ac to 82d1c94 Compare January 11, 2025 22:01
@renovate renovate bot force-pushed the renovate/fe branch 7 times, most recently from 1dac8f7 to 05f4b8c Compare January 22, 2025 12:51
@renovate renovate bot force-pushed the renovate/fe branch 2 times, most recently from c828b64 to ac1c8c1 Compare January 23, 2025 08:55
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