Update pollyjs monorepo to v6 (major)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @pollyjs/adapter-fetch (source) | ^5.0.0 -> ^6.0.0 |
||||
| @pollyjs/adapter-node-http (source) | ^5.0.0 -> ^6.0.0 |
||||
| @pollyjs/core (source) | ^5.0.0 -> ^6.0.0 |
||||
| @pollyjs/persister-fs (source) | ^5.0.0 -> ^6.0.0 |
Release Notes
netflix/pollyjs
v6.0.5
Bug Fixes
v6.0.4
Bug Fixes
v6.0.3
Bug Fixes
v6.0.2
Bug Fixes
v6.0.1
Bug Fixes
- ember: Bump peer dependencies to 6.x (#432) (1529226)
- types: add types.d.ts to package.files (#431) (113ee89)
v6.0.0
Bug Fixes
-
persister: Only treat status codes >= 400 as failed (#430) (7658952)
-
feat!: Cleanup adapter and persister APIs (#429) (06499fc), closes #429
-
feat!: Improve logging and add logLevel (#427) (bef3ee3), closes #427
-
chore!: Upgrade package dependencies (#421) (dd23334), closes #421
-
feat!: Use base64 instead of hex encoding for binary data (#420) (6bb9b36), closes #420
-
feat(ember)!: Upgrade to ember octane (#415) (8559ef8), closes #415
Features
- adapter-node-http: Upgrade nock to v13 (#424) (2d5b59e)
- node-server: Upgrade dependencies (#417) (246a2f2)
BREAKING CHANGES
- Upgrade url-parse to 1.5.0+ to fix CVE-2021-27515. This change could alter the final url generated for a request.
- Adapter
passthroughRequestrenamed toonFetchResponserespondToRequestrenamed toonRespond
- Persister
findRecordingrenamed toonFindRecordingsaveRecordingrenamed toonSaveRecordingdeleteRecordingrenamed toonDeleteRecording
- The
loggingconfiguration option has now been replaced withlogLevel. This allows for more fine-grain control over what should be logged as well as silencing logs altogether. - Recording file name will no longer have trailing dashes
- Use the standard
encodingfield on the generated har file instead of_isBinaryand usebase64encoding instead ofhexto reduce the payload size.- Although backwards compatibility is not guaranteed, you can replace all occurrences of
"_isBinary": truewith"encoding": "hex"in the recorded HAR files.
- Although backwards compatibility is not guaranteed, you can replace all occurrences of
- @pollyjs dependencies for @pollyjs/ember have been moved to peer dependencies
v5.1.1
Bug Fixes
v5.1.0
Bug Fixes
- adapter-puppeteer: Add prependListener [email protected] removed (#368) (6c35fd3)
Features
5.0.2 (2020-12-06)
Bug Fixes
5.0.1 (2020-09-25)
Bug Fixes
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
❌ Deploy Preview for firefox-performance-dashboard failed.
🔨 Explore the source changes: e6881d551a83741f3fd6f9ee4b4b8a4a6f70f55e
🔍 Inspect the deploy log: https://app.netlify.com/sites/firefox-performance-dashboard/deploys/61ad6139457aaa00078cae03
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.