Skip to content

Commit

Permalink
chore(deps-dev): bump the npm group with 2 updates (#830)
Browse files Browse the repository at this point in the history
Bumps the npm group with 2 updates: [stylelint-config-recess-order](https://github.com/stormwarning/stylelint-config-recess-order) and [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss).


Updates `stylelint-config-recess-order` from 5.0.1 to 5.1.0
- [Release notes](https://github.com/stormwarning/stylelint-config-recess-order/releases)
- [Changelog](https://github.com/stormwarning/stylelint-config-recess-order/blob/main/CHANGELOG.md)
- [Commits](stormwarning/stylelint-config-recess-order@v5.0.1...v5.1.0)

Updates `stylelint-scss` from 6.5.0 to 6.5.1
- [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.5.0...v6.5.1)

---
updated-dependencies:
- dependency-name: stylelint-config-recess-order
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: stylelint-scss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent 9bec813 commit 1912dfc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
},
"devDependencies": {
"stylelint": "16.8.2",
"stylelint-config-recess-order": "5.0.1",
"stylelint-config-recess-order": "5.1.0",
"stylelint-config-recommended-scss": "14.1.0",
"stylelint-scss": "6.5.0"
"stylelint-scss": "6.5.1"
},
"packageManager": "[email protected]+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -665,10 +665,10 @@ strip-ansi@^7.1.0:
dependencies:
ansi-regex "^6.0.1"

stylelint-config-recess-order@5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/stylelint-config-recess-order/-/stylelint-config-recess-order-5.0.1.tgz#d4c9469936de20737c0ecd5815b85c5dc7923c49"
integrity sha512-rKbGkoa3h0rINrGln9TFVowvSCLgPJC5O0EuPiqlqWcJMb1lImEtXktcjFCVz+hwtSUiHD3ijJc3vP9muFOgJg==
stylelint-config-recess-order@5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/stylelint-config-recess-order/-/stylelint-config-recess-order-5.1.0.tgz#683fccb78eb882daa132f5e06ac1a056e4863625"
integrity sha512-ddapCF6B/kEtQYIFhQFReQ0dvK1ZdgJDM/SGFtIyeooYDbqaJqcOlGkRRGaVErCQYJY/bPSPsLRS2LdQtLJUVQ==
dependencies:
stylelint-order "^6.0.4"

Expand All @@ -694,10 +694,10 @@ stylelint-order@^6.0.4:
postcss "^8.4.32"
postcss-sorting "^8.0.2"

[email protected].0, stylelint-scss@^6.4.0:
version "6.5.0"
resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-6.5.0.tgz#c5495f254195c41b97f9bc995e4d3725b375447a"
integrity sha512-yOnYlr71wrTPT3rYyUurgTj6Rw7JUtzsZQsiPEjvs+k/yqoYHdweqpw6XN/ARpxjAuvJpddoMUvV8aAIpvUwTg==
[email protected].1, stylelint-scss@^6.4.0:
version "6.5.1"
resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-6.5.1.tgz#bcb6a4ada71a0adbf181e155548e5f25ee4aeece"
integrity sha512-ZLqdqihm6uDYkrsOeD6YWb+stZI8Wn92kUNDhE4M+g9g1aCnRv0JlOrttFiAJJwaNzpdQgX3YJb5vDQXVuO9Ww==
dependencies:
css-tree "2.3.1"
is-plain-object "5.0.0"
Expand Down

0 comments on commit 1912dfc

Please sign in to comment.