-
Notifications
You must be signed in to change notification settings - Fork 0
chore: Bump the npm_and_yarn group across 9 directories with 30 updates #2
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -42,6 +42,6 @@ | |
| "@pollyjs/utils": "^6.0.1" | ||
| }, | ||
| "devDependencies": { | ||
| "rollup": "^1.14.6" | ||
| "rollup": "^4.59.0" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Rollup v4 incompatible with legacy build pluginsHigh Severity Several packages are bumped to Additional Locations (2) |
||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -49,6 +49,6 @@ | |
| "nocache": "^3.0.1" | ||
| }, | ||
| "devDependencies": { | ||
| "rollup": "^1.14.6" | ||
| "rollup": "^2.80.0" | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -47,6 +47,6 @@ | |
| "devDependencies": { | ||
| "fixturify": "^2.1.1", | ||
| "rimraf": "^3.0.2", | ||
| "rollup": "^1.14.6" | ||
| "rollup": "^2.80.0" | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -45,6 +45,6 @@ | |
| "@pollyjs/persister": "^6.0.5" | ||
| }, | ||
| "devDependencies": { | ||
| "rollup": "^1.14.6" | ||
| "rollup": "^4.59.0" | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -45,6 +45,6 @@ | |
| "@pollyjs/persister": "^6.0.5" | ||
| }, | ||
| "devDependencies": { | ||
| "rollup": "^1.14.6" | ||
| "rollup": "^2.80.0" | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -46,6 +46,6 @@ | |
| "@pollyjs/utils": "^6.0.1" | ||
| }, | ||
| "devDependencies": { | ||
| "rollup": "^1.14.6" | ||
| "rollup": "^4.59.0" | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -49,6 +49,6 @@ | |
| }, | ||
| "devDependencies": { | ||
| "har-validator": "^5.1.5", | ||
| "rollup": "^1.14.6" | ||
| "rollup": "^4.59.0" | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -43,6 +43,6 @@ | |
| "url-parse": "^1.5.3" | ||
| }, | ||
| "devDependencies": { | ||
| "rollup": "^1.14.6" | ||
| "rollup": "^2.80.0" | ||
| } | ||
| } | ||


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.
node-fetch major version bump breaks ESM compatibility
High Severity
The PR description states
node-fetchis bumped from2.6.6to2.6.7(a security patch), butadapter-node-httpandadapter-puppeteerare instead bumped to^3.3.2— a major version change.node-fetchv3 is ESM-only and has breaking API changes. Both packages import{ Response } from 'node-fetch'in test files processed through the rollup/babel CommonJS build pipeline, which will break.Additional Locations (1)
packages/@pollyjs/adapter-puppeteer/package.json#L49-L50