Skip to content

chore(deps): update npm-deps#1287

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/npm-deps
Mar 25, 2026
Merged

chore(deps): update npm-deps#1287
renovate[bot] merged 1 commit intomainfrom
renovate/npm-deps

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 9, 2026

This PR contains the following updates:

Package Change Age Confidence
@typescript-eslint/eslint-plugin (source) 8.56.18.57.2 age confidence
@typescript-eslint/parser (source) 8.56.18.57.2 age confidence
aws-cdk (source) 2.1109.02.1113.0 age confidence
aws-cdk-lib (source) 2.241.02.244.0 age confidence
commit-and-tag-version 12.6.112.7.1 age confidence
constructs 10.5.110.6.0 age confidence
jest (source) 30.2.030.3.0 age confidence
jsii (source) 5.9.325.9.34 age confidence
jsii-rosetta (source) 5.9.355.9.37 age confidence
typescript-eslint (source) 8.56.18.57.2 age confidence
yaml (source) 2.8.22.8.3 age confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.57.2

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-readonly-parameter-types] preserve type alias infomation (#​11954)
  • eslint-plugin: [no-useless-default-assignment] skip reporting false positives for unresolved type parameters (#​12127)
  • eslint-plugin: [no-unsafe-return] false positive on unwrapping generic (#​12125)
  • eslint-plugin: [no-restricted-types] flag banned generics in extends or implements (#​12120)
  • eslint-plugin: [array-type] ignore Array and ReadonlyArray without type arguments (#​11971)
  • eslint-plugin: [prefer-optional-chain] remove dangling closing parenthesis (#​11865)
❤️ Thank You

See GitHub Releases for more information.

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

v8.57.1

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] no report for property on intersection type (#​12126)
❤️ Thank You

See GitHub Releases for more information.

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

v8.57.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-condition] allow literal loop conditions in for/do loops (#​12080)
🩹 Fixes
  • eslint-plugin: [no-base-to-string] fix false positive for toString with overloads (#​12089)
  • eslint-plugin: [prefer-promise-reject-errors] add allow TypeOrValueSpecifier to prefer-promise-reject-errors (#​12094)
  • typescript-estree: if the template literal is tagged and the text has an invalid escape, cooked will be null (#​11355)
  • eslint-plugin: guard against negative paramIndex in no-useless-default-assignment (#​12077)
  • eslint-plugin: handle statically analyzable computed keys in prefer-readonly (#​12079)
  • eslint-plugin: [strict-void-return] false positives with overloads (#​12055)
❤️ Thank You

See GitHub Releases for more information.

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

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.57.2

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

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

v8.57.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

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

v8.57.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

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

aws/aws-cdk-cli (aws-cdk)

v2.1113.0

Compare Source

2.1113.0 (2026-03-23)
Features
Bug Fixes
  • cli: --require-approval any-change only asks for confirmation on broadening changes (#​1246) (bb3ff6f)
  • hotswap is not discoverable via telemetry (#​1230) (3ad31c3)

v2.1112.0

Compare Source

2.1112.0 (2026-03-18)

Features
Bug Fixes
  • collect metrics to help analyze performance problems (#​1124) (ae037f9)

v2.1111.0

Compare Source

2.1111.0 (2026-03-11)

Features

v2.1110.0

Compare Source

2.1110.0 (2026-03-09)
Features
  • cli: --revert-drift option to bring actual resource states in line with template definitions (#​1127) (693fe48)
Bug Fixes
aws/aws-cdk (aws-cdk-lib)

v2.244.0

Compare Source

Features
Bug Fixes

Alpha modules (2.244.0-alpha.0)
Bug Fixes
  • kinesisanalytics-flink-alpha: mark deprecated flink runtimes as deprecated (#​37155) (0a89447)

v2.243.0

Compare Source

Features
Bug Fixes
  • dynamodb: resource policies don't have the index ARNs when indexes are added after granting permissions (#​37213) (eb37071)

Alpha modules (2.243.0-alpha.0)

v2.242.0

Compare Source

⚠ BREAKING CHANGES
  • ** L1 resources are automatically generated from public CloudFormation Resource Schemas. They are built to closely reflect the real state of CloudFormation. Sometimes these updates can contain changes that are incompatible with previous types, but more accurately reflect reality. In this release we have changed:

    • aws-ssm: AWS::SSM::MaintenanceWindow: Id attribute removed.
Features
Bug Fixes

Alpha modules (2.242.0-alpha.0)

Features
  • mixins-preview: allow passing resource objects into properties in CFN Property mixins (#​37148) (f238629)
  • mixins-preview: generate EventBridge pattern for all events (#​37081) (f30e836)
  • mixins-preview: support custom merge strategies via IMergeStrategy (#​37170) (0dec011)
absolute-version/commit-and-tag-version (commit-and-tag-version)

v12.7.1

Compare Source

Bug Fixes

v12.7.0

Compare Source

Features
Bug Fixes
aws/constructs (constructs)

v10.6.0

Compare Source

10.6.0 (2026-03-23)

Features
jestjs/jest (jest)

v30.3.0

Compare Source

Features
  • [jest-config] Add defineConfig and mergeConfig helpers for type-safe Jest config (#​15844)
  • [jest-fake-timers] Add setTimerTickMode to configure how timers advance
  • [*] Reduce token usage when run through LLMs (3f17932)
Fixes
  • [jest-config] Keep CLI coverage output when using --json with --outputFile (#​15918)
  • [jest-mock] Use Symbol from test environment (#​15858)
  • [jest-reporters] Fix issue where console output not displayed for GHA reporter even with silent: false option (#​15864)
  • [jest-runtime] Fix issue where user cannot utilize dynamic import despite specifying --experimental-vm-modules Node option (#​15842)
  • [jest-test-sequencer] Fix issue where failed tests due to compilation errors not getting re-executed even with --onlyFailures CLI option (#​15851)
  • [jest-util] Make sure process.features.require_module is false (#​15867)
Chore & Maintenance
  • [*] Replace remaining micromatch uses with picomatch
  • [deps] Update to sinon/fake-timers v15
  • [docs] Update V30 migration guide to notify users on jest.mock() work with case-sensitive path (#​15849)
  • Updated Twitter icon to match the latest brand guidelines (#​15869)
aws/jsii-compiler (jsii)

v5.9.34

Compare Source

What's Changed

Full Changelog: aws/jsii-compiler@v5.9.33...v5.9.34

v5.9.33

Compare Source

What's Changed

Full Changelog: aws/jsii-compiler@v5.9.32...v5.9.33

aws/jsii-rosetta (jsii-rosetta)

v5.9.37

Compare Source

What's Changed

Full Changelog: aws/jsii-rosetta@v5.9.36...v5.9.37

v5.9.36

Compare Source

What's Changed

Full Changelog: aws/jsii-rosetta@v5.9.35...v5.9.36

typescript-eslint/typescript-eslint (typescript-eslint)

v8.57.2

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

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

v8.57.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

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

v8.57.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

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

eemeli/yaml (yaml)

v2.8.3

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • 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 requested a review from dariozachow as a code owner March 9, 2026 17:35
@renovate renovate Bot enabled auto-merge (squash) March 9, 2026 17:35
@renovate renovate Bot force-pushed the renovate/npm-deps branch 7 times, most recently from a1c944f to 81c89ea Compare March 17, 2026 05:41
@renovate renovate Bot force-pushed the renovate/npm-deps branch 8 times, most recently from ae21ef9 to 0711639 Compare March 23, 2026 21:28
@renovate renovate Bot force-pushed the renovate/npm-deps branch from 0711639 to 9087b42 Compare March 25, 2026 09:03
@renovate renovate Bot merged commit 3d53895 into main Mar 25, 2026
8 checks passed
@renovate renovate Bot deleted the renovate/npm-deps branch March 25, 2026 14:09
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.

1 participant