Skip to content

Commit

Permalink
Bump the all-dependencies group with 2 updates (#69)
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 authored Feb 5, 2024
1 parent d6bc307 commit 6d08cdb
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 34 deletions.
50 changes: 25 additions & 25 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"packages/*"
],
"devDependencies": {
"@webref/css": "^6.10.3",
"@webref/css": "^6.11.0",
"aria-attributes": "^2.0.1",
"c8": "^9.1.0",
"html-element-attributes": "^3.3.0",
"stylelint-test-rule-node": "^0.2.1",
"stylelint": "^16.1.0",
"stylelint": "^16.2.1",
"svg-element-attributes": "^2.1.0"
},
"volta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/attribute-selector-no-unknown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"stylelint": "^16.0.0"
},
"devDependencies": {
"stylelint": "^16.1.0"
"stylelint": "^16.2.1"
}
}
2 changes: 1 addition & 1 deletion packages/invalid-of-type-selectors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"stylelint": "^16.0.0"
},
"devDependencies": {
"stylelint": "^16.1.0"
"stylelint": "^16.2.1"
}
}
2 changes: 1 addition & 1 deletion packages/nesting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"stylelint": "^16.0.0"
},
"devDependencies": {
"stylelint": "^16.1.0"
"stylelint": "^16.2.1"
}
}
11 changes: 11 additions & 0 deletions packages/prop-order/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 3.0.2

- Add new properties:
- `font-width`
- `position-try-final`
- `position-try-options`
- `position-try-order`
- `zoom`
- Remove unknown properties:
- `position-fallback`

## 3.0.1

- Add type annotations
Expand Down
8 changes: 6 additions & 2 deletions packages/prop-order/order.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ export const order = [
"font-variant-position",
"font-variation-settings",
"font-weight",
"font-width",
"footnote-display",
"footnote-policy",
"forced-color-adjust",
Expand Down Expand Up @@ -433,8 +434,10 @@ export const order = [
"place-self",
"pointer-events",
"position",
"position-fallback",
"position-fallback-bounds",
"position-try-final",
"position-try-options",
"position-try-order",
"print-color-adjust",
"quotes",
"r",
Expand Down Expand Up @@ -636,5 +639,6 @@ export const order = [
"writing-mode",
"x",
"y",
"z-index"
"z-index",
"zoom"
]
4 changes: 2 additions & 2 deletions packages/prop-order/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mrhenry/stylelint-mrhenry-prop-order",
"version": "3.0.1",
"version": "3.0.2",
"description": "Mr. Henry's preferred order for CSS properties",
"type": "module",
"main": "index.mjs",
Expand Down Expand Up @@ -30,6 +30,6 @@
"stylelint": "^16.0.0"
},
"devDependencies": {
"stylelint": "^16.1.0"
"stylelint": "^16.2.1"
}
}

0 comments on commit 6d08cdb

Please sign in to comment.