fix(deps): update dependency url-join to v5#3508
fix(deps): update dependency url-join to v5#3508renovate[bot] wants to merge 2 commits intomasterfrom
Conversation
62770a5 to
fa96161
Compare
9bb0ff7 to
b8b3863
Compare
5765aba to
a29294a
Compare
becc45e to
90a2236
Compare
90a2236 to
a751b71
Compare
Edited/Blocked NotificationRenovate 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. |
|
url-join v5 switched to ESM-only but our Babel setup transpiles import statements to require() calls, which can't load ES modules. This was causing CI failures with Using dynamic Alternative would be updating the whole build system to handle ESM imports natively, but that's more overhead than this simple fix. |
|
As discussed with @asajjad2 on the call, we’ve decided not to go ahead with the changes in a751b71. It’s not a critical update right now, and the extra state management would just add unnecessary overhead. We’ve got other PRs waiting on ESM support as well (like #3513), so we’ll revisit and merge this once we’ve made the shift to ESM. |
This PR contains the following updates:
^4.0.0->^5.0.0Release Notes
jfromaniello/url-join (url-join)
v5.0.0Compare Source
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone US/Eastern, 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.
This PR was generated by Mend Renovate. View the repository job log.