Skip to content

Commit

Permalink
Bump the all-dependencies group with 2 updates (#75)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Romain Menke <[email protected]>
  • Loading branch information
dependabot[bot] and romainmenke committed Mar 18, 2024
1 parent 7313412 commit 2ebfe5d
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 36 deletions.
60 changes: 30 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -13,7 +13,7 @@
"packages/*"
],
"devDependencies": {
"@webref/css": "^6.12.2",
"@webref/css": "^6.12.3",
"aria-attributes": "^2.0.1",
"c8": "^9.1.0",
"html-element-attributes": "^3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/attribute-selector-no-unknown/package.json
Expand Up @@ -27,7 +27,7 @@
"stylelint-plugin"
],
"dependencies": {
"postcss-selector-parser": "^6.0.15"
"postcss-selector-parser": "^6.0.16"
},
"peerDependencies": {
"stylelint": "^16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/invalid-of-type-selectors/package.json
Expand Up @@ -25,7 +25,7 @@
"stylelint-plugin"
],
"dependencies": {
"postcss-selector-parser": "^6.0.15"
"postcss-selector-parser": "^6.0.16"
},
"peerDependencies": {
"stylelint": "^16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/nesting/package.json
Expand Up @@ -29,7 +29,7 @@
],
"dependencies": {
"@csstools/selector-specificity": "^3.0.2",
"postcss-selector-parser": "^6.0.15"
"postcss-selector-parser": "^6.0.16"
},
"peerDependencies": {
"stylelint": "^16.0.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/prop-order/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## 3.0.7

- Add new properties:
- `anchor-scope`
- Remove unknown properties:
- `position-animation`

## 3.0.6

- Remove unknown properties:
Expand Down
2 changes: 1 addition & 1 deletion packages/prop-order/order.mjs
Expand Up @@ -7,6 +7,7 @@ export const order = [
"all",
"anchor-default",
"anchor-name",
"anchor-scope",
"animation",
"animation-composition",
"animation-delay",
Expand Down Expand Up @@ -434,7 +435,6 @@ export const order = [
"place-self",
"pointer-events",
"position",
"position-animation",
"position-try",
"position-try-options",
"position-try-order",
Expand Down
2 changes: 1 addition & 1 deletion packages/prop-order/package.json
@@ -1,6 +1,6 @@
{
"name": "@mrhenry/stylelint-mrhenry-prop-order",
"version": "3.0.6",
"version": "3.0.7",
"description": "Mr. Henry's preferred order for CSS properties",
"type": "module",
"main": "index.mjs",
Expand Down

0 comments on commit 2ebfe5d

Please sign in to comment.