-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Bump p-limit from 3.1.0 to 4.0.0 #28426
Conversation
Bumps [p-limit](https://github.com/sindresorhus/p-limit) from 3.1.0 to 4.0.0. - [Release notes](https://github.com/sindresorhus/p-limit/releases) - [Commits](sindresorhus/p-limit@v3.1.0...v4.0.0) --- updated-dependencies: - dependency-name: p-limit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Here is the error:
This might be babel not handling this syntax. But not sure. |
This comment has been minimized.
This comment has been minimized.
1a05c84
to
7be50f6
Compare
7be50f6
to
7c038c4
Compare
Same error at a second script:
Probably the actual change was not the Those changes do not tell me anything, but the first uncommented code line is what both error messages point at 🧐. |
@dependabot rebase |
Bumps [p-limit](https://github.com/sindresorhus/p-limit) from 3.1.0 to 4.0.0. - [Release notes](https://github.com/sindresorhus/p-limit/releases) - [Commits](sindresorhus/p-limit@v3.1.0...v4.0.0) --- updated-dependencies: - dependency-name: p-limit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
7c038c4
to
fb78f2d
Compare
…xtcloud/server into dependabot/npm_and_yarn/p-limit-4.0.0
Signed-off-by: Louis Chemineau <[email protected]>
0855127
to
ef50a4e
Compare
Might have fixed it by adding |
Okay, I don't understand the impact of this, but CI is happy now. |
It simply tells webpack to not run this module through babel. |
And why was this not required before? Sorry for asking, just curious to understand and learn how thinks work 😄. |
They switch to being an Ecmascript module[0][1]. I have no idea why babel is not able to load it correctly, but [0] sindresorhus/yocto-queue@0228034#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519R13 |
Probably related: https://stackoverflow.com/a/60341180/16145737 The commend above this exception list points to the same direction:
But to me it looks more like a ToDo, so that this auto-detection and transpiling should be done instead of manually adding pure ESM to that exception list. However, should be fine for now, until someone finds time to implement the actual solution. |
Bumps p-limit from 3.1.0 to 4.0.0.
Release notes
Sourced from p-limit's releases.
Commits
38a6773
4.0.09e08401
Require Node.js 12.20 and move to ESMcada94e
Minor refactor (#50)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)