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 minor updates #920

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@graphql-codegen/typescript (source) ^4.0.9 -> ^4.1.1 age adoption passing confidence devDependencies minor 4.1.2
@graphql-codegen/typescript-resolvers (source) ^4.2.1 -> ^4.4.0 age adoption passing confidence devDependencies minor 4.4.1
@nuxt/eslint (source) ^0.5.0 -> ^0.7.0 age adoption passing confidence devDependencies minor 0.7.2 (+1)
@nuxtjs/i18n (source) ^8.3.3 -> ^8.5.6 age adoption passing confidence devDependencies minor
@pinia/nuxt (source) ^0.5.2 -> ^0.7.0 age adoption passing confidence dependencies minor 0.8.0
@stylistic/eslint-plugin (source) ^2.6.1 -> ^2.10.1 age adoption passing confidence devDependencies minor 2.11.0
@swc/core (source) ^1.7.6 -> ^1.9.2 age adoption passing confidence devDependencies minor 1.9.3
@vitejs/plugin-vue (source) ^5.1.2 -> ^5.2.0 age adoption passing confidence devDependencies minor 5.2.1
cypress (source) ^13.13.2 -> ^13.15.2 age adoption passing confidence devDependencies minor 13.16.0
eslint (source) ^9.8.0 -> ^9.15.0 age adoption passing confidence devDependencies minor 9.16.0
eslint-plugin-cypress ^3.4.0 -> ^3.6.0 age adoption passing confidence devDependencies minor
eslint-plugin-vue (source) ^9.27.0 -> ^9.31.0 age adoption passing confidence devDependencies minor 9.32.0
node (source) 21.3.0 -> 21.7.3 age adoption passing confidence minor
node (source) >=21.3.0 -> >=21.7.3 age adoption passing confidence engines minor
nuxt (source) ^3.12.4 -> ^3.14.159 age adoption passing confidence devDependencies minor 3.14.1592
nuxt-viewport ^2.1.5 -> ^2.2.0 age adoption passing confidence devDependencies minor
typescript (source) 5.5.4 -> 5.6.3 age adoption passing confidence devDependencies minor 5.7.2
typescript-eslint (source) ^8.0.1 -> ^8.14.0 age adoption passing confidence devDependencies minor 8.16.0 (+1)
vue (source) ^3.4.35 -> ^3.5.13 age adoption passing confidence dependencies minor
webpack ^5.93.0 -> ^5.96.1 age adoption passing confidence devDependencies minor
yarn (source) 4.4.0 -> 4.5.1 age adoption passing confidence packageManager minor 4.5.3 (+1)

Release Notes

dotansimha/graphql-code-generator (@​graphql-codegen/typescript)

v4.1.1

Compare Source

Patch Changes

v4.1.0

Compare Source

Minor Changes
  • #​10077 3f4f546 Thanks @​eddeee888! - Extend config.avoidOptions to support query, mutation and subscription

    Previously, config.avoidOptions.resolvers was being used to make query, mutation and subscription fields non-optional.
    Now, config.avoidOptions.query, config.avoidOptions.mutation and config.avoidOptions.subscription can be used to target the respective types.

Patch Changes
dotansimha/graphql-code-generator (@​graphql-codegen/typescript-resolvers)

v4.4.0

Compare Source

Minor Changes
  • #​9989 55a1e9e Thanks @​eddeee888! - Add generateInternalResolversIfNeeded option

    This option can be used to generate more correct types for internal resolvers. For example, only generate __resolveReference if the federation object has a resolvable @key.

    In the future, this option can be extended to support other internal resolvers e.g. __isTypeOf is only generated for implementing types and union members.

  • #​10141 a235051 Thanks @​eddeee888! - Add avoidCheckingAbstractTypesRecursively to avoid checking and generating abstract types recursively

    For users that already sets recursive default mappers e.g. Partial<{T}> or DeepPartial<{T}>, having both options on will cause a nested loop which eventually crashes Codegen. In such case, setting avoidCheckingAbstractTypesRecursively: true allows users to continue to use recursive default mappers as before.

Patch Changes

v4.3.0

Compare Source

Minor Changes
  • #​10077 3f4f546 Thanks @​eddeee888! - Extend config.avoidOptions to support query, mutation and subscription

    Previously, config.avoidOptions.resolvers was being used to make query, mutation and subscription fields non-optional.
    Now, config.avoidOptions.query, config.avoidOptions.mutation and config.avoidOptions.subscription can be used to target the respective types.

Patch Changes
nuxt/eslint (@​nuxt/eslint)

v0.7.0

Compare Source

   🚀 Features
    View changes on GitHub

v0.6.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.6.1

Compare Source

   🚀 Features
    View changes on GitHub

v0.6.0

Compare Source

   🚀 Features
    View changes on GitHub

v0.5.7

Compare Source

   🚀 Features
    View changes on GitHub

v0.5.6

Compare Source

   🚀 Features
    View changes on GitHub

v0.5.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.5.4

Compare Source

   🚀 Features
    View changes on GitHub

v0.5.3

Compare Source

No significant changes

    View changes on GitHub

v0.5.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.5.1

Compare Source

   🚀 Features
    View changes on GitHub
nuxt-modules/i18n (@​nuxtjs/i18n)

v8.5.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v8.5.5

Compare Source

No significant changes

    View changes on GitHub

v8.5.4

Compare Source

This release removes version checks that prevent usage with Nuxt versions higher than 3.x.

The path resolution for langDir (relative to srcDir) and localeDetector (relative to rootDir) remain unchanged, to ease migration to v9 we recommend configuring experimental.restructureDir which will be enabled and set to i18n by default in the upcoming major release.

   🚀 Features
    View changes on GitHub

v8.5.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v8.5.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v8.5.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v8.5.0

Compare Source

   🚀 Features
    View changes on GitHub

v8.4.0

Compare Source

Configurable directory restructure

You can now enable and configure the directory restructure which will be the default in v9, check out the documentation for more details on the new directory restructure.

Locale iso property rename

In v9 we are changing the locale iso property to language, the old usage will keep on working in v8 but we have added deprecation warnings about this upcoming change, more details on why we're renaming the property can be found here.


   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vuejs/pinia (@​pinia/nuxt)

v0.7.0

Compare Source

v0.6.1

Compare Source

v0.6.0

Compare Source

v0.5.5

Compare Source

v0.5.4

Compare Source

Please refer to CHANGELOG.md for details.

v0.5.3

Compare Source

Please refer to CHANGELOG.md for details.

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

v2.10.1

Compare Source

Features
  • indent-binary-ops: disabled to lower indent when starts closing bracket (#​591) (25fe554)
Bug Fixes
  • key-spacing: crash for import without attributes when using align: "colon" (#​594) (6000f43)
Chores

v2.10.0

Compare Source

Features
  • cross test comma-spacing (#​562) (ea72317)
  • function-call-spacing: auto-fix optional chain when option is never (#​589) (7a2b47f)
  • function-call-spacing: support ImportExpression in ts version (#​570) (19d1f8c)
  • indent-binary-ops: logical expression indent (#​576) (cbf800d)
  • indent: add support for Import Attributes (#​579) (4f944d8)
  • key-spacing: add support for Import Attributes (#​583) (789d893)
  • max-statements-per-line: new option to allow specific statements (#​558) (2ed4054)
  • no-multi-spaces: add support for Import Attributes (#​584) (0da0713)
  • padding-line-between-statements: add support for multiline-export and singleline-export (#​582) (2690a30)
  • quote-props: add support for Import Attributes (#​581) (4edfee2)
Bug Fixes
  • correct the type of quotes in customize (#​590) (b86c2df)
  • function-call-spacing: don't remove comments while auto-fixing (#​588) (53b4a55)
  • jsx-closing-bracket-location: should not remove comment in jsx (#​566) (e2ba8d5)
Documentation
Chores

v2.9.0

Compare Source

Features
Bug Fixes
  • quotes: only when allowTemplateLiterals set, allow template literals to avoid escape sequences (#​544) (7e3a0d3)
Documentation
Chores

v2.8.0

Compare Source

Features
  • indent: indention inside TemplateLiteral always start at level one (#​528) (d2f92c0)
  • remove @types/eslint (5ea3d6a)
Bug Fixes
  • indent-binary-ops: improve nested handling, close #​530 (af1c21a)
  • move spacing rules about as and satisfies from type-annontation-spacing to keyword-spacing (#​535) (b89ae5e)
Documentation
swc-project/swc (@​swc/core)

v1.9.2

Compare Source

Bug Fixes
Features

v1.9.1

Compare Source

Bug Fixes

v1.9.0

Compare Source

Bug Fixes
Features
Miscellaneous Tasks

v1.8.0

Compare Source

Bug Fixes
  • (es/typescript) Handle multiline type parameters in async arrow functions (#​9704) (c5ed19c)

  • (es/typescript) Handle ASI hazards in fast type strip (#​9707) (c135f71)

Features
Performance

v1.7.42

Compare Source

Bug Fixes
Features
  • (es/minifier) Optimize switch with side effect and termination tests (#​9677) (7344a63)

  • (es/parser) Ability to get script's potential module errors (#​9682) (2bbd1e8)

Miscellaneous Tasks
Performance

v1.7.40

Compare Source

Bug Fixes
Documentation
Miscellaneous Tasks
  • (deps) Update dependency swc-plugin-coverage-instrument to ^0.0.25 (#​9676) (b8d255b)

v1.7.39

Compare Source

Bug Fixes
  • (es/compat) Add missing visit children for destructuring (#​9658) (32116a0)

  • (es/parser) Correct > and < when exit type context (#​9653) (abffc07)

  • (es/proposal) Use tsc version of explicit resource management (#​9585) (f735108)

  • (wasm-typescript) Fix option types of functions (#​9662) (4cbe33c)

Features

Configuration

📅 Schedule: Branch creation - "after 10am 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 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 Nov 25, 2024
@renovate renovate bot requested a review from a team November 25, 2024 12:49
Copy link

netlify bot commented Nov 25, 2024

Deploy Preview for findadoc failed.

Name Link
🔨 Latest commit 2da0ca1
🔍 Latest deploy log https://app.netlify.com/sites/findadoc/deploys/674adaf7a54a3f00086efe00

Copy link

socket-security bot commented Nov 25, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@antfu/[email protected] filesystem 0 9.5 kB antfu
npm/@apidevtools/[email protected] None 0 325 kB jamesmessinger, philsturgeon
npm/@clack/[email protected] None 0 273 kB natemoo-re
npm/@clack/[email protected] None 0 148 kB natemoo-re
npm/@es-joy/[email protected] None +1 366 kB brettz9
npm/@esbuild/[email protected] None 0 11.2 MB evanw
npm/@esbuild/[email protected] None 0 11.9 MB evanw
npm/@esbuild/[email protected] None 0 10.6 MB evanw
npm/@esbuild/[email protected] None 0 11.9 MB esbuild, evanw
npm/@esbuild/[email protected] None 0 9.75 MB evanw
npm/@esbuild/[email protected] None 0 10.4 MB evanw
npm/@esbuild/[email protected] None 0 9.5 MB evanw
npm/@esbuild/[email protected] None 0 10.2 MB evanw
npm/@esbuild/[email protected] None 0 9.63 MB evanw
npm/@esbuild/[email protected] None 0 9.57 MB evanw
npm/@esbuild/[email protected] None 0 9.59 MB evanw
npm/@esbuild/[email protected] None 0 9.77 MB evanw
npm/@esbuild/[email protected] None 0 10.9 MB evanw
npm/@esbuild/[email protected] None 0 9.83 MB evanw
npm/@esbuild/[email protected] None 0 9.44 MB evanw
npm/@esbuild/[email protected] None 0 10.7 MB evanw
npm/@esbuild/[email protected] None 0 10.2 MB evanw
npm/@esbuild/[email protected] None 0 10.1 MB evanw
npm/@esbuild/[email protected] None 0 9.57 MB evanw
npm/@esbuild/[email protected] None 0 10.2 MB evanw
npm/@esbuild/[email protected] None 0 10.2 MB evanw
npm/@esbuild/[email protected] None 0 9.57 MB evanw
npm/@esbuild/[email protected] None 0 9.85 MB evanw
npm/@esbuild/[email protected] None 0 10.4 MB evanw
npm/@eslint/[email protected] None 0 49.2 kB eslintbot
npm/@eslint/[email protected] None 0 113 kB eslintbot
npm/@eslint/[email protected] None 0 1.71 MB eslintbot, openjsfoundation
npm/@graphql-codegen/[email protected] None 0 55 kB ardatan, dotansimha, kamilkisiela, ...1 more
npm/@nuxt/[email protected] None 0 104 kB antfu
npm/@nuxt/[email protected] None 0 89.3 kB antfu
npm/@nuxt/[email protected] None 0 19.7 kB antfu
npm/@nuxt/[email protected] environment, network 0 43.6 kB antfu
npm/@pinia/[email protected] None 0 9.86 kB posva
npm/@stylistic/[email protected] None 0 810 kB eslint-stylistic-bot
npm/@typescript-eslint/[email protected] None 0 2.76 MB bradzacher, jameshenry
npm/@typescript-eslint/[email protected] None +1 174 kB
npm/@typescript-eslint/[email protected] None 0 626 kB bradzacher, jameshenry
npm/@typescript-eslint/[email protected] None 0 126 kB bradzacher, jameshenry
npm/@typescript-eslint/[email protected] None 0 593 kB bradzacher, jameshenry
npm/@typescript-eslint/[email protected] None 0 19.6 kB bradzacher, jameshenry
npm/@voxpelli/[email protected] None 0 10.6 kB voxpelli
npm/[email protected] None 0 765 kB zloirock
npm/[email protected] None 0 257 kB pi0
npm/[email protected] environment, filesystem, network, shell 0 134 kB esbuild, evanw
npm/[email protected] None 0 14.1 kB antfu
npm/[email protected] None 0 66.1 kB antfu
npm/[email protected] None 0 8.98 kB antfu
npm/[email protected] None +1 975 kB jounqin
npm/[email protected] filesystem 0 2.09 MB gajus
npm/[email protected] None +1 1.2 MB ota-meshi
npm/[email protected] None 0 711 kB sindresorhus
npm/[email protected] None 0 1.38 MB chrisvfritz, michalsnik, mysticatea, ...2 more
npm/[email protected] None 0 18.2 kB antfu
npm/[email protected] None 0 29.4 kB antfu
npm/[email protected] filesystem 0 45.2 kB thecodrr
npm/[email protected] None 0 529 kB pi0
npm/[email protected] eval 0 397 kB antfu
npm/[email protected] environment 0 39.5 kB antfu
npm/[email protected] environment 0 396 kB posva
npm/[email protected] None 0 6.79 kB terkelg
npm/[email protected] None 0 24.4 kB superchupu

🚮 Removed packages: npm/@apidevtools/[email protected], npm/@bcoe/[email protected], npm/@es-joy/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@eslint/[email protected], npm/@eslint/[email protected], npm/@graphql-codegen/[email protected], npm/@intlify/[email protected], npm/@intlify/[email protected], npm/@intlify/[email protected], npm/@intlify/[email protected], npm/@intlify/[email protected], npm/@intlify/[email protected], npm/@intlify/[email protected], npm/@miyaneee/[email protected], npm/@nuxt/[email protected], npm/@nuxt/[email protected], npm/@nuxt/[email protected], npm/@nuxt/[email protected], npm/@nuxtjs/[email protected], npm/@one-ini/[email protected], npm/@pinia/[email protected], npm/@rollup/[email protected], npm/@rushstack/[email protected], npm/@stylistic/[email protected], npm/@swc/[email protected], npm/@swc/[email protected], npm/@swc/[email protected], npm/@swc/[email protected], npm/@swc/[email protected], npm/@swc/[email protected], npm/@swc/[email protected], npm/@swc/[email protected], npm/@swc/[email protected], npm/@swc/[email protected], npm/@swc/[email protected], npm/@swc/[email protected], npm/@swc/[email protected], npm/@testing-library/[email protected], npm/@testing-library/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@typescript-eslint/[email protected], npm/@typescript-eslint/[email protected], npm/@typescript-eslint/[email protected], npm/@typescript-eslint/[email protected], npm/@typescript-eslint/[email protected], npm/@typescript-eslint/[email protected], npm/@vitejs/[email protected], npm/@vitest/[email protected], npm/@voxpelli/[email protected], npm/@vue/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

@renovate renovate bot force-pushed the renovate/minor-updates branch 5 times, most recently from 96d107a to 1422758 Compare November 29, 2024 19:41
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants