mdn / interactive-examples

Home of the MDN live code editor interactive examples
Creative Commons Zero v1.0 Universal
726 stars 506 forks source link

chore(deps-dev): bump stylelint from 16.3.1 to 16.5.0 #2769

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps stylelint from 16.3.1 to 16.5.0.

Release notes

Sourced from stylelint's releases.

16.5.0

16.4.0

Changelog

Sourced from stylelint's changelog.

16.5.0

16.4.0

Commits
  • fb54d13 16.5.0
  • 8b4beb9 Prepare 16.5.0 (#7653)
  • 45cb671 Bump @​stylelint/remark-preset from 5.0.0 to 5.1.0 in the stylelint group (#7672)
  • c6456b2 Bump remark-cli from 12.0.0 to 12.0.1 (#7673)
  • b0b8173 Bump rollup from 4.16.3 to 4.17.2 (#7671)
  • c56f714 Revert "Refactor Cosmiconfig types" (#7661)
  • f87f784 Fix shorthand-property-no-redundant-values false negatives for functions (#...
  • c85f75b Fix value-no-vendor-prefix false positives/negatives (#7658)
  • 68cb920 Fix value-no-vendor-prefix false negatives (#7654)
  • d159c1b Refactor matchesStringOrRegExp() utility (#7651)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @mdn-bot.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 3 months ago

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

bsmth commented 3 months ago

The problem is https://stylelint.io/user-guide/rules/declaration-block-no-shorthand-property-overrides/

in live-examples/css-examples/backgrounds-and-borders/border-style.css we have:

#example-element {
  background-color: #eee;
  color: #000;
  border-color: #a52a2a;
  border: 0.75em solid;
  padding: 0.75em;
  width: 80%;
  height: 100px;
}

.output {
  background-color: #fff;
}
dependabot[bot] commented 3 months ago

Looks like stylelint is up-to-date now, so this is no longer needed.