-
Notifications
You must be signed in to change notification settings - Fork 17
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 #951
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
requested review from
theyokohamalife and
ermish
as code owners
December 23, 2024 13:16
❌ Deploy Preview for findadoc failed.
|
renovate
bot
force-pushed
the
renovate/minor-updates
branch
5 times, most recently
from
December 29, 2024 11:11
3e852c5
to
72aa214
Compare
renovate
bot
force-pushed
the
renovate/minor-updates
branch
from
December 30, 2024 20:34
72aa214
to
6095b86
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^4.0.9
->^4.1.2
^4.2.1
->^4.4.1
^0.5.0
->^0.7.3
0.7.4
^3.14.3
->^3.15.1
^0.5.2
->^0.9.0
^2.6.1
->^2.12.1
^1.7.6
->^1.10.1
1.10.4
(+2)^5.1.2
->^5.2.1
^13.13.2
->^13.16.1
13.17.0
^9.8.0
->^9.17.0
^3.4.0
->^3.6.0
^9.27.0
->^9.32.0
^16.9.0
->^16.10.0
21.3.0
->21.7.3
>=21.3.0
->>=21.7.3
^3.12.4
->^3.14.1592
3.15.0
^2.1.5
->^2.2.0
^2.2.0
->^2.3.0
5.5.4
->5.7.2
^8.0.1
->^8.18.1
8.19.0
(+1)^3.4.35
->^3.5.13
^4.4.2
->^4.5.0
^5.93.0
->^5.97.1
4.4.0
->4.5.3
4.6.0
Release Notes
dotansimha/graphql-code-generator (@graphql-codegen/typescript)
v4.1.2
Compare Source
Patch Changes
1617e3c
,fa64fbf
]:v4.1.1
Compare Source
Patch Changes
55a1e9e
,a235051
]:v4.1.0
Compare Source
Minor Changes
#10077
3f4f546
Thanks @eddeee888! - Extendconfig.avoidOptions
to support query, mutation and subscriptionPreviously,
config.avoidOptions.resolvers
was being used to make query, mutation and subscription fields non-optional.Now,
config.avoidOptions.query
,config.avoidOptions.mutation
andconfig.avoidOptions.subscription
can be used to target the respective types.Patch Changes
3f4f546
]:dotansimha/graphql-code-generator (@graphql-codegen/typescript-resolvers)
v4.4.1
Compare Source
Patch Changes
#10187
1617e3c
Thanks @gilgardosh! - Fix: type naming for imported enumsUpdated dependencies [
1617e3c
,fa64fbf
]:v4.4.0
Compare Source
Minor Changes
#9989
55a1e9e
Thanks @eddeee888! - AddgenerateInternalResolversIfNeeded
optionThis 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 recursivelyFor users that already sets recursive default mappers e.g.
Partial<{T}>
orDeepPartial<{T}>
, having both options on will cause a nested loop which eventually crashes Codegen. In such case, settingavoidCheckingAbstractTypesRecursively: true
allows users to continue to use recursive default mappers as before.Patch Changes
55a1e9e
,a235051
]:v4.3.0
Compare Source
Minor Changes
#10077
3f4f546
Thanks @eddeee888! - Extendconfig.avoidOptions
to support query, mutation and subscriptionPreviously,
config.avoidOptions.resolvers
was being used to make query, mutation and subscription fields non-optional.Now,
config.avoidOptions.query
,config.avoidOptions.mutation
andconfig.avoidOptions.subscription
can be used to target the respective types.Patch Changes
3f4f546
]:nuxt/eslint (@nuxt/eslint)
v0.7.3
Compare Source
🐞 Bug Fixes
vue/singleline-html-element-content-newline
- by @DamianGlowala in https://github.com/nuxt/eslint/issues/526 (281d0)View changes on GitHub
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
features.formatters
to format CSS and HTML - by @antfu in https://github.com/nuxt/eslint/issues/520 (f6d8b)View changes on GitHub
v0.6.2
Compare Source
🚀 Features
🐞 Bug Fixes
eslint-config-flat-gitignore
to0.2.0
to support ESLint v8, #507 - by @antfu in https://github.com/nuxt/eslint/issues/507 (b781e)View changes on GitHub
v0.6.1
Compare Source
🚀 Features
vite-plugin-eslint2
v5, close #516 - by @antfu in https://github.com/nuxt/eslint/issues/516 (a6b4e)View changes on GitHub
v0.6.0
Compare Source
🚀 Features
nuxt-config-keys-order
rule - by @antfu in https://github.com/nuxt/eslint/issues/491 (b65a8)View changes on GitHub
v0.5.7
Compare Source
🚀 Features
@types/eslint
- by @antfu (a24f3)View changes on GitHub
v0.5.6
Compare Source
🚀 Features
config.configFile
, use relative path to resolve, fix #495 - by @antfu in https://github.com/nuxt/eslint/issues/495 (a4ab4)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/test-utils (@nuxt/test-utils)
v3.15.1
Compare Source
compare changes
🩹 Fixes
reactive
(f05c0faf3)❤️ Contributors
v3.15.0
Compare Source
compare changes
🚀 Enhancements
NuxtPage
playwright type (#1015)🩹 Fixes
defineModel
inmountSuspended
(#1011)props
(#1025)javaScriptEnabled: false
(ca06f3375)distDir
string (094acb299)dirname
when calculatingdistDir
(56122b745)nuxtConfig.nitro.output.dir
withbuild: false
(#936)🏡 Chore
knip
and reduce peer dependencies (4e10bd266)installed-check
to keepengines.node
in sync (ebcc5effa)✅ Tests
mountSuspended
+ #imports (4f3f50327)🤖 CI
❤️ Contributors
v3.14.4
Compare Source
compare changes
🩹 Fixes
NODE_ENV
when running built server (#969)❤️ Contributors
vuejs/pinia (@pinia/nuxt)
v0.9.0
Compare Source
v0.8.0
Compare Source
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.12.1
Compare Source
Features
offsetTernaryExpressionsOffsetCallExpressions
options (#636) (c14a3ee)Documentation
Chores
v2.12.0
Compare Source
Bug Fixes
CallExpression
whenoffsetTernaryExpressions
is true (#625) (55d3529)Documentation
Chores
v2.11.0
Compare Source
Features
optionalChain
to control the space around theoptional chain
(#605) (f732798)Bug Fixes
update
script inWindows
(#604) (dede119)Build Related
v2.10.1
Compare Source
Features
Bug Fixes
align: "colon"
(#594) (6000f43)Chores
v2.10.0
Compare Source
Features
comma-spacing
(#562) (ea72317)never
(#589) (7a2b47f)ImportExpression
ints
version (#570) (19d1f8c)Bug Fixes
quotes
incustomize
(#590) (b86c2df)Documentation
Chores
v2.9.0
Compare Source
Features
Bug Fixes
Documentation
Chores
v2.8.0
Compare Source
Features
@types/eslint
(5ea3d6a)Bug Fixes
as
andsatisfies
fromtype-annontation-spacing
tokeyword-spacing
(#535) (b89ae5e)Documentation
swc-project/swc (@swc/core)
v1.10.1
Compare Source
Bug Fixes
Features
module.outFileExtension
(#9784) (e04c7b3)v1.10.0
Compare Source
Bug Fixes
(es/codegen) Use raw value for emitting JSX text (#9762) (b83c44f)
(es/compat) Fix marker for inlined helpers (#9776) (f54ec2c)
(es/minifier) Dro
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.
This PR was generated by Mend Renovate. View the repository job log.