Skip to content

Commit

Permalink
Update @mdn/browser-compat-data to version 5.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Mar 25, 2024
1 parent 64a5f6e commit 040c8e2
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
permissions: {}
strategy:
matrix:
node-version: [ '16', '18' ]
node-version: [ '18', '20' ]
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'
registry-url: 'https://registry.npmjs.org'

- name: Use dependencies cache
Expand Down
8 changes: 4 additions & 4 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
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"prepack": "npm run build"
},
"devDependencies": {
"@mdn/browser-compat-data": "^5.3.17",
"@mdn/browser-compat-data": "^5.5.14",
"@rollup/plugin-dynamic-import-vars": "^2.0.5",
"eslint": "^8.48.0",
"postcss": "^8.4.32",
Expand Down
7 changes: 7 additions & 0 deletions src/core/shorthand-data.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@ export const shorthandData = {
'list-style-position',
'list-style-image',
],
'offset': [
'offset-anchor',
'offset-distance',
'offset-path',
'offset-position',
'offset-rotate',
],
'padding': [
'padding-block',
'padding-block-start',
Expand Down
6 changes: 6 additions & 0 deletions src/orders/alphabetical.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ export const properties = [
"clear",
"clip-path",
"color",
"color-interpolation",
"color-scheme",
"column-count",
"column-fill",
Expand All @@ -130,6 +131,7 @@ export const properties = [
"container-name",
"container-type",
"content",
"content-visibility",
"counter-increment",
"counter-reset",
"counter-set",
Expand Down Expand Up @@ -262,6 +264,7 @@ export const properties = [
"offset-anchor",
"offset-distance",
"offset-path",
"offset-position",
"offset-rotate",
"opacity",
"order",
Expand Down Expand Up @@ -373,13 +376,15 @@ export const properties = [
"text-transform",
"text-underline-offset",
"text-underline-position",
"text-wrap",
"top",
"touch-action",
"transform",
"transform-box",
"transform-origin",
"transform-style",
"transition",
"transition-behavior",
"transition-delay",
"transition-duration",
"transition-property",
Expand All @@ -391,6 +396,7 @@ export const properties = [
"vertical-align",
"visibility",
"white-space",
"white-space-collapse",
"widows",
"width",
"will-change",
Expand Down
6 changes: 6 additions & 0 deletions src/orders/concentric-css.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const properties = [
"offset-anchor",
"offset-distance",
"offset-path",
"offset-position",
"offset-rotate",
"grid",
"grid-template-rows",
Expand Down Expand Up @@ -83,6 +84,7 @@ export const properties = [
"perspective-origin",
"appearance",
"visibility",
"content-visibility",
"opacity",
"z-index",
"paint-order",
Expand Down Expand Up @@ -118,6 +120,7 @@ export const properties = [
"animation-play-state",
"animation-name",
"transition",
"transition-behavior",
"transition-delay",
"transition-duration",
"transition-property",
Expand Down Expand Up @@ -320,6 +323,7 @@ export const properties = [
"quotes",
"hanging-punctuation",
"color",
"color-interpolation",
"accent-color",
"print-color-adjust",
"forced-color-adjust",
Expand Down Expand Up @@ -396,7 +400,9 @@ export const properties = [
"text-rendering",
"text-shadow",
"text-transform",
"text-wrap",
"white-space",
"white-space-collapse",
"word-break",
"word-spacing",
"overflow-wrap",
Expand Down
6 changes: 6 additions & 0 deletions src/orders/smacss.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const properties = [
"display",
"appearance",
"visibility",
"content-visibility",
"z-index",
"paint-order",
"position",
Expand All @@ -22,6 +23,7 @@ export const properties = [
"offset-anchor",
"offset-distance",
"offset-path",
"offset-position",
"offset-rotate",


Expand Down Expand Up @@ -230,6 +232,7 @@ export const properties = [
"quotes",
"hanging-punctuation",
"color",
"color-interpolation",
"accent-color",
"print-color-adjust",
"forced-color-adjust",
Expand Down Expand Up @@ -298,9 +301,11 @@ export const properties = [
"text-rendering",
"text-shadow",
"text-transform",
"text-wrap",
"vertical-align",
"baseline-source",
"white-space",
"white-space-collapse",
"word-break",
"word-spacing",
"overflow-wrap",
Expand Down Expand Up @@ -394,6 +399,7 @@ export const properties = [
"text-combine-upright",
"touch-action",
"transition",
"transition-behavior",
"transition-delay",
"transition-duration",
"transition-property",
Expand Down

0 comments on commit 040c8e2

Please sign in to comment.