chore(deps): update all dependencies #95
Open
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:
19.4.0
->19.5.0
19.2.2
->19.5.0
4.17.7
->4.17.13
22.1.0
->22.8.6
8.0.1
->8.12.2
8.0.1
->8.12.2
4.1.3
->5.1.1
2.68.93
->2.69.11
2.198.184
->2.198.254
10.3.0
->10.4.2
9.8.0
->9.13.0
9.1.4
->9.1.6
15.2.8
->15.2.10
4.11.1
->4.14.0
22.6.0
->22.11.0
5.2.0
->6.3.0
10.8.2
->10.9.0
24.0.0
->24.2.0
~5.5.4
->~5.6.0
2.0.5
->2.1.4
Release Notes
conventional-changelog/commitlint (@commitlint/cli)
v19.5.0
Compare Source
Features
19.4.1 (2024-08-28)
Note: Version bump only for package @commitlint/cli
v19.4.1
Compare Source
Note: Version bump only for package @commitlint/cli
conventional-changelog/commitlint (@commitlint/config-conventional)
v19.5.0
Compare Source
Note: Version bump only for package @commitlint/config-conventional
19.4.1 (2024-08-28)
Note: Version bump only for package @commitlint/config-conventional
19.2.2 (2024-04-14)
Note: Version bump only for package @commitlint/config-conventional
v19.4.1
Compare Source
Note: Version bump only for package @commitlint/config-conventional
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
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
eslint-plugin: [no-duplicate-type-constituents] prevent unnecessary `
eslint-plugin: [no-unsafe-argument] differentiate error types
🩹 Fixes
eslint-plugin: [no-unnecessary-type-assertion] fix TSNonNullExpression fixer
eslint-plugin: [no-misused-promises] handle static method
eslint-plugin: [no-unnecessary-type-parameters] fix AST quick path scope analysis
eslint-plugin: [consistent-type-assertions] access parser services lazily
❤️ Thank You
f44da95
You can read about our versioning strategy and releases on our website.
v8.4.0
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.3.0
Compare Source
🚀 Features
🩹 Fixes
eslint-plugin: [no-unnecessary-template-expression] add missing parentheses in autofix
eslint-plugin: [no-unnecessary-type-parameters] check mapped alias type arguments
utils: add
TSDeclareFunction
tofunctionTypeTypes
ast-spec: use
Expression
in argument ofThrowStatement
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.2.0
Compare Source
🚀 Features
require-await
to removeasync
keyword🩹 Fixes
eslint-plugin: [use-unknown-in-catch-callback-variable] flag second argument of
.then
eslint-plugin: [no-unnecessary-type-assertion] conflict with TS for variables used before assignment
eslint-plugin: delete [] in message if ReadOnly<string[]> is detected
eslint-plugin: [no-redundant-type-constituents] differentiate a types-error any from a true any
eslint-plugin: [no-unnecessary-type-parameters] check mapped constraint types if necessary
eslint-plugin: [no-unsafe-enum-comparison] add logic to see through intersections
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.1.0
Compare Source
🚀 Features
eslint-plugin: [no-floating-promises] enable "add await" suggestion if ignoreVoid is true
typescript-estree: restrict variable declarator definite/init combinations
eslint-plugin: [no-unsafe-return] check promise any
eslint-plugin: [no-misused-promises] check subtype methods against heritage type methods
🩹 Fixes
eslint-plugin: [no-unsafe-enum-comparison] typo in test
eslint-plugin: [no-unnecessary-type-parameters] skip checking function bodies for AST references
eslint-plugin: [member-ordering] get accessor member name & take into account
abstract
and decoratoreslint-plugin: [prefer-optional-chain] wrong parenthesis fix output
eslint-plugin: [no-unnecessary-type-parameters] clarify message
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.12.2
Compare Source
This was a version bump only for parser 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.1
Compare Source
This was a version bump only for parser 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
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.11.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
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
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.8.1
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.8.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.7.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.6.0
Compare Source
v8.5.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.4.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.3.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.2.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.1.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
cdk8s-team/cdk8s-core (cdk8s)
v2.69.11
Compare Source
2.69.11 (2024-10-28)
v2.69.10
Compare Source
2.69.10 (2024-10-14)
v2.69.9
Compare Source
2.69.9 (2024-10-14)
v2.69.8
Compare Source
2.69.8 (2024-10-12)
v2.69.7
Compare Source
2.69.7 (2024-10-09)
v2.69.6
Compare Source
2.69.6 (2024-09-27)
v2.69.5
Compare Source
2.69.5 (2024-09-21)
v2.69.4
Compare Source
2.69.4 (2024-09-20)
v2.69.3
Compare Source
2.69.3 (2024-09-17)
v2.69.2
Compare Source
2.69.2 (2024-09-16)
v2.69.1
Compare Source
2.69.1 (2024-09-15)
v2.69.0
Compare Source
2.69.0 (2024-09-10)
Features
Size.asString
that preserves original units (#1494) (b8dc5c2), closes /github.com/cdk8s-team/cdk8s-plus/blob/k8s-27/main/src/container.ts#L880v2.68.107
Compare Source
2.68.107 (2024-09-09)
v2.68.106
Compare Source
2.68.106 (2024-09-07)
v2.68.105
Compare Source
2.68.105 (2024-09-05)
v2.68.104
Compare Source
2.68.104 (2024-09-02)
v2.68.103
Compare Source
2.68.103 (2024-08-31)
v2.68.102
Compare Source
2.68.102 (2024-08-30)
v2.68.101
Compare Source
2.68.101 (2024-08-29)
v2.68.100
Compare Source
2.68.100 (2024-08-28)
v2.68.99
Compare Source
2.68.99 (2024-08-26)
v2.68.98
Compare Source
2.68.98 (2024-08-23)
v2.68.97
Compare Source
2.68.97 (2024-08-21)
v2.68.96
Compare Source
2.68.96 (2024-08-19)
v2.68.95
Compare Source
2.68.95 (2024-08-14)
v2.68.94
Compare Source
2.68.94 (2024-08-12)
cdk8s-team/cdk8s-cli (cdk8s-cli)
v2.198.254
Compare Source
2.198.254 (2024-10-28)
v2.198.253
Compare Source
2.198.253 (2024-10-22)
v2.198.252
Compare Source
2.198.252 (2024-10-21)
v2.198.251
Compare Source
2.198.251 (2024-10-20)
v2.198.250
Compare Source
2.198.250 (2024-10-19)
v2.198.249
Compare Source
2.198.249 (2024-10-18)
v2.198.248
Compare Source
2.198.248 (2024-10-16)
v2.198.247
Compare Source
2.198.247 (2024-10-15)
v2.198.246
Compare Source
2.198.246 (2024-10-14)
v2.198.245
Compare Source
2.198.245 (2024-10-13)
v2.198.244
Compare Source
2.198.244 (2024-10-12)
v2.198.243
Compare Source
2.198.243 (2024-10-11)
v2.198.242
Compare Source
2.198.242 (2024-10-10)
v2.198.241
Compare Source
2.198.241 (2024-10-09)
v2.198.240
Compare Source
2.198.240 (2024-10-08)
v2.198.239
Compare Source
2.198.239 (2024-10-07)
v2.198.238
Compare Source
2.198.238 (2024-10-06)
v2.198.237
Compare Source
2.198.237 (2024-10-05)
v2.198.236
Compare Source
2.198.236 (2024-10-04)
v2.198.235
Compare Source
2.198.235 (2024-10-03)
v2.198.234
Compare Source
2.198.234 (2024-10-02)
v2.198.233
Compare Source
2.198.233 (2024-10-01)
v2.198.232
Compare Source
2.198.232 (2024-09-30)
v2.198.231
Compare Source
2.198.231 (2024-09-29)
v2.198.230
Compare Source
2.198.230 (2024-09-28)
[
v2.198.229
](https://redirect.github.com/cdk8s-team/cdConfiguration
📅 Schedule: Branch creation - "on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.