-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
feat(node): Upgrade import-in-the-middle to 1.11.0 #13107
Conversation
@@ -126,18 +126,6 @@ other imports: | |||
} | |||
``` | |||
|
|||
If you are getting an `import-in-the-middle` error message, add the package with a minimum version of `1.10.0` as a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@s1gr1d I removed this note because we now pin IITM versions in @sentry/node
, so folks should not run into stale versions anymore.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I tested this and yes, it works :)
size-limit report 📦
|
ref https://github.com/nodejs/import-in-the-middle/releases/tag/import-in-the-middle-v1.11.0
ref #12806
Bumping this for the bug fix, we can expose the
registerOptions
in another PR.