adobe / helix-publish

Microservice for publishing Project Helix Fastly service configurations
Apache License 2.0
5 stars 6 forks source link

chore(deps): update external major (major) #981

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@pollyjs/adapter-fetch 5.1.1 -> 6.0.4 age adoption passing confidence
dotenv 10.0.0 -> 14.1.0 age adoption passing confidence

Release Notes

netflix/pollyjs ### [`v6.0.4`](https://togithub.com/netflix/pollyjs/blob/HEAD/CHANGELOG.md#​604-httpsgithubcomnetflixpollyjscomparev603v604-2021-12-10) [Compare Source](https://togithub.com/netflix/pollyjs/compare/v6.0.3...v6.0.4) ##### Bug Fixes - Update types for class methods ([#​438](https://togithub.com/netflix/pollyjs/issues/438)) ([b88655a](https://togithub.com/netflix/pollyjs/commit/b88655ac1b4ca7348afd45e9aeaa50e998ea68d7)) ### [`v6.0.3`](https://togithub.com/netflix/pollyjs/blob/HEAD/CHANGELOG.md#​603-httpsgithubcomnetflixpollyjscomparev602v603-2021-12-08) [Compare Source](https://togithub.com/netflix/pollyjs/compare/v6.0.2...v6.0.3) ##### Bug Fixes - A few more type fixes ([#​437](https://togithub.com/netflix/pollyjs/issues/437)) ([5e837a2](https://togithub.com/netflix/pollyjs/commit/5e837a25d28393b764cb66bcae0b29e9273eabe8)) ### [`v6.0.2`](https://togithub.com/netflix/pollyjs/blob/HEAD/CHANGELOG.md#​602-httpsgithubcomnetflixpollyjscomparev601v602-2021-12-07) [Compare Source](https://togithub.com/netflix/pollyjs/compare/v6.0.1...v6.0.2) ##### Bug Fixes - **core:** Fix types for registering adapters and persisters ([#​435](https://togithub.com/netflix/pollyjs/issues/435)) ([cc2fa19](https://togithub.com/netflix/pollyjs/commit/cc2fa197a5c0a5fdef4602c4a207d31f3e677897)) ### [`v6.0.1`](https://togithub.com/netflix/pollyjs/blob/HEAD/CHANGELOG.md#​601-httpsgithubcomnetflixpollyjscomparev600v601-2021-12-06) [Compare Source](https://togithub.com/netflix/pollyjs/compare/v6.0.0...v6.0.1) ##### Bug Fixes - **ember:** Bump peer dependencies to 6.x ([#​432](https://togithub.com/netflix/pollyjs/issues/432)) ([1529226](https://togithub.com/netflix/pollyjs/commit/152922688744c8a2f8d89f793dcecf3c2bc40033)) - **types:** add types.d.ts to package.files ([#​431](https://togithub.com/netflix/pollyjs/issues/431)) ([113ee89](https://togithub.com/netflix/pollyjs/commit/113ee898bcf0467c5c48c15b53fc9198e2e91cb1)) ### [`v6.0.0`](https://togithub.com/netflix/pollyjs/blob/HEAD/CHANGELOG.md#​600-httpsgithubcomnetflixpollyjscomparev520v600-2021-11-30) [Compare Source](https://togithub.com/netflix/pollyjs/compare/v5.1.1...v6.0.0) ##### Bug Fixes - **persister:** Only treat status codes >= 400 as failed ([#​430](https://togithub.com/netflix/pollyjs/issues/430)) ([7658952](https://togithub.com/netflix/pollyjs/commit/765895232746cd560da6bd566de8a312045b1703)) - fix!: Upgrade url-parse ([#​426](https://togithub.com/netflix/pollyjs/issues/426)) ([c21ed04](https://togithub.com/netflix/pollyjs/commit/c21ed048ff9d87a3773458dcfb9758e4fa6582bf)), closes [#​426](https://togithub.com/netflix/pollyjs/issues/426) - feat!: Cleanup adapter and persister APIs ([#​429](https://togithub.com/netflix/pollyjs/issues/429)) ([06499fc](https://togithub.com/netflix/pollyjs/commit/06499fc2d85254b3329db2bec770d173ed32bca0)), closes [#​429](https://togithub.com/netflix/pollyjs/issues/429) - feat!: Improve logging and add logLevel ([#​427](https://togithub.com/netflix/pollyjs/issues/427)) ([bef3ee3](https://togithub.com/netflix/pollyjs/commit/bef3ee39f71dfc2fa4dbeb522dfba16d01243e9f)), closes [#​427](https://togithub.com/netflix/pollyjs/issues/427) - chore!: Upgrade package dependencies ([#​421](https://togithub.com/netflix/pollyjs/issues/421)) ([dd23334](https://togithub.com/netflix/pollyjs/commit/dd23334fa9b64248e4c49c3616237bdc2f12f682)), closes [#​421](https://togithub.com/netflix/pollyjs/issues/421) - feat!: Use base64 instead of hex encoding for binary data ([#​420](https://togithub.com/netflix/pollyjs/issues/420)) ([6bb9b36](https://togithub.com/netflix/pollyjs/commit/6bb9b36522d73f9c079735d9006a12376aee39ea)), closes [#​420](https://togithub.com/netflix/pollyjs/issues/420) - feat(ember)!: Upgrade to ember octane ([#​415](https://togithub.com/netflix/pollyjs/issues/415)) ([8559ef8](https://togithub.com/netflix/pollyjs/commit/8559ef8c600aefaec629870eac5f5c8953e18b16)), closes [#​415](https://togithub.com/netflix/pollyjs/issues/415) ##### Features - **adapter-node-http:** Upgrade nock to v13 ([#​424](https://togithub.com/netflix/pollyjs/issues/424)) ([2d5b59e](https://togithub.com/netflix/pollyjs/commit/2d5b59ee0c33ea53a64321249246fcae0a616a3f)) - **node-server:** Upgrade dependencies ([#​417](https://togithub.com/netflix/pollyjs/issues/417)) ([246a2f2](https://togithub.com/netflix/pollyjs/commit/246a2f29a88de9c25fc0739ea5e53a0130a58573)) ##### 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 - `passthroughRequest` renamed to `onFetchResponse` - `respondToRequest` renamed to `onRespond` - Persister - `findRecording` renamed to `onFindRecording` - `saveRecording` renamed to `onSaveRecording` - `deleteRecording` renamed to `onDeleteRecording` - The `logging` configuration option has now been replaced with `logLevel`. 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 `encoding` field on the generated har file instead of `_isBinary` and use `base64` encoding instead of `hex` to reduce the payload size. - Although backwards compatibility is not guaranteed, you can replace all occurrences of `"_isBinary": true` with `"encoding": "hex"` in the recorded HAR files. - [@​pollyjs](https://togithub.com/pollyjs) dependencies for [@​pollyjs/ember](https://togithub.com/pollyjs/ember) have been moved to peer dependencies
motdotla/dotenv ### [`v14.1.0`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#​1410-httpsgithubcommotdotladotenvcomparev1401v1410-2022-01-17) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v14.0.1...v14.1.0) ##### Added - Add `override` option πŸŽ‰ ([#​595](https://togithub.com/motdotla/dotenv/pull/595)) ### [`v14.0.1`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#​1401-httpsgithubcommotdotladotenvcomparev1400v1401-2022-01-16) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v14.0.0...v14.0.1) ##### Added - Log error on failure to load `.env` file ([#​594](https://togithub.com/motdotla/dotenv/pull/594)) ### [`v14.0.0`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#​1400-httpsgithubcommotdotladotenvcomparev1301v1400-2022-01-16) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v13.0.1...v14.0.0) ##### Added - *Breaking:* Support inline comments for the parser πŸŽ‰ ([#​568](https://togithub.com/motdotla/dotenv/pull/568)) ### [`v13.0.1`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#​1301-httpsgithubcommotdotladotenvcomparev1300v1301-2022-01-16) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v13.0.0...v13.0.1) ##### Changed - Hide comments and newlines from debug output ([#​404](https://togithub.com/motdotla/dotenv/pull/404)) ### [`v13.0.0`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#​1300-httpsgithubcommotdotladotenvcomparev1204v1300-2022-01-16) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v12.0.4...v13.0.0) ##### Added - *Breaking:* Add type file for `config.js` ([#​539](https://togithub.com/motdotla/dotenv/pull/539)) ### [`v12.0.4`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#​1204-httpsgithubcommotdotladotenvcomparev1203v1204-2022-01-16) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v12.0.3...v12.0.4) ##### Changed - README updates - Minor order adjustment to package json format ### [`v12.0.3`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#​1203-httpsgithubcommotdotladotenvcomparev1202v1203-2022-01-15) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v12.0.2...v12.0.3) ##### Changed - Simplified jsdoc for consistency across editors ### [`v12.0.2`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#​1202-httpsgithubcommotdotladotenvcomparev1201v1202-2022-01-15) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v12.0.1...v12.0.2) ##### Changed - Improve embedded jsdoc type documentation ### [`v12.0.1`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#​1201-httpsgithubcommotdotladotenvcomparev1200v1201-2022-01-15) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v12.0.0...v12.0.1) ##### Changed - README updates and clarifications ### [`v12.0.0`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#​1200-httpsgithubcommotdotladotenvcomparev1100v1200-2022-01-15) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v11.0.0...v12.0.0) ##### Removed - *Breaking:* drop support for Flow static type checker ([#​584](https://togithub.com/motdotla/dotenv/pull/584)) ##### Changed - Move types/index.d.ts to lib/main.d.ts ([#​585](https://togithub.com/motdotla/dotenv/pull/585)) - Typescript cleanup ([#​587](https://togithub.com/motdotla/dotenv/pull/587)) - Explicit typescript inclusion in package.json ([#​566](https://togithub.com/motdotla/dotenv/pull/566)) ### [`v11.0.0`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#​1100-httpsgithubcommotdotladotenvcomparev1000v1100-2022-01-11) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v10.0.0...v11.0.0) ##### Changed - *Breaking:* drop support for Node v10 ([#​558](https://togithub.com/motdotla/dotenv/pull/558)) - Patch debug option ([#​550](https://togithub.com/motdotla/dotenv/pull/550))

Configuration

πŸ“… Schedule: "after 2pm on Monday" in timezone Europe/Zurich.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by WhiteSource Renovate. View repository job log here.

github-actions[bot] commented 2 years ago

This PR will trigger no release when merged.

codecov[bot] commented 2 years ago

Codecov Report

Merging #981 (dd8f668) into main (d087d7f) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #981   +/-   ##
=======================================
  Coverage   99.17%   99.17%           
=======================================
  Files          14       14           
  Lines         365      365           
=======================================
  Hits          362      362           
  Misses          3        3           

Continue to review full report at Codecov.

Legend - Click here to learn more Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data Powered by Codecov. Last update d087d7f...dd8f668. Read the comment docs.

trieloff commented 2 years ago

:tada: This PR is included in version 8.14.34 :tada:

The release is available on:

Your semantic-release bot :package::rocket: