adobe / helix-embed

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

chore(deps): update external fixes #475

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
ajv (source) 8.4.0 -> 8.5.0 age adoption passing confidence
eslint (source) 7.26.0 -> 7.27.0 age adoption passing confidence
eslint-plugin-import 2.23.2 -> 2.23.4 age adoption passing confidence
jsdom 16.5.3 -> 16.6.0 age adoption passing confidence
unfurl.js 5.2.5 -> 5.2.6 age adoption passing confidence

Release Notes

ajv-validator/ajv ### [`v8.5.0`](https://togithub.com/ajv-validator/ajv/releases/v8.5.0) [Compare Source](https://togithub.com/ajv-validator/ajv/compare/v8.4.0...v8.5.0) Optimize validation code for `const` keyword with scalar values ([@​SoAsEr](https://togithub.com/SoAsEr), [#​1561](https://togithub.com/ajv-validator/ajv/issues/1561)) Add option `schemaId` to support [ajv-draft-04](https://togithub.com/ajv-validator/ajv-draft-04) - Ajv for JSON Schema drat-04.
eslint/eslint ### [`v7.27.0`](https://togithub.com/eslint/eslint/releases/v7.27.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.26.0...v7.27.0) - [`2c0868c`](https://togithub.com/eslint/eslint/commit/2c0868cbeadc9f42716fa1178ebdc6b4cee6d31e) Chore: merge all html formatter files into `html.js` ([#​14612](https://togithub.com/eslint/eslint/issues/14612)) (Milos Djermanovic) - [`9e9b5e0`](https://togithub.com/eslint/eslint/commit/9e9b5e07475564813b62cd1d7562a93c5fb4bc74) Update: no-unused-vars false negative with comma operator (fixes [#​14325](https://togithub.com/eslint/eslint/issues/14325)) ([#​14354](https://togithub.com/eslint/eslint/issues/14354)) (Nitin Kumar) - [`afe9569`](https://togithub.com/eslint/eslint/commit/afe95693e1e4316a1c6f01d39345061d4c5921c7) Chore: use includes instead of indexOf ([#​14607](https://togithub.com/eslint/eslint/issues/14607)) (Mikhail Bodrov) - [`c0f418e`](https://togithub.com/eslint/eslint/commit/c0f418e2476df98519bc156b81d20431984e8704) Chore: Remove lodash ([#​14287](https://togithub.com/eslint/eslint/issues/14287)) (Stephen Wade) - [`52655dd`](https://togithub.com/eslint/eslint/commit/52655dd54925ee02af2ba3a0ebc09de959ae3101) Update: no-restricted-imports custom message for patterns (fixes [#​11843](https://togithub.com/eslint/eslint/issues/11843)) ([#​14580](https://togithub.com/eslint/eslint/issues/14580)) (Alex Holden) - [`967b1c4`](https://togithub.com/eslint/eslint/commit/967b1c4ceca8f5248378477da94ff118dafaa647) Chore: Fix typo in large.js ([#​14589](https://togithub.com/eslint/eslint/issues/14589)) (Ikko Ashimine) - [`2466a05`](https://togithub.com/eslint/eslint/commit/2466a05160de60958457d984b79fd445c12ebc98) Sponsors: Sync README with website (ESLint Jenkins) - [`fe29f18`](https://togithub.com/eslint/eslint/commit/fe29f18227fd02fd7c3da033417d621275b00d0a) Sponsors: Sync README with website (ESLint Jenkins) - [`086c1d6`](https://togithub.com/eslint/eslint/commit/086c1d6e8593cf8e7851daa8f2a890c213cf6999) Chore: add more test cases for `no-sequences` ([#​14579](https://togithub.com/eslint/eslint/issues/14579)) (Nitin Kumar) - [`6a2ced8`](https://togithub.com/eslint/eslint/commit/6a2ced892c0dc43fa4942293b9f1c4b9151c3741) Docs: Update README team and sponsors (ESLint Jenkins)
benmosher/eslint-plugin-import ### [`v2.23.4`](https://togithub.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#​2234---2021-05-29) [Compare Source](https://togithub.com/benmosher/eslint-plugin-import/compare/v2.23.3...v2.23.4) ##### Fixed - \[`no-import-module-exports`]: Don't crash if packages have no entrypoint (\[[#​2099](https://togithub.com/benmosher/eslint-plugin-import/issues/2099)], thanks \[[@​eps1lon](https://togithub.com/eps1lon)]) - \[`no-extraneous-dependencies`]: fix package name algorithm (\[[#​2097](https://togithub.com/benmosher/eslint-plugin-import/issues/2097)], thanks \[[@​paztis](https://togithub.com/paztis)]) ### [`v2.23.3`](https://togithub.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#​2233---2021-05-21) [Compare Source](https://togithub.com/benmosher/eslint-plugin-import/compare/v2.23.2...v2.23.3) ##### Fixed - \[`no-restricted-paths`]: fix false positive matches (\[[#​2090](https://togithub.com/benmosher/eslint-plugin-import/issues/2090)], thanks \[[@​malykhinvi](https://togithub.com/malykhinvi)]) - \[`no-cycle`]: ignore imports where imported file only imports types of importing file (\[[#​2083](https://togithub.com/benmosher/eslint-plugin-import/issues/2083)], thanks \[[@​cherryblossom000](https://togithub.com/cherryblossom000)]) - \[`no-cycle`]: fix false negative when file imports a type after importing a value in Flow (\[[#​2083](https://togithub.com/benmosher/eslint-plugin-import/issues/2083)], thanks \[[@​cherryblossom000](https://togithub.com/cherryblossom000)]) - \[`order`]: restore default behavior unless `type` is in groups (\[[#​2087](https://togithub.com/benmosher/eslint-plugin-import/issues/2087)], thanks \[[@​grit96](https://togithub.com/grit96)]) ##### Changed - \[Docs] Add `no-relative-packages` to list of to the list of rules (\[[#​2075](https://togithub.com/benmosher/eslint-plugin-import/issues/2075)], thanks \[[@​arvigeus](https://togithub.com/arvigeus)])
jsdom/jsdom ### [`v16.6.0`](https://togithub.com/jsdom/jsdom/blob/master/Changelog.md#​1660) [Compare Source](https://togithub.com/jsdom/jsdom/compare/16.5.3...16.6.0) - Added `parentNode.replaceChildren()`. (ninevra) - Fixed jsdom's handling of when code running inside the jsdom throws `null` or `undefined` as an exception. (mbest) - Removed the dependency on the deprecated [`request`](https://www.npmjs.com/package/request) package, in the process fixing several issues with the `XMLHttpRequest` implementation around header processing. Special thanks to vegardbb for completing this months-long effort!
jacktuck/unfurl ### [`v5.2.6`](https://togithub.com/jacktuck/unfurl/releases/v5.2.6) [Compare Source](https://togithub.com/jacktuck/unfurl/compare/v5.2.5...v5.2.6) ##### Bug Fixes - ignore nested title tags ([#​76](https://togithub.com/jacktuck/unfurl/issues/76)) ([0887137](https://togithub.com/jacktuck/unfurl/commit/08871379bb13f144217d0d35037b5acbf1957988)), closes [#​75](https://togithub.com/jacktuck/unfurl/issues/75)

Configuration

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

🚦 Automerge: Enabled.

♻️ 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 3 years ago

This PR will trigger no release when merged.

codecov[bot] commented 3 years ago

Codecov Report

Merging #475 (8ec49aa) into main (f869d03) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #475   +/-   ##
=======================================
  Coverage   97.76%   97.76%           
=======================================
  Files           6        6           
  Lines         224      224           
=======================================
  Hits          219      219           
  Misses          5        5           

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 f869d03...8ec49aa. Read the comment docs.

trieloff commented 3 years ago

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

The release is available on:

Your semantic-release bot :package::rocket: