-
-
Notifications
You must be signed in to change notification settings - Fork 804
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 dependencies (renov): all minor updates #2669
base: develop
Are you sure you want to change the base?
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Our Pull Request Approval ProcessWe have these basic policies to make the approval process smoother for our volunteer team. Testing Your CodePlease make sure your code passes all tests. Our test code coverage system will fail if these conditions occur:
The process helps maintain the overall reliability of the code base and is a prerequisite for getting your PR approved. Assigned reviewers regularly review the PR queue and tend to focus on PRs that are passing. ReviewersDo not assign reviewers. Our Queue Monitors will review your PR and assign them.
Reviewing Your CodeYour reviewer(s) will have the following roles:
CONTRIBUTING.mdRead our CONTRIBUTING.md file. Most importantly:
Other
|
This PR contains the following updates:
3.691.0
->3.693.0
1.1.1
->1.2.3
8.57.0
->8.57.1
9.0.1
->9.2.0
4.2.1
->4.4.0
7.0.2
->7.0.3
10.0.6
->10.0.8
2.4.1
->2.5.0
2.4.1
->2.5.0
8.2.0
->8.14.0
8.11.0
->8.14.0
v2.3.0
->v2.4.0
v1.0.3
->v1.1.0
==24.3.0
->==24.10.0
2.2.1-alpine
->2.8.4-alpine
9.0.1
->9.1.0
9.10.0
->9.15.0
6.8.0
->6.10.0
8.3.2
->8.8.1
1.8.3
->1.8.5
5.0.7
->5.0.8
v22.7.0
->22.11.0
20.10.0
->20.18.0
5.4.0
->5.4.3
==2.15.10
->==2.17.7
6.0
->6.2
4.19.1
->4.19.2
4.2.7
->4.2.10
5.5.4
->5.6.3
11.0.1
->11.0.3
3.15.0
->3.17.0
Release Notes
aws/aws-sdk-js-v3 (@aws-sdk/client-s3)
v3.693.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.692.0
Compare Source
Features
eslint/rewrite (@eslint/compat)
v1.2.3
Compare Source
v1.2.2
Compare Source
v1.2.1
Compare Source
v1.2.0
Compare Source
eslint/eslint (@eslint/js)
v8.57.1
Compare Source
Bug Fixes
a19072f
fix: add logic to handle fixTypes in the lintText() method (#18900) (Francesco Trotta)04c7188
fix: Don't lint same file multiple times (#18899) (Francesco Trotta)87ec3c4
fix: do not throw when defining a global named__defineSetter__
(#18898) (Francesco Trotta)60a1267
fix: Provide helpful error message for nullish configs (#18889) (Milos Djermanovic)a0dea8e
fix: allowname
in global ignores, fix--no-ignore
for non-global (#18875) (Milos Djermanovic)3836bb4
fix: do not crash on error infs.walk
filter (#18886) (Milos Djermanovic)2dec349
fix: skip processor code blocks that match only universal patterns (#18880) (Milos Djermanovic)Documentation
6a5add4
docs: v8.x Add EOL banner (#18744) (Amaresh S M)b034575
docs: v8.x add version support page to the dropdown (#18731) (Amaresh S M)760ef7d
docs: v8.x add version support page in the side navbar (#18740) (Amaresh S M)428b7ea
docs: Add Powered by Algolia label to the search (#18658) (Amaresh S M)c68c07f
docs: version selectors synchronization (#18265) (Milos Djermanovic)Build Related
35d366a
build: Support updates to previous major versions (#18870) (Milos Djermanovic)Chores
140ec45
chore: upgrade @eslint/js@8.57.1 (#18913) (Milos Djermanovic)bcdfc04
chore: package.json update for @eslint/js release (Jenkins)3f6ce8d
chore: pin vite-plugin-commonjs@0.10.1 (#18910) (Milos Djermanovic)9f07549
chore: ignore/docs/v8.x
in link checker (#18660) (Milos Djermanovic)faker-js/faker (@faker-js/faker)
v9.2.0
Compare Source
Features
Changed Locales
v9.1.0
Compare Source
New Locales
Features
continent
method (#3162) (4056ab0)Changed Locales
Bug Fixes
v9.0.3
Compare Source
Changed Locales
Bug Fixes
v9.0.2
Compare Source
Bug Fixes
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
]:ardatan/graphql-tools (@graphql-tools/resolvers-composition)
v7.0.3
Compare Source
Patch Changes
[
dc5043b
]:ardatan/graphql-tools (@graphql-tools/schema)
v10.0.8
Compare Source
Patch Changes
[
dc5043b
]:v10.0.7
Compare Source
Patch Changes
[
cf2ce5e
]:parcel-bundler/watcher (@parcel/watcher)
v2.5.0
Compare Source
Added
--build-from-source
flag to optionally build from source instead of using prebuilt packages. Can be used in conjunction with--no-optional
to prevent installing platform-specific dependencies.Fixed
open()
calls onstat()
failures on macOS to prevent security dialogs (#186)typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.14.0
Compare Source
🚀 Features
await using
statements (#10209)🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.13.0
Compare Source
🚀 Features
ignoreBooleanCoercion
(#9924)no-class-assign
rule ineslint-recommended
config (#10250)🩹 Fixes
undefined
(#10232)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.12.2
Compare Source
🩹 Fixes
considerDefaultExhaustiveForUnions
(#10223)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.12.1
Compare Source
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.12.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.11.0
Compare Source
🚀 Features
🩹 Fixes
override
keyword (#10135)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.10.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.9.0
Compare Source
🩹 Fixes
eslint-plugin: [no-unnecessary-type-parameters] cannot assume variables are either type or value
scope-manager: [no-use-before-define] do not treat nested namespace aliases as variable references
eslint-plugin: [return-await] sync the behavior with await-thenable
eslint-plugin: [prefer-literal-enum-member] report a different error message when
allowBitwiseExpressions
is enabledeslint-plugin: [no-loop-func] sync from upstream base rule
eslint-plugin: [no-unused-vars] never report the naming of an enum member
eslint-plugin: correct use-at-your-own-risk type definitions
eslint-plugin: handle unions in await...for
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.8.1
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.8.0
Compare Source
🚀 Features
eslint-plugin: [no-unnecessary-condition] add checkTypePredicates
eslint-plugin: [return-await] check for-await loop iteree
🩹 Fixes
remove
export type *
in d.ts to support TS<5.0eslint-plugin: [no-unnecessary-template-expression] should underline template syntax with squiggly lines
type-utils: check for type parameters on
isBuiltinSymbolLikeRecurser()
eslint-plugin: [no-deprecated] max callstack exceeded when class implements itself
eslint-plugin: [no-misused-promises] check contextual type
eslint-plugin: [prefer-literal-enum-member] allow nested bitwise operations
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.7.0
Compare Source
🚀 Features
eslint-plugin: [no-unsafe-call] check calls of Function
eslint-plugin: [consistent-type-exports] check
export *
exports to see if all exported members are types🩹 Fixes
eslint-plugin: properly coerce all types to string in
getStaticMemberAccessValue
eslint-plugin: [no-deprecated] report on imported deprecated variables
eslint-plugin: [no-confusing-non-null-assertion] check !in and !instanceof
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.6.0
Compare Source
🚀 Features
add
allow
option forrestrict-template-expressions
type-utils: isNullableType add Void logic
eslint-plugin: [no-unnecessary-condition] check switch cases
eslint-plugin: [no-misused-promises] check array predicate return
🩹 Fixes
eslint-plugin: [no-deprecated] don't report recursive types in destructuring assignment twice
eslint-plugin: [no-deprecated] report on deprecated variables used in destructuring assignment
eslint-plugin: [no-deprecated] report on deprecated properties with function-like types
eslint-plugin: [no-unnecessary-condition] properly reflect multiple negations in message
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.5.0
Compare Source
🚀 Features