druxt / umami.demo.druxtjs.org

Umami food magazine DruxtJS demo site
https://umami.demo.druxtjs.org
MIT License
5 stars 5 forks source link

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

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/setup-node action minor v3.4.1 -> v3.5.0 age adoption passing confidence
chromatic (source) devDependencies minor 6.9.0 -> 6.10.1 age adoption passing confidence
core-js dependencies patch 3.25.2 -> 3.25.3 age adoption passing confidence
drupal/core-composer-scaffold (source) require patch 9.4.5 -> 9.4.6 age adoption passing confidence
drupal/core-dev require-dev patch 9.4.5 -> 9.4.6 age adoption passing confidence
drupal/core-project-message (source) require patch 9.4.5 -> 9.4.6 age adoption passing confidence
drupal/core-recommended require patch 9.4.5 -> 9.4.6 age adoption passing confidence
drush/drush (source) require minor 11.1.1 -> 11.2.1 age adoption passing confidence
eslint (source) devDependencies minor 8.23.1 -> 8.24.0 age adoption passing confidence
node patch 16.17.0 -> 16.17.1 age adoption passing confidence
stylelint (source) devDependencies minor 14.12.0 -> 14.13.0 age adoption passing confidence

Release Notes

actions/setup-node ### [`v3.5.0`](https://togithub.com/actions/setup-node/releases/tag/v3.5.0) [Compare Source](https://togithub.com/actions/setup-node/compare/v3.4.1...v3.5.0) In scope of this release we add support for engines.node. The action will be able to grab the version form package.json#engines.node. [https://github.com/actions/setup-node/pull/485](https://togithub.com/actions/setup-node/pull/485). Moreover, we [added support for Volta](https://togithub.com/actions/setup-node/pull/532) Besides, we updated [@​actions/core to 1.9.1](https://togithub.com/actions/setup-node/pull/574) and [@​actions/cache to 3.0.4](https://togithub.com/actions/setup-node/pull/573)
chromaui/chromatic-cli ### [`v6.10.1`](https://togithub.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#​6101---2022-09-27) [Compare Source](https://togithub.com/chromaui/chromatic-cli/compare/v6.10.0...v6.10.1) - [645](https://togithub.com/chromaui/chromatic-cli/pull/645) Check onlyStoryNames is non-empty ### [`v6.10.0`](https://togithub.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#​6100---2022-09-23) [Compare Source](https://togithub.com/chromaui/chromatic-cli/compare/v6.9.0...v6.10.0) - [620](https://togithub.com/chromaui/chromatic-cli/pull/620) Add various counts as GitHub Action outputs - [643](https://togithub.com/chromaui/chromatic-cli/pull/643) Fix implied `--preserve-missing` for `--only-story-names`
zloirock/core-js ### [`v3.25.3`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#​3253---20220926-httpsgithubcomzloirockcore-jsreleasestagv3253) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.25.2...v3.25.3) - Forced polyfilling of `Array.prototype.groupToMap` in the pure version for returning wrapped `Map` instances - Fixed existence of `Array.prototype.{ findLast, findLastIndex }` in `/stage/4` entry - Added Opera Android 71 compat data mapping - Some stylistic changes
drupal/core-composer-scaffold ### [`v9.4.6`](https://togithub.com/drupal/core-composer-scaffold/compare/9.4.5...9.4.6) [Compare Source](https://togithub.com/drupal/core-composer-scaffold/compare/9.4.5...9.4.6)
drupal/core-dev ### [`v9.4.6`](https://togithub.com/drupal/core-dev/compare/9.4.5...9.4.6) [Compare Source](https://togithub.com/drupal/core-dev/compare/9.4.5...9.4.6)
drupal/core-project-message ### [`v9.4.6`](https://togithub.com/drupal/core-project-message/compare/9.4.5...9.4.6) [Compare Source](https://togithub.com/drupal/core-project-message/compare/9.4.5...9.4.6)
drupal/core-recommended ### [`v9.4.6`](https://togithub.com/drupal/core-recommended/compare/9.4.5...9.4.6) [Compare Source](https://togithub.com/drupal/core-recommended/compare/9.4.5...9.4.6)
drush-ops/drush ### [`v11.2.1`](https://togithub.com/drush-ops/drush/releases/tag/11.2.1) [Compare Source](https://togithub.com/drush-ops/drush/compare/11.2.0...11.2.1) #### What's Changed - GitHub Workflows security hardening by [@​sashashura](https://togithub.com/sashashura) in [https://github.com/drush-ops/drush/pull/5241](https://togithub.com/drush-ops/drush/pull/5241) - Re-fix of missing option description handling in help formatter by [@​weitzman](https://togithub.com/weitzman) in [https://github.com/drush-ops/drush/pull/5250](https://togithub.com/drush-ops/drush/pull/5250) - Fix [#​5202](https://togithub.com/drush-ops/drush/issues/5202),[#​5198](https://togithub.com/drush-ops/drush/issues/5198). watchdog:show silently ignores username column. by [@​weitzman](https://togithub.com/weitzman) in [https://github.com/drush-ops/drush/pull/5251](https://togithub.com/drush-ops/drush/pull/5251) **Full Changelog**: https://github.com/drush-ops/drush/compare/11.2.0...11.2.1 ### [`v11.2.0`](https://togithub.com/drush-ops/drush/releases/tag/11.2.0) [Compare Source](https://togithub.com/drush-ops/drush/compare/11.1.1...11.2.0) ##### What's Changed - Fix db update status for post update hooks by [@​Pasqualle](https://togithub.com/Pasqualle) in [https://github.com/drush-ops/drush/pull/5185](https://togithub.com/drush-ops/drush/pull/5185) - field-create: Skip the field-widget option if no widgets are available by [@​DieterHolvoet](https://togithub.com/DieterHolvoet) in [https://github.com/drush-ops/drush/pull/5187](https://togithub.com/drush-ops/drush/pull/5187) - Add Drupal 10.x to issue template by [@​gitressa](https://togithub.com/gitressa) in [https://github.com/drush-ops/drush/pull/5197](https://togithub.com/drush-ops/drush/pull/5197) - Docs usability - write http redirects for all aliases in commands & generators by [@​weitzman](https://togithub.com/weitzman) in [https://github.com/drush-ops/drush/pull/5199](https://togithub.com/drush-ops/drush/pull/5199) - Add PHP version to core:status by [@​gitressa](https://togithub.com/gitressa) in [https://github.com/drush-ops/drush/pull/5212](https://togithub.com/drush-ops/drush/pull/5212) - Fix execution of deploy hooks inside a module with \_deploy in the name. by [@​pfrenssen](https://togithub.com/pfrenssen) in [https://github.com/drush-ops/drush/pull/5217](https://togithub.com/drush-ops/drush/pull/5217) - Set a default account to make sure the correct timezone is set by [@​DieterHolvoet](https://togithub.com/DieterHolvoet) in [https://github.com/drush-ops/drush/pull/5200](https://togithub.com/drush-ops/drush/pull/5200) - Exclude non-placeholder variables by [@​DieterHolvoet](https://togithub.com/DieterHolvoet) in [https://github.com/drush-ops/drush/pull/5215](https://togithub.com/drush-ops/drush/pull/5215) - Fix fatal error on Drupal 10 w/ symfony/console:6.2+ by [@​larowlan](https://togithub.com/larowlan) in [https://github.com/drush-ops/drush/pull/5209](https://togithub.com/drush-ops/drush/pull/5209) - Warning in PHP 8.1 when passing the bundle and no exclude options by [@​claudiu-cristea](https://togithub.com/claudiu-cristea) in [https://github.com/drush-ops/drush/pull/5219](https://togithub.com/drush-ops/drush/pull/5219) - Cast to string when passing to MailFormatHelper::htmlToText() by [@​claudiu-cristea](https://togithub.com/claudiu-cristea) in [https://github.com/drush-ops/drush/pull/5218](https://togithub.com/drush-ops/drush/pull/5218) - Ensure all $args to csvToArray() are strings by [@​claudiu-cristea](https://togithub.com/claudiu-cristea) in [https://github.com/drush-ops/drush/pull/5223](https://togithub.com/drush-ops/drush/pull/5223) - Replace core:config with core:edit in examples by [@​DieterHolvoet](https://togithub.com/DieterHolvoet) in [https://github.com/drush-ops/drush/pull/5232](https://togithub.com/drush-ops/drush/pull/5232) - Fix [#​5213](https://togithub.com/drush-ops/drush/issues/5213). Class "Consolidation\Log\ConsoleLogLevel" not found by [@​weitzman](https://togithub.com/weitzman) in [https://github.com/drush-ops/drush/pull/5237](https://togithub.com/drush-ops/drush/pull/5237) - Fix [#​5224](https://togithub.com/drush-ops/drush/issues/5224). config:export --help includes warning about 'Undefined array key description' by [@​weitzman](https://togithub.com/weitzman) in [https://github.com/drush-ops/drush/pull/5238](https://togithub.com/drush-ops/drush/pull/5238) - Remove return types for now to error gracefully. by [@​weitzman](https://togithub.com/weitzman) in [https://github.com/drush-ops/drush/pull/5239](https://togithub.com/drush-ops/drush/pull/5239) - D10 has no stable theme anymore by [@​weitzman](https://togithub.com/weitzman) in [https://github.com/drush-ops/drush/pull/5240](https://togithub.com/drush-ops/drush/pull/5240) - Fix [#​5183](https://togithub.com/drush-ops/drush/issues/5183). sql:sync does not accept a directory as a target by [@​weitzman](https://togithub.com/weitzman) in [https://github.com/drush-ops/drush/pull/5242](https://togithub.com/drush-ops/drush/pull/5242) - Docs: use valid severity in example usage by [@​hugovk](https://togithub.com/hugovk) in [https://github.com/drush-ops/drush/pull/5246](https://togithub.com/drush-ops/drush/pull/5246) - Update to Robo 4.0 stable, and fix ConsoleLogLevel::SUCCESS references. by [@​greg-1-anderson](https://togithub.com/greg-1-anderson) in [https://github.com/drush-ops/drush/pull/5247](https://togithub.com/drush-ops/drush/pull/5247) - Update commands docs. Fixes [#​5244](https://togithub.com/drush-ops/drush/issues/5244) by [@​weitzman](https://togithub.com/weitzman) in [https://github.com/drush-ops/drush/pull/5249](https://togithub.com/drush-ops/drush/pull/5249) - Make config.storage.sync injection optional and log any issues by [@​DieterHolvoet](https://togithub.com/DieterHolvoet) in [https://github.com/drush-ops/drush/pull/5204](https://togithub.com/drush-ops/drush/pull/5204) ##### New Contributors - [@​Pasqualle](https://togithub.com/Pasqualle) made their first contribution in [https://github.com/drush-ops/drush/pull/5185](https://togithub.com/drush-ops/drush/pull/5185) **Full Changelog**: https://github.com/drush-ops/drush/compare/11.1.1...11.2.0
eslint/eslint ### [`v8.24.0`](https://togithub.com/eslint/eslint/releases/tag/v8.24.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.23.1...v8.24.0) #### Features - [`1729f9e`](https://togithub.com/eslint/eslint/commit/1729f9ea4d7b2945b2b701d72027fd4aace954cf) feat: account for `sourceType: "commonjs"` in the strict rule ([#​16308](https://togithub.com/eslint/eslint/issues/16308)) (Milos Djermanovic) - [`b0d72c9`](https://togithub.com/eslint/eslint/commit/b0d72c96b2a9cde7a5798c2b08ec4e70683c6aca) feat: add rule logical-assignment-operators ([#​16102](https://togithub.com/eslint/eslint/issues/16102)) (fnx) - [`f02bcd9`](https://togithub.com/eslint/eslint/commit/f02bcd91bf89b6c167d5346a36677fdb854f0c05) feat: `array-callback-return` support `findLast` and `findLastIndex` ([#​16314](https://togithub.com/eslint/eslint/issues/16314)) (Sosuke Suzuki) #### Documentation - [`2c152ff`](https://togithub.com/eslint/eslint/commit/2c152ff0fb709b99e62c19ecd2c95689efacbe4c) docs: note false positive `Object.getOwnPropertyNames` in prefer-reflect ([#​16317](https://togithub.com/eslint/eslint/issues/16317)) (AnnAngela) - [`bf7bd88`](https://togithub.com/eslint/eslint/commit/bf7bd885a92046a6b6bcbcaaa1e78e9f2c4b482f) docs: fix warn severity description for new config files ([#​16324](https://togithub.com/eslint/eslint/issues/16324)) (Nitin Kumar) - [`8cc0bbe`](https://togithub.com/eslint/eslint/commit/8cc0bbe440dc5e6af6ef02f00d0514a40ca07c24) docs: use more clean link syntax ([#​16309](https://togithub.com/eslint/eslint/issues/16309)) (Percy Ma) - [`6ba269e`](https://togithub.com/eslint/eslint/commit/6ba269ed673f965d081287b769c12beeb5f98887) docs: fix typo ([#​16288](https://togithub.com/eslint/eslint/issues/16288)) (jjangga0214) #### Chores - [`131e646`](https://togithub.com/eslint/eslint/commit/131e646e227b9aca3937fe287343bf2c3df408af) chore: Upgrade [@​humanwhocodes/config-array](https://togithub.com/humanwhocodes/config-array) for perf ([#​16339](https://togithub.com/eslint/eslint/issues/16339)) (Nicholas C. Zakas) - [`504fe59`](https://togithub.com/eslint/eslint/commit/504fe59b0e0f4f5a2afb6a69aaed5cb4ca631012) perf: switch from object spread to `Object.assign` when merging globals ([#​16311](https://togithub.com/eslint/eslint/issues/16311)) (Milos Djermanovic)
nodejs/node ### [`v16.17.1`](https://togithub.com/nodejs/node/releases/tag/v16.17.1) [Compare Source](https://togithub.com/nodejs/node/compare/v16.17.0...v16.17.1) This is a security release. ##### Notable changes The following CVEs are fixed in this release: - **[CVE-2022-32212](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32212)**: DNS rebinding in --inspect on macOS (High) - **[CVE-2022-32213](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32213)**: bypass via obs-fold mechanic (Medium) - **[CVE-2022-35255](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-35255)**: Weak randomness in WebCrypto keygen - **[CVE-2022-35256](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-35256)**: HTTP Request Smuggling - Incorrect Parsing of Header Fields (Medium) More detailed information on each of the vulnerabilities can be found in [September 22nd 2022 Security Releases](https://nodejs.org/en/blog/vulnerability/september-2022-security-releases/) blog post. ##### Commits - \[[`a54283a638`](https://togithub.com/nodejs/node/commit/a54283a638)] - **crypto**: fix weak randomness in WebCrypto keygen (Ben Noordhuis) [nodejs-private/node-private#​346](https://togithub.com/nodejs-private/node-private/pull/346) - \[[`0713e21240`](https://togithub.com/nodejs/node/commit/0713e21240)] - **http**: disable chunked encoding when using OBS fold is used (Paolo Insogna) [nodejs-private/node-private#​341](https://togithub.com/nodejs-private/node-private/pull/341) - \[[`77fe2f32e4`](https://togithub.com/nodejs/node/commit/77fe2f32e4)] - **src**: fix IPv4 non routable validation (RafaelGSS) [nodejs-private/node-private#​337](https://togithub.com/nodejs-private/node-private/pull/337)
stylelint/stylelint ### [`v14.13.0`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#​14130) [Compare Source](https://togithub.com/stylelint/stylelint/compare/14.12.1...14.13.0) - Added: `cacheStrategy` option ([#​6357](https://togithub.com/stylelint/stylelint/pull/6357)) ([@​kaorun343](https://togithub.com/kaorun343)). - Fixed: cache refresh when config is changed ([#​6356](https://togithub.com/stylelint/stylelint/pull/6356)) ([@​kimulaco](https://togithub.com/kimulaco)). - Fixed: `selector-pseudo-element-no-unknown` false positives for `::highlight` pseudo-element ([#​6367](https://togithub.com/stylelint/stylelint/pull/6367)) ([@​jathak](https://togithub.com/jathak)). ### [`v14.12.1`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#​14121) [Compare Source](https://togithub.com/stylelint/stylelint/compare/14.12.0...14.12.1) - Fixed: `font-weight-notation` messages ([#​6350](https://togithub.com/stylelint/stylelint/pull/6350)) ([@​ybiquitous](https://togithub.com/ybiquitous)). - Fixed: type declarations for custom message arguments ([#​6354](https://togithub.com/stylelint/stylelint/pull/6354)) ([@​stof](https://togithub.com/stof)).

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 Mend Renovate. View repository job log here.

github-actions[bot] commented 2 years ago

🚀 Deployed on https://6334affb9a068c005b9c5324--druxtjs-org-demo-umami.netlify.app