Skip to content

Commit 51f85e6

Browse files
authored
feat(node): Upgrade import-in-the-middle to 1.11.0 (#13107)
ref https://github.com/nodejs/import-in-the-middle/releases/tag/import-in-the-middle-v1.11.0 Bumping this for the bug fix, we can expose the `registerOptions` in another PR.
1 parent d73a567 commit 51f85e6

File tree

3 files changed

+5
-17
lines changed

3 files changed

+5
-17
lines changed

packages/node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"@sentry/opentelemetry": "8.20.0",
9393
"@sentry/types": "8.20.0",
9494
"@sentry/utils": "8.20.0",
95-
"import-in-the-middle": "^1.10.0"
95+
"import-in-the-middle": "^1.11.0"
9696
},
9797
"devDependencies": {
9898
"@types/node": "^14.18.0"

packages/nuxt/README.md

-12
Original file line numberDiff line numberDiff line change
@@ -126,18 +126,6 @@ other imports:
126126
}
127127
```
128128

129-
If you are getting an `import-in-the-middle` error message, add the package with a minimum version of `1.10.0` as a
130-
dependency to your `package.json`
131-
([issue reference](https://github.com/getsentry/sentry-javascript-examples/pull/38#issuecomment-2245259327)):
132-
133-
```json
134-
{
135-
"dependencies": {
136-
"import-in-the-middle": "1.10.0"
137-
}
138-
}
139-
```
140-
141129
## Uploading Source Maps
142130

143131
To upload source maps, you can use the `sourceMapsUploadOptions` option inside the `sentry` options of your

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -20493,10 +20493,10 @@ [email protected]:
2049320493
cjs-module-lexer "^1.2.2"
2049420494
module-details-from-path "^1.0.3"
2049520495

20496-
import-in-the-middle@^1.10.0, import-in-the-middle@^1.8.1:
20497-
version "1.10.0"
20498-
resolved "https://registry.yarnpkg.com/import-in-the-middle/-/import-in-the-middle-1.10.0.tgz#f15b0841950ded8d899b635058da5646256949b1"
20499-
integrity sha512-Z1jumVdF2GwnnYfM0a/y2ts7mZbwFMgt5rRuVmLgobgahC6iKgN5MBuXjzfTIOUpq5LSU10vJIPpVKe0X89fIw==
20496+
import-in-the-middle@^1.11.0, import-in-the-middle@^1.8.1:
20497+
version "1.11.0"
20498+
resolved "https://registry.yarnpkg.com/import-in-the-middle/-/import-in-the-middle-1.11.0.tgz#a94c4925b8da18256cde3b3b7b38253e6ca5e708"
20499+
integrity sha512-5DimNQGoe0pLUHbR9qK84iWaWjjbsxiqXnw6Qz64+azRgleqv9k2kTt5fw7QsOpmaGYtuxxursnPPsnTKEx10Q==
2050020500
dependencies:
2050120501
acorn "^8.8.2"
2050220502
acorn-import-attributes "^1.9.5"

0 commit comments

Comments
 (0)