Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump stylelint from 15.4.0 to 15.6.0 #199

Merged
merged 1 commit into from
Apr 29, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 29, 2023

Bumps stylelint from 15.4.0 to 15.6.0.

Release notes

Sourced from stylelint's releases.

15.6.0

  • Added: allowEmptyInput, cache, fix options to configuration object (#6778) (@​mattxwang).
  • Added: ignore: ["with-var-inside"] to color-function-notation (#6802) (@​mattxwang).
  • Fixed: declaration-block-no-duplicate-properties autofix for 3 or more duplicates (#6801) (@​mattxwang).
  • Fixed: declaration-block-no-duplicate-properties false positives with option ignore: ["consecutive-duplicates-with-different-syntaxes"] (#6797) (@​romainmenke).
  • Fixed: declaration-block-no-duplicate-properties syntax error (#6792) (@​yoyo837).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for grid-template (#6777) (@​mattxwang).
  • Fixed: function-url-quotes autofix for comments in SCSS function (#6800) (@​ybiquitous).

15.5.0

  • Added: ignore: ["consecutive-duplicates-with-different-syntaxes"] to declaration-block-no-duplicate-properties (#6772) (@​kimulaco).
  • Added: ignoreProperties: [] to declaration-block-no-duplicate-custom-properties (#6773) (@​mattxwang).
  • Added: raw regex support to ignoreProperties for declaration-block-no-duplicate-properties (#6764) (@​ybiquitous).
  • Fixed: block-no-empty false positives with non-whitespace characters (#6782) (@​ybiquitous).
  • Fixed: color-function-notation false positives for namespaced imports (#6774) (@​mattxwang).
  • Fixed: custom-property-empty-line-before false positives for CSS-in-JS (#6767) (@​ybiquitous).
  • Fixed: media-feature-range-notation parse error (#6760) (@​fpetrakov).
  • Fixed: CLI help improvements (#6783) (@​ybiquitous).
Changelog

Sourced from stylelint's changelog.

15.6.0

  • Added: allowEmptyInput, cache, fix options to configuration object (#6778) (@​mattxwang).
  • Added: ignore: ["with-var-inside"] to color-function-notation (#6802) (@​mattxwang).
  • Fixed: declaration-block-no-duplicate-properties autofix for 3 or more duplicates (#6801) (@​mattxwang).
  • Fixed: declaration-block-no-duplicate-properties false positives with option ignore: ["consecutive-duplicates-with-different-syntaxes"] (#6797) (@​romainmenke).
  • Fixed: declaration-block-no-duplicate-properties syntax error (#6792) (@​yoyo837).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for grid-template (#6777) (@​mattxwang).
  • Fixed: function-url-quotes autofix for comments in SCSS function (#6800) (@​ybiquitous).

15.5.0

  • Added: ignore: ["consecutive-duplicates-with-different-syntaxes"] to declaration-block-no-duplicate-properties (#6772) (@​kimulaco).
  • Added: ignoreProperties: [] to declaration-block-no-duplicate-custom-properties (#6773) (@​mattxwang).
  • Added: raw regex support to ignoreProperties for declaration-block-no-duplicate-properties (#6764) (@​ybiquitous).
  • Fixed: block-no-empty false positives with non-whitespace characters (#6782) (@​ybiquitous).
  • Fixed: color-function-notation false positives for namespaced imports (#6774) (@​mattxwang).
  • Fixed: custom-property-empty-line-before false positives for CSS-in-JS (#6767) (@​ybiquitous).
  • Fixed: media-feature-range-notation parse error (#6760) (@​fpetrakov).
  • Fixed: CLI help improvements (#6783) (@​ybiquitous).
Commits
  • 380e920 15.6.0
  • a0b7f71 Prepare release (#6794)
  • fffbb4c Add ignore: ["with-var-inside"] to color-function-notation (#6802)
  • b089a42 Add allowEmptyInput, cache, fix options to configuration object (#6778)
  • 2e31353 Fix declaration-block-no-redundant-longhand-properties autofix for `grid-te...
  • 61d53ff Fix declaration-block-no-duplicate-properties autofix for 3 or more duplica...
  • 56ba4c5 Fix function-url-quotes autofix for comments in SCSS function (#6800)
  • 28328a6 Fix declaration-block-no-duplicate-properties false positives with option `...
  • afe410a Bump postcss from 8.4.21 to 8.4.22 (#6789)
  • d14a883 Bump @​csstools/media-query-list-parser from 2.0.2 to 2.0.4 (#6786)
  • 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 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 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)

Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.4.0 to 15.6.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@15.4.0...15.6.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from XhmikosR April 29, 2023 12:45
@XhmikosR XhmikosR merged commit 291dde3 into main Apr 29, 2023
5 checks passed
@XhmikosR XhmikosR deleted the dependabot/npm_and_yarn/stylelint-15.6.0 branch April 29, 2023 12:47
davidsneighbour pushed a commit to davidsneighbour/hugo-modules that referenced this pull request May 1, 2023
…#78)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[stylelint-config-twbs-bootstrap](https://togithub.com/twbs/stylelint-config-twbs-bootstrap)
| [`^7.0.0` ->
`^10.0.0`](https://renovatebot.com/diffs/npm/stylelint-config-twbs-bootstrap/7.0.0/10.0.0)
|
[![age](https://badges.renovateapi.com/packages/npm/stylelint-config-twbs-bootstrap/10.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/stylelint-config-twbs-bootstrap/10.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/stylelint-config-twbs-bootstrap/10.0.0/compatibility-slim/7.0.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/stylelint-config-twbs-bootstrap/10.0.0/confidence-slim/7.0.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>twbs/stylelint-config-twbs-bootstrap</summary>

###
[`v10.0.0`](https://togithub.com/twbs/stylelint-config-twbs-bootstrap/releases/tag/v10.0.0)

[Compare
Source](https://togithub.com/twbs/stylelint-config-twbs-bootstrap/compare/v9.0.1...v10.0.0)

#### What's Changed

- Bump stylelint from 15.4.0 to 15.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[twbs/stylelint-config-twbs-bootstrap#199
- Bump stylelint-scss from 4.6.0 to 4.7.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[twbs/stylelint-config-twbs-bootstrap#203
- Bump eslint from 8.38.0 to 8.39.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[twbs/stylelint-config-twbs-bootstrap#202
- Bump stylelint-config-standard from 32.0.0 to 33.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[twbs/stylelint-config-twbs-bootstrap#200
- Bump stylelint-config-standard-scss from 8.0.0 to 9.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[twbs/stylelint-config-twbs-bootstrap#201
- CI: add Node.js 20 by
[@&#8203;XhmikosR](https://togithub.com/XhmikosR) in
[twbs/stylelint-config-twbs-bootstrap#204
-   Require stylelint 15.5.0 in peerDependencies

**Full Changelog**:
twbs/stylelint-config-twbs-bootstrap@v9.0.1...v10.0.0

###
[`v9.0.1`](https://togithub.com/twbs/stylelint-config-twbs-bootstrap/releases/tag/v9.0.1)

[Compare
Source](https://togithub.com/twbs/stylelint-config-twbs-bootstrap/compare/v9.0.0...v9.0.1)

#### What's Changed

- Fix typo
[twbs/stylelint-config-twbs-bootstrap#198

###
[`v9.0.0`](https://togithub.com/twbs/stylelint-config-twbs-bootstrap/releases/tag/v9.0.0)

[Compare
Source](https://togithub.com/twbs/stylelint-config-twbs-bootstrap/compare/v8.0.0...v9.0.0)

#### What's Changed

-   **BREAKING** Stylelint `^15.4.0` is required
-   Add stylelint-stylistic to fix the deprecated rules warnings
- Remove `annotation-no-unknown` suppression since it's disabled now in
stylelint-scss
-   Update all dependencies

**Full Changelog**:
twbs/stylelint-config-twbs-bootstrap@v8.0.0...v9.0.0

###
[`v8.0.0`](https://togithub.com/twbs/stylelint-config-twbs-bootstrap/releases/tag/v8.0.0)

[Compare
Source](https://togithub.com/twbs/stylelint-config-twbs-bootstrap/compare/v7.0.0...v8.0.0)

#### Breaking Changes

-   Node.js `^14.13.1 || >=16.0.0` is required
-   stylelint 15.0.0 is required

**Full Changelog**:
twbs/stylelint-config-twbs-bootstrap@v7.0.0...v8.0.0

</details>

---

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/davidsneighbour/hugo-blockify).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS42Ni4xIiwidXBkYXRlZEluVmVyIjoiMzUuNjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant