-
-
Notifications
You must be signed in to change notification settings - Fork 721
chore(tasks/transform-conformance): update snapshot #14960
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(tasks/transform-conformance): update snapshot #14960
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
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.
Pull Request Overview
This PR updates snapshot files to reflect changes in dependency versions. The changes show updates to @vitest/expect (from 3.2.4 to 4.0.1) and chai (from 5.3.3 to 6.2.0), along with adjusted file path formats in error messages.
Key Changes
- Updated stack trace references to reflect new versions of testing libraries (
@vitest/expect@4.0.1andchai@6.2.0) - Modified file paths in error messages to use shorter relative paths (removing
./tasks/transform_conformanceprefix)
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| tasks/transform_conformance/snapshots/oxc_exec.snap.md | Updated stack traces with new library versions and adjusted line numbers |
| tasks/transform_conformance/snapshots/babel_exec.snap.md | Updated stack traces with new library versions and shortened file paths in parse failure messages |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
f03eda0 to
5ab2a5b
Compare
Merge activity
|

since we updated to vitest v4, this has been broken