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

chore(deps): bump @babel/runtime from 7.20.7 to 7.24.0 #2530

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

t-harps
Copy link

@t-harps t-harps commented Mar 7, 2024

We recently updated react-big-calendar to the latest version and were getting the following error when packaging with ESBuild:

Could not resolve "@babel/runtime/helpers/esm/callSuper"
   node_modules/react-big-calendar/dist/react-big-calendar.esm.js:6:23:
     import _callSuper from '@babel/runtime/helpers/esm/callSuper';

 The path "./helpers/esm/callSuper" is not exported by package "@babel/runtime":

   node_modules/react-big-calendar/node_modules/@babel/runtime/package.json:19:13:
       "exports": {

I found this was the specific update that caused the error to appear for us: 1.10.0 -> 1.10.1
It seems to update some @babel packages which makes sense. Something in that update broke the callSuper export from the looks of things. However, bumping to the latest version of @babel/runtime seems to fix things.

Looking at the changes to yarn.lock in this PR the dependency for @babel/runtime seems to appear twice now which I don't fully understand.

@dcrec1
Copy link

dcrec1 commented Mar 23, 2024

This is still happening with react-big-calendar 1.11.2 and @babel/runtime 7.13.8

@msileo
Copy link

msileo commented Apr 1, 2024

also blocked from upgrading without this change 🙏

@bashiryousufy
Copy link

Can we get the conflict resolved and merge this pr please.

@RajNandigalla
Copy link

+1

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

5 participants