-
Notifications
You must be signed in to change notification settings - Fork 467
chore(release): 29.4.3 #5045
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(release): 29.4.3 #5045
Conversation
WalkthroughUpdates version to 29.4.3, adds a 29.4.3 changelog entry, and refines two message strings to include/adjust documentation links referencing the new transpilation option replacing isolatedModules. No runtime or API changes. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests
Tip 👮 Agentic pre-merge checks are now available in preview!Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.
Please see the documentation for more information. Example: reviews:
pre_merge_checks:
custom_checks:
- name: "Undocumented Breaking Changes"
mode: "warning"
instructions: |
Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).Please share your feedback with us on this Discord post. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
7852cfc to
0bfb657
Compare
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
src/utils/messages.ts (1)
31-31: Fix minor grammar and clarify config location in user-facing help.Current text has “in for” and is a bit unclear about where to set the option.
Apply:
- UsingModernNodeResolution = 'Using hybrid module kind (Node16/18/Next) is only supported in "transpilation: true". Please set "transpilation: true" in for `ts-jest` config in your Jest config file, see https://kulshekhar.github.io/ts-jest/docs/getting-started/options/transpilation', + UsingModernNodeResolution = 'Using hybrid module kind (Node16/18/Next) is only supported when "transpilation" is set to true. Please set "transpilation: true" in the `ts-jest` transformer options in your Jest config file. See https://kulshekhar.github.io/ts-jest/docs/getting-started/options/transpilation',
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
package-lock.jsonis excluded by!**/package-lock.json
📒 Files selected for processing (3)
CHANGELOG.md(1 hunks)package.json(1 hunks)src/utils/messages.ts(2 hunks)
🧰 Additional context used
🧠 Learnings (1)
📚 Learning: 2025-08-05T08:03:52.583Z
Learnt from: ahnpnl
PR: kulshekhar/ts-jest#4976
File: examples/js-with-babel/package.json:14-19
Timestamp: 2025-08-05T08:03:52.583Z
Learning: ts-jest version 29 supports both Jest 29 and Jest 30, so having ts-jest 29.x with Jest 30.x is not a compatibility issue and should not be flagged as a version mismatch problem.
Applied to files:
package.jsonCHANGELOG.md
🔇 Additional comments (3)
CHANGELOG.md (1)
1-8: Changelog entry reads well and is in the right place.Header, date (2025-09-17), and compare link format look correct.
src/utils/messages.ts (1)
49-50: Approve — doc link resolves (HTTP 200). Non-blocking; no changes required.package.json (1)
3-3: Approve version bump — changelog entry present.
package.json version 29.4.3 matches CHANGELOG.md entry "## [29.4.3] (2025-09-17)".



Summary by CodeRabbit
New Version
Bug Fixes
Documentation
Chores