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 the production-dependencies group with 2 updates #282

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2024

Bumps the production-dependencies group with 2 updates: stylelint-config-standard-scss and stylelint-scss.

Updates stylelint-config-standard-scss from 13.1.0 to 14.0.0

Release notes

Sourced from stylelint-config-standard-scss's releases.

14.0.0

  • Changed: updated to [email protected].
  • Removed: stylelint less than 16.11.0 from peer dependencies.
Changelog

Sourced from stylelint-config-standard-scss's changelog.

14.0.0

  • Changed: updated to [email protected].
  • Removed: stylelint less than 16.11.0 from peer dependencies.
Commits

Updates stylelint-scss from 6.8.1 to 6.10.0

Release notes

Sourced from stylelint-scss's releases.

6.10.0

  • Added: declaration-property-value-no-unknown support nested properties with shorthand values (#1071).
  • Fixed: declaration-property-value-no-unknown fix multiline values parsing (#1085).

Full Changelog: stylelint-scss/stylelint-scss@v6.9.0...v6.10.0

6.9.0

  • Added: missing native functions (#1070).
  • Fixed: unify rule messages (#1072).

Full Changelog: stylelint-scss/stylelint-scss@v6.8.1...v6.9.0

Changelog

Sourced from stylelint-scss's changelog.

6.10.0

  • Added: declaration-property-value-no-unknown support nested properties with shorthand values (#1071).
  • Fixed: declaration-property-value-no-unknown fix multiline values parsing (#1085).

Full Changelog: stylelint-scss/stylelint-scss@v6.9.0...v6.10.0

6.9.0

  • Added: missing native functions (#1070).
  • Fixed: unify rule messages (#1072).

Full Changelog: stylelint-scss/stylelint-scss@v6.8.1...v6.9.0

Commits
  • 9c46a27 6.10.0
  • 073c591 Prepare version 6.10.0
  • f5cc0d2 build(deps): bump postcss-selector-parser from 6.1.2 to 7.0.0 (#1074)
  • 1a94b52 build(deps-dev): bump husky from 9.1.6 to 9.1.7 (#1087)
  • 94a1ee5 Bump postcss from 8.4.47 to 8.4.49 (#1086)
  • 08900be Fix multiline values parsing in declaration-property-value-no-unknown (#1085)
  • 1f06543 Support nested properties with shorthand values in declaration-proper… (#1071)
  • bac88c5 6.9.0
  • 6054d76 Prepare version 6.9.0
  • 822698c Update contributors list
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from XhmikosR December 1, 2024 09:04
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production-dependencies-cfe1842291 branch from c3bf564 to 50e2440 Compare December 6, 2024 06:15
Bumps the production-dependencies group with 2 updates: [stylelint-config-standard-scss](https://github.com/stylelint-scss/stylelint-config-standard-scss) and [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss).


Updates `stylelint-config-standard-scss` from 13.1.0 to 14.0.0
- [Release notes](https://github.com/stylelint-scss/stylelint-config-standard-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-config-standard-scss/blob/main/CHANGELOG.md)
- [Commits](stylelint-scss/stylelint-config-standard-scss@v13.1.0...v14.0.0)

Updates `stylelint-scss` from 6.8.1 to 6.10.0
- [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md)
- [Commits](stylelint-scss/stylelint-scss@v6.8.1...v6.10.0)

---
updated-dependencies:
- dependency-name: stylelint-config-standard-scss
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: stylelint-scss
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production-dependencies-cfe1842291 branch from 50e2440 to dbd8b84 Compare December 6, 2024 06:17
@XhmikosR XhmikosR merged commit d1eb906 into main Dec 6, 2024
5 checks passed
@XhmikosR XhmikosR deleted the dependabot/npm_and_yarn/production-dependencies-cfe1842291 branch December 6, 2024 06:20
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.

1 participant