chore(deps): update dev dependencies (minor/patch) #1
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:
2.1029.2
->2.1030.0
0.25.10
->0.25.11
24.2.8
->24.2.9
29.4.3
->29.4.5
5.9.2
->5.9.3
Release Notes
aws/aws-cdk-cli (aws-cdk)
v2.1030.0
Compare Source
2.1030.0 (2025-10-09)
Features
Bug Fixes
v2.1029.4
Compare Source
2.1029.4 (2025-10-01)
v2.1029.3
Compare Source
2.1029.3 (2025-09-24)
evanw/esbuild (esbuild)
v0.25.11
Compare Source
Add support for
with { type: 'bytes' }
imports (#4292)The import bytes proposal has reached stage 2.7 in the TC39 process, which means that although it isn't quite recommended for implementation, it's generally approved and ready for validation. Furthermore it has already been implemented by Deno and Webpack. So with this release, esbuild will also add support for this. It behaves exactly the same as esbuild's existing
binary
loader. Here's an example:Lower CSS media query range syntax (#3748, #4293)
With this release, esbuild will now transform CSS media query range syntax into equivalent syntax using
min-
/max-
prefixes for older browsers. For example, the following CSS:will be transformed like this with a target such as
--target=chrome100
(or more specifically with--supported:media-range=false
if desired):semantic-release/semantic-release (semantic-release)
v24.2.9
Compare Source
Bug Fixes
kulshekhar/ts-jest (ts-jest)
v29.4.5
Compare Source
Bug Fixes
v29.4.4
Compare Source
Bug Fixes
microsoft/TypeScript (typescript)
v5.9.3
Compare Source
Configuration
📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Europe/London, 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.
This PR was generated by Mend Renovate. View the repository job log.