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

chore(deps): update all dependencies #95

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@commitlint/cli (source) 19.4.0 -> 19.5.0 age adoption passing confidence devDependencies minor
@commitlint/config-conventional (source) 19.2.2 -> 19.5.0 age adoption passing confidence devDependencies minor
@types/lodash (source) 4.17.7 -> 4.17.13 age adoption passing confidence devDependencies patch
@types/node (source) 22.1.0 -> 22.8.6 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 8.0.1 -> 8.12.2 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 8.0.1 -> 8.12.2 age adoption passing confidence devDependencies minor
aws-cli 4.1.3 -> 5.1.1 age adoption passing confidence orb major
cdk8s 2.68.93 -> 2.69.11 age adoption passing confidence devDependencies minor
cdk8s-cli 2.198.184 -> 2.198.254 age adoption passing confidence devDependencies patch
constructs 10.3.0 -> 10.4.2 age adoption passing confidence devDependencies minor
eslint (source) 9.8.0 -> 9.13.0 age adoption passing confidence devDependencies minor
husky 9.1.4 -> 9.1.6 age adoption passing confidence devDependencies patch
lint-staged 15.2.8 -> 15.2.10 age adoption passing confidence devDependencies patch
memfs 4.11.1 -> 4.14.0 age adoption passing confidence devDependencies minor
node (source) 22.6.0 -> 22.11.0 age adoption passing confidence minor
node 5.2.0 -> 6.3.0 age adoption passing confidence orb major
npm (source) 10.8.2 -> 10.9.0 age adoption passing confidence engines minor
semantic-release 24.0.0 -> 24.2.0 age adoption passing confidence devDependencies minor
typescript (source) ~5.5.4 -> ~5.6.0 age adoption passing confidence devDependencies minor
vitest (source) 2.0.5 -> 2.1.4 age adoption passing confidence devDependencies minor

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
  • eslint-plugin: [switch-exhaustiveness-check] invert 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
  • eslint-plugin: [no-base-to-string] handle String() (#​10005)
  • eslint-plugin: [switch-exhaustiveness-check] add allowDefaultCaseMatchUnionMember option (#​9954)
  • eslint-plugin: [consistent-indexed-object-style] report mapped types (#​10160)
  • eslint-plugin: [prefer-nullish-coalescing] add support for assignment expressions (#​10152)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.11.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-type-parameters] add suggestion fixer (#​10149)
  • eslint-plugin: [no-base-to-string] add support for catching toLocaleString (#​10138)
🩹 Fixes
  • eslint-plugin: [class-literal-property-style] don't report nodes with 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
  • Josh Goldberg ✨

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 enabled

  • eslint-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
  • Abraham Guo
  • Anna Bocharova
  • Arya Emami
  • auvred
  • Joshua Chen
  • Kirk Waiblinger
  • Lotfi Meklati
  • mdm317
  • Ronen Amiel
  • Sukka
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v8.8.1

Compare Source

🩹 Fixes
  • eslint-plugin: stop warning on @​ts-nocheck comments which aren't at the beginning of the file
❤️ Thank You
  • Brad Zacher
  • Ronen Amiel
  • WhitePiano

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

  • eslint-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
  • auvred
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Ronen Amiel
  • Tarun Chauhan
  • YeonJuan

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
  • Abraham Guo
  • auvred
  • Brian Donovan
  • Kirk Waiblinger

You can read about our versioning strategy and releases on our website.

v8.6.0

Compare Source

🚀 Features
  • add allow option for restrict-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
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Kim Sang Du
  • YeonJuan

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
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • YeonJuan

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
  • eslint-plugin: [no-deprecation] add rule
🩹 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 to functionTypeTypes

  • ast-spec: use Expression in argument of ThrowStatement

❤️ Thank You
  • Abraham Guo
  • Daichi Kamiyama
  • Josh Goldberg ✨
  • Kim Sang Du
  • Sukka
  • Vida Xie

You can read about our versioning strategy and releases on our website.

v8.2.0

Compare Source

🚀 Features
  • eslint-plugin: add suggestion to require-await to remove async 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
  • Abraham Guo
  • Dave
  • Jake Bailey
  • James
  • Josh Goldberg ✨
  • liuxingbaoyu
  • Yukihiro Hasegawa
  • Yutong Zhu

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 decorator

  • eslint-plugin: [prefer-optional-chain] wrong parenthesis fix output

  • eslint-plugin: [no-unnecessary-type-parameters] clarify message

❤️ Thank You
  • Aly Thobani
  • Brad Zacher
  • James
  • Josh Goldberg ✨
  • Joshua Chen
  • Olivier Zalmanski
  • YeonJuan
  • Yukihiro Hasegawa

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
  • Josh Goldberg ✨

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

v2.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/cd


Configuration

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


  • 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 force-pushed the renovate/all branch 7 times, most recently from 95cc6b4 to 7945639 Compare October 8, 2024 08:56
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 6065b69 to 43deaf4 Compare October 14, 2024 02:48
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 299c71e to 09e0a13 Compare October 26, 2024 02:25
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 3c6bd86 to 50a043c Compare October 30, 2024 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants