Skip to content

Commit

Permalink
Merge 1e86fe7 into 11274c8
Browse files Browse the repository at this point in the history
  • Loading branch information
tomusborne authored Feb 16, 2024
2 parents 11274c8 + 1e86fe7 commit dfee71b
Show file tree
Hide file tree
Showing 109 changed files with 36,879 additions and 18,286 deletions.
1 change: 1 addition & 0 deletions .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ tests
.eslintrc.json
.gitattributes
.gitignore
.nvmrc
package-lock.json
package.json
composer.json
Expand Down
6 changes: 4 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"generateBlocksInfo": false,
"generateBlocksStyling": "readonly",
"generateBlocksSettings": "readonly",
"generateBlocksLegacyDefaults": "readonly"
"generateBlocksLegacyDefaults": "readonly",
"generateBlocksPatternLibrary": "readonly"
},
"env": {
"browser": true,
Expand Down Expand Up @@ -64,7 +65,7 @@
"no-alert": "error",
"no-bitwise": "error",
"no-caller": "error",
"no-console": "error",
"no-console": "warn",
"no-const-assign": "error",
"no-debugger": "error",
"no-dupe-args": "error",
Expand Down Expand Up @@ -157,6 +158,7 @@
"prefer-const": "error",
"quote-props": ["error", "as-needed"],
"react/display-name": "off",
"react-hooks/exhaustive-deps": "off",
"react/jsx-curly-spacing": [
"error",
{
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ module.exports = function( grunt ) {
'!.eslintignore',
'!.eslintrc.json',
'!*.zip',
'!.nvmrc',
],
dest: 'package/generateblocks/',
},
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"lint": [
"phpcs -p .",
"parallel-lint --exclude .git --exclude vendor --exclude node_modules .",
"phpcs -p . --standard=PHPCompatibilityWP --extensions=php --runtime-set testVersion 5.6- --ignore=*/vendor/,*/node_modules/,*/tests/"
"phpcs -p . --standard=PHPCompatibilityWP --extensions=php --runtime-set testVersion 7.2- --ignore=*/vendor/,*/node_modules/,*/tests/"
],
"lint:wpcs": "@lint ./vendor/squizlabs/php_codesniffer/bin/phpcs",
"lint:php": "@lint ./vendor/bin/parallel-lint --exclude .git --exclude vendor --exclude node_modules .",
Expand Down
2 changes: 1 addition & 1 deletion dist/blocks.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-notices', 'wp-primitives', 'wp-rich-text'), 'version' => 'fda41331ac8ec0795fbf');
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-notices', 'wp-primitives', 'wp-rich-text'), 'version' => 'e4eb332429a7741886b8');
8 changes: 4 additions & 4 deletions dist/blocks.css

Large diffs are not rendered by default.

38 changes: 23 additions & 15 deletions dist/blocks.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/dashboard.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-api-fetch', 'wp-components', 'wp-element', 'wp-hooks', 'wp-i18n'), 'version' => '95f34efe8c67fe5b4061');
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-element', 'wp-hooks', 'wp-i18n'), 'version' => '7c6e2c217f4816da7a0f');
2 changes: 1 addition & 1 deletion dist/dashboard.css

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

Loading

0 comments on commit dfee71b

Please sign in to comment.