Skip to content

Commit

Permalink
Merge branch 'main' into try/react-compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Oct 25, 2024
2 parents 0487558 + 936689e commit df87fab
Show file tree
Hide file tree
Showing 12 changed files with 1,519 additions and 1,678 deletions.
20 changes: 18 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -450,8 +450,16 @@
],
"jest/prefer-mock-promise-shorthand": "off",
"jest/prefer-snapshot-hint": "off",
"jsdoc/require-jsdoc": "off",
"jest/unbound-method": "off",
"jest/padding-around-all": "off",
"jest/padding-around-after-each-blocks": "off",
"jest/padding-around-after-all-blocks": "off",
"jest/padding-around-before-all-blocks": "off",
"jest/padding-around-before-each-blocks": "off",
"jest/padding-around-describe-blocks": "off",
"jest/padding-around-expect-groups": "off",
"jest/padding-around-test-blocks": "off",
"jsdoc/require-jsdoc": "off",
"testing-library/no-await-sync-events": "error",
"testing-library/no-debugging-utils": "error",
"testing-library/no-dom-import": "error"
Expand Down Expand Up @@ -587,7 +595,15 @@
}
],
"jest/prefer-snapshot-hint": "off",
"jest/unbound-method": "off"
"jest/unbound-method": "off",
"jest/padding-around-all": "off",
"jest/padding-around-after-each-blocks": "off",
"jest/padding-around-after-all-blocks": "off",
"jest/padding-around-before-all-blocks": "off",
"jest/padding-around-before-each-blocks": "off",
"jest/padding-around-describe-blocks": "off",
"jest/padding-around-expect-groups": "off",
"jest/padding-around-test-blocks": "off"
},
"globals": {
"browser": "readonly",
Expand Down
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ updates:
typescript-eslint:
patterns:
- '@typescript-eslint/*'
babel:
patterns:
- 'babel-*'
- '@babel/*'
oxlint:
patterns:
- 'oxlint'
- 'eslint-plugin-oxlint'
ignore:
# styled-components is not yet compatible.
- dependency-name: 'stylis-plugin-rtl'
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/tests-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,16 @@ jobs:
wp: 'latest'
snapshots: true
shard: '2/2'
- browser: 'chrome'
wp: '6.7-RC1'
snapshots: false
shard: '1/2'
experimental: true
- browser: 'chrome'
wp: '6.7-RC1'
snapshots: false
shard: '2/2'
experimental: true

steps:
- name: Harden Runner
Expand Down
2 changes: 0 additions & 2 deletions bin/local-env/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.1'

services:
wordpress:
image: wordpress:php${PHP_VERSION:-7.4}
Expand Down
31 changes: 16 additions & 15 deletions composer.lock

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

Loading

0 comments on commit df87fab

Please sign in to comment.