druxt / quickstart-druxt-site-tome

Databaseless Druxt starterkit template
MIT License
0 stars 1 forks source link

chore(deps): update all non-major dependencies #10

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
composer/installers (source) require patch 2.1.0 -> 2.1.1 age adoption passing confidence
core-js dependencies minor 3.21.1 -> 3.22.2 age adoption passing confidence
drupal/core-composer-scaffold (source) require patch 9.3.9 -> 9.3.12 age adoption passing confidence
drupal/core-dev require-dev patch 9.3.9 -> 9.3.12 age adoption passing confidence
drupal/core-project-message (source) require patch 9.3.9 -> 9.3.12 age adoption passing confidence
drupal/core-recommended require patch 9.3.9 -> 9.3.12 age adoption passing confidence
druxt-site (source) dependencies patch 0.11.1 -> 0.11.2 age adoption passing confidence

Release Notes

composer/installers ### [`v2.1.1`](https://togithub.com/composer/installers/blob/HEAD/CHANGELOG.md#v211---2022-04-13) [Compare Source](https://togithub.com/composer/installers/compare/v2.1.0...v2.1.1) ##### Fixed - Fixed TastyIgniter parsing of extra data to use the package being installed instead of the root package ([#​507](https://togithub.com/composer/installers/issues/507))
zloirock/core-js ### [`v3.22.2`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#​3222---20220421) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.22.1...v3.22.2) - Fixed `URLSearchParams` in IE8- that was broken in the previous release - Fixed `__lookupGetter__` entries ### [`v3.22.1`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#​3221---20220420) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.22.0...v3.22.1) - Improved some cases of `RegExp` flags handling - Prevented experimental warning in NodeJS ~ 18.0 on detection `fetch` API - Added NodeJS 18.0 compat data ### [`v3.22.0`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#​3220---20220415) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.21.1...v3.22.0) - [Change `Array` by copy proposal](https://togithub.com/tc39/proposal-change-array-by-copy): - Moved to Stage 3, [March TC39 meeting](https://togithub.com/babel/proposals/issues/81#issuecomment-1083449843) - Disabled forced replacement and added `/actual/` entry points for methods from this proposal - `Array.prototype.toSpliced` throws a `TypeError` instead of `RangeError` if the result length is more than `MAX_SAFE_INTEGER`, [proposal-change-array-by-copy/70](https://togithub.com/tc39/proposal-change-array-by-copy/pull/70) - Added some more `atob` / `btoa` fixes: - NodeJS <17.9 `atob` does not ignore spaces, [node/42530](https://togithub.com/nodejs/node/issues/42530) - Actual NodeJS `atob` does not validate encoding, [node/42646](https://togithub.com/nodejs/node/issues/42646) - FF26- implementation does not properly convert argument to string - IE / Edge <16 implementation have wrong arity - Added `/full/` namespace as the replacement for `/features/` since it's more descriptive in context of the rest namespaces (`/es/` ⊆ `/stable/` ⊆ `/actual/` ⊆ `/full/`) - Avoided propagation of removed parts of proposals to upper stages. For example, `%TypedArray%.prototype.groupBy` was removed from the `Array` grouping proposal a long time ago. We can't completely remove this method since it's a breaking change. But this proposal has been promoted to stage 3 - so the proposal should be promoted without this method, this method should not be available in `/actual/` entries - but it should be available in early-stage entries to avoid breakage. - Significant internal refactoring and splitting of modules (but without exposing to public API since it will be a breaking change - it will be exposed in the next major version) - Bug fixes: - Fixed work of non-standard V8 `Error` features with wrapped `Error` constructors, [#​1061](https://togithub.com/zloirock/core-js/issues/1061) - `null` and `undefined` allowed as the second argument of `structuredClone`, [#​1056](https://togithub.com/zloirock/core-js/issues/1056) - Tooling: - Stabilized proposals are filtered out from the `core-js-compat` -> `core-js-builder` -> `core-js-bundle` output. That mean that if the output contains, for example, `es.object.has-own`, the legacy reference to it, `esnext.object.has-own`, no longer added. - Aligned modules filters of [`core-js-builder`](https://togithub.com/zloirock/core-js/tree/master/packages/core-js-builder) and [`core-js-compat`](https://togithub.com/zloirock/core-js/tree/master/packages/core-js-compat), now it's `modules` and `exclude` options - Added support of entry points, modules, regexes, and arrays of them to those filters - Missed `targets` option of `core-js-compat` means that the `targets` filter just will not be applied, so the result will contain modules required for all possible engines - Compat data: - `.stack` property on `DOMException` marked as supported from Deno [1.15](https://togithub.com/denoland/deno/releases/tag/v1.15.0) - Added Deno 1.21 compat data mapping - Added Electron 19.0 and updated 18.0 compat data mapping - Added Samsung Internet 17.0 compat data mapping - Added Opera Android 68 compat data mapping
drupal/core-composer-scaffold ### [`v9.3.12`](https://togithub.com/drupal/core-composer-scaffold/compare/9.3.11...9.3.12) [Compare Source](https://togithub.com/drupal/core-composer-scaffold/compare/9.3.11...9.3.12) ### [`v9.3.11`](https://togithub.com/drupal/core-composer-scaffold/compare/9.3.10...9.3.11) [Compare Source](https://togithub.com/drupal/core-composer-scaffold/compare/9.3.10...9.3.11) ### [`v9.3.10`](https://togithub.com/drupal/core-composer-scaffold/compare/9.3.9...9.3.10) [Compare Source](https://togithub.com/drupal/core-composer-scaffold/compare/9.3.9...9.3.10)
drupal/core-dev ### [`v9.3.12`](https://togithub.com/drupal/core-dev/compare/9.3.11...9.3.12) [Compare Source](https://togithub.com/drupal/core-dev/compare/9.3.11...9.3.12) ### [`v9.3.11`](https://togithub.com/drupal/core-dev/compare/9.3.10...9.3.11) [Compare Source](https://togithub.com/drupal/core-dev/compare/9.3.10...9.3.11) ### [`v9.3.10`](https://togithub.com/drupal/core-dev/compare/9.3.9...9.3.10) [Compare Source](https://togithub.com/drupal/core-dev/compare/9.3.9...9.3.10)
drupal/core-project-message ### [`v9.3.12`](https://togithub.com/drupal/core-project-message/compare/9.3.11...9.3.12) [Compare Source](https://togithub.com/drupal/core-project-message/compare/9.3.11...9.3.12) ### [`v9.3.11`](https://togithub.com/drupal/core-project-message/compare/9.3.10...9.3.11) [Compare Source](https://togithub.com/drupal/core-project-message/compare/9.3.10...9.3.11) ### [`v9.3.10`](https://togithub.com/drupal/core-project-message/compare/9.3.9...9.3.10) [Compare Source](https://togithub.com/drupal/core-project-message/compare/9.3.9...9.3.10)
drupal/core-recommended ### [`v9.3.12`](https://togithub.com/drupal/core-recommended/compare/9.3.11...9.3.12) [Compare Source](https://togithub.com/drupal/core-recommended/compare/9.3.11...9.3.12) ### [`v9.3.11`](https://togithub.com/drupal/core-recommended/compare/9.3.10...9.3.11) [Compare Source](https://togithub.com/drupal/core-recommended/compare/9.3.10...9.3.11) ### [`v9.3.10`](https://togithub.com/drupal/core-recommended/compare/9.3.9...9.3.10) [Compare Source](https://togithub.com/drupal/core-recommended/compare/9.3.9...9.3.10)
druxt/druxt.js ### [`v0.11.2`](https://togithub.com/druxt/druxt.js/compare/druxt-site@0.11.1...fc0436364a3cac4c69b06e21bea8ec09d61b82c2) [Compare Source](https://togithub.com/druxt/druxt.js/compare/druxt-site@0.11.1...fc0436364a3cac4c69b06e21bea8ec09d61b82c2)

Configuration

📅 Schedule: 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.

👻 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.