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 #897

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 11, 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
@graphql-codegen/typescript-resolvers (source) ^4.2.1 -> ^4.4.0 age adoption passing confidence devDependencies minor
@nuxt/eslint (source) ^0.5.0 -> ^0.6.1 age adoption passing confidence devDependencies minor
@nuxtjs/i18n (source) ^8.3.3 -> ^8.5.5 age adoption passing confidence devDependencies minor 8.5.6
@pinia/nuxt (source) ^0.5.2 -> ^0.6.1 age adoption passing confidence dependencies minor 0.7.0
@stylistic/eslint-plugin (source) ^2.6.1 -> ^2.10.1 age adoption passing confidence devDependencies minor
cypress (source) ^13.13.2 -> ^13.15.1 age adoption passing confidence devDependencies minor 13.15.2
eslint (source) ^9.8.0 -> ^9.13.0 age adoption passing confidence devDependencies minor 9.14.0
eslint-plugin-cypress ^3.4.0 -> ^3.6.0 age adoption passing confidence devDependencies minor
eslint-plugin-vue (source) ^9.27.0 -> ^9.30.0 age adoption passing confidence devDependencies minor 9.31.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.13.2 age adoption passing confidence devDependencies minor 3.14.159 (+1)
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
typescript-eslint (source) ^8.0.1 -> ^8.12.2 age adoption passing confidence devDependencies minor 8.14.0 (+1)
vue (source) ^3.4.35 -> ^3.5.12 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

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.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.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.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
cypress-io/cypress (cypress)

v13.15.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-15-1

v13.15.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-15-0

v13.14.2

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-14-2

v13.14.1

Compare Source

v13.14.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-14-0

v13.13.3

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-13-3

eslint/eslint (eslint)

v9.13.0

Compare Source

v9.12.0

Compare Source

Features

Bug Fixes

Documentation

  • ecbd522 docs: Mention code explorer (#​18978) (Nicholas C. Zakas)
  • 7ea4ecc docs: Clarifying the Use of Meta Objects (#​18697) (Amaresh S M)
  • d3e4b2e docs: Clarify how to exclude .js files (#​18976) (Milos Djermanovic)
  • 57232ff docs: Mention plugin-kit in language docs (#​18973) (Nicholas C. Zakas)
  • b80ed00 docs: Update README (GitHub Actions Bot)
  • cb69ab3 docs: Update README (GitHub Actions Bot)
  • 7fb0d95 docs: Update README (GitHub Actions Bot)
  • 493348a docs: Update README (GitHub Actions Bot)
  • 87a582c docs: fix typo in id-match rule (#​18944) (Jay)

Chores

v9.11.1

Compare Source

v9.11.0

Compare Source

Features

  • ec30c73 feat: add "eslint/universal" to export Linter (#​18883) (唯然)
  • c591da6 feat: Add language to types (#​18917) (Nicholas C. Zakas)
  • 492eb8f feat: limit the name given to ImportSpecifier in id-length (#​18861) (Tanuj Kanti)
  • 19c6856 feat: Add no-useless-constructor suggestion (#​18799) (Jordan Thomson)
  • a48f8c2 feat: add type FormatterFunction, update LoadedFormatter (#​18872) (Francesco Trotta)

Bug Fixes

  • 5e5f39b fix: add missing types for no-restricted-exports rule (#​18914) (Kristóf Poduszló)
  • 8f630eb fix: add missing types for no-param-reassign options (#​18906) (Kristóf Poduszló)
  • d715781 fix: add missing types for no-extra-boolean-cast options (#​18902) (Kristóf Poduszló)
  • 2de5742 fix: add missing types for no-misleading-character-class options (#​18905) (Kristóf Poduszló)
  • c153084 fix: add missing types for no-implicit-coercion options (#​18903) (Kristóf Poduszló)
  • fa11b2e fix: add missing types for no-empty-function options (#​18901) (Kristóf Poduszló)
  • a0deed1 fix: add missing types for camelcase options (#​18897) (Kristóf Poduszló)

Documentation

  • e4e5709 docs: correct prefer-object-has-own type definition comment (#​18924) (Nitin Kumar)
  • 91cbd18 docs: add unicode abbreviations in no-irregular-whitespace rule (#​18894) (Alix Royere)
  • 59cfc0f docs: clarify resultsMeta in LoadedFormatter type (#​18881) (Milos Djermanovic)
  • adcc50d docs: Update README (GitHub Actions Bot)
  • 4edac1a docs: Update README (GitHub Actions Bot)

Build Related

  • 959d360 build: Support updates to previous major versions (#​18871) (Milos Djermanovic)

Chores

v9.10.0

Compare Source

v9.9.1

Compare Source


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 11, 2024
@renovate renovate bot requested a review from ermish as a code owner November 11, 2024 16:49
@renovate renovate bot requested a review from a team November 11, 2024 16:49
Copy link

netlify bot commented Nov 11, 2024

Deploy Preview for findadoc failed.

Name Link
🔨 Latest commit 349ed4f
🔍 Latest deploy log https://app.netlify.com/sites/findadoc/deploys/67374893a523a300088032f0

Copy link

socket-security bot commented Nov 11, 2024

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

Package New capabilities Transitives Size Publisher
npm/@apidevtools/[email protected] None 0 325 kB jamesmessinger, philsturgeon
npm/@babel/[email protected] None +1 48.2 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/[email protected] None 0 66.4 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/[email protected] None +1 862 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/[email protected] None +1 712 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/[email protected] None 0 53.5 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/[email protected] None 0 63.7 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/[email protected] None 0 161 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/[email protected] None 0 11.8 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/[email protected] None 0 863 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/[email protected] None 0 24.1 MB nicolo-ribaudo
npm/@babel/[email protected] None 0 70.3 kB nicolo-ribaudo
npm/@babel/[email protected] Transitive: environment +1 715 kB existentialism, hzoo, jlhwung, ...1 more
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 dotansimha
npm/@intlify/[email protected] environment, eval 0 585 kB kazupon
npm/@intlify/[email protected] environment 0 48.5 kB kazupon
npm/@nuxt/[email protected] None 0 104 kB antfu
npm/@nuxt/[email protected] None 0 68.8 kB antfu
npm/@nuxt/[email protected] None 0 19.7 kB antfu
npm/@nuxt/[email protected] environment, network 0 42.7 kB antfu
npm/@nuxt/[email protected] None 0 149 kB danielroe
npm/@nuxt/[email protected] None 0 590 kB danielroe
npm/@nuxtjs/[email protected] None 0 234 kB alexchopin, antfu, atinux, ...8 more
npm/@pinia/[email protected] None 0 9.94 kB posva
npm/@rollup/[email protected] None 0 57.7 kB guybedford, lukastaegert, rich_harris, ...1 more
npm/@stylistic/[email protected] None +1 1.09 MB eslint-stylistic-bot
npm/@typescript-eslint/[email protected] None +1 2.76 MB bradzacher, jameshenry
npm/@typescript-eslint/[email protected] None +1 192 kB bradzacher, jameshenry
npm/@typescript-eslint/[email protected] None 0 607 kB bradzacher, jameshenry
npm/@typescript-eslint/[email protected] None 0 122 kB bradzacher, jameshenry
npm/@typescript-eslint/[email protected] None 0 591 kB bradzacher, jameshenry
npm/@typescript-eslint/[email protected] None 0 19.3 kB bradzacher, jameshenry
npm/@voxpelli/[email protected] None 0 10.6 kB voxpelli
npm/[email protected] None 0 17.5 kB sindresorhus
npm/[email protected] None 0 64.2 kB ai
npm/[email protected] environment 0 72.8 kB pi0
npm/[email protected] None 0 2.14 MB ai, beneb, caniuse-lite
npm/[email protected] environment, filesystem 0 257 kB paulmillr
npm/[email protected] None 0 27.2 kB qix
npm/[email protected] None 0 765 kB zloirock
npm/[email protected] None 0 257 kB pi0
npm/[email protected] None 0 152 kB kilianvalkhof
npm/[email protected] environment, filesystem, network, shell 0 134 kB esbuild, evanw
npm/[email protected] filesystem 0 12.4 kB lukeed
npm/[email protected] None 0 14 kB antfu
npm/[email protected] None 0 66.1 kB antfu
npm/[email protected] None 0 686 kB jounqin
npm/[email protected] filesystem 0 2.09 MB gajus
npm/[email protected] None 0 711 kB sindresorhus
npm/[email protected] None 0 1.37 MB chrisvfritz, michalsnik, mysticatea, ...2 more
npm/[email protected] None 0 29.4 kB antfu
npm/[email protected] None 0 529 kB pi0
npm/[email protected] None 0 53.6 kB kael
npm/[email protected] environment 0 2.13 MB pi0
npm/[email protected] None 0 31.7 kB mathias
npm/[email protected] eval 0 397 kB antfu
npm/[email protected] None 0 232 kB pi0
npm/[email protected] None 0 64.8 kB pi0
npm/[email protected] None 0 85.2 kB jonschlinkert
npm/[email protected] environment 0 393 kB posva
npm/[email protected] None 0 73.3 kB danielroe, pi0
npm/[email protected] None 0 32.2 kB paulmillr, thlorenz
npm/[email protected] None 0 7.04 kB sindresorhus
npm/[email protected] None 0 201 kB antfu
npm/[email protected] None 0 72 kB pi0
npm/[email protected] environment, filesystem, shell 0 14.8 kB ai
npm/[email protected] environment 0 1.63 MB kazupon
npm/[email protected] environment 0 9.97 kB isaacs

🚮 Removed packages: npm/@apidevtools/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[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/@nuxt/[email protected], npm/@nuxt/[email protected], npm/@nuxt/[email protected], npm/@nuxt/[email protected], npm/@nuxt/[email protected], npm/@nuxt/[email protected], npm/@nuxtjs/[email protected], npm/@pinia/[email protected], npm/@rollup/[email protected], npm/@rushstack/[email protected], npm/@stylistic/[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/[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 7 times, most recently from e9bb791 to 0b2267d Compare November 15, 2024 07: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.

1 participant