Skip to content

Commit

Permalink
Merge pull request #448 from material-components/develop
Browse files Browse the repository at this point in the history
Release 0.7.0 M3
  • Loading branch information
rodydavis authored Dec 12, 2022
2 parents b0a8ced + fd895af commit 70301bb
Show file tree
Hide file tree
Showing 326 changed files with 82,916 additions and 35,392 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"jsx-a11y/click-events-have-key-events": "off",
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn",
"import/no-extraneous-dependencies": "off"
"import/no-extraneous-dependencies": "off",
"jsdoc/valid-types": "warn"
},
"env": {
"jest/globals": true,
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/lint-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,16 @@ jobs:
fail-fast: false
matrix:
php_versions: [7.4]
wp_versions: [5.7, 5.8.2]
wp_versions: [5.9, 6.0]
include:
- php_versions: 7.3
wp_versions: 5.6
wp_versions: 5.9

env:
NODE_ENV: teste2e
WP_VERSION: ${{ matrix.wp_versions }}
PHP_VERSION: php${{ matrix.php_versions }}-apache
WORDPRESS_DEBUG: 0

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"number-leading-zero": null,
"selector-class-pattern": null,
"selector-type-no-unknown": [ true, { "ignore": ["custom-elements"] } ],
"at-rule-no-unknown": [ true, { "ignoreAtRules": ["mixin"] } ]
"at-rule-no-unknown": [ true, { "ignoreAtRules": ["mixin"] } ],
"function-calc-no-invalid": null
}
}
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ services:
- ./composer.lock:/var/www/html/wp-content/themes/material-design-google/composer.lock
restart: always
environment:
WORDPRESS_DEBUG: 1
WORDPRESS_DEBUG: ${WORDPRESS_DEBUG-1}
WORDPRESS_DB_USER: ${WP_DB_USER}
WORDPRESS_DB_PASSWORD: ${WP_DB_PASSWORD}

Expand Down
Loading

0 comments on commit 70301bb

Please sign in to comment.