4.2.5#20012
Conversation
Confidence Score: 5/5This PR is a clean, mechanical version bump with no functional risk — safe to merge. All changes are version bumps in package.json files, a CHANGELOG update with properly separated Added/Fixed sections, and one small test regex fix to include underscores in the hash-matching character class. No logic changes, no behavioral regressions, and the test fix is demonstrably correct. No files require special attention. Reviews (3): Last reviewed commit: "improve changelog with some examples" | Re-trigger Greptile |
Just happened to run into this in the release branch...
```diff
- --- ./dist/assets/index-<hash>.css ---
+ --- ./dist/assets/index-B_aD48aL.css ---
.do-include-me {
color: green;
}
```
For context, when we deal with Vite related integration tests, we build
a CSS file, and dump all the generated files (file path + contents).
Since Vite uses a hash in the filename, we stripped it and replaced it
with `<hash>` because the hash doesn't matter for the tests.
We just happen to run into a situation where a `_` character was used
and our regex didn't match.
Long story short, this is a small internal change that doesn't need any
kind of changelog entry.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
WalkthroughThis pull request updates multiple npm package manifests by bumping versions from 4.2.4 to 4.2.5 (root, platform-specific crates, and packages). CHANGELOG.md gains a new [4.2.5] - 2026-05-05 section with Added and Fixed subsections, new experimental entries for an 🚥 Pre-merge checks | ✅ 2 | ❌ 2❌ Failed checks (2 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
No description provided.