From 112b9ac67a12a86e33d1d9d47027c76f17522083 Mon Sep 17 00:00:00 2001 From: Christopher Allford <6451942+ObliviousHarmony@users.noreply.github.com> Date: Tue, 31 May 2022 15:42:00 -0700 Subject: [PATCH] Prefixed Private JS Packages (#33218) In order to ease the identification of private packages within the monorepo, this adds an `internal-` prefix to all of the current private packages. This makes it immediately clear when reviewing `packages/js` what is and isn't a private package. --- .github/project-pr-labeler.yml | 9 - packages/js/components/jest.config.json | 2 +- packages/js/components/package.json | 2 +- packages/js/components/webpack.config.js | 2 +- packages/js/csv-export/jest.config.json | 2 +- packages/js/currency/jest.config.json | 2 +- .../js/customer-effort-score/jest.config.json | 2 +- .../js/customer-effort-score/package.json | 2 +- .../customer-effort-score/webpack.config.js | 2 +- packages/js/data/jest.config.json | 2 +- packages/js/date/jest.config.json | 2 +- .../assets/packages.js | 2 +- packages/js/e2e-builds/CHANGELOG.md | 5 - .../changelog/fix-standardize-lint-e2e | 4 - packages/js/e2e-builds/project.json | 15 - packages/js/e2e-core-tests/package.json | 2 +- packages/js/e2e-environment/package.json | 2 +- packages/js/e2e-utils/package.json | 2 +- packages/js/experimental/jest.config.json | 2 +- packages/js/experimental/package.json | 2 +- packages/js/experimental/webpack.config.js | 2 +- packages/js/explat/jest.config.json | 2 +- .../changelog/.gitkeep | 0 .../extend-cart-checkout-block/composer.json | 58 +-- .../.eslintrc.js | 0 .../.npmrc | 0 .../build.js | 0 .../get-babel-config.js | 0 .../package.json | 2 +- packages/js/internal-e2e-builds/project.json | 6 + .../.eslintrc.js | 0 .../js/{js-tests => internal-js-tests}/.npmrc | 0 .../jest.config.js | 0 .../package.json | 7 +- .../project.json | 11 +- .../src/mocks/api-request.js | 0 .../src/mocks/static.js | 0 .../src/mocks/style-mock.js | 0 .../src/mocks/tinymce.js | 0 .../src/mocks/woocommerce-settings.js | 0 .../src/setup-globals.js | 0 .../src/setup-react-testing-library.js | 0 .../src/setup-window-globals.js | 0 .../src/util/index.js | 0 .../tsconfig-cjs.json | 0 .../tsconfig.json | 0 .../.eslintrc.js | 0 .../js/{notices => internal-notices}/.npmrc | 0 .../CHANGELOG.md | 0 .../{notices => internal-notices}/README.md | 0 .../package.json | 11 +- .../project.json | 11 +- .../src/index.ts | 0 .../src/store/actions.ts | 0 .../src/store/constants.ts | 0 .../src/store/controls.ts | 0 .../src/store/index.ts | 0 .../src/store/reducer.ts | 0 .../src/store/selectors.ts | 0 .../src/store/types.ts | 0 .../src/store/utils/on-sub-key.ts | 0 .../tsconfig-cjs.json | 0 .../tsconfig.json | 0 .../.eslintrc.js | 0 .../.npmrc | 0 .../README.md | 4 +- .../abstracts/_breakpoints.scss | 0 .../abstracts/_colors.scss | 0 .../abstracts/_mixins.scss | 0 .../abstracts/_variables.scss | 0 .../changelog/.gitkeep | 0 .../changelog/add-js-packages-changelogger | 0 .../changelog/fix-standardize-lint-monorepo | 0 .../index.js | 0 .../package.json | 7 +- packages/js/internal-style-build/project.json | 6 + .../js/js-tests/changelog/fix-json-formatting | 5 - packages/js/js-tests/composer.json | 32 -- packages/js/js-tests/composer.lock | 482 ------------------ packages/js/navigation/jest.config.json | 2 +- packages/js/notices/changelog/.gitkeep | 0 .../changelog/add-js-packages-changelogger | 4 - .../dev-33098-migrate-woo-notice-to-ts | 4 - .../js/notices/changelog/fix-json-formatting | 5 - .../changelog/fix-standardize-lint-monorepo | 4 - packages/js/notices/composer.json | 32 -- packages/js/notices/composer.lock | 482 ------------------ packages/js/number/jest.config.json | 2 +- packages/js/onboarding/package.json | 2 +- packages/js/onboarding/webpack.config.js | 2 +- packages/js/style-build/changelog/.gitkeep | 0 .../changelog/add-js-packages-changelogger | 4 - .../changelog/fix-standardize-lint-monorepo | 4 - packages/js/style-build/composer.json | 32 -- packages/js/style-build/composer.lock | 482 ------------------ packages/js/style-build/project.json | 14 - .../activity-panel/reviews/test/index.js | 2 +- .../woocommerce-admin/client/jest.config.js | 2 +- .../woocommerce-admin/client/layout/index.js | 2 +- plugins/woocommerce-admin/package.json | 8 +- plugins/woocommerce-admin/webpack.config.js | 4 +- .../src/Internal/Admin/WCAdminAssets.php | 4 +- pnpm-lock.yaml | 394 +++++++------- tsconfig.base.json | 4 +- workspace.json | 8 +- 105 files changed, 294 insertions(+), 1920 deletions(-) delete mode 100644 packages/js/e2e-builds/CHANGELOG.md delete mode 100644 packages/js/e2e-builds/changelog/fix-standardize-lint-e2e delete mode 100644 packages/js/e2e-builds/project.json rename packages/js/{e2e-builds => extend-cart-checkout-block}/changelog/.gitkeep (100%) rename packages/js/{e2e-builds => internal-e2e-builds}/.eslintrc.js (100%) rename packages/js/{e2e-builds => internal-e2e-builds}/.npmrc (100%) rename packages/js/{e2e-builds => internal-e2e-builds}/build.js (100%) rename packages/js/{e2e-builds => internal-e2e-builds}/get-babel-config.js (100%) rename packages/js/{e2e-builds => internal-e2e-builds}/package.json (94%) create mode 100644 packages/js/internal-e2e-builds/project.json rename packages/js/{js-tests => internal-js-tests}/.eslintrc.js (100%) rename packages/js/{js-tests => internal-js-tests}/.npmrc (100%) rename packages/js/{js-tests => internal-js-tests}/jest.config.js (100%) rename packages/js/{js-tests => internal-js-tests}/package.json (90%) rename packages/js/{js-tests => internal-js-tests}/project.json (54%) rename packages/js/{js-tests => internal-js-tests}/src/mocks/api-request.js (100%) rename packages/js/{js-tests => internal-js-tests}/src/mocks/static.js (100%) rename packages/js/{js-tests => internal-js-tests}/src/mocks/style-mock.js (100%) rename packages/js/{js-tests => internal-js-tests}/src/mocks/tinymce.js (100%) rename packages/js/{js-tests => internal-js-tests}/src/mocks/woocommerce-settings.js (100%) rename packages/js/{js-tests => internal-js-tests}/src/setup-globals.js (100%) rename packages/js/{js-tests => internal-js-tests}/src/setup-react-testing-library.js (100%) rename packages/js/{js-tests => internal-js-tests}/src/setup-window-globals.js (100%) rename packages/js/{js-tests => internal-js-tests}/src/util/index.js (100%) rename packages/js/{js-tests => internal-js-tests}/tsconfig-cjs.json (100%) rename packages/js/{js-tests => internal-js-tests}/tsconfig.json (100%) rename packages/js/{notices => internal-notices}/.eslintrc.js (100%) rename packages/js/{notices => internal-notices}/.npmrc (100%) rename packages/js/{notices => internal-notices}/CHANGELOG.md (100%) rename packages/js/{notices => internal-notices}/README.md (100%) rename packages/js/{notices => internal-notices}/package.json (80%) rename packages/js/{notices => internal-notices}/project.json (62%) rename packages/js/{notices => internal-notices}/src/index.ts (100%) rename packages/js/{notices => internal-notices}/src/store/actions.ts (100%) rename packages/js/{notices => internal-notices}/src/store/constants.ts (100%) rename packages/js/{notices => internal-notices}/src/store/controls.ts (100%) rename packages/js/{notices => internal-notices}/src/store/index.ts (100%) rename packages/js/{notices => internal-notices}/src/store/reducer.ts (100%) rename packages/js/{notices => internal-notices}/src/store/selectors.ts (100%) rename packages/js/{notices => internal-notices}/src/store/types.ts (100%) rename packages/js/{notices => internal-notices}/src/store/utils/on-sub-key.ts (100%) rename packages/js/{notices => internal-notices}/tsconfig-cjs.json (100%) rename packages/js/{notices => internal-notices}/tsconfig.json (100%) rename packages/js/{style-build => internal-style-build}/.eslintrc.js (100%) rename packages/js/{style-build => internal-style-build}/.npmrc (100%) rename packages/js/{style-build => internal-style-build}/README.md (89%) rename packages/js/{style-build => internal-style-build}/abstracts/_breakpoints.scss (100%) rename packages/js/{style-build => internal-style-build}/abstracts/_colors.scss (100%) rename packages/js/{style-build => internal-style-build}/abstracts/_mixins.scss (100%) rename packages/js/{style-build => internal-style-build}/abstracts/_variables.scss (100%) rename packages/js/{js-tests => internal-style-build}/changelog/.gitkeep (100%) rename packages/js/{js-tests => internal-style-build}/changelog/add-js-packages-changelogger (100%) rename packages/js/{js-tests => internal-style-build}/changelog/fix-standardize-lint-monorepo (100%) rename packages/js/{style-build => internal-style-build}/index.js (100%) rename packages/js/{style-build => internal-style-build}/package.json (88%) create mode 100644 packages/js/internal-style-build/project.json delete mode 100644 packages/js/js-tests/changelog/fix-json-formatting delete mode 100644 packages/js/js-tests/composer.json delete mode 100644 packages/js/js-tests/composer.lock delete mode 100644 packages/js/notices/changelog/.gitkeep delete mode 100644 packages/js/notices/changelog/add-js-packages-changelogger delete mode 100644 packages/js/notices/changelog/dev-33098-migrate-woo-notice-to-ts delete mode 100644 packages/js/notices/changelog/fix-json-formatting delete mode 100644 packages/js/notices/changelog/fix-standardize-lint-monorepo delete mode 100644 packages/js/notices/composer.json delete mode 100644 packages/js/notices/composer.lock delete mode 100644 packages/js/style-build/changelog/.gitkeep delete mode 100644 packages/js/style-build/changelog/add-js-packages-changelogger delete mode 100644 packages/js/style-build/changelog/fix-standardize-lint-monorepo delete mode 100644 packages/js/style-build/composer.json delete mode 100644 packages/js/style-build/composer.lock delete mode 100644 packages/js/style-build/project.json diff --git a/.github/project-pr-labeler.yml b/.github/project-pr-labeler.yml index 6303a123f00..9f95140db32 100644 --- a/.github/project-pr-labeler.yml +++ b/.github/project-pr-labeler.yml @@ -46,24 +46,15 @@ 'package: @woocommerce/explat': - packages/js/explat/**/* -'package: @woocommerce/js-tests': -- packages/js/js-tests/**/* - 'package: @woocommerce/navigation': - packages/js/navigation/**/* -'package: @woocommerce/notices': -- packages/js/notices/**/* - 'package: @woocommerce/number': - packages/js/number/**/* 'package: @woocommerce/onboarding': - packages/js/onboarding/**/* -'package: @woocommerce/style-build': -- packages/js/style-build/**/* - 'package: @woocommerce/tracks': - packages/js/tracks/**/* diff --git a/packages/js/components/jest.config.json b/packages/js/components/jest.config.json index 72834f732cd..91c0faef97f 100644 --- a/packages/js/components/jest.config.json +++ b/packages/js/components/jest.config.json @@ -1,4 +1,4 @@ { "rootDir": "./src", - "preset": "../../js-tests/jest.config.js" + "preset": "../../internal-js-tests/jest.config.js" } diff --git a/packages/js/components/package.json b/packages/js/components/package.json index 181294393da..59d3870a998 100644 --- a/packages/js/components/package.json +++ b/packages/js/components/package.json @@ -94,7 +94,7 @@ "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^13.5.0", "@woocommerce/eslint-plugin": "workspace:*", - "@woocommerce/style-build": "workspace:*", + "@woocommerce/internal-style-build": "workspace:*", "@wordpress/browserslist-config": "^4.1.1", "@wordpress/scripts": "^12.6.1", "concurrently": "^7.0.0", diff --git a/packages/js/components/webpack.config.js b/packages/js/components/webpack.config.js index 5c56294e0f0..46a04612713 100644 --- a/packages/js/components/webpack.config.js +++ b/packages/js/components/webpack.config.js @@ -1,7 +1,7 @@ /** * Internal dependencies */ -const { webpackConfig } = require( '@woocommerce/style-build' ); +const { webpackConfig } = require( '@woocommerce/internal-style-build' ); module.exports = { mode: process.env.NODE_ENV || 'development', diff --git a/packages/js/csv-export/jest.config.json b/packages/js/csv-export/jest.config.json index 72834f732cd..91c0faef97f 100644 --- a/packages/js/csv-export/jest.config.json +++ b/packages/js/csv-export/jest.config.json @@ -1,4 +1,4 @@ { "rootDir": "./src", - "preset": "../../js-tests/jest.config.js" + "preset": "../../internal-js-tests/jest.config.js" } diff --git a/packages/js/currency/jest.config.json b/packages/js/currency/jest.config.json index 72834f732cd..91c0faef97f 100644 --- a/packages/js/currency/jest.config.json +++ b/packages/js/currency/jest.config.json @@ -1,4 +1,4 @@ { "rootDir": "./src", - "preset": "../../js-tests/jest.config.js" + "preset": "../../internal-js-tests/jest.config.js" } diff --git a/packages/js/customer-effort-score/jest.config.json b/packages/js/customer-effort-score/jest.config.json index 72834f732cd..91c0faef97f 100644 --- a/packages/js/customer-effort-score/jest.config.json +++ b/packages/js/customer-effort-score/jest.config.json @@ -1,4 +1,4 @@ { "rootDir": "./src", - "preset": "../../js-tests/jest.config.js" + "preset": "../../internal-js-tests/jest.config.js" } diff --git a/packages/js/customer-effort-score/package.json b/packages/js/customer-effort-score/package.json index 14362431945..9aa8ad78c24 100644 --- a/packages/js/customer-effort-score/package.json +++ b/packages/js/customer-effort-score/package.json @@ -40,7 +40,7 @@ "@testing-library/react": "^12.1.3", "@types/prop-types": "^15.7.4", "@types/wordpress__components": "^9.8.6", - "@woocommerce/style-build": "workspace:*", + "@woocommerce/internal-style-build": "workspace:*", "@woocommerce/eslint-plugin": "workspace:*", "@wordpress/browserslist-config": "^4.1.1", "concurrently": "^7.0.0", diff --git a/packages/js/customer-effort-score/webpack.config.js b/packages/js/customer-effort-score/webpack.config.js index 5c56294e0f0..46a04612713 100644 --- a/packages/js/customer-effort-score/webpack.config.js +++ b/packages/js/customer-effort-score/webpack.config.js @@ -1,7 +1,7 @@ /** * Internal dependencies */ -const { webpackConfig } = require( '@woocommerce/style-build' ); +const { webpackConfig } = require( '@woocommerce/internal-style-build' ); module.exports = { mode: process.env.NODE_ENV || 'development', diff --git a/packages/js/data/jest.config.json b/packages/js/data/jest.config.json index 72834f732cd..91c0faef97f 100644 --- a/packages/js/data/jest.config.json +++ b/packages/js/data/jest.config.json @@ -1,4 +1,4 @@ { "rootDir": "./src", - "preset": "../../js-tests/jest.config.js" + "preset": "../../internal-js-tests/jest.config.js" } diff --git a/packages/js/date/jest.config.json b/packages/js/date/jest.config.json index 72834f732cd..91c0faef97f 100644 --- a/packages/js/date/jest.config.json +++ b/packages/js/date/jest.config.json @@ -1,4 +1,4 @@ { "rootDir": "./src", - "preset": "../../js-tests/jest.config.js" + "preset": "../../internal-js-tests/jest.config.js" } diff --git a/packages/js/dependency-extraction-webpack-plugin/assets/packages.js b/packages/js/dependency-extraction-webpack-plugin/assets/packages.js index 7f053d7acf2..fd788ef8635 100644 --- a/packages/js/dependency-extraction-webpack-plugin/assets/packages.js +++ b/packages/js/dependency-extraction-webpack-plugin/assets/packages.js @@ -12,7 +12,7 @@ module.exports = [ '@woocommerce/explat', '@woocommerce/extend-cart-checkout-block', '@woocommerce/navigation', - '@woocommerce/notices', + '@woocommerce/internal-notices', '@woocommerce/number', '@woocommerce/tracks', // wc-blocks packages diff --git a/packages/js/e2e-builds/CHANGELOG.md b/packages/js/e2e-builds/CHANGELOG.md deleted file mode 100644 index 8e8631b9da0..00000000000 --- a/packages/js/e2e-builds/CHANGELOG.md +++ /dev/null @@ -1,5 +0,0 @@ -# Unreleased - -# 0.1.0 - -- Released package diff --git a/packages/js/e2e-builds/changelog/fix-standardize-lint-e2e b/packages/js/e2e-builds/changelog/fix-standardize-lint-e2e deleted file mode 100644 index 72f3afe233e..00000000000 --- a/packages/js/e2e-builds/changelog/fix-standardize-lint-e2e +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: dev - -Standardize linting: Ensure e2e packages are lintable diff --git a/packages/js/e2e-builds/project.json b/packages/js/e2e-builds/project.json deleted file mode 100644 index 02b9146de79..00000000000 --- a/packages/js/e2e-builds/project.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "root": "packages/js/e2e-builds", - "sourceRoot": "packages/js/e2e-builds", - "projectType": "library", - "targets": { - "changelog": { - "executor": "./tools/executors/changelogger:changelog", - "options": { - "action": "add", - "cwd": "packages/js/e2e-builds" - } - } - } - } - \ No newline at end of file diff --git a/packages/js/e2e-core-tests/package.json b/packages/js/e2e-core-tests/package.json index 8330e20ec98..9a03c7b32bd 100644 --- a/packages/js/e2e-core-tests/package.json +++ b/packages/js/e2e-core-tests/package.json @@ -32,7 +32,7 @@ "@babel/plugin-transform-runtime": "^7.16.4", "@babel/polyfill": "7.12.1", "@babel/preset-env": "7.12.7", - "@woocommerce/e2e-builds": "workspace:*", + "@woocommerce/internal-e2e-builds": "workspace:*", "@woocommerce/eslint-plugin": "workspace:*", "@wordpress/babel-plugin-import-jsx-pragma": "1.1.3", "@wordpress/babel-preset-default": "3.0.2", diff --git a/packages/js/e2e-environment/package.json b/packages/js/e2e-environment/package.json index e2a661a1ceb..42535b9ce6d 100644 --- a/packages/js/e2e-environment/package.json +++ b/packages/js/e2e-environment/package.json @@ -49,7 +49,7 @@ "@babel/plugin-transform-runtime": "^7.16.4", "@babel/polyfill": "7.12.1", "@babel/preset-env": "7.12.7", - "@woocommerce/e2e-builds": "workspace:*", + "@woocommerce/internal-e2e-builds": "workspace:*", "@wordpress/babel-plugin-import-jsx-pragma": "1.1.3", "@wordpress/babel-preset-default": "3.0.2", "@wordpress/browserslist-config": "^4.1.0", diff --git a/packages/js/e2e-utils/package.json b/packages/js/e2e-utils/package.json index 1465356bacd..42fd60e00d6 100644 --- a/packages/js/e2e-utils/package.json +++ b/packages/js/e2e-utils/package.json @@ -28,7 +28,7 @@ "@babel/preset-env": "7.12.7", "@typescript-eslint/eslint-plugin": "^5.3.0", "@typescript-eslint/parser": "^5.3.0", - "@woocommerce/e2e-builds": "workspace:*", + "@woocommerce/internal-e2e-builds": "workspace:*", "@wordpress/babel-plugin-import-jsx-pragma": "1.1.3", "@wordpress/babel-preset-default": "3.0.2", "@wordpress/browserslist-config": "^4.1.0", diff --git a/packages/js/experimental/jest.config.json b/packages/js/experimental/jest.config.json index 72834f732cd..91c0faef97f 100644 --- a/packages/js/experimental/jest.config.json +++ b/packages/js/experimental/jest.config.json @@ -1,4 +1,4 @@ { "rootDir": "./src", - "preset": "../../js-tests/jest.config.js" + "preset": "../../internal-js-tests/jest.config.js" } diff --git a/packages/js/experimental/package.json b/packages/js/experimental/package.json index 38d1925a5ce..3fa49be7ddd 100644 --- a/packages/js/experimental/package.json +++ b/packages/js/experimental/package.json @@ -54,7 +54,7 @@ "@types/dompurify": "^2.3.3", "@types/react-transition-group": "^4.4.4", "@woocommerce/eslint-plugin": "workspace:*", - "@woocommerce/style-build": "workspace:*", + "@woocommerce/internal-style-build": "workspace:*", "@wordpress/browserslist-config": "^4.1.1", "concurrently": "^7.0.0", "css-loader": "^3.6.0", diff --git a/packages/js/experimental/webpack.config.js b/packages/js/experimental/webpack.config.js index 5c56294e0f0..46a04612713 100644 --- a/packages/js/experimental/webpack.config.js +++ b/packages/js/experimental/webpack.config.js @@ -1,7 +1,7 @@ /** * Internal dependencies */ -const { webpackConfig } = require( '@woocommerce/style-build' ); +const { webpackConfig } = require( '@woocommerce/internal-style-build' ); module.exports = { mode: process.env.NODE_ENV || 'development', diff --git a/packages/js/explat/jest.config.json b/packages/js/explat/jest.config.json index 72834f732cd..91c0faef97f 100644 --- a/packages/js/explat/jest.config.json +++ b/packages/js/explat/jest.config.json @@ -1,4 +1,4 @@ { "rootDir": "./src", - "preset": "../../js-tests/jest.config.js" + "preset": "../../internal-js-tests/jest.config.js" } diff --git a/packages/js/e2e-builds/changelog/.gitkeep b/packages/js/extend-cart-checkout-block/changelog/.gitkeep similarity index 100% rename from packages/js/e2e-builds/changelog/.gitkeep rename to packages/js/extend-cart-checkout-block/changelog/.gitkeep diff --git a/packages/js/extend-cart-checkout-block/composer.json b/packages/js/extend-cart-checkout-block/composer.json index 7f77c1a634e..df89114a62e 100644 --- a/packages/js/extend-cart-checkout-block/composer.json +++ b/packages/js/extend-cart-checkout-block/composer.json @@ -1,32 +1,32 @@ { - "name": "woocommerce/extend-cart-checkout-block", - "description": "A template for extending the Cart and Checkout blocks to be used with @wordpress/create-block", - "type": "library", - "license": "GPL-3.0-or-later", - "minimum-stability": "dev", - "require-dev": { - "automattic/jetpack-changelogger": "3.0.2" - }, - "config": { - "platform": { - "php": "7.2" + "name": "woocommerce/extend-cart-checkout-block", + "description": "A template for extending the Cart and Checkout blocks to be used with @wordpress/create-block", + "type": "library", + "license": "GPL-3.0-or-later", + "minimum-stability": "dev", + "require-dev": { + "automattic/jetpack-changelogger": "3.0.2" + }, + "config": { + "platform": { + "php": "7.2" + } + }, + "extra": { + "changelogger": { + "formatter": { + "filename": "../../../tools/changelogger/PackageFormatter.php" + }, + "types": { + "fix": "Fixes an existing bug", + "add": "Adds functionality", + "update": "Update existing functionality", + "dev": "Development related task", + "tweak": "A minor adjustment to the codebase", + "performance": "Address performance issues", + "enhancement": "Improve existing functionality" + }, + "changelog": "NEXT_CHANGELOG.md" + } } -}, - "extra": { - "changelogger": { - "formatter": { - "filename": "../../../tools/changelogger/PackageFormatter.php" - }, - "types": { - "fix": "Fixes an existing bug", - "add": "Adds functionality", - "update": "Update existing functionality", - "dev": "Development related task", - "tweak": "A minor adjustment to the codebase", - "performance": "Address performance issues", - "enhancement": "Improve existing functionality" - }, - "changelog": "NEXT_CHANGELOG.md" - } - } } diff --git a/packages/js/e2e-builds/.eslintrc.js b/packages/js/internal-e2e-builds/.eslintrc.js similarity index 100% rename from packages/js/e2e-builds/.eslintrc.js rename to packages/js/internal-e2e-builds/.eslintrc.js diff --git a/packages/js/e2e-builds/.npmrc b/packages/js/internal-e2e-builds/.npmrc similarity index 100% rename from packages/js/e2e-builds/.npmrc rename to packages/js/internal-e2e-builds/.npmrc diff --git a/packages/js/e2e-builds/build.js b/packages/js/internal-e2e-builds/build.js similarity index 100% rename from packages/js/e2e-builds/build.js rename to packages/js/internal-e2e-builds/build.js diff --git a/packages/js/e2e-builds/get-babel-config.js b/packages/js/internal-e2e-builds/get-babel-config.js similarity index 100% rename from packages/js/e2e-builds/get-babel-config.js rename to packages/js/internal-e2e-builds/get-babel-config.js diff --git a/packages/js/e2e-builds/package.json b/packages/js/internal-e2e-builds/package.json similarity index 94% rename from packages/js/e2e-builds/package.json rename to packages/js/internal-e2e-builds/package.json index bd4577977e1..eab654445d7 100644 --- a/packages/js/e2e-builds/package.json +++ b/packages/js/internal-e2e-builds/package.json @@ -1,5 +1,5 @@ { - "name": "@woocommerce/e2e-builds", + "name": "@woocommerce/internal-e2e-builds", "version": "0.1.0", "description": "Utility build files for e2e packages", "private": true, diff --git a/packages/js/internal-e2e-builds/project.json b/packages/js/internal-e2e-builds/project.json new file mode 100644 index 00000000000..04e41231e7e --- /dev/null +++ b/packages/js/internal-e2e-builds/project.json @@ -0,0 +1,6 @@ +{ + "root": "packages/js/internal-e2e-builds", + "sourceRoot": "packages/js/internal-e2e-builds", + "projectType": "library", + "targets": {} +} diff --git a/packages/js/js-tests/.eslintrc.js b/packages/js/internal-js-tests/.eslintrc.js similarity index 100% rename from packages/js/js-tests/.eslintrc.js rename to packages/js/internal-js-tests/.eslintrc.js diff --git a/packages/js/js-tests/.npmrc b/packages/js/internal-js-tests/.npmrc similarity index 100% rename from packages/js/js-tests/.npmrc rename to packages/js/internal-js-tests/.npmrc diff --git a/packages/js/js-tests/jest.config.js b/packages/js/internal-js-tests/jest.config.js similarity index 100% rename from packages/js/js-tests/jest.config.js rename to packages/js/internal-js-tests/jest.config.js diff --git a/packages/js/js-tests/package.json b/packages/js/internal-js-tests/package.json similarity index 90% rename from packages/js/js-tests/package.json rename to packages/js/internal-js-tests/package.json index 0950ac6e72a..7a0c3d89a40 100644 --- a/packages/js/js-tests/package.json +++ b/packages/js/internal-js-tests/package.json @@ -1,14 +1,14 @@ { - "name": "@woocommerce/js-tests", + "name": "@woocommerce/internal-js-tests", "version": "1.1.0", "description": "JavaScript test tooling.", "author": "Automattic", "license": "GPL-2.0-or-later", - "homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/js-tests/README.md", + "homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/internal-js-tests/README.md", "repository": { "type": "git", "url": "https://github.com/woocommerce/woocommerce.git", - "directory": "packages/js-tests" + "directory": "packages/internal-js-tests" }, "bugs": { "url": "https://github.com/woocommerce/woocommerce/issues" @@ -17,7 +17,6 @@ "main": "build/util/index.js", "module": "build-module/util/index.js", "scripts": { - "postinstall": "composer install", "build": "tsc --build ./tsconfig.json ./tsconfig-cjs.json", "ts:check": "tsc --noEmit --project ./tsconfig.json", "clean": "pnpm exec rimraf *.tsbuildinfo build build-*", diff --git a/packages/js/js-tests/project.json b/packages/js/internal-js-tests/project.json similarity index 54% rename from packages/js/js-tests/project.json rename to packages/js/internal-js-tests/project.json index ca1caf65fbd..faccb2f296c 100644 --- a/packages/js/js-tests/project.json +++ b/packages/js/internal-js-tests/project.json @@ -1,15 +1,8 @@ { - "root": "packages/js/js-tests", - "sourceRoot": "packages/js/js-tests/src", + "root": "packages/js/internal-js-tests", + "sourceRoot": "packages/js/internal-js-tests/src", "projectType": "library", "targets": { - "changelog": { - "executor": "./tools/executors/changelogger:changelog", - "options": { - "action": "add", - "cwd": "packages/js/js-tests" - } - }, "build": { "executor": "@nrwl/workspace:run-script", "options": { diff --git a/packages/js/js-tests/src/mocks/api-request.js b/packages/js/internal-js-tests/src/mocks/api-request.js similarity index 100% rename from packages/js/js-tests/src/mocks/api-request.js rename to packages/js/internal-js-tests/src/mocks/api-request.js diff --git a/packages/js/js-tests/src/mocks/static.js b/packages/js/internal-js-tests/src/mocks/static.js similarity index 100% rename from packages/js/js-tests/src/mocks/static.js rename to packages/js/internal-js-tests/src/mocks/static.js diff --git a/packages/js/js-tests/src/mocks/style-mock.js b/packages/js/internal-js-tests/src/mocks/style-mock.js similarity index 100% rename from packages/js/js-tests/src/mocks/style-mock.js rename to packages/js/internal-js-tests/src/mocks/style-mock.js diff --git a/packages/js/js-tests/src/mocks/tinymce.js b/packages/js/internal-js-tests/src/mocks/tinymce.js similarity index 100% rename from packages/js/js-tests/src/mocks/tinymce.js rename to packages/js/internal-js-tests/src/mocks/tinymce.js diff --git a/packages/js/js-tests/src/mocks/woocommerce-settings.js b/packages/js/internal-js-tests/src/mocks/woocommerce-settings.js similarity index 100% rename from packages/js/js-tests/src/mocks/woocommerce-settings.js rename to packages/js/internal-js-tests/src/mocks/woocommerce-settings.js diff --git a/packages/js/js-tests/src/setup-globals.js b/packages/js/internal-js-tests/src/setup-globals.js similarity index 100% rename from packages/js/js-tests/src/setup-globals.js rename to packages/js/internal-js-tests/src/setup-globals.js diff --git a/packages/js/js-tests/src/setup-react-testing-library.js b/packages/js/internal-js-tests/src/setup-react-testing-library.js similarity index 100% rename from packages/js/js-tests/src/setup-react-testing-library.js rename to packages/js/internal-js-tests/src/setup-react-testing-library.js diff --git a/packages/js/js-tests/src/setup-window-globals.js b/packages/js/internal-js-tests/src/setup-window-globals.js similarity index 100% rename from packages/js/js-tests/src/setup-window-globals.js rename to packages/js/internal-js-tests/src/setup-window-globals.js diff --git a/packages/js/js-tests/src/util/index.js b/packages/js/internal-js-tests/src/util/index.js similarity index 100% rename from packages/js/js-tests/src/util/index.js rename to packages/js/internal-js-tests/src/util/index.js diff --git a/packages/js/js-tests/tsconfig-cjs.json b/packages/js/internal-js-tests/tsconfig-cjs.json similarity index 100% rename from packages/js/js-tests/tsconfig-cjs.json rename to packages/js/internal-js-tests/tsconfig-cjs.json diff --git a/packages/js/js-tests/tsconfig.json b/packages/js/internal-js-tests/tsconfig.json similarity index 100% rename from packages/js/js-tests/tsconfig.json rename to packages/js/internal-js-tests/tsconfig.json diff --git a/packages/js/notices/.eslintrc.js b/packages/js/internal-notices/.eslintrc.js similarity index 100% rename from packages/js/notices/.eslintrc.js rename to packages/js/internal-notices/.eslintrc.js diff --git a/packages/js/notices/.npmrc b/packages/js/internal-notices/.npmrc similarity index 100% rename from packages/js/notices/.npmrc rename to packages/js/internal-notices/.npmrc diff --git a/packages/js/notices/CHANGELOG.md b/packages/js/internal-notices/CHANGELOG.md similarity index 100% rename from packages/js/notices/CHANGELOG.md rename to packages/js/internal-notices/CHANGELOG.md diff --git a/packages/js/notices/README.md b/packages/js/internal-notices/README.md similarity index 100% rename from packages/js/notices/README.md rename to packages/js/internal-notices/README.md diff --git a/packages/js/notices/package.json b/packages/js/internal-notices/package.json similarity index 80% rename from packages/js/notices/package.json rename to packages/js/internal-notices/package.json index fd88c0a4790..bf9d43b3dc5 100644 --- a/packages/js/notices/package.json +++ b/packages/js/internal-notices/package.json @@ -1,5 +1,5 @@ { - "name": "@woocommerce/notices", + "name": "@woocommerce/internal-notices", "version": "4.0.1", "description": "State management for notices.", "author": "The WordPress Contributors", @@ -9,14 +9,14 @@ "gutenberg", "notices" ], - "homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/notices/README.md", + "homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/internal-notices/README.md", "repository": { "type": "git", - "url": "https://github.com/WordPress/gutenberg.git", - "directory": "packages/notices" + "url": "https://github.com/woocommerce/woocommerge.git", + "directory": "packages/js/internal-notices" }, "bugs": { - "url": "https://github.com/WordPress/gutenberg/issues" + "url": "https://github.com/woocommerce/woocommerce/issues" }, "main": "build/index.js", "module": "build-module/index.js", @@ -37,7 +37,6 @@ }, "private": true, "scripts": { - "postinstall": "composer install", "clean": "pnpm exec rimraf tsconfig.tsbuildinfo build build-*", "build": "tsc --build ./tsconfig.json ./tsconfig-cjs.json", "start": "tsc --build --watch", diff --git a/packages/js/notices/project.json b/packages/js/internal-notices/project.json similarity index 62% rename from packages/js/notices/project.json rename to packages/js/internal-notices/project.json index 5c2dca521e3..d0991943736 100644 --- a/packages/js/notices/project.json +++ b/packages/js/internal-notices/project.json @@ -1,15 +1,8 @@ { - "root": "packages/js/notices", - "sourceRoot": "packages/js/notices/src", + "root": "packages/js/internal-notices", + "sourceRoot": "packages/js/internal-notices/src", "projectType": "library", "targets": { - "changelog": { - "executor": "./tools/executors/changelogger:changelog", - "options": { - "action": "add", - "cwd": "packages/js/notices" - } - }, "build": { "executor": "@nrwl/workspace:run-script", "options": { diff --git a/packages/js/notices/src/index.ts b/packages/js/internal-notices/src/index.ts similarity index 100% rename from packages/js/notices/src/index.ts rename to packages/js/internal-notices/src/index.ts diff --git a/packages/js/notices/src/store/actions.ts b/packages/js/internal-notices/src/store/actions.ts similarity index 100% rename from packages/js/notices/src/store/actions.ts rename to packages/js/internal-notices/src/store/actions.ts diff --git a/packages/js/notices/src/store/constants.ts b/packages/js/internal-notices/src/store/constants.ts similarity index 100% rename from packages/js/notices/src/store/constants.ts rename to packages/js/internal-notices/src/store/constants.ts diff --git a/packages/js/notices/src/store/controls.ts b/packages/js/internal-notices/src/store/controls.ts similarity index 100% rename from packages/js/notices/src/store/controls.ts rename to packages/js/internal-notices/src/store/controls.ts diff --git a/packages/js/notices/src/store/index.ts b/packages/js/internal-notices/src/store/index.ts similarity index 100% rename from packages/js/notices/src/store/index.ts rename to packages/js/internal-notices/src/store/index.ts diff --git a/packages/js/notices/src/store/reducer.ts b/packages/js/internal-notices/src/store/reducer.ts similarity index 100% rename from packages/js/notices/src/store/reducer.ts rename to packages/js/internal-notices/src/store/reducer.ts diff --git a/packages/js/notices/src/store/selectors.ts b/packages/js/internal-notices/src/store/selectors.ts similarity index 100% rename from packages/js/notices/src/store/selectors.ts rename to packages/js/internal-notices/src/store/selectors.ts diff --git a/packages/js/notices/src/store/types.ts b/packages/js/internal-notices/src/store/types.ts similarity index 100% rename from packages/js/notices/src/store/types.ts rename to packages/js/internal-notices/src/store/types.ts diff --git a/packages/js/notices/src/store/utils/on-sub-key.ts b/packages/js/internal-notices/src/store/utils/on-sub-key.ts similarity index 100% rename from packages/js/notices/src/store/utils/on-sub-key.ts rename to packages/js/internal-notices/src/store/utils/on-sub-key.ts diff --git a/packages/js/notices/tsconfig-cjs.json b/packages/js/internal-notices/tsconfig-cjs.json similarity index 100% rename from packages/js/notices/tsconfig-cjs.json rename to packages/js/internal-notices/tsconfig-cjs.json diff --git a/packages/js/notices/tsconfig.json b/packages/js/internal-notices/tsconfig.json similarity index 100% rename from packages/js/notices/tsconfig.json rename to packages/js/internal-notices/tsconfig.json diff --git a/packages/js/style-build/.eslintrc.js b/packages/js/internal-style-build/.eslintrc.js similarity index 100% rename from packages/js/style-build/.eslintrc.js rename to packages/js/internal-style-build/.eslintrc.js diff --git a/packages/js/style-build/.npmrc b/packages/js/internal-style-build/.npmrc similarity index 100% rename from packages/js/style-build/.npmrc rename to packages/js/internal-style-build/.npmrc diff --git a/packages/js/style-build/README.md b/packages/js/internal-style-build/README.md similarity index 89% rename from packages/js/style-build/README.md rename to packages/js/internal-style-build/README.md index ba44d115ad5..d8df9d67f67 100644 --- a/packages/js/style-build/README.md +++ b/packages/js/internal-style-build/README.md @@ -5,14 +5,14 @@ This is a partial [Webpack](https://webpack.js.org/) config for building WooComm ## Usage -Create a `webpack.config.js` in your package root that defines the `entry` and `output`, making use of the `rules` and `plugins` from `@woocommerce/style-build`. +Create a `webpack.config.js` in your package root that defines the `entry` and `output`, making use of the `rules` and `plugins` from `@woocommerce/internal-style-build`. ***Note:*** The `entry` should be named `'build-style'` so the CSS will get picked up by the main `client/` application's `CopyWebpackPlugin` config. ```js // packages//webpack.config.js -import { webpackConfig } from '@woocommerce/style-build'; +import { webpackConfig } from '@woocommerce/internal-style-build'; module.exports = { mode: process.env.NODE_ENV || 'development', diff --git a/packages/js/style-build/abstracts/_breakpoints.scss b/packages/js/internal-style-build/abstracts/_breakpoints.scss similarity index 100% rename from packages/js/style-build/abstracts/_breakpoints.scss rename to packages/js/internal-style-build/abstracts/_breakpoints.scss diff --git a/packages/js/style-build/abstracts/_colors.scss b/packages/js/internal-style-build/abstracts/_colors.scss similarity index 100% rename from packages/js/style-build/abstracts/_colors.scss rename to packages/js/internal-style-build/abstracts/_colors.scss diff --git a/packages/js/style-build/abstracts/_mixins.scss b/packages/js/internal-style-build/abstracts/_mixins.scss similarity index 100% rename from packages/js/style-build/abstracts/_mixins.scss rename to packages/js/internal-style-build/abstracts/_mixins.scss diff --git a/packages/js/style-build/abstracts/_variables.scss b/packages/js/internal-style-build/abstracts/_variables.scss similarity index 100% rename from packages/js/style-build/abstracts/_variables.scss rename to packages/js/internal-style-build/abstracts/_variables.scss diff --git a/packages/js/js-tests/changelog/.gitkeep b/packages/js/internal-style-build/changelog/.gitkeep similarity index 100% rename from packages/js/js-tests/changelog/.gitkeep rename to packages/js/internal-style-build/changelog/.gitkeep diff --git a/packages/js/js-tests/changelog/add-js-packages-changelogger b/packages/js/internal-style-build/changelog/add-js-packages-changelogger similarity index 100% rename from packages/js/js-tests/changelog/add-js-packages-changelogger rename to packages/js/internal-style-build/changelog/add-js-packages-changelogger diff --git a/packages/js/js-tests/changelog/fix-standardize-lint-monorepo b/packages/js/internal-style-build/changelog/fix-standardize-lint-monorepo similarity index 100% rename from packages/js/js-tests/changelog/fix-standardize-lint-monorepo rename to packages/js/internal-style-build/changelog/fix-standardize-lint-monorepo diff --git a/packages/js/style-build/index.js b/packages/js/internal-style-build/index.js similarity index 100% rename from packages/js/style-build/index.js rename to packages/js/internal-style-build/index.js diff --git a/packages/js/style-build/package.json b/packages/js/internal-style-build/package.json similarity index 88% rename from packages/js/style-build/package.json rename to packages/js/internal-style-build/package.json index 764f349a117..5c912e83312 100644 --- a/packages/js/style-build/package.json +++ b/packages/js/internal-style-build/package.json @@ -1,5 +1,5 @@ { - "name": "@woocommerce/style-build", + "name": "@woocommerce/internal-style-build", "version": "1.0.0", "description": "WooCommerce Components SASS Build", "author": "Automattic", @@ -8,7 +8,7 @@ "wordpress", "woocommerce" ], - "homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/style-build/README.md", + "homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/internal-style-build/README.md", "repository": { "type": "git", "url": "https://github.com/woocommerce/woocommerce.git" @@ -30,8 +30,7 @@ }, "scripts": { "lint": "eslint index.js", - "lint:fix": "eslint index.js --fix", - "postinstall": "composer install" + "lint:fix": "eslint index.js --fix" }, "private": true, "devDependencies": { diff --git a/packages/js/internal-style-build/project.json b/packages/js/internal-style-build/project.json new file mode 100644 index 00000000000..e4fbed47769 --- /dev/null +++ b/packages/js/internal-style-build/project.json @@ -0,0 +1,6 @@ +{ + "root": "packages/js/internal-style-build", + "sourceRoot": "packages/js/internal-style-build/src", + "projectType": "library", + "targets": {} +} diff --git a/packages/js/js-tests/changelog/fix-json-formatting b/packages/js/js-tests/changelog/fix-json-formatting deleted file mode 100644 index 86caf30915a..00000000000 --- a/packages/js/js-tests/changelog/fix-json-formatting +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: dev -Comment: This is a JSON formatting change. - - diff --git a/packages/js/js-tests/composer.json b/packages/js/js-tests/composer.json deleted file mode 100644 index 0cecc395936..00000000000 --- a/packages/js/js-tests/composer.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "woocommerce/js-tests", - "description": "JavaScript test tooling.", - "type": "library", - "license": "GPL-3.0-or-later", - "minimum-stability": "dev", - "require-dev": { - "automattic/jetpack-changelogger": "3.0.2" - }, - "config": { - "platform": { - "php": "7.2" - } - }, - "extra": { - "changelogger": { - "formatter": { - "filename": "../../../tools/changelogger/PackageFormatter.php" - }, - "types": { - "fix": "Fixes an existing bug", - "add": "Adds functionality", - "update": "Update existing functionality", - "dev": "Development related task", - "tweak": "A minor adjustment to the codebase", - "performance": "Address performance issues", - "enhancement": "Improve existing functionality" - }, - "changelog": "NEXT_CHANGELOG.md" - } - } -} diff --git a/packages/js/js-tests/composer.lock b/packages/js/js-tests/composer.lock deleted file mode 100644 index 78a7073d62f..00000000000 --- a/packages/js/js-tests/composer.lock +++ /dev/null @@ -1,482 +0,0 @@ -{ - "_readme": [ - "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", - "This file is @generated automatically" - ], - "content-hash": "caca02c44c425b5223e81ad9295a1009", - "packages": [], - "packages-dev": [ - { - "name": "automattic/jetpack-changelogger", - "version": "v3.0.2", - "source": { - "type": "git", - "url": "https://github.com/Automattic/jetpack-changelogger.git", - "reference": "b76f9cb4c22ec08490eff91a2e0e5aa586ee04b3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/b76f9cb4c22ec08490eff91a2e0e5aa586ee04b3", - "reference": "b76f9cb4c22ec08490eff91a2e0e5aa586ee04b3", - "shasum": "" - }, - "require": { - "php": ">=5.6", - "symfony/console": "^3.4 | ^5.2", - "symfony/process": "^3.4 | ^5.2", - "wikimedia/at-ease": "^1.2 | ^2.0" - }, - "require-dev": { - "wikimedia/testing-access-wrapper": "^1.0 | ^2.0", - "yoast/phpunit-polyfills": "1.0.2" - }, - "bin": [ - "bin/changelogger" - ], - "type": "project", - "extra": { - "autotagger": true, - "branch-alias": { - "dev-master": "3.0.x-dev" - }, - "mirror-repo": "Automattic/jetpack-changelogger", - "version-constants": { - "::VERSION": "src/Application.php" - }, - "changelogger": { - "link-template": "https://github.com/Automattic/jetpack-changelogger/compare/${old}...${new}" - } - }, - "autoload": { - "psr-4": { - "Automattic\\Jetpack\\Changelog\\": "lib", - "Automattic\\Jetpack\\Changelogger\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0-or-later" - ], - "description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.", - "support": { - "source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.0.2" - }, - "time": "2021-11-02T14:06:49+00:00" - }, - { - "name": "psr/log", - "version": "1.1.4", - "source": { - "type": "git", - "url": "https://github.com/php-fig/log.git", - "reference": "d49695b909c3b7628b6289db5479a1c204601f11" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", - "reference": "d49695b909c3b7628b6289db5479a1c204601f11", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Log\\": "Psr/Log/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" - } - ], - "description": "Common interface for logging libraries", - "homepage": "https://github.com/php-fig/log", - "keywords": [ - "log", - "psr", - "psr-3" - ], - "support": { - "source": "https://github.com/php-fig/log/tree/1.1.4" - }, - "time": "2021-05-03T11:20:27+00:00" - }, - { - "name": "symfony/console", - "version": "3.4.x-dev", - "source": { - "type": "git", - "url": "https://github.com/symfony/console.git", - "reference": "a10b1da6fc93080c180bba7219b5ff5b7518fe81" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/a10b1da6fc93080c180bba7219b5ff5b7518fe81", - "reference": "a10b1da6fc93080c180bba7219b5ff5b7518fe81", - "shasum": "" - }, - "require": { - "php": "^5.5.9|>=7.0.8", - "symfony/debug": "~2.8|~3.0|~4.0", - "symfony/polyfill-mbstring": "~1.0" - }, - "conflict": { - "symfony/dependency-injection": "<3.4", - "symfony/process": "<3.3" - }, - "provide": { - "psr/log-implementation": "1.0" - }, - "require-dev": { - "psr/log": "~1.0", - "symfony/config": "~3.3|~4.0", - "symfony/dependency-injection": "~3.4|~4.0", - "symfony/event-dispatcher": "~2.8|~3.0|~4.0", - "symfony/lock": "~3.4|~4.0", - "symfony/process": "~3.3|~4.0" - }, - "suggest": { - "psr/log": "For using the console logger", - "symfony/event-dispatcher": "", - "symfony/lock": "", - "symfony/process": "" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Console\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Console Component", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/console/tree/3.4" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2020-10-24T10:57:07+00:00" - }, - { - "name": "symfony/debug", - "version": "4.4.x-dev", - "source": { - "type": "git", - "url": "https://github.com/symfony/debug.git", - "reference": "6637e62480b60817b9a6984154a533e8e64c6bd5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/6637e62480b60817b9a6984154a533e8e64c6bd5", - "reference": "6637e62480b60817b9a6984154a533e8e64c6bd5", - "shasum": "" - }, - "require": { - "php": ">=7.1.3", - "psr/log": "^1|^2|^3" - }, - "conflict": { - "symfony/http-kernel": "<3.4" - }, - "require-dev": { - "symfony/http-kernel": "^3.4|^4.0|^5.0" - }, - "default-branch": true, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Debug\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Provides tools to ease debugging PHP code", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/debug/tree/v4.4.41" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2022-04-12T15:19:55+00:00" - }, - { - "name": "symfony/polyfill-mbstring", - "version": "dev-main", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", - "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "provide": { - "ext-mbstring": "*" - }, - "suggest": { - "ext-mbstring": "For best performance" - }, - "default-branch": true, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.26-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill for the Mbstring extension", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "mbstring", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/main" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2022-05-24T11:49:31+00:00" - }, - { - "name": "symfony/process", - "version": "3.4.x-dev", - "source": { - "type": "git", - "url": "https://github.com/symfony/process.git", - "reference": "b8648cf1d5af12a44a51d07ef9bf980921f15fca" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/b8648cf1d5af12a44a51d07ef9bf980921f15fca", - "reference": "b8648cf1d5af12a44a51d07ef9bf980921f15fca", - "shasum": "" - }, - "require": { - "php": "^5.5.9|>=7.0.8" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Process\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Process Component", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/process/tree/3.4" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2020-10-24T10:57:07+00:00" - }, - { - "name": "wikimedia/at-ease", - "version": "v2.0.0", - "source": { - "type": "git", - "url": "https://github.com/wikimedia/at-ease.git", - "reference": "013ac61929797839c80a111a3f1a4710d8248e7a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/wikimedia/at-ease/zipball/013ac61929797839c80a111a3f1a4710d8248e7a", - "reference": "013ac61929797839c80a111a3f1a4710d8248e7a", - "shasum": "" - }, - "require": { - "php": ">=5.6.99" - }, - "require-dev": { - "jakub-onderka/php-console-highlighter": "0.3.2", - "jakub-onderka/php-parallel-lint": "1.0.0", - "mediawiki/mediawiki-codesniffer": "22.0.0", - "mediawiki/minus-x": "0.3.1", - "ockcyp/covers-validator": "0.5.1 || 0.6.1", - "phpunit/phpunit": "4.8.36 || ^6.5" - }, - "type": "library", - "autoload": { - "files": [ - "src/Wikimedia/Functions.php" - ], - "psr-4": { - "Wikimedia\\AtEase\\": "src/Wikimedia/AtEase/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "Tim Starling", - "email": "tstarling@wikimedia.org" - }, - { - "name": "MediaWiki developers", - "email": "wikitech-l@lists.wikimedia.org" - } - ], - "description": "Safe replacement to @ for suppressing warnings.", - "homepage": "https://www.mediawiki.org/wiki/at-ease", - "support": { - "source": "https://github.com/wikimedia/at-ease/tree/master" - }, - "time": "2018-10-10T15:39:06+00:00" - } - ], - "aliases": [], - "minimum-stability": "dev", - "stability-flags": [], - "prefer-stable": false, - "prefer-lowest": false, - "platform": [], - "platform-dev": [], - "platform-overrides": { - "php": "7.2" - }, - "plugin-api-version": "2.3.0" -} diff --git a/packages/js/navigation/jest.config.json b/packages/js/navigation/jest.config.json index 72834f732cd..91c0faef97f 100644 --- a/packages/js/navigation/jest.config.json +++ b/packages/js/navigation/jest.config.json @@ -1,4 +1,4 @@ { "rootDir": "./src", - "preset": "../../js-tests/jest.config.js" + "preset": "../../internal-js-tests/jest.config.js" } diff --git a/packages/js/notices/changelog/.gitkeep b/packages/js/notices/changelog/.gitkeep deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/packages/js/notices/changelog/add-js-packages-changelogger b/packages/js/notices/changelog/add-js-packages-changelogger deleted file mode 100644 index 34c7e271ae2..00000000000 --- a/packages/js/notices/changelog/add-js-packages-changelogger +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Add Jetpack Changelogger diff --git a/packages/js/notices/changelog/dev-33098-migrate-woo-notice-to-ts b/packages/js/notices/changelog/dev-33098-migrate-woo-notice-to-ts deleted file mode 100644 index 13cf6e2b7b2..00000000000 --- a/packages/js/notices/changelog/dev-33098-migrate-woo-notice-to-ts +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: dev - -Migrate @woocommerce/notices to TS diff --git a/packages/js/notices/changelog/fix-json-formatting b/packages/js/notices/changelog/fix-json-formatting deleted file mode 100644 index 86caf30915a..00000000000 --- a/packages/js/notices/changelog/fix-json-formatting +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: dev -Comment: This is a JSON formatting change. - - diff --git a/packages/js/notices/changelog/fix-standardize-lint-monorepo b/packages/js/notices/changelog/fix-standardize-lint-monorepo deleted file mode 100644 index 684cc6c8fd3..00000000000 --- a/packages/js/notices/changelog/fix-standardize-lint-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: dev - -Standardize lint scripts: add lint:fix diff --git a/packages/js/notices/composer.json b/packages/js/notices/composer.json deleted file mode 100644 index 1ccd8779632..00000000000 --- a/packages/js/notices/composer.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "woocommerce/notices", - "description": "State management for notices.", - "type": "library", - "license": "GPL-3.0-or-later", - "minimum-stability": "dev", - "require-dev": { - "automattic/jetpack-changelogger": "3.0.2" - }, - "config": { - "platform": { - "php": "7.2" - } - }, - "extra": { - "changelogger": { - "formatter": { - "filename": "../../../tools/changelogger/PackageFormatter.php" - }, - "types": { - "fix": "Fixes an existing bug", - "add": "Adds functionality", - "update": "Update existing functionality", - "dev": "Development related task", - "tweak": "A minor adjustment to the codebase", - "performance": "Address performance issues", - "enhancement": "Improve existing functionality" - }, - "changelog": "NEXT_CHANGELOG.md" - } - } -} diff --git a/packages/js/notices/composer.lock b/packages/js/notices/composer.lock deleted file mode 100644 index db1a195d2cb..00000000000 --- a/packages/js/notices/composer.lock +++ /dev/null @@ -1,482 +0,0 @@ -{ - "_readme": [ - "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", - "This file is @generated automatically" - ], - "content-hash": "31e022d61772aa80910da6a4f75062fb", - "packages": [], - "packages-dev": [ - { - "name": "automattic/jetpack-changelogger", - "version": "v3.0.2", - "source": { - "type": "git", - "url": "https://github.com/Automattic/jetpack-changelogger.git", - "reference": "b76f9cb4c22ec08490eff91a2e0e5aa586ee04b3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/b76f9cb4c22ec08490eff91a2e0e5aa586ee04b3", - "reference": "b76f9cb4c22ec08490eff91a2e0e5aa586ee04b3", - "shasum": "" - }, - "require": { - "php": ">=5.6", - "symfony/console": "^3.4 | ^5.2", - "symfony/process": "^3.4 | ^5.2", - "wikimedia/at-ease": "^1.2 | ^2.0" - }, - "require-dev": { - "wikimedia/testing-access-wrapper": "^1.0 | ^2.0", - "yoast/phpunit-polyfills": "1.0.2" - }, - "bin": [ - "bin/changelogger" - ], - "type": "project", - "extra": { - "autotagger": true, - "branch-alias": { - "dev-master": "3.0.x-dev" - }, - "mirror-repo": "Automattic/jetpack-changelogger", - "version-constants": { - "::VERSION": "src/Application.php" - }, - "changelogger": { - "link-template": "https://github.com/Automattic/jetpack-changelogger/compare/${old}...${new}" - } - }, - "autoload": { - "psr-4": { - "Automattic\\Jetpack\\Changelog\\": "lib", - "Automattic\\Jetpack\\Changelogger\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0-or-later" - ], - "description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.", - "support": { - "source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.0.2" - }, - "time": "2021-11-02T14:06:49+00:00" - }, - { - "name": "psr/log", - "version": "1.1.4", - "source": { - "type": "git", - "url": "https://github.com/php-fig/log.git", - "reference": "d49695b909c3b7628b6289db5479a1c204601f11" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", - "reference": "d49695b909c3b7628b6289db5479a1c204601f11", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Log\\": "Psr/Log/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" - } - ], - "description": "Common interface for logging libraries", - "homepage": "https://github.com/php-fig/log", - "keywords": [ - "log", - "psr", - "psr-3" - ], - "support": { - "source": "https://github.com/php-fig/log/tree/1.1.4" - }, - "time": "2021-05-03T11:20:27+00:00" - }, - { - "name": "symfony/console", - "version": "3.4.x-dev", - "source": { - "type": "git", - "url": "https://github.com/symfony/console.git", - "reference": "a10b1da6fc93080c180bba7219b5ff5b7518fe81" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/a10b1da6fc93080c180bba7219b5ff5b7518fe81", - "reference": "a10b1da6fc93080c180bba7219b5ff5b7518fe81", - "shasum": "" - }, - "require": { - "php": "^5.5.9|>=7.0.8", - "symfony/debug": "~2.8|~3.0|~4.0", - "symfony/polyfill-mbstring": "~1.0" - }, - "conflict": { - "symfony/dependency-injection": "<3.4", - "symfony/process": "<3.3" - }, - "provide": { - "psr/log-implementation": "1.0" - }, - "require-dev": { - "psr/log": "~1.0", - "symfony/config": "~3.3|~4.0", - "symfony/dependency-injection": "~3.4|~4.0", - "symfony/event-dispatcher": "~2.8|~3.0|~4.0", - "symfony/lock": "~3.4|~4.0", - "symfony/process": "~3.3|~4.0" - }, - "suggest": { - "psr/log": "For using the console logger", - "symfony/event-dispatcher": "", - "symfony/lock": "", - "symfony/process": "" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Console\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Console Component", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/console/tree/3.4" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2020-10-24T10:57:07+00:00" - }, - { - "name": "symfony/debug", - "version": "4.4.x-dev", - "source": { - "type": "git", - "url": "https://github.com/symfony/debug.git", - "reference": "6637e62480b60817b9a6984154a533e8e64c6bd5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/6637e62480b60817b9a6984154a533e8e64c6bd5", - "reference": "6637e62480b60817b9a6984154a533e8e64c6bd5", - "shasum": "" - }, - "require": { - "php": ">=7.1.3", - "psr/log": "^1|^2|^3" - }, - "conflict": { - "symfony/http-kernel": "<3.4" - }, - "require-dev": { - "symfony/http-kernel": "^3.4|^4.0|^5.0" - }, - "default-branch": true, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Debug\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Provides tools to ease debugging PHP code", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/debug/tree/v4.4.41" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2022-04-12T15:19:55+00:00" - }, - { - "name": "symfony/polyfill-mbstring", - "version": "dev-main", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", - "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "provide": { - "ext-mbstring": "*" - }, - "suggest": { - "ext-mbstring": "For best performance" - }, - "default-branch": true, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.26-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill for the Mbstring extension", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "mbstring", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/main" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2022-05-24T11:49:31+00:00" - }, - { - "name": "symfony/process", - "version": "3.4.x-dev", - "source": { - "type": "git", - "url": "https://github.com/symfony/process.git", - "reference": "b8648cf1d5af12a44a51d07ef9bf980921f15fca" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/b8648cf1d5af12a44a51d07ef9bf980921f15fca", - "reference": "b8648cf1d5af12a44a51d07ef9bf980921f15fca", - "shasum": "" - }, - "require": { - "php": "^5.5.9|>=7.0.8" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Process\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Process Component", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/process/tree/3.4" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2020-10-24T10:57:07+00:00" - }, - { - "name": "wikimedia/at-ease", - "version": "v2.0.0", - "source": { - "type": "git", - "url": "https://github.com/wikimedia/at-ease.git", - "reference": "013ac61929797839c80a111a3f1a4710d8248e7a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/wikimedia/at-ease/zipball/013ac61929797839c80a111a3f1a4710d8248e7a", - "reference": "013ac61929797839c80a111a3f1a4710d8248e7a", - "shasum": "" - }, - "require": { - "php": ">=5.6.99" - }, - "require-dev": { - "jakub-onderka/php-console-highlighter": "0.3.2", - "jakub-onderka/php-parallel-lint": "1.0.0", - "mediawiki/mediawiki-codesniffer": "22.0.0", - "mediawiki/minus-x": "0.3.1", - "ockcyp/covers-validator": "0.5.1 || 0.6.1", - "phpunit/phpunit": "4.8.36 || ^6.5" - }, - "type": "library", - "autoload": { - "files": [ - "src/Wikimedia/Functions.php" - ], - "psr-4": { - "Wikimedia\\AtEase\\": "src/Wikimedia/AtEase/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "Tim Starling", - "email": "tstarling@wikimedia.org" - }, - { - "name": "MediaWiki developers", - "email": "wikitech-l@lists.wikimedia.org" - } - ], - "description": "Safe replacement to @ for suppressing warnings.", - "homepage": "https://www.mediawiki.org/wiki/at-ease", - "support": { - "source": "https://github.com/wikimedia/at-ease/tree/master" - }, - "time": "2018-10-10T15:39:06+00:00" - } - ], - "aliases": [], - "minimum-stability": "dev", - "stability-flags": [], - "prefer-stable": false, - "prefer-lowest": false, - "platform": [], - "platform-dev": [], - "platform-overrides": { - "php": "7.2" - }, - "plugin-api-version": "2.3.0" -} diff --git a/packages/js/number/jest.config.json b/packages/js/number/jest.config.json index 72834f732cd..91c0faef97f 100644 --- a/packages/js/number/jest.config.json +++ b/packages/js/number/jest.config.json @@ -1,4 +1,4 @@ { "rootDir": "./src", - "preset": "../../js-tests/jest.config.js" + "preset": "../../internal-js-tests/jest.config.js" } diff --git a/packages/js/onboarding/package.json b/packages/js/onboarding/package.json index a0ef7fd9345..2a469af9f94 100644 --- a/packages/js/onboarding/package.json +++ b/packages/js/onboarding/package.json @@ -40,7 +40,7 @@ "@babel/core": "^7.17.5", "@types/wordpress__data": "^6.0.0", "@woocommerce/eslint-plugin": "workspace:*", - "@woocommerce/style-build": "workspace:*", + "@woocommerce/internal-style-build": "workspace:*", "@wordpress/browserslist-config": "^4.1.1", "css-loader": "^3.6.0", "eslint": "^8.12.0", diff --git a/packages/js/onboarding/webpack.config.js b/packages/js/onboarding/webpack.config.js index 5c56294e0f0..46a04612713 100644 --- a/packages/js/onboarding/webpack.config.js +++ b/packages/js/onboarding/webpack.config.js @@ -1,7 +1,7 @@ /** * Internal dependencies */ -const { webpackConfig } = require( '@woocommerce/style-build' ); +const { webpackConfig } = require( '@woocommerce/internal-style-build' ); module.exports = { mode: process.env.NODE_ENV || 'development', diff --git a/packages/js/style-build/changelog/.gitkeep b/packages/js/style-build/changelog/.gitkeep deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/packages/js/style-build/changelog/add-js-packages-changelogger b/packages/js/style-build/changelog/add-js-packages-changelogger deleted file mode 100644 index 34c7e271ae2..00000000000 --- a/packages/js/style-build/changelog/add-js-packages-changelogger +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Add Jetpack Changelogger diff --git a/packages/js/style-build/changelog/fix-standardize-lint-monorepo b/packages/js/style-build/changelog/fix-standardize-lint-monorepo deleted file mode 100644 index 684cc6c8fd3..00000000000 --- a/packages/js/style-build/changelog/fix-standardize-lint-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: dev - -Standardize lint scripts: add lint:fix diff --git a/packages/js/style-build/composer.json b/packages/js/style-build/composer.json deleted file mode 100644 index 3640d9bdc53..00000000000 --- a/packages/js/style-build/composer.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "woocommerce/style-build", - "description": "WooCommerce Components SASS Build", - "type": "library", - "license": "GPL-3.0-or-later", - "minimum-stability": "dev", - "require-dev": { - "automattic/jetpack-changelogger": "3.0.2" - }, - "config": { - "platform": { - "php": "7.2" - } - }, - "extra": { - "changelogger": { - "formatter": { - "filename": "../../../tools/changelogger/PackageFormatter.php" - }, - "types": { - "fix": "Fixes an existing bug", - "add": "Adds functionality", - "update": "Update existing functionality", - "dev": "Development related task", - "tweak": "A minor adjustment to the codebase", - "performance": "Address performance issues", - "enhancement": "Improve existing functionality" - }, - "changelog": "NEXT_CHANGELOG.md" - } - } -} diff --git a/packages/js/style-build/composer.lock b/packages/js/style-build/composer.lock deleted file mode 100644 index ce0c4490f46..00000000000 --- a/packages/js/style-build/composer.lock +++ /dev/null @@ -1,482 +0,0 @@ -{ - "_readme": [ - "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", - "This file is @generated automatically" - ], - "content-hash": "b737a8804b01ff6f93540059542fd631", - "packages": [], - "packages-dev": [ - { - "name": "automattic/jetpack-changelogger", - "version": "v3.0.2", - "source": { - "type": "git", - "url": "https://github.com/Automattic/jetpack-changelogger.git", - "reference": "b76f9cb4c22ec08490eff91a2e0e5aa586ee04b3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/b76f9cb4c22ec08490eff91a2e0e5aa586ee04b3", - "reference": "b76f9cb4c22ec08490eff91a2e0e5aa586ee04b3", - "shasum": "" - }, - "require": { - "php": ">=5.6", - "symfony/console": "^3.4 | ^5.2", - "symfony/process": "^3.4 | ^5.2", - "wikimedia/at-ease": "^1.2 | ^2.0" - }, - "require-dev": { - "wikimedia/testing-access-wrapper": "^1.0 | ^2.0", - "yoast/phpunit-polyfills": "1.0.2" - }, - "bin": [ - "bin/changelogger" - ], - "type": "project", - "extra": { - "autotagger": true, - "branch-alias": { - "dev-master": "3.0.x-dev" - }, - "mirror-repo": "Automattic/jetpack-changelogger", - "version-constants": { - "::VERSION": "src/Application.php" - }, - "changelogger": { - "link-template": "https://github.com/Automattic/jetpack-changelogger/compare/${old}...${new}" - } - }, - "autoload": { - "psr-4": { - "Automattic\\Jetpack\\Changelog\\": "lib", - "Automattic\\Jetpack\\Changelogger\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0-or-later" - ], - "description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.", - "support": { - "source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.0.2" - }, - "time": "2021-11-02T14:06:49+00:00" - }, - { - "name": "psr/log", - "version": "1.1.4", - "source": { - "type": "git", - "url": "https://github.com/php-fig/log.git", - "reference": "d49695b909c3b7628b6289db5479a1c204601f11" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", - "reference": "d49695b909c3b7628b6289db5479a1c204601f11", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Log\\": "Psr/Log/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" - } - ], - "description": "Common interface for logging libraries", - "homepage": "https://github.com/php-fig/log", - "keywords": [ - "log", - "psr", - "psr-3" - ], - "support": { - "source": "https://github.com/php-fig/log/tree/1.1.4" - }, - "time": "2021-05-03T11:20:27+00:00" - }, - { - "name": "symfony/console", - "version": "3.4.x-dev", - "source": { - "type": "git", - "url": "https://github.com/symfony/console.git", - "reference": "a10b1da6fc93080c180bba7219b5ff5b7518fe81" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/a10b1da6fc93080c180bba7219b5ff5b7518fe81", - "reference": "a10b1da6fc93080c180bba7219b5ff5b7518fe81", - "shasum": "" - }, - "require": { - "php": "^5.5.9|>=7.0.8", - "symfony/debug": "~2.8|~3.0|~4.0", - "symfony/polyfill-mbstring": "~1.0" - }, - "conflict": { - "symfony/dependency-injection": "<3.4", - "symfony/process": "<3.3" - }, - "provide": { - "psr/log-implementation": "1.0" - }, - "require-dev": { - "psr/log": "~1.0", - "symfony/config": "~3.3|~4.0", - "symfony/dependency-injection": "~3.4|~4.0", - "symfony/event-dispatcher": "~2.8|~3.0|~4.0", - "symfony/lock": "~3.4|~4.0", - "symfony/process": "~3.3|~4.0" - }, - "suggest": { - "psr/log": "For using the console logger", - "symfony/event-dispatcher": "", - "symfony/lock": "", - "symfony/process": "" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Console\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Console Component", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/console/tree/3.4" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2020-10-24T10:57:07+00:00" - }, - { - "name": "symfony/debug", - "version": "4.4.x-dev", - "source": { - "type": "git", - "url": "https://github.com/symfony/debug.git", - "reference": "6637e62480b60817b9a6984154a533e8e64c6bd5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/6637e62480b60817b9a6984154a533e8e64c6bd5", - "reference": "6637e62480b60817b9a6984154a533e8e64c6bd5", - "shasum": "" - }, - "require": { - "php": ">=7.1.3", - "psr/log": "^1|^2|^3" - }, - "conflict": { - "symfony/http-kernel": "<3.4" - }, - "require-dev": { - "symfony/http-kernel": "^3.4|^4.0|^5.0" - }, - "default-branch": true, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Debug\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Provides tools to ease debugging PHP code", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/debug/tree/v4.4.41" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2022-04-12T15:19:55+00:00" - }, - { - "name": "symfony/polyfill-mbstring", - "version": "dev-main", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", - "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "provide": { - "ext-mbstring": "*" - }, - "suggest": { - "ext-mbstring": "For best performance" - }, - "default-branch": true, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.26-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill for the Mbstring extension", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "mbstring", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/main" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2022-05-24T11:49:31+00:00" - }, - { - "name": "symfony/process", - "version": "3.4.x-dev", - "source": { - "type": "git", - "url": "https://github.com/symfony/process.git", - "reference": "b8648cf1d5af12a44a51d07ef9bf980921f15fca" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/b8648cf1d5af12a44a51d07ef9bf980921f15fca", - "reference": "b8648cf1d5af12a44a51d07ef9bf980921f15fca", - "shasum": "" - }, - "require": { - "php": "^5.5.9|>=7.0.8" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Process\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Process Component", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/process/tree/3.4" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2020-10-24T10:57:07+00:00" - }, - { - "name": "wikimedia/at-ease", - "version": "v2.0.0", - "source": { - "type": "git", - "url": "https://github.com/wikimedia/at-ease.git", - "reference": "013ac61929797839c80a111a3f1a4710d8248e7a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/wikimedia/at-ease/zipball/013ac61929797839c80a111a3f1a4710d8248e7a", - "reference": "013ac61929797839c80a111a3f1a4710d8248e7a", - "shasum": "" - }, - "require": { - "php": ">=5.6.99" - }, - "require-dev": { - "jakub-onderka/php-console-highlighter": "0.3.2", - "jakub-onderka/php-parallel-lint": "1.0.0", - "mediawiki/mediawiki-codesniffer": "22.0.0", - "mediawiki/minus-x": "0.3.1", - "ockcyp/covers-validator": "0.5.1 || 0.6.1", - "phpunit/phpunit": "4.8.36 || ^6.5" - }, - "type": "library", - "autoload": { - "files": [ - "src/Wikimedia/Functions.php" - ], - "psr-4": { - "Wikimedia\\AtEase\\": "src/Wikimedia/AtEase/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "Tim Starling", - "email": "tstarling@wikimedia.org" - }, - { - "name": "MediaWiki developers", - "email": "wikitech-l@lists.wikimedia.org" - } - ], - "description": "Safe replacement to @ for suppressing warnings.", - "homepage": "https://www.mediawiki.org/wiki/at-ease", - "support": { - "source": "https://github.com/wikimedia/at-ease/tree/master" - }, - "time": "2018-10-10T15:39:06+00:00" - } - ], - "aliases": [], - "minimum-stability": "dev", - "stability-flags": [], - "prefer-stable": false, - "prefer-lowest": false, - "platform": [], - "platform-dev": [], - "platform-overrides": { - "php": "7.2" - }, - "plugin-api-version": "2.3.0" -} diff --git a/packages/js/style-build/project.json b/packages/js/style-build/project.json deleted file mode 100644 index b88003dd526..00000000000 --- a/packages/js/style-build/project.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "root": "packages/js/style-build", - "sourceRoot": "packages/js/style-build/src", - "projectType": "library", - "targets": { - "changelog": { - "executor": "./tools/executors/changelogger:changelog", - "options": { - "action": "add", - "cwd": "packages/js/style-build" - } - } - } - } \ No newline at end of file diff --git a/plugins/woocommerce-admin/client/homescreen/activity-panel/reviews/test/index.js b/plugins/woocommerce-admin/client/homescreen/activity-panel/reviews/test/index.js index 3384c5d8ace..fb8c93bc76d 100644 --- a/plugins/woocommerce-admin/client/homescreen/activity-panel/reviews/test/index.js +++ b/plugins/woocommerce-admin/client/homescreen/activity-panel/reviews/test/index.js @@ -2,7 +2,7 @@ * External dependencies */ import { render, screen, fireEvent } from '@testing-library/react'; -import { getByTextWithMarkup } from '@woocommerce/js-tests'; +import { getByTextWithMarkup } from '@woocommerce/internal-js-tests'; /** * Internal dependencies diff --git a/plugins/woocommerce-admin/client/jest.config.js b/plugins/woocommerce-admin/client/jest.config.js index 0a4cf7441de..b914507a01f 100644 --- a/plugins/woocommerce-admin/client/jest.config.js +++ b/plugins/woocommerce-admin/client/jest.config.js @@ -1,6 +1,6 @@ module.exports = { rootDir: './', - preset: '../../../packages/js/js-tests/jest.config.js', + preset: '../../../packages/js/internal-js-tests/jest.config.js', globals: { 'ts-jest': { diagnostics: { diff --git a/plugins/woocommerce-admin/client/layout/index.js b/plugins/woocommerce-admin/client/layout/index.js index 53df9bff39a..4a47962a165 100644 --- a/plugins/woocommerce-admin/client/layout/index.js +++ b/plugins/woocommerce-admin/client/layout/index.js @@ -25,7 +25,7 @@ import { withOptionsHydration, } from '@woocommerce/data'; import { recordPageView } from '@woocommerce/tracks'; -import '@woocommerce/notices'; +import '@woocommerce/internal-notices'; import { PluginArea } from '@wordpress/plugins'; /** diff --git a/plugins/woocommerce-admin/package.json b/plugins/woocommerce-admin/package.json index 0050ebd4a47..efd3da7e7bb 100644 --- a/plugins/woocommerce-admin/package.json +++ b/plugins/woocommerce-admin/package.json @@ -42,7 +42,7 @@ "start": "pnpm run install-if-deps-outdated && cross-env WC_ADMIN_PHASE=development pnpm run build:packages && cross-env WC_ADMIN_PHASE=development pnpm run build:feature-config && concurrently \"cross-env WC_ADMIN_PHASE=development webpack --watch\" \"cross-env WC_ADMIN_PHASE=development pnpm run:packages -- start --parallel\"", "start:package": "pnpm run:packages -- start --parallel", "pretest": "pnpm run -s install-if-no-packages", - "test": "pnpm nx build @woocommerce/js-tests && pnpm run test:client", + "test": "pnpm nx build @woocommerce/internal-js-tests && pnpm run test:client", "test-staged": "pnpm run test:client -- --bail --findRelatedTests", "test:client": "jest --config client/jest.config.js", "test:debug": "node --inspect-brk ./node_modules/.bin/jest --config client/jest.config.js --watch --runInBand --no-cache", @@ -147,12 +147,12 @@ "@woocommerce/eslint-plugin": "workspace:*", "@woocommerce/experimental": "workspace:*", "@woocommerce/explat": "workspace:*", - "@woocommerce/js-tests": "workspace:*", + "@woocommerce/internal-js-tests": "workspace:*", "@woocommerce/navigation": "workspace:*", - "@woocommerce/notices": "workspace:*", + "@woocommerce/internal-notices": "workspace:*", "@woocommerce/number": "workspace:*", "@woocommerce/onboarding": "workspace:*", - "@woocommerce/style-build": "workspace:*", + "@woocommerce/internal-style-build": "workspace:*", "@woocommerce/tracks": "workspace:*", "@wordpress/babel-preset-default": "^6.5.1", "@wordpress/browserslist-config": "^4.1.1", diff --git a/plugins/woocommerce-admin/webpack.config.js b/plugins/woocommerce-admin/webpack.config.js index 15c27e3141b..b5a3c1bfa61 100644 --- a/plugins/woocommerce-admin/webpack.config.js +++ b/plugins/woocommerce-admin/webpack.config.js @@ -15,7 +15,7 @@ const ForkTsCheckerWebpackPlugin = require( 'fork-ts-checker-webpack-plugin' ); */ const AsyncChunkSrcVersionParameterPlugin = require( './chunk-src-version-param' ); const UnminifyWebpackPlugin = require( './unminify' ); -const { webpackConfig: styleConfig } = require( '@woocommerce/style-build' ); +const { webpackConfig: styleConfig } = require( '@woocommerce/internal-style-build' ); const WooCommerceDependencyExtractionWebpackPlugin = require( '../../packages/js/dependency-extraction-webpack-plugin/src/index' ); const NODE_ENV = process.env.NODE_ENV || 'development'; @@ -30,7 +30,7 @@ const wcAdminPackages = [ 'experimental', 'explat', 'navigation', - 'notices', + 'internal-notices', 'number', 'data', 'tracks', diff --git a/plugins/woocommerce/src/Internal/Admin/WCAdminAssets.php b/plugins/woocommerce/src/Internal/Admin/WCAdminAssets.php index d8990800933..3b5d34e38ee 100644 --- a/plugins/woocommerce/src/Internal/Admin/WCAdminAssets.php +++ b/plugins/woocommerce/src/Internal/Admin/WCAdminAssets.php @@ -253,7 +253,7 @@ class WCAdminAssets { 'wc-experimental', 'wc-customer-effort-score', // NOTE: This should be removed when Gutenberg is updated and the notices package is removed from WooCommerce Admin. - 'wc-notices', + 'wc-internal-notices', 'wc-number', 'wc-tracks', 'wc-date', @@ -365,7 +365,7 @@ class WCAdminAssets { 'wc-navigation', // NOTE: This should be removed when Gutenberg is updated and // the notices package is removed from WooCommerce Admin. - 'wc-notices', + 'wc-internal-notices', 'wc-number', 'wc-date', 'wc-components', diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8894a279a8b..12c052a60ce 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -238,8 +238,8 @@ importers: '@woocommerce/data': workspace:* '@woocommerce/date': workspace:* '@woocommerce/eslint-plugin': workspace:* + '@woocommerce/internal-style-build': workspace:* '@woocommerce/navigation': workspace:* - '@woocommerce/style-build': workspace:* '@wordpress/api-fetch': ^6.0.1 '@wordpress/browserslist-config': ^4.1.1 '@wordpress/components': ^19.5.0 @@ -345,7 +345,7 @@ importers: '@testing-library/react': 12.1.4 '@testing-library/user-event': 13.5.0_@testing-library+dom@8.11.3 '@woocommerce/eslint-plugin': link:../eslint-plugin - '@woocommerce/style-build': link:../style-build + '@woocommerce/internal-style-build': link:../internal-style-build '@wordpress/browserslist-config': 4.1.2 '@wordpress/scripts': 12.6.1_6cad74fe17bf42b947bda894b27e9dc2 concurrently: 7.0.0 @@ -425,7 +425,7 @@ importers: '@types/wordpress__components': ^9.8.6 '@woocommerce/eslint-plugin': workspace:* '@woocommerce/experimental': workspace:* - '@woocommerce/style-build': workspace:* + '@woocommerce/internal-style-build': workspace:* '@wordpress/browserslist-config': ^4.1.1 '@wordpress/components': ^19.5.0 '@wordpress/compose': ^5.1.2 @@ -465,7 +465,7 @@ importers: '@types/prop-types': 15.7.4 '@types/wordpress__components': 9.8.6 '@woocommerce/eslint-plugin': link:../eslint-plugin - '@woocommerce/style-build': link:../style-build + '@woocommerce/internal-style-build': link:../internal-style-build '@wordpress/browserslist-config': 4.1.2 concurrently: 7.0.0 css-loader: 3.6.0_webpack@5.70.0 @@ -615,24 +615,6 @@ importers: webpack: 5.70.0_webpack-cli@3.3.12 webpack-cli: 3.3.12_webpack@5.70.0 - packages/js/e2e-builds: - specifiers: - '@babel/core': 7.12.9 - '@woocommerce/eslint-plugin': workspace:* - chalk: ^4.1.2 - eslint: ^8.12.0 - glob: ^7.2.0 - lodash: ^4.17.21 - mkdirp: ^1.0.4 - devDependencies: - '@babel/core': 7.12.9 - '@woocommerce/eslint-plugin': link:../eslint-plugin - chalk: 4.1.2 - eslint: 8.12.0 - glob: 7.2.0 - lodash: 4.17.21 - mkdirp: 1.0.4 - packages/js/e2e-core-tests: specifiers: '@babel/cli': 7.12.8 @@ -644,8 +626,8 @@ importers: '@babel/polyfill': 7.12.1 '@babel/preset-env': 7.12.7 '@jest/globals': ^26.4.2 - '@woocommerce/e2e-builds': workspace:* '@woocommerce/eslint-plugin': workspace:* + '@woocommerce/internal-e2e-builds': workspace:* '@wordpress/babel-plugin-import-jsx-pragma': 1.1.3 '@wordpress/babel-preset-default': 3.0.2 '@wordpress/browserslist-config': ^4.1.0 @@ -665,8 +647,8 @@ importers: '@babel/plugin-transform-runtime': 7.16.4_@babel+core@7.12.9 '@babel/polyfill': 7.12.1 '@babel/preset-env': 7.12.7_@babel+core@7.12.9 - '@woocommerce/e2e-builds': link:../e2e-builds '@woocommerce/eslint-plugin': link:../eslint-plugin + '@woocommerce/internal-e2e-builds': link:../internal-e2e-builds '@wordpress/babel-plugin-import-jsx-pragma': 1.1.3_@babel+core@7.12.9 '@wordpress/babel-preset-default': 3.0.2 '@wordpress/browserslist-config': 4.1.0 @@ -686,8 +668,8 @@ importers: '@jest/test-sequencer': ^25.5.4 '@slack/web-api': ^6.1.0 '@woocommerce/api': ^0.2.0 - '@woocommerce/e2e-builds': workspace:* '@woocommerce/eslint-plugin': workspace:* + '@woocommerce/internal-e2e-builds': workspace:* '@wordpress/babel-plugin-import-jsx-pragma': 1.1.3 '@wordpress/babel-preset-default': 3.0.2 '@wordpress/browserslist-config': ^4.1.0 @@ -736,8 +718,8 @@ importers: '@babel/plugin-transform-runtime': 7.16.4_@babel+core@7.12.9 '@babel/polyfill': 7.12.1 '@babel/preset-env': 7.12.7_@babel+core@7.12.9 - '@woocommerce/e2e-builds': link:../e2e-builds '@woocommerce/eslint-plugin': link:../eslint-plugin + '@woocommerce/internal-e2e-builds': link:../internal-e2e-builds '@wordpress/babel-plugin-import-jsx-pragma': 1.1.3_@babel+core@7.12.9 '@wordpress/babel-preset-default': 3.0.2 '@wordpress/browserslist-config': 4.1.0 @@ -758,7 +740,7 @@ importers: '@babel/preset-env': 7.12.7 '@typescript-eslint/eslint-plugin': ^5.3.0 '@typescript-eslint/parser': ^5.3.0 - '@woocommerce/e2e-builds': workspace:* + '@woocommerce/internal-e2e-builds': workspace:* '@wordpress/babel-plugin-import-jsx-pragma': 1.1.3 '@wordpress/babel-preset-default': 3.0.2 '@wordpress/browserslist-config': ^4.1.0 @@ -784,7 +766,7 @@ importers: '@babel/preset-env': 7.12.7_@babel+core@7.12.9 '@typescript-eslint/eslint-plugin': 5.3.0_ef742ec0d85d332d26b421951e243e75 '@typescript-eslint/parser': 5.3.0_eslint@8.1.0+typescript@4.2.4 - '@woocommerce/e2e-builds': link:../e2e-builds + '@woocommerce/internal-e2e-builds': link:../internal-e2e-builds '@wordpress/babel-plugin-import-jsx-pragma': 1.1.3_@babel+core@7.12.9 '@wordpress/babel-preset-default': 3.0.2 '@wordpress/browserslist-config': 4.1.0 @@ -833,7 +815,7 @@ importers: '@types/react-transition-group': ^4.4.4 '@woocommerce/components': workspace:* '@woocommerce/eslint-plugin': workspace:* - '@woocommerce/style-build': workspace:* + '@woocommerce/internal-style-build': workspace:* '@wordpress/browserslist-config': ^4.1.1 '@wordpress/components': ^19.5.0 '@wordpress/element': ^4.1.1 @@ -883,7 +865,7 @@ importers: '@types/dompurify': 2.3.3 '@types/react-transition-group': 4.4.4 '@woocommerce/eslint-plugin': link:../eslint-plugin - '@woocommerce/style-build': link:../style-build + '@woocommerce/internal-style-build': link:../internal-style-build '@wordpress/browserslist-config': 4.1.2 concurrently: 7.0.0 css-loader: 3.6.0_webpack@5.70.0 @@ -940,7 +922,25 @@ importers: packages/js/extend-cart-checkout-block: specifiers: {} - packages/js/js-tests: + packages/js/internal-e2e-builds: + specifiers: + '@babel/core': 7.12.9 + '@woocommerce/eslint-plugin': workspace:* + chalk: ^4.1.2 + eslint: ^8.12.0 + glob: ^7.2.0 + lodash: ^4.17.21 + mkdirp: ^1.0.4 + devDependencies: + '@babel/core': 7.12.9 + '@woocommerce/eslint-plugin': link:../eslint-plugin + chalk: 4.1.2 + eslint: 8.12.0 + glob: 7.2.0 + lodash: 4.17.21 + mkdirp: 1.0.4 + + packages/js/internal-js-tests: specifiers: '@babel/core': ^7.17.5 '@testing-library/jest-dom': ^5.16.2 @@ -960,7 +960,7 @@ importers: '@testing-library/jest-dom': 5.16.2 '@testing-library/react': 12.1.4 '@wordpress/data': 6.4.1 - '@wordpress/i18n': 4.4.1 + '@wordpress/i18n': 4.5.0 '@wordpress/jest-console': 5.0.2_jest@27.5.1 regenerator-runtime: 0.13.9 devDependencies: @@ -973,6 +973,78 @@ importers: ts-jest: 27.1.3_b64eba0a9f1c7068f7f3a75addda5ccd typescript: 4.6.2 + packages/js/internal-notices: + specifiers: + '@automattic/data-stores': ^2.0.1 + '@babel/core': ^7.17.5 + '@woocommerce/eslint-plugin': workspace:* + '@wordpress/a11y': ^3.5.0 + '@wordpress/data': ^6.3.0 + '@wordpress/notices': ^3.3.2 + eslint: ^8.12.0 + jest: ^27.5.1 + jest-cli: ^27.5.1 + redux: ^4.2.0 + rimraf: ^3.0.2 + ts-jest: ^27.1.3 + typescript: ^4.6.2 + dependencies: + '@wordpress/a11y': 3.5.0 + '@wordpress/data': 6.4.1 + '@wordpress/notices': 3.4.1 + devDependencies: + '@automattic/data-stores': 2.0.1_@wordpress+data@6.4.1 + '@babel/core': 7.17.8 + '@woocommerce/eslint-plugin': link:../eslint-plugin + eslint: 8.12.0 + jest: 27.5.1 + jest-cli: 27.5.1 + redux: 4.2.0 + rimraf: 3.0.2 + ts-jest: 27.1.3_b64eba0a9f1c7068f7f3a75addda5ccd + typescript: 4.6.2 + + packages/js/internal-style-build: + specifiers: + '@automattic/color-studio': ^2.5.0 + '@babel/core': ^7.17.5 + '@woocommerce/eslint-plugin': workspace:* + '@wordpress/base-styles': ^4.3.0 + '@wordpress/postcss-plugins-preset': ^1.6.0 + css-loader: ^3.6.0 + eslint: ^8.12.0 + jest: ^27.5.1 + jest-cli: ^27.5.1 + mini-css-extract-plugin: ^2.6.0 + postcss-loader: ^3.0.0 + rimraf: ^3.0.2 + sass-loader: ^10.2.1 + ts-jest: ^27.1.3 + typescript: ^4.6.2 + webpack: ^5.70.0 + webpack-remove-empty-scripts: ^0.7.3 + webpack-rtl-plugin: ^2.0.0 + dependencies: + '@automattic/color-studio': 2.5.0 + '@wordpress/base-styles': 4.3.0 + '@wordpress/postcss-plugins-preset': 1.6.0 + css-loader: 3.6.0_webpack@5.70.0 + mini-css-extract-plugin: 2.6.0_webpack@5.70.0 + postcss-loader: 3.0.0 + sass-loader: 10.2.1_sass@1.49.9+webpack@5.70.0 + webpack-remove-empty-scripts: 0.7.3_webpack@5.70.0 + webpack-rtl-plugin: 2.0.0 + devDependencies: + '@babel/core': 7.17.8 + '@woocommerce/eslint-plugin': link:../eslint-plugin + eslint: 8.12.0 + jest: 27.5.1 + jest-cli: 27.5.1 + rimraf: 3.0.2 + ts-jest: 27.1.3_b64eba0a9f1c7068f7f3a75addda5ccd + typescript: 4.6.2 + webpack: 5.70.0 + packages/js/navigation: specifiers: '@babel/core': ^7.17.5 @@ -1014,37 +1086,6 @@ importers: ts-jest: 27.1.3_b64eba0a9f1c7068f7f3a75addda5ccd typescript: 4.6.2 - packages/js/notices: - specifiers: - '@automattic/data-stores': ^2.0.1 - '@babel/core': ^7.17.5 - '@woocommerce/eslint-plugin': workspace:* - '@wordpress/a11y': ^3.5.0 - '@wordpress/data': ^6.3.0 - '@wordpress/notices': ^3.3.2 - eslint: ^8.12.0 - jest: ^27.5.1 - jest-cli: ^27.5.1 - redux: ^4.2.0 - rimraf: ^3.0.2 - ts-jest: ^27.1.3 - typescript: ^4.6.2 - dependencies: - '@wordpress/a11y': 3.5.0 - '@wordpress/data': 6.4.1 - '@wordpress/notices': 3.4.1 - devDependencies: - '@automattic/data-stores': 2.0.1_@wordpress+data@6.4.1 - '@babel/core': 7.17.8 - '@woocommerce/eslint-plugin': link:../eslint-plugin - eslint: 8.12.0 - jest: 27.5.1 - jest-cli: 27.5.1 - redux: 4.2.0 - rimraf: 3.0.2 - ts-jest: 27.1.3_b64eba0a9f1c7068f7f3a75addda5ccd - typescript: 4.6.2 - packages/js/number: specifiers: '@babel/core': ^7.17.5 @@ -1079,7 +1120,7 @@ importers: '@woocommerce/eslint-plugin': workspace:* '@woocommerce/experimental': workspace:* '@woocommerce/explat': workspace:* - '@woocommerce/style-build': workspace:* + '@woocommerce/internal-style-build': workspace:* '@woocommerce/tracks': workspace:* '@wordpress/browserslist-config': ^4.1.1 '@wordpress/components': ^19.5.0 @@ -1113,7 +1154,7 @@ importers: '@babel/core': 7.17.8 '@types/wordpress__data': 6.0.0 '@woocommerce/eslint-plugin': link:../eslint-plugin - '@woocommerce/style-build': link:../style-build + '@woocommerce/internal-style-build': link:../internal-style-build '@wordpress/browserslist-config': 4.1.2 css-loader: 3.6.0_webpack@5.70.0 eslint: 8.12.0 @@ -1127,47 +1168,6 @@ importers: webpack: 5.70.0_webpack-cli@3.3.12 webpack-cli: 3.3.12_webpack@5.70.0 - packages/js/style-build: - specifiers: - '@automattic/color-studio': ^2.5.0 - '@babel/core': ^7.17.5 - '@woocommerce/eslint-plugin': workspace:* - '@wordpress/base-styles': ^4.3.0 - '@wordpress/postcss-plugins-preset': ^1.6.0 - css-loader: ^3.6.0 - eslint: ^8.12.0 - jest: ^27.5.1 - jest-cli: ^27.5.1 - mini-css-extract-plugin: ^2.6.0 - postcss-loader: ^3.0.0 - rimraf: ^3.0.2 - sass-loader: ^10.2.1 - ts-jest: ^27.1.3 - typescript: ^4.6.2 - webpack: ^5.70.0 - webpack-remove-empty-scripts: ^0.7.3 - webpack-rtl-plugin: ^2.0.0 - dependencies: - '@automattic/color-studio': 2.5.0 - '@wordpress/base-styles': 4.3.0 - '@wordpress/postcss-plugins-preset': 1.6.0 - css-loader: 3.6.0_webpack@5.70.0 - mini-css-extract-plugin: 2.6.0_webpack@5.70.0 - postcss-loader: 3.0.0 - sass-loader: 10.2.1_sass@1.49.9+webpack@5.70.0 - webpack-remove-empty-scripts: 0.7.3_webpack@5.70.0 - webpack-rtl-plugin: 2.0.0 - devDependencies: - '@babel/core': 7.17.8 - '@woocommerce/eslint-plugin': link:../eslint-plugin - eslint: 8.12.0 - jest: 27.5.1 - jest-cli: 27.5.1 - rimraf: 3.0.2 - ts-jest: 27.1.3_b64eba0a9f1c7068f7f3a75addda5ccd - typescript: 4.6.2 - webpack: 5.70.0 - packages/js/tracks: specifiers: '@babel/core': ^7.17.5 @@ -1333,12 +1333,12 @@ importers: '@woocommerce/eslint-plugin': workspace:* '@woocommerce/experimental': workspace:* '@woocommerce/explat': workspace:* - '@woocommerce/js-tests': workspace:* + '@woocommerce/internal-js-tests': workspace:* + '@woocommerce/internal-notices': workspace:* + '@woocommerce/internal-style-build': workspace:* '@woocommerce/navigation': workspace:* - '@woocommerce/notices': workspace:* '@woocommerce/number': workspace:* '@woocommerce/onboarding': workspace:* - '@woocommerce/style-build': workspace:* '@woocommerce/tracks': workspace:* '@wordpress/a11y': ^3.5.0 '@wordpress/api-fetch': ^6.0.1 @@ -1537,12 +1537,12 @@ importers: '@woocommerce/eslint-plugin': link:../../packages/js/eslint-plugin '@woocommerce/experimental': link:../../packages/js/experimental '@woocommerce/explat': link:../../packages/js/explat - '@woocommerce/js-tests': link:../../packages/js/js-tests + '@woocommerce/internal-js-tests': link:../../packages/js/internal-js-tests + '@woocommerce/internal-notices': link:../../packages/js/internal-notices + '@woocommerce/internal-style-build': link:../../packages/js/internal-style-build '@woocommerce/navigation': link:../../packages/js/navigation - '@woocommerce/notices': link:../../packages/js/notices '@woocommerce/number': link:../../packages/js/number '@woocommerce/onboarding': link:../../packages/js/onboarding - '@woocommerce/style-build': link:../../packages/js/style-build '@woocommerce/tracks': link:../../packages/js/tracks '@wordpress/babel-preset-default': 6.6.1 '@wordpress/browserslist-config': 4.1.2 @@ -1758,7 +1758,7 @@ packages: fast-json-stable-stringify: 2.1.0 i18n-calypso: 5.0.0 qs: 6.10.3 - redux: 4.1.2 + redux: 4.2.0 tslib: 2.3.1 utility-types: 3.10.0 validator: 13.7.0 @@ -1896,7 +1896,7 @@ packages: '@babel/traverse': 7.17.3 '@babel/types': 7.17.0 convert-source-map: 1.8.0 - debug: 4.3.3 + debug: 4.3.4 gensync: 1.0.0-beta.2 json5: 2.2.0 lodash: 4.17.21 @@ -1965,7 +1965,7 @@ packages: '@babel/traverse': 7.17.3 '@babel/types': 7.17.0 convert-source-map: 1.8.0 - debug: 4.3.3 + debug: 4.3.4 gensync: 1.0.0-beta.2 json5: 2.2.0 semver: 6.3.0 @@ -4073,7 +4073,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.16.0: resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} @@ -4081,7 +4081,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.16.0 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 dev: true /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.16.12: @@ -4090,7 +4090,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.16.12 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.17.8: resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} @@ -4098,7 +4098,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.17.8 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.12.9: resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} @@ -4106,7 +4106,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 dev: false /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.16.0: @@ -4115,7 +4115,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.16.0 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 dev: true /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.16.12: @@ -4124,7 +4124,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.16.12 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 dev: true /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.17.8: @@ -4133,7 +4133,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.17.8 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.12.9: resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} @@ -4141,7 +4141,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.16.0: resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} @@ -4149,7 +4149,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.16.0 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 dev: true /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.16.12: @@ -4158,7 +4158,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.16.12 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.17.8: resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} @@ -4166,7 +4166,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.17.8 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.12.9: resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} @@ -4333,7 +4333,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 dev: false /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.16.0: @@ -4342,7 +4342,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.16.0 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 dev: true /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.16.12: @@ -4351,7 +4351,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.16.12 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 dev: true /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.17.8: @@ -4360,7 +4360,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.17.8 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.12.9: resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} @@ -4368,7 +4368,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.16.0: resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} @@ -4376,7 +4376,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.16.0 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 dev: true /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.16.12: @@ -4385,7 +4385,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.16.12 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.17.8: resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} @@ -4393,7 +4393,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.17.8 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 /@babel/plugin-syntax-jsx/7.12.1_@babel+core@7.12.9: resolution: {integrity: sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==} @@ -4459,7 +4459,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.16.0: resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} @@ -4467,7 +4467,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.16.0 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 dev: true /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.16.12: @@ -4476,7 +4476,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.16.12 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.17.8: resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} @@ -4484,7 +4484,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.17.8 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.12.9: resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} @@ -4492,7 +4492,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.16.0: resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} @@ -4500,7 +4500,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.16.0 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 dev: true /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.16.12: @@ -4509,7 +4509,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.16.12 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.17.8: resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} @@ -4517,7 +4517,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.17.8 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.12.9: resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} @@ -4525,7 +4525,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.16.0: resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} @@ -4533,7 +4533,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.16.0 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 dev: true /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.16.12: @@ -4542,7 +4542,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.16.12 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.17.8: resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} @@ -4550,7 +4550,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.17.8 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.12.9: resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} @@ -4558,7 +4558,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.16.0: resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} @@ -4566,7 +4566,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.16.0 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 dev: true /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.16.12: @@ -4575,7 +4575,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.16.12 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.17.8: resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} @@ -4583,7 +4583,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.17.8 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.12.9: resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} @@ -4591,7 +4591,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.16.0: resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} @@ -4599,7 +4599,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.16.0 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 dev: true /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.16.12: @@ -4608,7 +4608,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.16.12 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.17.8: resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} @@ -4616,7 +4616,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.17.8 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.12.9: resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} @@ -4624,7 +4624,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.16.0: resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} @@ -4632,7 +4632,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.16.0 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 dev: true /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.16.12: @@ -4641,7 +4641,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.16.12 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.17.8: resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} @@ -4649,7 +4649,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.17.8 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.12.9: resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} @@ -4697,7 +4697,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.16.0: resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} @@ -4706,7 +4706,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.16.0 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 dev: true /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.16.12: @@ -4716,7 +4716,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.16.12 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.17.8: resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} @@ -4725,7 +4725,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.17.8 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 /@babel/plugin-syntax-typescript/7.16.0_@babel+core@7.16.0: resolution: {integrity: sha512-Xv6mEXqVdaqCBfJFyeab0fH2DnUoMsDmhamxsSi4j8nLd4Vtw213WMJr55xxqipC/YVWyPY3K0blJncPYji+dQ==} @@ -7935,7 +7935,7 @@ packages: '@babel/helper-split-export-declaration': 7.16.7 '@babel/parser': 7.17.8 '@babel/types': 7.17.0 - debug: 4.3.3 + debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color @@ -10420,7 +10420,7 @@ packages: dev: true /@romainberger/css-diff/1.0.3: - resolution: {integrity: sha1-ztOHU11PQqQqwf4TwJ3pf1rhNEw=} + resolution: {integrity: sha512-zR2EvxtJvQXRxFtTnqazMsJADngyVIulzYQ+wVYWRC1Hw3e4gfEIbigX46wTsPUyjAI+lRXFrBSoCWcgZ6ZSlQ==} dependencies: lodash.merge: 4.6.2 postcss: 5.2.18 @@ -15427,7 +15427,7 @@ packages: '@types/mousetrap': 1.6.9 '@wordpress/deprecated': 3.4.1 '@wordpress/dom': 3.4.1 - '@wordpress/element': 4.2.1 + '@wordpress/element': 4.3.0 '@wordpress/is-shallow-equal': 4.4.1 '@wordpress/keycodes': 3.4.1 '@wordpress/priority-queue': 2.4.1 @@ -15448,7 +15448,7 @@ packages: '@types/mousetrap': 1.6.9 '@wordpress/deprecated': 3.4.1 '@wordpress/dom': 3.4.1 - '@wordpress/element': 4.2.1 + '@wordpress/element': 4.3.0 '@wordpress/is-shallow-equal': 4.4.1 '@wordpress/keycodes': 3.4.1 '@wordpress/priority-queue': 2.4.1 @@ -15568,7 +15568,7 @@ packages: is-promise: 4.0.0 lodash: 4.17.21 memize: 1.1.0 - redux: 4.1.2 + redux: 4.2.0 turbo-combine-reducers: 1.0.2 use-memo-one: 1.1.2 transitivePeerDependencies: @@ -15584,14 +15584,14 @@ packages: '@babel/runtime': 7.17.7 '@wordpress/compose': 5.2.1 '@wordpress/deprecated': 3.4.1 - '@wordpress/element': 4.2.1 + '@wordpress/element': 4.3.0 '@wordpress/is-shallow-equal': 4.4.1 '@wordpress/priority-queue': 2.4.1 - '@wordpress/redux-routine': 4.4.1_redux@4.1.2 + '@wordpress/redux-routine': 4.4.1_redux@4.2.0 equivalent-key-map: 0.2.2 is-promise: 4.0.0 lodash: 4.17.21 - redux: 4.1.2 + redux: 4.2.0 turbo-combine-reducers: 1.0.2 use-memo-one: 1.1.2 @@ -15604,15 +15604,15 @@ packages: '@babel/runtime': 7.17.7 '@wordpress/compose': 5.2.1_react@17.0.2 '@wordpress/deprecated': 3.4.1 - '@wordpress/element': 4.2.1 + '@wordpress/element': 4.3.0 '@wordpress/is-shallow-equal': 4.4.1 '@wordpress/priority-queue': 2.4.1 - '@wordpress/redux-routine': 4.4.1_redux@4.1.2 + '@wordpress/redux-routine': 4.4.1_redux@4.2.0 equivalent-key-map: 0.2.2 is-promise: 4.0.0 lodash: 4.17.21 react: 17.0.2 - redux: 4.1.2 + redux: 4.2.0 turbo-combine-reducers: 1.0.2 use-memo-one: 1.1.2_react@17.0.2 dev: false @@ -15810,7 +15810,6 @@ packages: lodash: 4.17.21 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 - dev: false /@wordpress/escape-html/1.12.2: resolution: {integrity: sha512-FabgSwznhdaUwe6hr1CsGpgxQbzqEoGevv73WIL1B9GvlZ6csRWodgHfWh4P6fYqpzxFL4WYB8wPJ1PdO32XFA==} @@ -16215,7 +16214,7 @@ packages: react: ^17.0.0 dependencies: '@babel/runtime': 7.17.7 - '@wordpress/a11y': 3.4.1 + '@wordpress/a11y': 3.5.0 '@wordpress/data': 6.4.1 lodash: 4.17.21 dev: false @@ -16227,7 +16226,7 @@ packages: react: ^17.0.0 dependencies: '@babel/runtime': 7.17.7 - '@wordpress/a11y': 3.4.1 + '@wordpress/a11y': 3.5.0 '@wordpress/data': 6.4.1_react@17.0.2 lodash: 4.17.21 react: 17.0.2 @@ -16335,7 +16334,7 @@ packages: rungen: 0.3.2 dev: true - /@wordpress/redux-routine/4.4.1_redux@4.1.2: + /@wordpress/redux-routine/4.4.1_redux@4.2.0: resolution: {integrity: sha512-AqSEWN0PNxp00g1da+laL2rr0SP0AAfGpoqfzd55wIjWMQnHEf2pDsLvo6gQ9jyauuY5Wn2GUsYmGjQ+WjSf4w==} engines: {node: '>=12'} peerDependencies: @@ -16344,7 +16343,7 @@ packages: '@babel/runtime': 7.17.7 is-promise: 4.0.0 lodash: 4.17.21 - redux: 4.1.2 + redux: 4.2.0 rungen: 0.3.2 /@wordpress/rich-text/5.2.1: @@ -16906,7 +16905,7 @@ packages: dev: true /alphanum-sort/1.0.2: - resolution: {integrity: sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=} + resolution: {integrity: sha512-0FcBfdcmaumGPQ0qPn7Q5qTgz/ooXgIyp1rf8ik5bGX8mpE2YHjC0P/eyQvxu1GURYQgq9ozf2mteQ5ZD9YiyQ==} /ansi-align/2.0.0: resolution: {integrity: sha1-w2rsy6VjuJzrVW82kPCx2eNUf38=} @@ -17223,7 +17222,7 @@ packages: dev: true /asap/2.0.6: - resolution: {integrity: sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=} + resolution: {integrity: sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==} dev: true /asn1.js/5.4.1: @@ -17307,7 +17306,7 @@ packages: dev: true /asynckit/0.4.0: - resolution: {integrity: sha1-x57Zf380y48robyXkLzDZkdLS3k=} + resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} /at-least-node/1.0.0: resolution: {integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==} @@ -18452,7 +18451,7 @@ packages: dev: true /boolbase/1.0.0: - resolution: {integrity: sha1-aN/1++YMUes3cl6p4+0xDcwed24=} + resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==} /boxen/1.3.0: resolution: {integrity: sha512-TNPjfTr432qx7yOjQyaXm3dSR0MH9vXp7eT1BFSl/C51g+EFnOR9hTg1IreahGBmDNCehscshe45f+C1TBZbLw==} @@ -18827,19 +18826,19 @@ packages: dev: true /caller-callsite/2.0.0: - resolution: {integrity: sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ=} + resolution: {integrity: sha512-JuG3qI4QOftFsZyOn1qq87fq5grLIyk1JYd5lJmdA+fG7aQ9pA/i3JIJGcO3q0MrRcHlOt1U+ZeHW8Dq9axALQ==} engines: {node: '>=4'} dependencies: callsites: 2.0.0 /caller-path/2.0.0: - resolution: {integrity: sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ=} + resolution: {integrity: sha512-MCL3sf6nCSXOwCTzvPKhN18TU7AHTvdtam8DAogxcrJ8Rjfbbg7Lgng64H9Iy+vUV6VGFClN/TyxBkAebLRR4A==} engines: {node: '>=4'} dependencies: caller-callsite: 2.0.0 /callsites/2.0.0: - resolution: {integrity: sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=} + resolution: {integrity: sha512-ksWePWBloaWPxJYQ8TL0JHvtci6G5QTKwQ95RcWAa/lzoAKuAOflGdAK92hpHXjkwb8zLxoLNUoNYZgVsaJzvQ==} engines: {node: '>=4'} /callsites/3.1.0: @@ -19436,7 +19435,7 @@ packages: dev: true /co/4.6.0: - resolution: {integrity: sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=} + resolution: {integrity: sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==} engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'} /coa/2.0.2: @@ -19485,7 +19484,7 @@ packages: color-name: 1.1.4 /color-name/1.1.3: - resolution: {integrity: sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=} + resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==} /color-name/1.1.4: resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} @@ -19532,7 +19531,7 @@ packages: dev: true /colors/0.6.2: - resolution: {integrity: sha1-JCP+ZnisDF2uiFLl0OW+CMmXq8w=} + resolution: {integrity: sha512-OsSVtHK8Ir8r3+Fxw/b4jS1ZLPXkV6ZxDRJQzeD7qo0SqMXWrHDM71DgYzPMHY8SFJ0Ao+nNU2p1MmwdzKqPrw==} engines: {node: '>=0.1.90'} /colors/1.0.3: @@ -19568,7 +19567,7 @@ packages: dev: true /commander/2.1.0: - resolution: {integrity: sha1-0SG7roYNmZKj1Re6lvVliOR8Z4E=} + resolution: {integrity: sha512-J2wnb6TKniXNOtoHS8TSrG9IOQluPrsmyAJ8oCUJOBmv+uLBCyPYAZkD2jFvw2DCzIXNnISIM01NIvr35TkBMQ==} engines: {node: '>= 0.6.x'} /commander/2.20.3: @@ -25458,7 +25457,7 @@ packages: dependencies: '@tannin/sprintf': 1.2.0 '@wordpress/compose': 3.25.3_react@16.14.0 - debug: 4.3.3 + debug: 4.3.4 events: 3.3.0 hash.js: 1.1.7 interpolate-components: 1.1.1 @@ -25479,7 +25478,7 @@ packages: '@babel/runtime': 7.17.7 '@tannin/sprintf': 1.2.0 '@wordpress/compose': 3.25.3 - debug: 4.3.3 + debug: 4.3.4 events: 3.3.0 hash.js: 1.1.7 interpolate-components: 1.1.1 @@ -26549,8 +26548,8 @@ packages: resolution: {integrity: sha512-czwUz525rkOFDJxfKK6mYfIs9zBKILyrZQxjz3ABhjQXhbhFsSbo1HW/BFcsDnfJYJWA6thRR5/TUY2qs5W99Q==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.16.12 - '@babel/parser': 7.17.7 + '@babel/core': 7.17.8 + '@babel/parser': 7.17.8 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.0 @@ -34670,7 +34669,6 @@ packages: resolution: {integrity: sha512-oSBmcKKIuIR4ME29/AeNUnl5L+hvBq7OaJWzaptTQJAntaPvxIJqfnjbaEiCzzaIz+XmVILfqAM3Ob0aXLPfjA==} dependencies: '@babel/runtime': 7.17.7 - dev: true /reflect.ownkeys/0.2.0: resolution: {integrity: sha1-dJrO7H8/34tj+SegSAnpDFwLNGA=} @@ -37241,12 +37239,12 @@ packages: uglify-js: optional: true dependencies: - jest-worker: 27.3.1 + jest-worker: 27.5.1 schema-utils: 3.1.1 serialize-javascript: 6.0.0 source-map: 0.6.1 terser: 5.10.0_acorn@8.7.0 - webpack: 5.70.0 + webpack: 5.70.0_webpack-cli@3.3.12 transitivePeerDependencies: - acorn dev: true @@ -37267,7 +37265,7 @@ packages: uglify-js: optional: true dependencies: - jest-worker: 27.3.1 + jest-worker: 27.5.1 schema-utils: 3.1.1 serialize-javascript: 6.0.0 source-map: 0.6.1 diff --git a/tsconfig.base.json b/tsconfig.base.json index 8981ebd216f..6abe0652c86 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -50,9 +50,9 @@ { "path": "./packages/js/date" }, { "path": "./packages/js/experimental" }, { "path": "./packages/js/explat" }, - { "path": "./packages/js/js-tests" }, + { "path": "./packages/js/internal-js-tests" }, { "path": "./packages/js/navigation" }, - { "path": "./packages/js/notices" }, + { "path": "./packages/js/internal-notices" }, { "path": "./packages/js/number" }, { "path": "./packages/js/onboarding" }, { "path": "./packages/js/tracks" } diff --git a/workspace.json b/workspace.json index fd633104e7e..565a53d391e 100644 --- a/workspace.json +++ b/workspace.json @@ -3,7 +3,7 @@ "projects": { "@woocommerce/api": "packages/js/api", "@woocommerce/api-core-tests": "packages/js/api-core-tests", - "@woocommerce/e2e-builds": "packages/js/e2e-builds", + "@woocommerce/internal-e2e-builds": "packages/js/internal-e2e-builds", "@woocommerce/e2e-core-tests": "packages/js/e2e-core-tests", "@woocommerce/e2e-environment": "packages/js/e2e-environment", "@woocommerce/e2e-utils": "packages/js/e2e-utils", @@ -22,12 +22,12 @@ "@woocommerce/eslint-plugin": "packages/js/eslint-plugin", "@woocommerce/experimental": "packages/js/experimental", "@woocommerce/explat": "packages/js/explat", - "@woocommerce/js-tests": "packages/js/js-tests", + "@woocommerce/internal-js-tests": "packages/js/internal-js-tests", "@woocommerce/navigation": "packages/js/navigation", - "@woocommerce/notices": "packages/js/notices", + "@woocommerce/internal-notices": "packages/js/internal-notices", "@woocommerce/number": "packages/js/number", "@woocommerce/onboarding": "packages/js/onboarding", - "@woocommerce/style-build": "packages/js/style-build", + "@woocommerce/internal-style-build": "packages/js/internal-style-build", "@woocommerce/tracks": "packages/js/tracks" } }