adobe / helix-importer-ui

Apache License 2.0
20 stars 25 forks source link

chore(deps): update external fixes #339

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mocha (source) 10.3.0 -> 10.4.0 age adoption passing confidence
stylelint (source) 16.2.1 -> 16.3.1 age adoption passing confidence

Release Notes

mochajs/mocha (mocha) ### [`v10.4.0`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#1040--2024-03-26) [Compare Source](https://togithub.com/mochajs/mocha/compare/v10.3.0...v10.4.0) ##### :tada: Enhancements - [#​4829](https://togithub.com/mochajs/mocha/pull/4829) feat: include `.cause` stacks in the error stack traces ([**@​voxpelli**](https://togithub.com/voxpelli)) - [#​4985](https://togithub.com/mochajs/mocha/pull/4985) feat: add file path to xunit reporter ([**@​bmish**](https://togithub.com/bmish)) ##### :bug: Fixes - [#​5074](https://togithub.com/mochajs/mocha/pull/5074) fix: harden error handling in `lib/cli/run.js` ([**@​stalet**](https://togithub.com/stalet)) ##### :nut_and_bolt: Other - [#​5077](https://togithub.com/mochajs/mocha/pull/5077) chore: add mtfoley/pr-compliance-action ([**@​JoshuaKGoldberg**](https://togithub.com/JoshuaKGoldberg)) - [#​5060](https://togithub.com/mochajs/mocha/pull/5060) chore: migrate ESLint config to flat config ([**@​JoshuaKGoldberg**](https://togithub.com/JoshuaKGoldberg)) - [#​5095](https://togithub.com/mochajs/mocha/pull/5095) chore: revert [#​5069](https://togithub.com/mochajs/mocha/pull/5069) to restore Netlify builds ([**@​voxpelli**](https://togithub.com/voxpelli)) - [#​5097](https://togithub.com/mochajs/mocha/pull/5097) docs: add sponsored to sponsorship link rels ([**@​JoshuaKGoldberg**](https://togithub.com/JoshuaKGoldberg)) - [#​5093](https://togithub.com/mochajs/mocha/pull/5093) chore: add 'status: in triage' label to issue templates and docs ([**@​JoshuaKGoldberg**](https://togithub.com/JoshuaKGoldberg)) - [#​5083](https://togithub.com/mochajs/mocha/pull/5083) docs: fix CHANGELOG.md headings to start with a root-level h1 ([**@​JoshuaKGoldberg**](https://togithub.com/JoshuaKGoldberg)) - [#​5100](https://togithub.com/mochajs/mocha/pull/5100) chore: fix header generation and production build crashes ([**@​JoshuaKGoldberg**](https://togithub.com/JoshuaKGoldberg)) - [#​5104](https://togithub.com/mochajs/mocha/pull/5104) chore: bump ESLint ecmaVersion to 2020 ([**@​JoshuaKGoldberg**](https://togithub.com/JoshuaKGoldberg)) - [#​5116](https://togithub.com/mochajs/mocha/pull/5116) fix: eleventy template builds crash with 'unexpected token at ": string, msg..."' ([**@​LcsK**](https://togithub.com/LcsK)) - [#​4869](https://togithub.com/mochajs/mocha/pull/4869) docs: fix documentation concerning glob expansion on UNIX ([**@​binki**](https://togithub.com/binki)) - [#​5122](https://togithub.com/mochajs/mocha/pull/5122) test: fix xunit integration test ([**@​voxpelli**](https://togithub.com/voxpelli)) - [#​5123](https://togithub.com/mochajs/mocha/pull/5123) chore: activate dependabot for workflows ([**@​voxpelli**](https://togithub.com/voxpelli)) - [#​5125](https://togithub.com/mochajs/mocha/pull/5125) build(deps): bump the github-actions group with 2 updates ([**@​dependabot**](https://togithub.com/dependabot))
stylelint/stylelint (stylelint) ### [`v16.3.1`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1631) [Compare Source](https://togithub.com/stylelint/stylelint/compare/16.3.0...16.3.1) - Fixed: `selector-max-id` end positions ([#​7571](https://togithub.com/stylelint/stylelint/pull/7571)) ([@​romainmenke](https://togithub.com/romainmenke)). - Fixed: import errors for configs and plugins omitting `/index.js` ([#​7578](https://togithub.com/stylelint/stylelint/pull/7578)) ([@​ota-meshi](https://togithub.com/ota-meshi)). ### [`v16.3.0`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1630) [Compare Source](https://togithub.com/stylelint/stylelint/compare/16.2.1...16.3.0) - Added: `ignoreSelectors: []` to `selector-max-compound-selectors` ([#​7544](https://togithub.com/stylelint/stylelint/pull/7544)) ([@​FloEdelmann](https://togithub.com/FloEdelmann)). - Added: tally of fixable problems to `string` and `verbose` formatters ([#​7539](https://togithub.com/stylelint/stylelint/pull/7539)) ([@​m-allanson](https://togithub.com/m-allanson)). - Added: support for `*-deprecation` command-line flags of Node.js ([#​7550](https://togithub.com/stylelint/stylelint/pull/7550)) ([@​fpetrakov](https://togithub.com/fpetrakov)). - Fixed: false positive CJS deprecation warning for dual-package plugins ([#​7532](https://togithub.com/stylelint/stylelint/pull/7532)) ([@​JounQin](https://togithub.com/JounQin)). - Fixed: `rule-selector-property-disallowed-list` false positives for nesting selectors ([#​7558](https://togithub.com/stylelint/stylelint/pull/7558)) ([@​romainmenke](https://togithub.com/romainmenke)). - Fixed: `selector-pseudo-*-allowed-list` false positives for vendor prefixes ([#​7525](https://togithub.com/stylelint/stylelint/pull/7525)) ([@​carlosjeurissen](https://togithub.com/carlosjeurissen)). - Fixed: `report()` for `index`/`endIndex` zero values ([#​7565](https://togithub.com/stylelint/stylelint/pull/7565)) ([@​romainmenke](https://togithub.com/romainmenke)). - Fixed: `selector-max-type` end positions ([#​7518](https://togithub.com/stylelint/stylelint/pull/7518)) ([@​romainmenke](https://togithub.com/romainmenke)).

Configuration

📅 Schedule: Branch creation - "after 2pm on Saturday" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 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 Mend Renovate. View repository job log here.

adobe-bot commented 2 months ago

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

The release is available on GitHub release

Your semantic-release bot :package::rocket: