adobe / helix-embed

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

chore(deps): update external fixes #416

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 7.1.1 -> 7.2.1 age adoption passing confidence
chai (source) 4.3.3 -> 4.3.4 age adoption passing confidence
eslint (source) 7.21.0 -> 7.22.0 age adoption passing confidence
jsdom 16.4.0 -> 16.5.1 age adoption passing confidence
mocha (source) 8.3.1 -> 8.3.2 age adoption passing confidence
semantic-release 17.4.1 -> 17.4.2 age adoption passing confidence

Release Notes

ajv-validator/ajv ### [`v7.2.1`](https://togithub.com/ajv-validator/ajv/releases/v7.2.1) [Compare Source](https://togithub.com/ajv-validator/ajv/compare/v7.2.0...v7.2.1) Add [tests](https://togithub.com/nst/JSONTestSuite) and fix parsers compiled with `ajv.compileParser` from JTD schemas: - fail on invalid JSON: - trailing comma in arrays/objects - invalid JSON numbers - control characters in strings - fix parsing of u-escaped characters - do not fail on duplicate object keys (consistent with JSON.parse) Compiled parsers are now: - consistent with JSON.parse in case of invalid JSON - only parse data that is valid for JTD schema It is a breaking change for compiled parsers compared with 7.2.0 that was released earlier pn the same day. ### [`v7.2.0`](https://togithub.com/ajv-validator/ajv/releases/v7.2.0) [Compare Source](https://togithub.com/ajv-validator/ajv/compare/v7.1.1...v7.2.0) strictRequired option (off by default) - to log or fail if properties used in JSON Schema "required" are not defined in "properties" ([@​PBug90](https://togithub.com/PBug90), [#​1403](https://togithub.com/ajv-validator/ajv/issues/1403)) Compiled parsers (as fast as JSON.parse on valid JSON, but replace validation and fail much faster on invalid JSON) and serializers (10x+ faster than JSON.stringify) from JSON Type Definition schemas ([#​1454](https://togithub.com/ajv-validator/ajv/issues/1454)) - see examples in [javascript](https://ajv.js.org/guide/getting-started.html#parsing-and-serializing-json) and [typescript](https://ajv.js.org/guide/typescript.html#type-safe-parsers-and-serializers) Please note: there are fixes to compiled parsers in [7.2.1](https://togithub.com/ajv-validator/ajv/releases/tag/v7.2.1) The website migrated to VuePress and documentation is restructured to make navigating Ajv documentation and learning easier - this is still work in progress, but already some improvement on the information structure. Any feedback/corrections would be very much appreciated! Improved TypeScript support for JSONSchemaType: - JTDSchemaType utility type to convert your data type into the type of JTD schema, to simplify its writing and to make sure it is consistent with your data type, with type inference support for ajv methods ([@​erikbrinkman](https://togithub.com/erikbrinkman), [#​1446](https://togithub.com/ajv-validator/ajv/issues/1446), [#​1456](https://togithub.com/ajv-validator/ajv/issues/1456), [#​1457](https://togithub.com/ajv-validator/ajv/issues/1457), [#​1475](https://togithub.com/ajv-validator/ajv/issues/1475)) - see [example here](https://ajv.js.org/guide/typescript.html#utility-types-for-schemas) - Alternatively, you can use JTDDataType utility type to convert your JTD schema type into the type of data ([@​erikbrinkman](https://togithub.com/erikbrinkman), [#​1458](https://togithub.com/ajv-validator/ajv/issues/1458)) - see [this example](https://ajv.js.org/guide/typescript.html#utility-type-for-jtd-data-type) Other improvements by [@​Fdawgs](https://togithub.com/Fdawgs) ([#​1466](https://togithub.com/ajv-validator/ajv/issues/1466)), [@​t7yang](https://togithub.com/t7yang) ([#​1472](https://togithub.com/ajv-validator/ajv/issues/1472), [#​1473](https://togithub.com/ajv-validator/ajv/issues/1473)), [@​koba04](https://togithub.com/koba04) ([#​1460](https://togithub.com/ajv-validator/ajv/issues/1460))
chaijs/chai ### [`v4.3.4`](https://togithub.com/chaijs/chai/releases/v4.3.4) [Compare Source](https://togithub.com/chaijs/chai/compare/4.3.3...v4.3.4) This fixes broken inspect behavior with bigints ([#​1321](https://togithub.com/chaijs/chai/issues/1321)) ([#​1383](https://togithub.com/chaijs/chai/issues/1383)) thanks [@​vapier](https://togithub.com/vapier)
eslint/eslint ### [`v7.22.0`](https://togithub.com/eslint/eslint/releases/v7.22.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.21.0...v7.22.0) - [`3a432d8`](https://togithub.com/eslint/eslint/commit/3a432d82b3a5710aff7da20302fe0b94fedc46c2) Docs: Improve documentation for indent rule ([#​14168](https://togithub.com/eslint/eslint/issues/14168)) (Serkan Özel) - [`f62ec8d`](https://togithub.com/eslint/eslint/commit/f62ec8d30d925e70e4d0d40640857c587ac2e116) Update: throw error when fix range is invalid ([#​14142](https://togithub.com/eslint/eslint/issues/14142)) (Jacob Bandes-Storch) - [`0eecad2`](https://togithub.com/eslint/eslint/commit/0eecad271358f753730741fcfcb2f7cc915c1fa7) Upgrade: Update lodash in package.json to V 4.17.21 ([#​14159](https://togithub.com/eslint/eslint/issues/14159)) (Basem Al-Nabulsi) - [`5ad91aa`](https://togithub.com/eslint/eslint/commit/5ad91aa7df3d6bc185786e6eccd9e055fd951055) Update: report es2021 globals in no-extend-native (refs [#​13602](https://togithub.com/eslint/eslint/issues/13602)) ([#​14177](https://togithub.com/eslint/eslint/issues/14177)) (Milos Djermanovic) - [`c295581`](https://togithub.com/eslint/eslint/commit/c295581aca4e08ec4ae8e5ee5726a6f454a3ee26) Chore: remove leftover JSDoc from lint-result-cache ([#​14176](https://togithub.com/eslint/eslint/issues/14176)) (Milos Djermanovic) - [`0d541f9`](https://togithub.com/eslint/eslint/commit/0d541f9d9d58966372e2055a8f69fb9483d56a4b) Chore: Reduce lodash usage ([#​14178](https://togithub.com/eslint/eslint/issues/14178)) (Stephen Wade) - [`27a67d7`](https://togithub.com/eslint/eslint/commit/27a67d71ffa9bbd7af02ae448844e127bcf956dc) Sponsors: Sync README with website (ESLint Jenkins) - [`459d821`](https://togithub.com/eslint/eslint/commit/459d821f4a599501ceb002f9d7a5034fc45ffbb0) Chore: upgrade dependencies of browser test ([#​14127](https://togithub.com/eslint/eslint/issues/14127)) (Pig Fang) - [`ebfb63a`](https://togithub.com/eslint/eslint/commit/ebfb63a682004a008f2707dbad616e5ae1630b2c) Sponsors: Sync README with website (ESLint Jenkins) - [`3ba029f`](https://togithub.com/eslint/eslint/commit/3ba029fbffd44068be93254890fc2aec3e92c212) Docs: Remove Extraneous Dash ([#​14164](https://togithub.com/eslint/eslint/issues/14164)) (Danny Hurlburt) - [`6f4540e`](https://togithub.com/eslint/eslint/commit/6f4540ea7ea39775906526506fd7abd7ea97610c) Sponsors: Sync README with website (ESLint Jenkins) - [`ddf361c`](https://togithub.com/eslint/eslint/commit/ddf361ca2a2a01a9974f421e5f62270df282d0e8) Docs: Fix Formatting ([#​14154](https://togithub.com/eslint/eslint/issues/14154)) (Danny Hurlburt) - [`c0d2ac1`](https://togithub.com/eslint/eslint/commit/c0d2ac16f8f9c75c62c78e9fe6a24a25ba0d7828) Sponsors: Sync README with website (ESLint Jenkins) - [`a8df03e`](https://togithub.com/eslint/eslint/commit/a8df03efe3bc47665d2112c2cdd5bead337d475d) Docs: Clarify triage process ([#​14117](https://togithub.com/eslint/eslint/issues/14117)) (Nicholas C. Zakas)
jsdom/jsdom ### [`v16.5.1`](https://togithub.com/jsdom/jsdom/blob/master/Changelog.md#​1651) [Compare Source](https://togithub.com/jsdom/jsdom/compare/16.5.0...16.5.1) - Fixed a regression that broke `customElements.get()` in v16.5.0. (fdesforges) - Fixed `window.event` to have a setter which overwrites the `window.event` property with the given value, per the specification. This fixes an issue where after upgrading to jsdom v16.5.0 you would no longer be able to set a global variable named `event` in the jsdom context. ### [`v16.5.0`](https://togithub.com/jsdom/jsdom/blob/master/Changelog.md#​1650) [Compare Source](https://togithub.com/jsdom/jsdom/compare/16.4.0...16.5.0) - Added `window.queueMicrotask()`. - Added `window.event`. - Added `inputEvent.inputType`. (diegohaz) - Removed `ondragexit` from `Window` and friends, per a spec update. - Fixed the URL of `about:blank` iframes. Previously it was getting set to the parent's URL. (SimonMueller) - Fixed the loading of subresources from the filesystem when they had non-ASCII filenames. - Fixed the `hidden=""` attribute to cause `display: none` per the user-agent stylesheet. (ph-fritsche) - Fixed the `new File()` constructor to no longer convert `/` to `:`, per [a pending spec update](https://togithub.com/w3c/FileAPI/issues/41). - Fixed mutation observer callbacks to be called with the `MutationObserver` instance as their `this` value. - Fixed `` and `` to be mutable even when disabled, per [a spec update](https://togithub.com/whatwg/html/pull/5805). - Fixed `XMLHttpRequest` to not fire a redundant final `progress` event if a `progress` event was previously fired with the same `loaded` value. This would usually occur with small files. - Fixed `XMLHttpRequest` to expose the `Content-Length` header on cross-origin responses. - Fixed `xhr.response` to return `null` for failures that occur during the middle of the download. - Fixed edge cases around passing callback functions or event handlers. (ExE-Boss) - Fixed edge cases around the properties of proxy-like objects such as `localStorage` or `dataset`. (ExE-Boss) - Fixed a potential memory leak with custom elements (although we could not figure out how to trigger it). (soncodi)
mochajs/mocha ### [`v8.3.2`](https://togithub.com/mochajs/mocha/blob/master/CHANGELOG.md#​832--2021-03-12) [Compare Source](https://togithub.com/mochajs/mocha/compare/v8.3.1...v8.3.2) #### :bug: Fixes - [#​4599](https://togithub.com/mochajs/mocha/issues/4599): Fix regression in `require` interface ([**@​alexander-fenster**](https://togithub.com/alexander-fenster)) #### :book: Documentation - [#​4601](https://togithub.com/mochajs/mocha/issues/4601): Add build to GH actions run ([**@​christian-bromann**](https://togithub.com/christian-bromann)) - [#​4596](https://togithub.com/mochajs/mocha/issues/4596): Filter active sponsors/backers ([**@​juergba**](https://togithub.com/juergba)) - [#​4225](https://togithub.com/mochajs/mocha/issues/4225): Update config file examples ([**@​pkuczynski**](https://togithub.com/pkuczynski))
semantic-release/semantic-release ### [`v17.4.2`](https://togithub.com/semantic-release/semantic-release/releases/v17.4.2) [Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v17.4.1...v17.4.2) ##### Bug Fixes - **deps:** update dependency hosted-git-info to v4 ([#​1838](https://togithub.com/semantic-release/semantic-release/issues/1838)) ([44b3344](https://togithub.com/semantic-release/semantic-release/commit/44b3344b915ee59b1eca95fd660fc4e503ac9cb8))

Renovate configuration

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

:vertical_traffic_light: Automerge: Enabled.

:recycle: Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

: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 no release when merged.

codecov[bot] commented 3 years ago

Codecov Report

Merging #416 (c0e00d5) into main (55415db) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #416   +/-   ##
=======================================
  Coverage   97.93%   97.93%           
=======================================
  Files           7        7           
  Lines         242      242           
=======================================
  Hits          237      237           
  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 2a78e8b...c0e00d5. Read the comment docs.

trieloff commented 3 years ago

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

The release is available on:

Your semantic-release bot :package::rocket: