Skip to content
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

Update dependency jest-snapshot-serializer-raw to v2 - autoclosed #965

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 15, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jest-snapshot-serializer-raw 1.2.0 -> 2.0.0 age adoption passing confidence

Release Notes

ikatyang/jest-snapshot-serializer-raw (jest-snapshot-serializer-raw)

v2.0.0

Compare Source

Build System
BREAKING CHANGES
  • this package is now pure ESM

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@dangmai
Copy link
Owner

dangmai commented Jul 16, 2023

This is because we're running typescript with module: node for tests (we're reusing it for the front end project). It should be module: node16 to use with this ESM package.

Ignore the earlier comment, even after moving to module: node16, this is still not working. Root cause is because Jest still doesn't fully support ESM yet, specifically snapshotSerializers. There's a current PR to fix that here: jestjs/jest#12014 but I'm not sure if it will ever get merged.

This makes me want to move NodeJS built in testing module even more.

@renovate renovate bot force-pushed the renovate/jest-snapshot-serializer-raw-2.x branch from 3552b42 to 856b383 Compare July 27, 2023 15:09
@renovate renovate bot force-pushed the renovate/jest-snapshot-serializer-raw-2.x branch 2 times, most recently from 2b116cd to 6c8b984 Compare August 24, 2023 16:59
@renovate renovate bot force-pushed the renovate/jest-snapshot-serializer-raw-2.x branch from 6c8b984 to 6993a75 Compare September 12, 2023 09:34
@renovate renovate bot force-pushed the renovate/jest-snapshot-serializer-raw-2.x branch from 6993a75 to 6e96a33 Compare February 18, 2024 00:30
@renovate renovate bot force-pushed the renovate/jest-snapshot-serializer-raw-2.x branch from 6e96a33 to 911c04c Compare April 17, 2024 02:31
@renovate renovate bot force-pushed the renovate/jest-snapshot-serializer-raw-2.x branch from 911c04c to b6fa733 Compare April 17, 2024 17:17
@renovate renovate bot changed the title Update dependency jest-snapshot-serializer-raw to v2 Update dependency jest-snapshot-serializer-raw to v2 - autoclosed Apr 21, 2024
@renovate renovate bot closed this Apr 21, 2024
@renovate renovate bot deleted the renovate/jest-snapshot-serializer-raw-2.x branch April 21, 2024 07:37
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.

None yet

1 participant