adobe / helix-embed

Embed service for helix.
Apache License 2.0
5 stars 3 forks source link

chore(deps): update external fixes #345

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@pollyjs/adapter-fetch 5.0.0 -> 5.1.0 age adoption passing confidence
@pollyjs/adapter-node-http 5.0.0 -> 5.1.0 age adoption passing confidence
@pollyjs/core 5.0.0 -> 5.1.0 age adoption passing confidence
ajv 7.0.2 -> 7.0.3 age adoption passing confidence
eslint (source) 7.14.0 -> 7.17.0 age adoption passing confidence
semantic-release 17.3.0 -> 17.3.1 age adoption passing confidence
unfurl.js 5.1.0 -> 5.2.2 age adoption passing confidence

Release Notes

netflix/pollyjs ### [`v5.1.0`](https://togithub.com/netflix/pollyjs/blob/master/CHANGELOG.md#​510-httpsgithubcomnetflixpollyjscomparev502v510-2020-12-12) [Compare Source](https://togithub.com/netflix/pollyjs/compare/v5.0.0...v5.1.0) ##### Bug Fixes - **adapter-puppeteer:** Add prependListener puppeteer@4.0.0 removed ([#​368](https://togithub.com/netflix/pollyjs/issues/368)) ([6c35fd3](https://togithub.com/netflix/pollyjs/commit/6c35fd3)) ##### Features - **core:** Add `overrideRecordingName` and `configure` to public API ([#​372](https://togithub.com/netflix/pollyjs/issues/372)) ([cdbf513](https://togithub.com/netflix/pollyjs/commit/cdbf513)) #### [5.0.2](https://togithub.com/netflix/pollyjs/compare/v5.0.1...v5.0.2) (2020-12-06) ##### Bug Fixes - **adapter-node-http:** Remove module monkey patching on disconnect ([#​369](https://togithub.com/netflix/pollyjs/issues/369)) ([0cec43a](https://togithub.com/netflix/pollyjs/commit/0cec43a)) #### [5.0.1](https://togithub.com/netflix/pollyjs/compare/v5.0.0...v5.0.1) (2020-09-25) ##### Bug Fixes - **adapter-xhr:** Only modify the `responseType` if it was changed ([#​363](https://togithub.com/netflix/pollyjs/issues/363)) ([cff4e2d](https://togithub.com/netflix/pollyjs/commit/cff4e2d))
ajv-validator/ajv ### [`v7.0.3`](https://togithub.com/ajv-validator/ajv/releases/v7.0.3) [Compare Source](https://togithub.com/ajv-validator/ajv/compare/v7.0.2...v7.0.3) Fixes: - oneOf error type ([#​1368](https://togithub.com/ajv-validator/ajv/issues/1368), [@​G-Rath](https://togithub.com/G-Rath)) - remove multiple imports ([rollup/plugins#​745](https://togithub.com/rollup/plugins/issues/745)) Docs: - Using in ES5 ([#​1364](https://togithub.com/ajv-validator/ajv/issues/1364), [@​aladdin-add](https://togithub.com/aladdin-add)) - Option strictTypes: false has to be used with json-schema-secure schema ([#​1373](https://togithub.com/ajv-validator/ajv/issues/1373))
eslint/eslint ### [`v7.17.0`](https://togithub.com/eslint/eslint/releases/v7.17.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.16.0...v7.17.0) - [`e128e77`](https://togithub.com/eslint/eslint/commit/e128e775e9fa116a0ad68a071f1f0997589f8cd4) Update: check logical assignment in no-constant-condition ([#​13946](https://togithub.com/eslint/eslint/issues/13946)) (Milos Djermanovic) - [`cc48713`](https://togithub.com/eslint/eslint/commit/cc4871369645c3409dc56ded7a555af8a9f63d51) Chore: refactor calculating range and loc in no-useless-escape ([#​13964](https://togithub.com/eslint/eslint/issues/13964)) (Milos Djermanovic) - [`535fe47`](https://togithub.com/eslint/eslint/commit/535fe47fee6544b4957378f9408117c8318d4762) Update: use regexpp's default ecmaVersion in no-control-regex ([#​13969](https://togithub.com/eslint/eslint/issues/13969)) (Milos Djermanovic) - [`83e98cd`](https://togithub.com/eslint/eslint/commit/83e98cd48ce3d1acf729f4fb9be40cff332abd6e) Fix: use regexpp's default ecmaVersion in no-invalid-regexp ([#​13968](https://togithub.com/eslint/eslint/issues/13968)) (Milos Djermanovic) - [`7297363`](https://togithub.com/eslint/eslint/commit/7297363ea355d0e3b2a74aaec586126deb91fd93) Docs: fix examples for no-multi-str ([#​13966](https://togithub.com/eslint/eslint/issues/13966)) (Milos Djermanovic) - [`0649871`](https://togithub.com/eslint/eslint/commit/06498716bfba65ed8c7217917a29a07ad267193a) Update: add autofix to rule multiline-ternary ([#​13958](https://togithub.com/eslint/eslint/issues/13958)) (薛定谔的猫) - [`f6e7e32`](https://togithub.com/eslint/eslint/commit/f6e7e3231bc43c989f8c953de8e0d328bac5eea0) Fix: no-useless-escape wrong loc and fix with CRLF in template elements ([#​13953](https://togithub.com/eslint/eslint/issues/13953)) (Milos Djermanovic) - [`19c69c0`](https://togithub.com/eslint/eslint/commit/19c69c0293a98634ff0d4884a0cdabc1213ebcb4) Fix: one-var shouldn't split declaration if it isn't in a statement list ([#​13959](https://togithub.com/eslint/eslint/issues/13959)) (Milos Djermanovic) - [`e451b96`](https://togithub.com/eslint/eslint/commit/e451b9664aface32ad9321eaf5619c875dc76553) Docs: update build tool for webpack ([#​13962](https://togithub.com/eslint/eslint/issues/13962)) (Sam Chen) - [`c3e9acc`](https://togithub.com/eslint/eslint/commit/c3e9accce2f61b04ab699fd37c90703305281aa3) Chore: fix typos ([#​13960](https://togithub.com/eslint/eslint/issues/13960)) (YeonJuan) - [`7289ecf`](https://togithub.com/eslint/eslint/commit/7289ecf58ed0d2e7f0ad7f1e5004c8927a7bf805) Sponsors: Sync README with website (ESLint Jenkins) ### [`v7.16.0`](https://togithub.com/eslint/eslint/releases/v7.16.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.15.0...v7.16.0) - [`a62ad6f`](https://togithub.com/eslint/eslint/commit/a62ad6f03151358b93b5fede022a30d67310705c) Update: fix false negative of no-extra-parens with NewExpression ([#​13930](https://togithub.com/eslint/eslint/issues/13930)) (Milos Djermanovic) - [`f85b4c7`](https://togithub.com/eslint/eslint/commit/f85b4c72668c95c79fdb342b74dbd53d21baa93f) Fix: require-atomic-updates false positive across await (fixes [#​11954](https://togithub.com/eslint/eslint/issues/11954)) ([#​13915](https://togithub.com/eslint/eslint/issues/13915)) (buhi) - [`301d0c0`](https://togithub.com/eslint/eslint/commit/301d0c05229dbd6cfb1045d716524e8ec46fa2c1) Fix: no-constant-condition false positives with unary expressions ([#​13927](https://togithub.com/eslint/eslint/issues/13927)) (Milos Djermanovic) - [`555c128`](https://togithub.com/eslint/eslint/commit/555c128b49ae6d9c100a9f8429416417edb40d13) Fix: false positive with await and \*\* in no-extra-parens (fixes [#​12739](https://togithub.com/eslint/eslint/issues/12739)) ([#​13923](https://togithub.com/eslint/eslint/issues/13923)) (Milos Djermanovic) - [`d93c935`](https://togithub.com/eslint/eslint/commit/d93c9350361d2aa1a1976c553e47ab399e51e8c9) Docs: update JSON Schema links ([#​13936](https://togithub.com/eslint/eslint/issues/13936)) (Milos Djermanovic) - [`8d0c93a`](https://togithub.com/eslint/eslint/commit/8d0c93a7ef9449c7b7d082bbb4b7d8465b0d6bac) Upgrade: table@6.0.4 ([#​13920](https://togithub.com/eslint/eslint/issues/13920)) (Rouven Weßling) - [`9247683`](https://togithub.com/eslint/eslint/commit/924768377a4935a95a6ff3866f9545a5a6178b53) Docs: Remove for deleted npm run profile script ([#​13931](https://togithub.com/eslint/eslint/issues/13931)) (Brandon Mills) - [`ab240d4`](https://togithub.com/eslint/eslint/commit/ab240d49833b4e6e594667c1abe5b0caa8a9cf70) Fix: prefer-exponentiation-operator invalid autofix with await ([#​13924](https://togithub.com/eslint/eslint/issues/13924)) (Milos Djermanovic) - [`dc76911`](https://togithub.com/eslint/eslint/commit/dc7691103554a99bdb2142561cb507f50f547e3b) Chore: Add .pre-commit-hooks.yaml file ([#​13628](https://togithub.com/eslint/eslint/issues/13628)) (Álvaro Mondéjar) - [`2124e1b`](https://togithub.com/eslint/eslint/commit/2124e1b5dad30a905dc26bde9da472bf622d3f50) Docs: Fix wrong rule name ([#​13913](https://togithub.com/eslint/eslint/issues/13913)) (noisyboy25) - [`06b5809`](https://togithub.com/eslint/eslint/commit/06b58096975935ec016d96dd5f333f059c270f26) Sponsors: Sync README with website (ESLint Jenkins) - [`26fc12f`](https://togithub.com/eslint/eslint/commit/26fc12f88109af9d4081bf0e16364c411bce3009) Docs: Update README team and sponsors (ESLint Jenkins) ### [`v7.15.0`](https://togithub.com/eslint/eslint/releases/v7.15.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.14.0...v7.15.0) - [`5c11aab`](https://togithub.com/eslint/eslint/commit/5c11aabbe8249aeb8cad29bc6a33fc20c8c683ef) Upgrade: [@​eslint/esintrc](https://togithub.com/eslint/esintrc) and espree for bug fixes (refs [#​13878](https://togithub.com/eslint/eslint/issues/13878)) ([#​13908](https://togithub.com/eslint/eslint/issues/13908)) (Brandon Mills) - [`0eb7957`](https://togithub.com/eslint/eslint/commit/0eb7957e27fd521317bd5c8479ce7abc1399169c) Upgrade: file-entry-cache@6.0.0 ([#​13877](https://togithub.com/eslint/eslint/issues/13877)) (Rouven Weßling) - [`683ad00`](https://togithub.com/eslint/eslint/commit/683ad00c41e1ae4d889deff82b2a94318e8c2129) New: no-unsafe-optional-chaining rule (fixes [#​13431](https://togithub.com/eslint/eslint/issues/13431)) ([#​13859](https://togithub.com/eslint/eslint/issues/13859)) (YeonJuan) - [`cbc57fb`](https://togithub.com/eslint/eslint/commit/cbc57fb7d07c00663ed5781f5e6bc8f534cc2d76) Fix: one-var autofixing for export (fixes [#​13834](https://togithub.com/eslint/eslint/issues/13834)) ([#​13891](https://togithub.com/eslint/eslint/issues/13891)) (Anix) - [`110cf96`](https://togithub.com/eslint/eslint/commit/110cf962d05625a8a1bf7b5f4ec2194db150eb32) Docs: Fix a broken link in working-with-rules.md ([#​13875](https://togithub.com/eslint/eslint/issues/13875)) (Anton Niklasson)
semantic-release/semantic-release ### [`v17.3.1`](https://togithub.com/semantic-release/semantic-release/releases/v17.3.1) [Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v17.3.0...v17.3.1) ##### Bug Fixes - **deps:** Require find-versions ^4.0.0 ([#​1722](https://togithub.com/semantic-release/semantic-release/issues/1722)) ([52238cb](https://togithub.com/semantic-release/semantic-release/commit/52238cbccc20b2e0028bc7e5394df0002099f4ee))
jacktuck/unfurl ### [`v5.2.2`](https://togithub.com/jacktuck/unfurl/releases/v5.2.2) [Compare Source](https://togithub.com/jacktuck/unfurl/compare/v5.2.1...v5.2.2) ##### Bug Fixes - retry metadata fetches on 403 with https ([8ce5ca8](https://togithub.com/jacktuck/unfurl/commit/8ce5ca8e015d06d6bdee7e9525ef1519067f482a)), closes [#​69](https://togithub.com/jacktuck/unfurl/issues/69) ### [`v5.2.1`](https://togithub.com/jacktuck/unfurl/releases/v5.2.1) [Compare Source](https://togithub.com/jacktuck/unfurl/compare/5.1.0...v5.2.1) ##### Bug Fixes - **parser:** abort html parsing only after some metadata has been found ([74e44ea](https://togithub.com/jacktuck/unfurl/commit/74e44ea2fe54816498f3aae6c713ccfc74a16e2a)), closes [#​67](https://togithub.com/jacktuck/unfurl/issues/67)

Renovate configuration

:date: Schedule: "after 2pm on Saturday" in timezone Europe/Zurich.

:vertical_traffic_light: Automerge: Enabled.

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

:ghost: 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 3 years ago

This PR will trigger a patch release when merged.

tripodsan commented 3 years ago

@trieloff @MarquiseRosier The youtube test fail...I don't know enough....can you have a look ?

trieloff commented 3 years ago

Depends on https://github.com/jacktuck/unfurl/pull/68

codecov[bot] commented 3 years ago

Codecov Report

Merging #345 (0e675e0) into master (ea01b2a) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #345   +/-   ##
=======================================
  Coverage   98.76%   98.76%           
=======================================
  Files           7        7           
  Lines         243      243           
=======================================
  Hits          240      240           
  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 ffb97c8...0e675e0. Read the comment docs.

adobe-bot commented 3 years ago

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

The release is available on:

Your semantic-release bot :package::rocket: