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

fix(deps): update minor updates #942

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 9, 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.2 age adoption passing confidence devDependencies minor
@graphql-codegen/typescript-resolvers (source) ^4.2.1 -> ^4.4.1 age adoption passing confidence devDependencies minor
@nuxt/eslint (source) ^0.5.0 -> ^0.7.2 age adoption passing confidence devDependencies minor
@pinia/nuxt (source) ^0.5.2 -> ^0.7.0 age adoption passing confidence dependencies minor 0.9.0 (+1)
@stylistic/eslint-plugin (source) ^2.6.1 -> ^2.11.0 age adoption passing confidence devDependencies minor 2.12.1 (+1)
@swc/core (source) ^1.7.6 -> ^1.9.3 age adoption passing confidence devDependencies minor 1.10.1 (+1)
@vitejs/plugin-vue (source) ^5.1.2 -> ^5.2.1 age adoption passing confidence devDependencies minor
cypress (source) ^13.13.2 -> ^13.16.0 age adoption passing confidence devDependencies minor 13.16.1
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.1592 age adoption passing confidence devDependencies minor
nuxt-viewport ^2.1.5 -> ^2.2.0 age adoption passing confidence devDependencies minor
typescript (source) 5.5.4 -> 5.7.2 age adoption passing confidence devDependencies minor
typescript-eslint (source) ^8.0.1 -> ^8.16.0 age adoption passing confidence devDependencies minor 8.18.0 (+1)
vue (source) ^3.4.35 -> ^3.5.13 age adoption passing confidence dependencies minor
vue-router ^4.4.2 -> ^4.5.0 age adoption passing confidence dependencies minor
webpack ^5.93.0 -> ^5.96.1 age adoption passing confidence devDependencies minor 5.97.1 (+1)
yarn (source) 4.4.0 -> 4.5.3 age adoption passing confidence packageManager minor

Release Notes

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

v4.1.2

Compare Source

Patch Changes

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

Compare Source

Patch Changes

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

Compare Source

   🚀 Features
    View changes on GitHub

v0.7.1

Compare Source

No significant changes

    View changes on GitHub

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

Compare Source

Features
  • comma-dangle: add support for Import Attributes (#​586) (4c177c3)
  • comma-style: add support for more syntax (#​597) (922151c)
  • function-call-argument-newline: add support for Import Attributes (#​603) (8ee0c24)
  • function-call-spacing: add optionalChain to control the space around the optional chain (#​605) (f732798)
  • function-paren-newline: add support for Import Attributes (#​585) (4ede153)
Bug Fixes
Build Related

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

Compare Source

Bug Fixes
Documentation
Features
Miscellaneous Tasks
Performance
Refactor

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) Upd

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 Dec 9, 2024
@renovate renovate bot requested a review from a team December 9, 2024 15:49
Copy link

netlify bot commented Dec 9, 2024

Deploy Preview for findadoc failed.

Name Link
🔨 Latest commit 9158711
🔍 Latest deploy log https://app.netlify.com/sites/findadoc/deploys/675851ddcc3299000839af1b

Copy link

socket-security bot commented Dec 9, 2024

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSourceCI
Possible typosquat attack npm/[email protected] ⚠︎

View full report↗︎

Next steps

What is a typosquat?

Package name is similar to other popular packages and may not be the package you want.

Use care when consuming similarly named packages and ensure that you did not intend to consume a different package. Malicious packages often publish using similar names as existing popular packages.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/[email protected] or ignore all packages with @SocketSecurity ignore-all

@renovate renovate bot force-pushed the renovate/minor-updates branch 3 times, most recently from 1ebd513 to fa73633 Compare December 10, 2024 08:48
@renovate renovate bot force-pushed the renovate/minor-updates branch from fa73633 to 9158711 Compare December 10, 2024 14:36
@renovate renovate bot changed the title chore(deps): update minor updates fix(deps): update minor updates Dec 10, 2024
Copy link

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] filesystem, network 0 328 kB 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 +1 117 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 +1 0 B
npm/@typescript-eslint/[email protected] None +1 18.9 kB bradzacher, jameshenry
npm/@typescript-eslint/[email protected] None 0 0 B
npm/@typescript-eslint/[email protected] None 0 0 B
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 1.32 MB 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] None 0 529 kB pi0
npm/[email protected] eval 0 397 kB antfu
npm/[email protected] environment 0 39.5 kB antfu, benmccann, userquin
npm/[email protected] environment 0 393 kB posva
npm/[email protected] None 0 6.79 kB terkelg
npm/[email protected] None 0 861 kB posva

🚮 Removed packages: npm/@apidevtools/[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/@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/@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/@voxpelli/[email protected], npm/@vue-macros/[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]

View full report↗︎

@ermish ermish closed this Dec 11, 2024
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