Skip to content

4.2.5#20012

Closed
RobinMalfait wants to merge 3 commits intomainfrom
release/4.2.5
Closed

4.2.5#20012
RobinMalfait wants to merge 3 commits intomainfrom
release/4.2.5

Conversation

@RobinMalfait
Copy link
Copy Markdown
Member

No description provided.

@RobinMalfait RobinMalfait requested a review from a team as a code owner May 5, 2026 15:10
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 5, 2026

Confidence Score: 5/5

This 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.
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 5, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 534fb07a-c0b3-4302-9767-1c578b376bba

📥 Commits

Reviewing files that changed from the base of the PR and between 20913b0 and 6c0133e.

📒 Files selected for processing (1)
  • CHANGELOG.md
✅ Files skipped from review due to trivial changes (1)
  • CHANGELOG.md

Walkthrough

This 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 @container-size utility and scrollbar-{auto,thin,none} plus scrollbar color utilities, and the [unreleased] compare link is updated to start from v4.2.5. Two inline snapshot assertions in integrations/vite/resolvers.test.ts were reformatted to multi-line expect(...) calls; snapshots remain unchanged.

🚥 Pre-merge checks | ✅ 2 | ❌ 2

❌ Failed checks (2 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title '4.2.5' is vague and generic, using only a version number without describing what the PR does or changes. Use a descriptive title that explains the purpose of the release, such as 'Release version 4.2.5' or 'Bump version to 4.2.5 with changelog updates'.
Description check ❓ Inconclusive No pull request description was provided, making it impossible to assess whether it relates to the changeset. Add a description explaining the release notes, new features, fixes, or any other relevant information about version 4.2.5.
✅ Passed checks (2 passed)
Check name Status Explanation
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Comment @coderabbitai help to get the list of available commands and usage tips.

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