Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 29, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-merge-refs ^1.1.0 -> ^2.0.0 age adoption passing confidence

Release Notes

gregberge/react-merge-refs (react-merge-refs)

v2.1.1

Compare Source

v2.1.0

Compare Source

Features
2.0.2 (2023-05-09)
Bug Fixes
2.0.1 (2022-06-27)
Bug Fixes
  • esm: add default export to maximize compat (8189083), closes #​27

v2.0.2

Compare Source

v2.0.1

Compare Source

v2.0.0

Compare Source

⚠ BREAKING CHANGES
  • The package now exports ESM only and a named export.

Before:

import mergeRefs from "react-merge-refs";

After:

import { mergeRefs } from "react-merge-refs";
Features
  • ESM only & named export (a928d61)
Bug Fixes

Configuration

📅 Schedule: Branch creation - "on Monday every 9 weeks of the year starting on the 5th week" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot requested a review from a team as a code owner January 29, 2024 19:57
@renovate renovate bot force-pushed the renovate/react-merge-refs-2.x branch 6 times, most recently from dd51384 to 2ea269c Compare February 1, 2024 17:26
@renovate renovate bot force-pushed the renovate/react-merge-refs-2.x branch from 2ea269c to 70ece9f Compare February 1, 2024 19:02
@renovate
Copy link
Contributor Author

renovate bot commented Feb 1, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@geotrev
Copy link
Contributor

geotrev commented Feb 1, 2024

Unfortunately jest is having a hard time transforming react-merge-refs and is failing about 100 tests due to the issue. I remember we had this problem when trying to upgrade in the past, but couldn't find many conversations about it on slack or GH.

Some things I tried:

  • Updating transformIgnorePatterns to include react-merge-refs
  • Updating modulePathIgnorePatterns to include react-merge-refs
  • Updating tsconfig.json with allowJs: true (thinking it might not be parsing RMF because it's a vanilla JS file).

Unfortunately these didn't seem to crack the code.

@geotrev geotrev force-pushed the renovate/react-merge-refs-2.x branch from 4829a1a to 71f3860 Compare February 1, 2024 22:02
@geotrev
Copy link
Contributor

geotrev commented Feb 1, 2024

Ah, I see what happepned. Needed to update the file extension whitelist on transform so it would hit mjs. Working now.

@coveralls
Copy link

Coverage Status

coverage: 96.235%. remained the same
when pulling 71f3860 on renovate/react-merge-refs-2.x
into 7a6734d on main.

@jzempel jzempel merged commit 7cede0d into main Feb 2, 2024
@jzempel jzempel deleted the renovate/react-merge-refs-2.x branch February 2, 2024 15:11
geotrev added a commit that referenced this pull request Feb 12, 2024
geotrev added a commit that referenced this pull request Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

5 participants