-
Notifications
You must be signed in to change notification settings - Fork 15
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
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/minor-updates
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+2,952
−2,150
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
November 25, 2024 12:49
❌ Deploy Preview for findadoc failed.
|
renovate
bot
force-pushed
the
renovate/minor-updates
branch
5 times, most recently
from
November 29, 2024 19:41
96d107a
to
1422758
Compare
renovate
bot
force-pushed
the
renovate/minor-updates
branch
from
November 30, 2024 09:29
1422758
to
2da0ca1
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.1
4.1.2
^4.2.1
->^4.4.0
4.4.1
^0.5.0
->^0.7.0
0.7.2
(+1)^8.3.3
->^8.5.6
^0.5.2
->^0.7.0
0.8.0
^2.6.1
->^2.10.1
2.11.0
^1.7.6
->^1.9.2
1.9.3
^5.1.2
->^5.2.0
5.2.1
^13.13.2
->^13.15.2
13.16.0
^9.8.0
->^9.15.0
9.16.0
^3.4.0
->^3.6.0
^9.27.0
->^9.31.0
9.32.0
21.3.0
->21.7.3
>=21.3.0
->>=21.7.3
^3.12.4
->^3.14.159
3.14.1592
^2.1.5
->^2.2.0
5.5.4
->5.6.3
5.7.2
^8.0.1
->^8.14.0
8.16.0
(+1)^3.4.35
->^3.5.13
^5.93.0
->^5.96.1
4.4.0
->4.5.1
4.5.3
(+1)Release Notes
dotansimha/graphql-code-generator (@graphql-codegen/typescript)
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.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.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-modules/i18n (@nuxtjs/i18n)
v8.5.6
Compare Source
🐞 Bug Fixes
srcDir
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3133 (10c02)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 tosrcDir
) andlocaleDetector
(relative torootDir
) remain unchanged, to ease migration to v9 we recommend configuringexperimental.restructureDir
which will be enabled and set toi18n
by default in the upcoming major release.🚀 Features
View changes on GitHub
v8.5.3
Compare Source
🐞 Bug Fixes
i18n
options not loadingvue-i18n
config file - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3093 (a8463)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 renameIn v9 we are changing the locale
iso
property tolanguage
, 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
iso
property tolanguage
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3055 (df938)strategy: 'no_prefix'
when usingdifferentDomains
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3061 (53f16)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
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.9.2
Compare Source
Bug Fixes
Features
inline_script
support (#9729) (e732a36)v1.9.1
Compare Source
Bug Fixes
ends_with_alpha_num
(#9720) (569c799)v1.9.0
Compare Source
Bug Fixes
(es/minifier) Avoid generating reserved mangling names (#9710) (b49317a)
(es/plugin) Revert #9696 (#9717) (772f023)
Features
isolatedDeclarations
updates (#9712) (6194044)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
(es) Add
es2023
andes2024
toEsVersion
(#9700) (5a6f0e6)(es/plugin) Introduce
manual-tokio-runtmie
toswc
crate (#9701) (97298c4)Performance
(common) Make character analysis lazy (#9696) (1c3eaf6)
(es/renamer) Modify parallel renaming threshold (#9706) (91a9106)
v1.7.42
Compare Source
Bug Fixes
(es/generator) Fix code generation for
break
in nested while (#9684) (65872af)(es/parser) Parse
await using()
call (#9693) (bcf05de)(es/resolver) Skip resolving lowercase
JSXIdentifiers
(#9686) (6ed1715)(es/types) Add
jsc.experimental.keepImportAssertions
to types (#9691) (4b4dcfa)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
(es) Cache
current_dir()
system calls (#9683) (7aab945)(es/lints) Disable lints by default (#9689) (4d887d0)
(visit) Introduce
Pass
API and adjust visitor APIs for it (#9680) (581aafb)v1.7.40
Compare Source
Bug Fixes
(bindings) Update napi to handle string with
\0
(#9665) (8f45eaf)(bindings/node) Add
VisitTsPropertySignature
(#9670) (715c42c)(es/codegen) Improve EndsWithAlphaNum (#9675) (ba2a942)
(es/renamer) Check
preserved
in normal renaming mode (#9666) (87b4e10)(typescript) Check whether the method is abstract when checking
is_overload
(#9678) (78500af)Documentation
Miscellaneous Tasks
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.
This PR was generated by Mend Renovate. View the repository job log.