chore(deps-dev): bump eslint-plugin-jest and @cdklabs/typewriter#1096
Merged
aws-cdk-automation merged 1 commit intomainfrom Jan 28, 2026
Merged
Conversation
rix0rrr
approved these changes
Jan 28, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1096 +/- ##
==========================================
- Coverage 87.73% 87.70% -0.03%
==========================================
Files 72 72
Lines 10121 10121
Branches 1336 1336
==========================================
- Hits 8880 8877 -3
- Misses 1216 1219 +3
Partials 25 25
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Update eslint-plugin-jest from v28 to v29 across all packages. Update @cdklabs/typewriter from v0.0.14 to v0.0.15 in user-input-gen.
f856013 to
9d0c42b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 updates development dependencies across all packages in the monorepo.
The main changes are:
eslint-plugin-jestfrom v28 to v29 - this is a major version bump that brings improved ESLint 9 compatibility and updated rules@cdklabs/typewriterfrom v0.0.14 to v0.0.15 in user-input-gen - this minor update changes import ordering in generated code, which is reflected in the snapshot updates. Without the ordering, the generated code was conflicting with our ESLint rule, causing confusion.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license