Update `wireit` & Optimize Builds (#43595)
This bumps the version to 0.14.3 so that we can take advantage of some upstream improvements. It also makes some changes to the way our builds and watches work to minimize the number of unnecessary Node processes involved in the execution.
This commit is contained in:
parent
5425a9536a
commit
95bc1189e5
|
@ -254,7 +254,7 @@
|
|||
"packages": [
|
||||
"**"
|
||||
],
|
||||
"pinVersion": "0.14.1"
|
||||
"pinVersion": "0.14.3"
|
||||
},
|
||||
{
|
||||
"label": "Only manage versions for these dependencies",
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
"url": "https://github.com/woocommerce/woocommerce/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "pnpm -r build",
|
||||
"build": "pnpm -r --workspace-concurrency=Infinity --stream '/^build:project:.*$/'",
|
||||
"test": "pnpm -r test",
|
||||
"lint": "pnpm -r lint",
|
||||
"cherry-pick": "node ./tools/cherry-pick/bin/run",
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a developer-only build tooling related change.
|
||||
|
|
@ -26,8 +26,8 @@
|
|||
],
|
||||
"sideEffects": false,
|
||||
"scripts": {
|
||||
"build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" build:project",
|
||||
"build:project": "pnpm --if-present /^build:project:.*$/",
|
||||
"build": "pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" '/^build:project:.*$/'",
|
||||
"build:project": "pnpm --if-present '/^build:project:.*$/'",
|
||||
"build:project:typescript": "wireit",
|
||||
"changelog": "composer install && composer exec -- changelogger",
|
||||
"lint": "pnpm --if-present '/^lint:lang:.*$/'",
|
||||
|
@ -35,7 +35,7 @@
|
|||
"lint:fix:lang:js": "eslint src --fix",
|
||||
"lint:lang:js": "eslint src",
|
||||
"prepack": "pnpm build",
|
||||
"watch:build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel watch:build:project",
|
||||
"watch:build": "pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel '/^watch:build:project:.*$/'",
|
||||
"watch:build:project": "pnpm --if-present run '/^watch:build:project:.*$/'",
|
||||
"watch:build:project:typescript": "wireit"
|
||||
},
|
||||
|
@ -70,7 +70,7 @@
|
|||
"rimraf": "^3.0.2",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a developer-only build tooling related change.
|
||||
|
|
@ -34,8 +34,8 @@
|
|||
"access": "public"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" build:project",
|
||||
"build:project": "pnpm --if-present /^build:project:.*$/",
|
||||
"build": "pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" '/^build:project:.*$/'",
|
||||
"build:project": "pnpm --if-present '/^build:project:.*$/'",
|
||||
"build:project:bundle": "wireit",
|
||||
"build:project:cjs": "wireit",
|
||||
"build:project:esm": "wireit",
|
||||
|
@ -45,7 +45,7 @@
|
|||
"lint:fix:lang:js": "eslint src --fix",
|
||||
"lint:lang:js": "eslint src",
|
||||
"prepack": "pnpm build",
|
||||
"watch:build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel watch:build:project",
|
||||
"watch:build": "pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel '/^watch:build:project:.*$/'",
|
||||
"watch:build:project": "pnpm --if-present run '/^watch:build:project:.*$/'",
|
||||
"watch:build:project:bundle": "wireit",
|
||||
"watch:build:project:cjs": "wireit",
|
||||
|
@ -76,7 +76,7 @@
|
|||
"typescript": "^5.3.3",
|
||||
"webpack": "^5.89.0",
|
||||
"webpack-cli": "^3.3.12",
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@types/react": "^17.0.71",
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a developer-only build tooling related change.
|
||||
|
|
@ -32,8 +32,8 @@
|
|||
],
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" build:project",
|
||||
"build:project": "pnpm --if-present /^build:project:.*$/",
|
||||
"build": "pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" '/^build:project:.*$/'",
|
||||
"build:project": "pnpm --if-present '/^build:project:.*$/'",
|
||||
"build:project:bundle": "wireit",
|
||||
"build:project:cjs": "wireit",
|
||||
"build:project:esm": "wireit",
|
||||
|
@ -43,8 +43,8 @@
|
|||
"lint:fix:lang:js": "eslint src --fix",
|
||||
"lint:lang:js": "eslint src",
|
||||
"prepack": "pnpm build",
|
||||
"test:js": "wireit",
|
||||
"watch:build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel watch:build:project",
|
||||
"test:js": "jest --config ./jest.config.json --passWithNoTests",
|
||||
"watch:build": "pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel '/^watch:build:project:.*$/'",
|
||||
"watch:build:project": "pnpm --if-present run '/^watch:build:project:.*$/'",
|
||||
"watch:build:project:bundle": "wireit",
|
||||
"watch:build:project:cjs": "wireit",
|
||||
|
@ -97,7 +97,7 @@
|
|||
"webpack": "^5.89.0",
|
||||
"webpack-cli": "^3.3.12",
|
||||
"webpack-rtl-plugin": "^2.0.0",
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@types/react": "^17.0.71",
|
||||
|
@ -179,12 +179,6 @@
|
|||
"command": "tsc --project tsconfig.json --watch",
|
||||
"service": true
|
||||
},
|
||||
"test:js": {
|
||||
"command": "jest --config ./jest.config.json --passWithNoTests",
|
||||
"dependencies": [
|
||||
"build:project"
|
||||
]
|
||||
},
|
||||
"dependencyOutputs": {
|
||||
"allowUsuallyExcludedPaths": true,
|
||||
"files": [
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
"devDependencies": {
|
||||
"@woocommerce/eslint-plugin": "workspace:*",
|
||||
"eslint": "^8.55.0",
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a developer-only build tooling related change.
|
||||
|
|
@ -30,8 +30,8 @@
|
|||
],
|
||||
"sideEffects": false,
|
||||
"scripts": {
|
||||
"build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" build:project",
|
||||
"build:project": "pnpm --if-present /^build:project:.*$/",
|
||||
"build": "pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" '/^build:project:.*$/'",
|
||||
"build:project": "pnpm --if-present '/^build:project:.*$/'",
|
||||
"build:project:typescript": "wireit",
|
||||
"changelog": "composer install && composer exec -- changelogger",
|
||||
"lint": "pnpm --if-present '/^lint:lang:.*$/'",
|
||||
|
@ -39,8 +39,8 @@
|
|||
"lint:fix:lang:js": "eslint src --fix",
|
||||
"lint:lang:js": "eslint src",
|
||||
"prepack": "pnpm build",
|
||||
"test:js": "wireit",
|
||||
"watch:build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel watch:build:project",
|
||||
"test:js": "jest --config ./jest.config.js --passWithNoTests",
|
||||
"watch:build": "pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel '/^watch:build:project:.*$/'",
|
||||
"watch:build:project": "pnpm build:project --watch"
|
||||
},
|
||||
"lint-staged": {
|
||||
|
@ -65,7 +65,7 @@
|
|||
"jest": "~27.5.1",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
@ -107,12 +107,6 @@
|
|||
"dependencyOutputs"
|
||||
]
|
||||
},
|
||||
"test:js": {
|
||||
"command": "jest --config ./jest.config.js --passWithNoTests",
|
||||
"dependencies": [
|
||||
"build:project"
|
||||
]
|
||||
},
|
||||
"dependencyOutputs": {
|
||||
"allowUsuallyExcludedPaths": true,
|
||||
"files": [
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a developer-only build tooling related change.
|
||||
|
|
@ -31,8 +31,8 @@
|
|||
"src/**/*.scss"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" build:project",
|
||||
"build:project": "pnpm --if-present /^build:project:.*$/",
|
||||
"build": "pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" '/^build:project:.*$/'",
|
||||
"build:project": "pnpm --if-present '/^build:project:.*$/'",
|
||||
"build:project:bundle": "wireit",
|
||||
"build:project:cjs": "wireit",
|
||||
"build:project:esm": "wireit",
|
||||
|
@ -42,8 +42,8 @@
|
|||
"lint:fix:lang:js": "eslint src --fix",
|
||||
"lint:lang:js": "eslint src",
|
||||
"prepack": "pnpm build",
|
||||
"test:js": "wireit",
|
||||
"watch:build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel watch:build:project",
|
||||
"test:js": "jest --config ./jest.config.json --passWithNoTests",
|
||||
"watch:build": "pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel '/^watch:build:project:.*$/'",
|
||||
"watch:build:project": "pnpm --if-present run '/^watch:build:project:.*$/'",
|
||||
"watch:build:project:bundle": "wireit",
|
||||
"watch:build:project:cjs": "wireit",
|
||||
|
@ -86,7 +86,7 @@
|
|||
"typescript": "^5.3.3",
|
||||
"webpack": "^5.89.0",
|
||||
"webpack-cli": "^3.3.12",
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@types/react": "^17.0.71",
|
||||
|
@ -175,12 +175,6 @@
|
|||
"command": "tsc --project tsconfig.json --watch",
|
||||
"service": true
|
||||
},
|
||||
"test:js": {
|
||||
"command": "jest --config ./jest.config.json --passWithNoTests",
|
||||
"dependencies": [
|
||||
"build:project"
|
||||
]
|
||||
},
|
||||
"dependencyOutputs": {
|
||||
"allowUsuallyExcludedPaths": true,
|
||||
"files": [
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a developer-only build tooling related change.
|
||||
|
|
@ -36,8 +36,8 @@
|
|||
],
|
||||
"types": "build-types",
|
||||
"scripts": {
|
||||
"build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" build:project",
|
||||
"build:project": "pnpm --if-present /^build:project:.*$/",
|
||||
"build": "pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" '/^build:project:.*$/'",
|
||||
"build:project": "pnpm --if-present '/^build:project:.*$/'",
|
||||
"build:project:bundle": "wireit",
|
||||
"build:project:cjs": "wireit",
|
||||
"build:project:esm": "wireit",
|
||||
|
@ -47,8 +47,8 @@
|
|||
"lint:fix:lang:js": "eslint --ext=js,ts,tsx src --fix",
|
||||
"lint:lang:js": "eslint --ext=js,ts,tsx src",
|
||||
"prepack": "pnpm build",
|
||||
"test:js": "wireit",
|
||||
"watch:build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel watch:build:project",
|
||||
"test:js": "jest --config ./jest.config.json --passWithNoTests",
|
||||
"watch:build": "pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel '/^watch:build:project:.*$/'",
|
||||
"watch:build:project": "pnpm --if-present run '/^watch:build:project:.*$/'",
|
||||
"watch:build:project:bundle": "wireit",
|
||||
"watch:build:project:cjs": "wireit",
|
||||
|
@ -177,7 +177,7 @@
|
|||
"uuid": "^8.3.2",
|
||||
"webpack": "^5.89.0",
|
||||
"webpack-cli": "^3.3.12",
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"config": {
|
||||
"ci": {
|
||||
|
@ -261,12 +261,6 @@
|
|||
"command": "tsc --project tsconfig.json --watch",
|
||||
"service": true
|
||||
},
|
||||
"test:js": {
|
||||
"command": "jest --config ./jest.config.json --passWithNoTests",
|
||||
"dependencies": [
|
||||
"build:project"
|
||||
]
|
||||
},
|
||||
"dependencyOutputs": {
|
||||
"allowUsuallyExcludedPaths": true,
|
||||
"files": [
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a developer-only build tooling related change.
|
||||
|
|
@ -28,6 +28,6 @@
|
|||
"access": "public"
|
||||
},
|
||||
"devDependencies": {
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a developer-only build tooling related change.
|
||||
|
|
@ -22,6 +22,6 @@
|
|||
},
|
||||
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/create-woo-extensionv#readme",
|
||||
"devDependencies": {
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a developer-only build tooling related change.
|
||||
|
|
@ -31,8 +31,8 @@
|
|||
"build-types"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" build:project",
|
||||
"build:project": "pnpm --if-present /^build:project:.*$/",
|
||||
"build": "pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" '/^build:project:.*$/'",
|
||||
"build:project": "pnpm --if-present '/^build:project:.*$/'",
|
||||
"build:project:cjs": "wireit",
|
||||
"build:project:esm": "wireit",
|
||||
"changelog": "composer install && composer exec -- changelogger",
|
||||
|
@ -41,8 +41,8 @@
|
|||
"lint:fix:lang:js": "eslint src --fix",
|
||||
"lint:lang:js": "eslint src",
|
||||
"prepack": "pnpm build",
|
||||
"test:js": "wireit",
|
||||
"watch:build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel watch:build:project",
|
||||
"test:js": "jest --config ./jest.config.json --passWithNoTests",
|
||||
"watch:build": "pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel '/^watch:build:project:.*$/'",
|
||||
"watch:build:project": "pnpm --if-present run '/^watch:build:project:.*$/'",
|
||||
"watch:build:project:cjs": "wireit",
|
||||
"watch:build:project:esm": "wireit"
|
||||
|
@ -64,7 +64,7 @@
|
|||
"rimraf": "^3.0.2",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.(t|j)s?(x)": [
|
||||
|
@ -137,12 +137,6 @@
|
|||
"command": "tsc --project tsconfig.json --watch",
|
||||
"service": true
|
||||
},
|
||||
"test:js": {
|
||||
"command": "jest --config ./jest.config.json --passWithNoTests",
|
||||
"dependencies": [
|
||||
"build:project"
|
||||
]
|
||||
},
|
||||
"dependencyOutputs": {
|
||||
"allowUsuallyExcludedPaths": true,
|
||||
"files": [
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a developer-only build tooling related change.
|
||||
|
|
@ -31,8 +31,8 @@
|
|||
"build-types"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" build:project",
|
||||
"build:project": "pnpm --if-present /^build:project:.*$/",
|
||||
"build": "pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" '/^build:project:.*$/'",
|
||||
"build:project": "pnpm --if-present '/^build:project:.*$/'",
|
||||
"build:project:cjs": "wireit",
|
||||
"build:project:esm": "wireit",
|
||||
"changelog": "composer install && composer exec -- changelogger",
|
||||
|
@ -41,8 +41,8 @@
|
|||
"lint:fix:lang:js": "eslint src --fix",
|
||||
"lint:lang:js": "eslint src",
|
||||
"prepack": "pnpm build",
|
||||
"test:js": "wireit",
|
||||
"watch:build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel watch:build:project",
|
||||
"test:js": "jest --config ./jest.config.json --passWithNoTests",
|
||||
"watch:build": "pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel '/^watch:build:project:.*$/'",
|
||||
"watch:build:project": "pnpm --if-present run '/^watch:build:project:.*$/'",
|
||||
"watch:build:project:cjs": "wireit",
|
||||
"watch:build:project:esm": "wireit"
|
||||
|
@ -76,7 +76,7 @@
|
|||
"rimraf": "^3.0.2",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"config": {
|
||||
"ci": {
|
||||
|
@ -140,12 +140,6 @@
|
|||
"command": "tsc --project tsconfig.json --watch",
|
||||
"service": true
|
||||
},
|
||||
"test:js": {
|
||||
"command": "jest --config ./jest.config.json --passWithNoTests",
|
||||
"dependencies": [
|
||||
"build:project"
|
||||
]
|
||||
},
|
||||
"dependencyOutputs": {
|
||||
"allowUsuallyExcludedPaths": true,
|
||||
"files": [
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a developer-only build tooling related change.
|
||||
|
|
@ -31,8 +31,8 @@
|
|||
"build-types"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" build:project",
|
||||
"build:project": "pnpm --if-present /^build:project:.*$/",
|
||||
"build": "pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" '/^build:project:.*$/'",
|
||||
"build:project": "pnpm --if-present '/^build:project:.*$/'",
|
||||
"build:project:bundle": "wireit",
|
||||
"build:project:cjs": "wireit",
|
||||
"build:project:esm": "wireit",
|
||||
|
@ -42,8 +42,8 @@
|
|||
"lint:fix:lang:js": "eslint src --fix",
|
||||
"lint:lang:js": "eslint src",
|
||||
"prepack": "pnpm build",
|
||||
"test:js": "wireit",
|
||||
"watch:build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel watch:build:project",
|
||||
"test:js": "jest --config ./jest.config.json --passWithNoTests",
|
||||
"watch:build": "pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel '/^watch:build:project:.*$/'",
|
||||
"watch:build:project": "pnpm --if-present run '/^watch:build:project:.*$/'",
|
||||
"watch:build:project:bundle": "wireit",
|
||||
"watch:build:project:cjs": "wireit",
|
||||
|
@ -98,7 +98,7 @@
|
|||
"typescript": "^5.3.3",
|
||||
"webpack": "^5.89.0",
|
||||
"webpack-cli": "^3.3.12",
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^17.0.2",
|
||||
|
@ -184,12 +184,6 @@
|
|||
"command": "tsc --project tsconfig.json --watch",
|
||||
"service": true
|
||||
},
|
||||
"test:js": {
|
||||
"command": "jest --config ./jest.config.json --passWithNoTests",
|
||||
"dependencies": [
|
||||
"build:project"
|
||||
]
|
||||
},
|
||||
"dependencyOutputs": {
|
||||
"allowUsuallyExcludedPaths": true,
|
||||
"files": [
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a developer-only build tooling related change.
|
||||
|
|
@ -30,8 +30,8 @@
|
|||
"build-types"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" build:project",
|
||||
"build:project": "pnpm --if-present /^build:project:.*$/",
|
||||
"build": "pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" '/^build:project:.*$/'",
|
||||
"build:project": "pnpm --if-present '/^build:project:.*$/'",
|
||||
"build:project:cjs": "wireit",
|
||||
"build:project:esm": "wireit",
|
||||
"changelog": "composer install && composer exec -- changelogger",
|
||||
|
@ -40,8 +40,8 @@
|
|||
"lint:fix:lang:js": "eslint src --fix",
|
||||
"lint:lang:js": "eslint src",
|
||||
"prepack": "pnpm build",
|
||||
"test:js": "wireit",
|
||||
"watch:build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel watch:build:project",
|
||||
"test:js": "jest --config ./jest.config.json --passWithNoTests",
|
||||
"watch:build": "pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel '/^watch:build:project:.*$/'",
|
||||
"watch:build:project": "pnpm --if-present run '/^watch:build:project:.*$/'",
|
||||
"watch:build:project:cjs": "wireit",
|
||||
"watch:build:project:esm": "wireit"
|
||||
|
@ -99,7 +99,7 @@
|
|||
"rimraf": "^3.0.2",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@wordpress/core-data": "wp-6.0",
|
||||
|
@ -169,12 +169,6 @@
|
|||
"command": "tsc --project tsconfig.json --watch",
|
||||
"service": true
|
||||
},
|
||||
"test:js": {
|
||||
"command": "jest --config ./jest.config.json --passWithNoTests",
|
||||
"dependencies": [
|
||||
"build:project"
|
||||
]
|
||||
},
|
||||
"dependencyOutputs": {
|
||||
"allowUsuallyExcludedPaths": true,
|
||||
"files": [
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a developer-only build tooling related change.
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
"rimraf": "^3.0.2",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"lodash": "^4.17.0"
|
||||
|
@ -63,8 +63,8 @@
|
|||
"access": "public"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" build:project",
|
||||
"build:project": "pnpm --if-present /^build:project:.*$/",
|
||||
"build": "pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" '/^build:project:.*$/'",
|
||||
"build:project": "pnpm --if-present '/^build:project:.*$/'",
|
||||
"build:project:cjs": "wireit",
|
||||
"build:project:esm": "wireit",
|
||||
"changelog": "composer install && composer exec -- changelogger",
|
||||
|
@ -73,8 +73,8 @@
|
|||
"lint:fix:lang:js": "eslint src --fix",
|
||||
"lint:lang:js": "eslint src",
|
||||
"prepack": "pnpm build",
|
||||
"test:js": "wireit",
|
||||
"watch:build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel watch:build:project",
|
||||
"test:js": "jest --config ./jest.config.json --passWithNoTests",
|
||||
"watch:build": "pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel '/^watch:build:project:.*$/'",
|
||||
"watch:build:project": "pnpm --if-present run '/^watch:build:project:.*$/'",
|
||||
"watch:build:project:cjs": "wireit",
|
||||
"watch:build:project:esm": "wireit"
|
||||
|
@ -147,12 +147,6 @@
|
|||
"command": "tsc --project tsconfig.json --watch",
|
||||
"service": true
|
||||
},
|
||||
"test:js": {
|
||||
"command": "jest --config ./jest.config.json --passWithNoTests",
|
||||
"dependencies": [
|
||||
"build:project"
|
||||
]
|
||||
},
|
||||
"dependencyOutputs": {
|
||||
"allowUsuallyExcludedPaths": true,
|
||||
"files": [
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a developer-only build tooling related change.
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
"typescript": "^5.3.3",
|
||||
"webpack": "^5.89.0",
|
||||
"webpack-cli": "^3.3.12",
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"scripts": {
|
||||
"changelog": "composer install && composer exec -- changelogger",
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
"@wordpress/browserslist-config": "wp-6.0",
|
||||
"eslint": "^8.55.0",
|
||||
"eslint-plugin-jest": "23.20.0",
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@woocommerce/api": "^0.2.0",
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
"@wordpress/browserslist-config": "wp-6.0",
|
||||
"ndb": "^1.1.5",
|
||||
"semver": "^7.5.4",
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
"@wordpress/browserslist-config": "wp-6.0",
|
||||
"eslint": "^8.55.0",
|
||||
"eslint-plugin-jest": "23.20.0",
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@woocommerce/api": "^0.2.0"
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a developer-only build tooling related change.
|
||||
|
|
@ -55,7 +55,7 @@
|
|||
"rimraf": "^3.0.2",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.(t|j)s?(x)": [
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a developer-only build tooling related change.
|
||||
|
|
@ -83,15 +83,15 @@
|
|||
"typescript": "^5.3.3",
|
||||
"webpack": "^5.89.0",
|
||||
"webpack-cli": "^3.3.12",
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" build:project",
|
||||
"build:project": "pnpm --if-present /^build:project:.*$/",
|
||||
"build": "pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" '/^build:project:.*$/'",
|
||||
"build:project": "pnpm --if-present '/^build:project:.*$/'",
|
||||
"build:project:bundle": "wireit",
|
||||
"build:project:cjs": "wireit",
|
||||
"build:project:esm": "wireit",
|
||||
|
@ -101,8 +101,8 @@
|
|||
"lint:fix:lang:js": "eslint src --fix",
|
||||
"lint:lang:js": "eslint src",
|
||||
"prepack": "pnpm build",
|
||||
"test:js": "wireit",
|
||||
"watch:build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel watch:build:project",
|
||||
"test:js": "jest --config ./jest.config.json --passWithNoTests",
|
||||
"watch:build": "pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel '/^watch:build:project:.*$/'",
|
||||
"watch:build:project": "pnpm --if-present run '/^watch:build:project:.*$/'",
|
||||
"watch:build:project:bundle": "wireit",
|
||||
"watch:build:project:cjs": "wireit",
|
||||
|
@ -194,12 +194,6 @@
|
|||
"command": "tsc --project tsconfig.json --watch",
|
||||
"service": true
|
||||
},
|
||||
"test:js": {
|
||||
"command": "jest --config ./jest.config.json --passWithNoTests",
|
||||
"dependencies": [
|
||||
"build:project"
|
||||
]
|
||||
},
|
||||
"dependencyOutputs": {
|
||||
"allowUsuallyExcludedPaths": true,
|
||||
"files": [
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a developer-only build tooling related change.
|
||||
|
|
@ -31,8 +31,8 @@
|
|||
"build-types"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" build:project",
|
||||
"build:project": "pnpm --if-present /^build:project:.*$/",
|
||||
"build": "pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" '/^build:project:.*$/'",
|
||||
"build:project": "pnpm --if-present '/^build:project:.*$/'",
|
||||
"build:project:cjs": "wireit",
|
||||
"build:project:esm": "wireit",
|
||||
"changelog": "composer install && composer exec -- changelogger",
|
||||
|
@ -41,8 +41,8 @@
|
|||
"lint:fix:lang:js": "eslint src --fix",
|
||||
"lint:lang:js": "eslint src",
|
||||
"prepack": "pnpm build",
|
||||
"test:js": "wireit",
|
||||
"watch:build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel watch:build:project",
|
||||
"test:js": "jest --config ./jest.config.json --passWithNoTests",
|
||||
"watch:build": "pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel '/^watch:build:project:.*$/'",
|
||||
"watch:build:project": "pnpm --if-present run '/^watch:build:project:.*$/'",
|
||||
"watch:build:project:cjs": "wireit",
|
||||
"watch:build:project:esm": "wireit"
|
||||
|
@ -77,7 +77,7 @@
|
|||
"rimraf": "^3.0.2",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
@ -144,12 +144,6 @@
|
|||
"command": "tsc --project tsconfig.json --watch",
|
||||
"service": true
|
||||
},
|
||||
"test:js": {
|
||||
"command": "jest --config ./jest.config.json --passWithNoTests",
|
||||
"dependencies": [
|
||||
"build:project"
|
||||
]
|
||||
},
|
||||
"dependencyOutputs": {
|
||||
"allowUsuallyExcludedPaths": true,
|
||||
"files": [
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a developer-only build tooling related change.
|
||||
|
|
@ -39,8 +39,8 @@
|
|||
"access": "public"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" build:project",
|
||||
"build:project": "pnpm --if-present /^build:project:.*$/",
|
||||
"build": "pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" '/^build:project:.*$/'",
|
||||
"build:project": "pnpm --if-present '/^build:project:.*$/'",
|
||||
"build:project:cjs": "wireit",
|
||||
"build:project:esm": "wireit",
|
||||
"changelog": "composer install && composer exec -- changelogger",
|
||||
|
@ -49,7 +49,7 @@
|
|||
"lint:fix:lang:js": "eslint src --fix",
|
||||
"lint:lang:js": "eslint src",
|
||||
"prepack": "pnpm build",
|
||||
"watch:build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel watch:build:project",
|
||||
"watch:build": "pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel '/^watch:build:project:.*$/'",
|
||||
"watch:build:project": "pnpm --if-present run '/^watch:build:project:.*$/'",
|
||||
"watch:build:project:cjs": "wireit",
|
||||
"watch:build:project:esm": "wireit"
|
||||
|
@ -66,7 +66,7 @@
|
|||
"rimraf": "^3.0.2",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.(t|j)s?(x)": [
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a developer-only build tooling related change.
|
||||
|
|
@ -22,6 +22,6 @@
|
|||
},
|
||||
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/extend-cart-checkout-block#readme",
|
||||
"devDependencies": {
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a developer-only build tooling related change.
|
||||
|
|
@ -28,8 +28,8 @@
|
|||
"access": "public"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" build:project",
|
||||
"build:project": "pnpm --if-present /^build:project:.*$/",
|
||||
"build": "pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" '/^build:project:.*$/'",
|
||||
"build:project": "pnpm --if-present '/^build:project:.*$/'",
|
||||
"build:project:cjs": "wireit",
|
||||
"build:project:esm": "wireit",
|
||||
"changelog": "composer install && composer exec -- changelogger",
|
||||
|
@ -38,8 +38,8 @@
|
|||
"lint:fix:lang:js": "eslint src --fix",
|
||||
"lint:lang:js": "eslint src",
|
||||
"prepack": "pnpm build",
|
||||
"test:js": "wireit",
|
||||
"watch:build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel watch:build:project",
|
||||
"test:js": "jest --config ./jest.config.json --passWithNoTests",
|
||||
"watch:build": "pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel '/^watch:build:project:.*$/'",
|
||||
"watch:build:project": "pnpm --if-present run '/^watch:build:project:.*$/'",
|
||||
"watch:build:project:cjs": "wireit",
|
||||
"watch:build:project:esm": "wireit"
|
||||
|
@ -77,7 +77,7 @@
|
|||
"typescript": "^5.3.3",
|
||||
"webpack": "^5.89.0",
|
||||
"webpack-cli": "^3.3.12",
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"config": {
|
||||
"ci": {
|
||||
|
@ -141,12 +141,6 @@
|
|||
"command": "tsc --project tsconfig.json --watch",
|
||||
"service": true
|
||||
},
|
||||
"test:js": {
|
||||
"command": "jest --config ./jest.config.json --passWithNoTests",
|
||||
"dependencies": [
|
||||
"build:project"
|
||||
]
|
||||
},
|
||||
"dependencyOutputs": {
|
||||
"allowUsuallyExcludedPaths": true,
|
||||
"files": [
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
"glob": "^7.2.3",
|
||||
"lodash": "^4.17.21",
|
||||
"mkdirp": "^1.0.4",
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.(t|j)s?(x)": [
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a developer-only build tooling related change.
|
||||
|
|
@ -26,8 +26,8 @@
|
|||
"jest-preset.js"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" build:project",
|
||||
"build:project": "pnpm --if-present /^build:project:.*$/",
|
||||
"build": "pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" '/^build:project:.*$/'",
|
||||
"build:project": "pnpm --if-present '/^build:project:.*$/'",
|
||||
"build:project:cjs": "wireit",
|
||||
"build:project:esm": "wireit",
|
||||
"changelog": "composer install && composer exec -- changelogger",
|
||||
|
@ -36,7 +36,7 @@
|
|||
"lint:fix:lang:js": "eslint src --fix",
|
||||
"lint:lang:js": "eslint src",
|
||||
"prepack": "pnpm build",
|
||||
"watch:build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel watch:build:project",
|
||||
"watch:build": "pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel '/^watch:build:project:.*$/'",
|
||||
"watch:build:project": "pnpm --if-present run '/^watch:build:project:.*$/'",
|
||||
"watch:build:project:cjs": "wireit",
|
||||
"watch:build:project:esm": "wireit"
|
||||
|
@ -60,7 +60,7 @@
|
|||
"rimraf": "^3.0.2",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.(t|j)s?(x)": [
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"webpack": "^5.89.0",
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"config": {
|
||||
"ci": {
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a developer-only build tooling related change.
|
||||
|
|
@ -31,8 +31,8 @@
|
|||
"build-types"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" build:project",
|
||||
"build:project": "pnpm --if-present /^build:project:.*$/",
|
||||
"build": "pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" '/^build:project:.*$/'",
|
||||
"build:project": "pnpm --if-present '/^build:project:.*$/'",
|
||||
"build:project:cjs": "wireit",
|
||||
"build:project:esm": "wireit",
|
||||
"changelog": "composer install && composer exec -- changelogger",
|
||||
|
@ -41,8 +41,8 @@
|
|||
"lint:fix:lang:js": "eslint src --fix",
|
||||
"lint:lang:js": "eslint src",
|
||||
"prepack": "pnpm build",
|
||||
"test:js": "wireit",
|
||||
"watch:build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel watch:build:project",
|
||||
"test:js": "jest --config ./jest.config.json --passWithNoTests",
|
||||
"watch:build": "pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel '/^watch:build:project:.*$/'",
|
||||
"watch:build:project": "pnpm --if-present run '/^watch:build:project:.*$/'",
|
||||
"watch:build:project:cjs": "wireit",
|
||||
"watch:build:project:esm": "wireit"
|
||||
|
@ -86,7 +86,7 @@
|
|||
"rimraf": "^3.0.2",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"config": {
|
||||
"ci": {
|
||||
|
@ -150,12 +150,6 @@
|
|||
"command": "tsc --project tsconfig.json --watch",
|
||||
"service": true
|
||||
},
|
||||
"test:js": {
|
||||
"command": "jest --config ./jest.config.json --passWithNoTests",
|
||||
"dependencies": [
|
||||
"build:project"
|
||||
]
|
||||
},
|
||||
"dependencyOutputs": {
|
||||
"allowUsuallyExcludedPaths": true,
|
||||
"files": [
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a developer-only build tooling related change.
|
||||
|
|
@ -32,8 +32,8 @@
|
|||
"build-types"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" build:project",
|
||||
"build:project": "pnpm --if-present /^build:project:.*$/",
|
||||
"build": "pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" '/^build:project:.*$/'",
|
||||
"build:project": "pnpm --if-present '/^build:project:.*$/'",
|
||||
"build:project:cjs": "wireit",
|
||||
"build:project:esm": "wireit",
|
||||
"changelog": "composer install && composer exec -- changelogger",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"lint:fix:lang:js": "eslint src --fix",
|
||||
"lint:lang:js": "eslint src",
|
||||
"prepack": "pnpm build",
|
||||
"watch:build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel watch:build:project",
|
||||
"watch:build": "pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel '/^watch:build:project:.*$/'",
|
||||
"watch:build:project": "pnpm --if-present run '/^watch:build:project:.*$/'",
|
||||
"watch:build:project:cjs": "wireit",
|
||||
"watch:build:project:esm": "wireit"
|
||||
|
@ -81,7 +81,7 @@
|
|||
"rimraf": "^3.0.2",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"config": {
|
||||
"ci": {
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a developer-only build tooling related change.
|
||||
|
|
@ -36,8 +36,8 @@
|
|||
"access": "public"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" build:project",
|
||||
"build:project": "pnpm --if-present /^build:project:.*$/",
|
||||
"build": "pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" '/^build:project:.*$/'",
|
||||
"build:project": "pnpm --if-present '/^build:project:.*$/'",
|
||||
"build:project:cjs": "wireit",
|
||||
"build:project:esm": "wireit",
|
||||
"changelog": "composer install && composer exec -- changelogger",
|
||||
|
@ -46,8 +46,8 @@
|
|||
"lint:fix:lang:js": "eslint src --fix",
|
||||
"lint:lang:js": "eslint src",
|
||||
"prepack": "pnpm build",
|
||||
"test:js": "wireit",
|
||||
"watch:build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel watch:build:project",
|
||||
"test:js": "jest --config ./jest.config.json --passWithNoTests",
|
||||
"watch:build": "pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel '/^watch:build:project:.*$/'",
|
||||
"watch:build:project": "pnpm --if-present run '/^watch:build:project:.*$/'",
|
||||
"watch:build:project:cjs": "wireit",
|
||||
"watch:build:project:esm": "wireit"
|
||||
|
@ -66,7 +66,7 @@
|
|||
"rimraf": "^3.0.2",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.(t|j)s?(x)": [
|
||||
|
@ -136,12 +136,6 @@
|
|||
"command": "tsc --project tsconfig.json --watch",
|
||||
"service": true
|
||||
},
|
||||
"test:js": {
|
||||
"command": "jest --config ./jest.config.json --passWithNoTests",
|
||||
"dependencies": [
|
||||
"build:project"
|
||||
]
|
||||
},
|
||||
"dependencyOutputs": {
|
||||
"allowUsuallyExcludedPaths": true,
|
||||
"files": [
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a developer-only build tooling related change.
|
||||
|
|
@ -32,8 +32,8 @@
|
|||
"build-types"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" build:project",
|
||||
"build:project": "pnpm --if-present /^build:project:.*$/",
|
||||
"build": "pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" '/^build:project:.*$/'",
|
||||
"build:project": "pnpm --if-present '/^build:project:.*$/'",
|
||||
"build:project:bundle": "wireit",
|
||||
"build:project:cjs": "wireit",
|
||||
"build:project:esm": "wireit",
|
||||
|
@ -43,8 +43,8 @@
|
|||
"lint:fix:lang:js": "eslint src --fix",
|
||||
"lint:lang:js": "eslint src",
|
||||
"prepack": "pnpm build",
|
||||
"test:js": "wireit",
|
||||
"watch:build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel watch:build:project",
|
||||
"test:js": "jest --config ./jest.config.json --passWithNoTests",
|
||||
"watch:build": "pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel '/^watch:build:project:.*$/'",
|
||||
"watch:build:project": "pnpm --if-present run '/^watch:build:project:.*$/'",
|
||||
"watch:build:project:bundle": "wireit",
|
||||
"watch:build:project:cjs": "wireit",
|
||||
|
@ -95,7 +95,7 @@
|
|||
"typescript": "^5.3.3",
|
||||
"webpack": "^5.89.0",
|
||||
"webpack-cli": "^3.3.12",
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
@ -180,12 +180,6 @@
|
|||
"command": "tsc --project tsconfig.json --watch",
|
||||
"service": true
|
||||
},
|
||||
"test:js": {
|
||||
"command": "jest --config ./jest.config.json --passWithNoTests",
|
||||
"dependencies": [
|
||||
"build:project"
|
||||
]
|
||||
},
|
||||
"dependencyOutputs": {
|
||||
"allowUsuallyExcludedPaths": true,
|
||||
"files": [
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a developer-only build tooling related change.
|
||||
|
|
@ -126,11 +126,11 @@
|
|||
"webpack-cli": "^3.3.12",
|
||||
"webpack-remove-empty-scripts": "^0.7.3",
|
||||
"webpack-rtl-plugin": "^2.0.0",
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" build:project",
|
||||
"build:project": "pnpm --if-present /^build:project:.*$/",
|
||||
"build": "pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" '/^build:project:.*$/'",
|
||||
"build:project": "pnpm --if-present '/^build:project:.*$/'",
|
||||
"build:project:bundle": "wireit",
|
||||
"build:project:cjs": "wireit",
|
||||
"build:project:esm": "wireit",
|
||||
|
@ -140,8 +140,8 @@
|
|||
"lint:fix:lang:js": "eslint src --fix",
|
||||
"lint:lang:js": "eslint src",
|
||||
"prepack": "pnpm build",
|
||||
"test:js": "wireit",
|
||||
"watch:build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel watch:build:project",
|
||||
"test:js": "jest --config ./jest.config.json --passWithNoTests",
|
||||
"watch:build": "pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel '/^watch:build:project:.*$/'",
|
||||
"watch:build:project": "pnpm --if-present run '/^watch:build:project:.*$/'",
|
||||
"watch:build:project:bundle": "wireit",
|
||||
"watch:build:project:cjs": "wireit",
|
||||
|
@ -234,12 +234,6 @@
|
|||
"command": "tsc --project tsconfig.json --watch",
|
||||
"service": true
|
||||
},
|
||||
"test:js": {
|
||||
"command": "jest --config ./jest.config.json --passWithNoTests",
|
||||
"dependencies": [
|
||||
"build:project"
|
||||
]
|
||||
},
|
||||
"dependencyOutputs": {
|
||||
"allowUsuallyExcludedPaths": true,
|
||||
"files": [
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a developer-only build tooling related change.
|
||||
|
|
@ -37,8 +37,8 @@
|
|||
"access": "public"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" build:project",
|
||||
"build:project": "pnpm --if-present /^build:project:.*$/",
|
||||
"build": "pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" '/^build:project:.*$/'",
|
||||
"build:project": "pnpm --if-present '/^build:project:.*$/'",
|
||||
"build:project:cjs": "wireit",
|
||||
"build:project:esm": "wireit",
|
||||
"changelog": "composer install && composer exec -- changelogger",
|
||||
|
@ -47,7 +47,7 @@
|
|||
"lint:fix:lang:js": "eslint src --fix",
|
||||
"lint:lang:js": "eslint src",
|
||||
"prepack": "pnpm build",
|
||||
"watch:build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel watch:build:project",
|
||||
"watch:build": "pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel '/^watch:build:project:.*$/'",
|
||||
"watch:build:project": "pnpm --if-present run '/^watch:build:project:.*$/'",
|
||||
"watch:build:project:cjs": "wireit",
|
||||
"watch:build:project:esm": "wireit"
|
||||
|
@ -63,7 +63,7 @@
|
|||
"rimraf": "^3.0.2",
|
||||
"ts-jest": "~29.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.(t|j)s?(x)": [
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a developer-only build tooling related change.
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
"ts-loader": "^9.5.1",
|
||||
"typescript": "^5.3.3",
|
||||
"uglify-js": "^3.17.4",
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "pnpm build:admin && pnpm uglify",
|
||||
|
|
|
@ -13,8 +13,8 @@
|
|||
"build"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" build:project",
|
||||
"build:project": "pnpm --if-present /^build:project:.*$/",
|
||||
"build": "pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" '/^build:project:.*$/'",
|
||||
"build:project": "pnpm --if-present '/^build:project:.*$/'",
|
||||
"build:project:bundle": "wireit",
|
||||
"build:project:feature-config": "php ../woocommerce/bin/generate-feature-config.php",
|
||||
"changelog": "composer install && composer exec -- changelogger",
|
||||
|
@ -24,8 +24,8 @@
|
|||
"lint:fix:lang:js": "pnpm lint:js --fix --ext=js,ts,tsx",
|
||||
"lint:lang:css": "stylelint '**/*.scss'",
|
||||
"lint:lang:js": "eslint ./client --ext=js,ts,tsx",
|
||||
"test:js": "wireit",
|
||||
"watch:build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel watch:build:project",
|
||||
"test:js": "jest --config client/jest.config.js",
|
||||
"watch:build": "pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel '/^watch:build:project:.*$/'",
|
||||
"watch:build:project": "pnpm --if-present run '/^watch:build:project:.*$/'",
|
||||
"watch:build:project:bundle": "wireit"
|
||||
},
|
||||
|
@ -228,7 +228,7 @@
|
|||
"webpack-fix-style-only-entries": "^0.6.1",
|
||||
"webpack-merge": "^5.10.0",
|
||||
"webpack-rtl-plugin": "^2.0.0",
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@wordpress/data": "wp-6.0"
|
||||
|
@ -283,12 +283,6 @@
|
|||
"command": "webpack --watch",
|
||||
"service": true
|
||||
},
|
||||
"test:js": {
|
||||
"command": "jest --config client/jest.config.js",
|
||||
"dependencies": [
|
||||
"build:project"
|
||||
]
|
||||
},
|
||||
"dependencyOutputs": {
|
||||
"allowUsuallyExcludedPaths": true,
|
||||
"files": [
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a developer-only build tooling related change.
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
"ts-loader": "^9.5.1",
|
||||
"typescript": "^5.3.3",
|
||||
"uglify-js": "^3.17.4",
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/react": "^11.11.1",
|
||||
|
|
|
@ -44,8 +44,8 @@
|
|||
"scripts": {
|
||||
"analyze-bundles": "cross-env WP_BUNDLE_ANALYZER=1 pnpm run build",
|
||||
"changelog": "composer install && composer exec -- changelogger",
|
||||
"build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" build:project",
|
||||
"build:project": "pnpm --if-present /^build:project:.*$/",
|
||||
"build": "pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" '/^build:project:.*$/'",
|
||||
"build:project": "pnpm --if-present '/^build:project:.*$/'",
|
||||
"build:project:bundle": "wireit",
|
||||
"build:check-assets": "rimraf build/* && cross-env ASSET_CHECK=true BABEL_ENV=default NODE_ENV=production webpack",
|
||||
"build:deploy": "rimraf vendor/* && cross-env WOOCOMMERCE_BLOCKS_PHASE=2 composer install --no-dev && cross-env WOOCOMMERCE_BLOCKS_PHASE=2 pnpm run build --loglevel error",
|
||||
|
@ -80,7 +80,7 @@
|
|||
"storybook": "storybook dev -c ./storybook -p 6006 --ci",
|
||||
"storybook:build": "BABEL_ENV=development storybook build -c ./storybook -o ./storybook/dist",
|
||||
"storybook:deploy": "rimraf ./storybook/dist/* && pnpm run storybook:build && gh-pages -d ./storybook/dist",
|
||||
"test:js": "wireit",
|
||||
"test:js": "wp-scripts test-unit-js --config tests/js/jest.config.json",
|
||||
"test:debug": "ndb .",
|
||||
"test:e2e": "sh ./bin/check-env.sh && pnpm playwright test --config=tests/e2e/playwright.config.ts",
|
||||
"test:e2e:report": "sh ./bin/check-env.sh && npx playwright test --config=tests/e2e/playwright.config.ts --reporter=html",
|
||||
|
@ -103,8 +103,9 @@
|
|||
"ts:log-errors": "npm --silent run ts:check | npx -y @bartekbp/typescript-checkstyle > checkstyle.xml",
|
||||
"wp-env": "wp-env",
|
||||
"wp-env:config": "./bin/wp-env-pre-config.sh",
|
||||
"watch:build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel watch:build:project",
|
||||
"watch:build:project": "webpack --watch"
|
||||
"watch:build": "pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel '/^watch:build:project:.*$/'",
|
||||
"watch:build:project": "pnpm --if-present run '/^watch:build:project:.*$/'",
|
||||
"watch:build:project:bundle": "wireit"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@actions/core": "1.10.0",
|
||||
|
@ -266,7 +267,7 @@
|
|||
"webpack": "5.88.2",
|
||||
"webpack-bundle-analyzer": "4.7.0",
|
||||
"webpack-cli": "5.1.4",
|
||||
"wireit": "^0.14.1",
|
||||
"wireit": "^0.14.3",
|
||||
"wp-types": "3.63.0",
|
||||
"zenhub-api": "0.2.0"
|
||||
},
|
||||
|
@ -408,11 +409,9 @@
|
|||
"dependencyOutputs"
|
||||
]
|
||||
},
|
||||
"test:js": {
|
||||
"command": "wp-scripts test-unit-js --config tests/js/jest.config.json",
|
||||
"dependencies": [
|
||||
"build:project"
|
||||
]
|
||||
"watch:build:project:bundle": {
|
||||
"command": "webpack --watch",
|
||||
"service": true
|
||||
},
|
||||
"dependencyOutputs": {
|
||||
"allowUsuallyExcludedPaths": true,
|
||||
|
|
|
@ -5,7 +5,9 @@
|
|||
"description": "WooCommerce Docs Plugin",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "wp-scripts build",
|
||||
"build": "pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" '/^build:project:.*$/'",
|
||||
"build:project": "pnpm --if-present '/^build:project:.*$/'",
|
||||
"build:project:wp-scripts": "wireit",
|
||||
"start": "wp-scripts start",
|
||||
"postinstall": "composer install",
|
||||
"test": "pnpm test:php",
|
||||
|
@ -41,6 +43,33 @@
|
|||
"ts-loader": "^9.5.1",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.3.3",
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"wireit": {
|
||||
"build:project:wp-scripts": {
|
||||
"command": "wp-scripts build",
|
||||
"clean": "if-file-deleted",
|
||||
"files": [
|
||||
"webpack.config.js",
|
||||
"tsconfig.json",
|
||||
"client"
|
||||
],
|
||||
"output": [
|
||||
"build"
|
||||
],
|
||||
"dependencies": [
|
||||
"dependencyOutputs"
|
||||
]
|
||||
},
|
||||
"dependencyOutputs": {
|
||||
"allowUsuallyExcludedPaths": true,
|
||||
"files": [
|
||||
"node_modules/@woocommerce/eslint-plugin/configs",
|
||||
"node_modules/@woocommerce/eslint-plugin/rules",
|
||||
"node_modules/@woocommerce/eslint-plugin/index.js",
|
||||
"node_modules/@woocommerce/dependency-extraction-webpack-plugin/src/",
|
||||
"package.json"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a developer-only build tooling related change.
|
||||
|
|
@ -9,10 +9,10 @@
|
|||
"build"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" build:project",
|
||||
"build:project": "pnpm --if-present /^build:project:.*$/",
|
||||
"build": "pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" '/^build:project:.*$/'",
|
||||
"build:project": "pnpm --if-present '/^build:project:.*$/'",
|
||||
"build:project:assets": "wireit",
|
||||
"watch:build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel watch:build:project",
|
||||
"watch:build": "pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel '/^watch:build:project:.*$/'",
|
||||
"watch:build:project": "pnpm build:project --watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -38,7 +38,7 @@
|
|||
"gruntify-eslint": "5.0.0",
|
||||
"sass": "^1.69.5",
|
||||
"stylelint": "13.8.0",
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"sourcebuster": "github:woocommerce/sourcebuster-js#v1.1.2"
|
||||
|
|
|
@ -10,8 +10,9 @@
|
|||
},
|
||||
"license": "GPL-3.0+",
|
||||
"scripts": {
|
||||
"build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" build:project",
|
||||
"build:project": "wireit",
|
||||
"build": "pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" '/^build:project:.*$/'",
|
||||
"build:project": "pnpm --if-present '/^build:project:.*$/'",
|
||||
"build:project:copy-assets": "wireit",
|
||||
"build:zip": "./bin/build-zip.sh",
|
||||
"changelog": "composer install && composer exec -- changelogger",
|
||||
"docker:down": "pnpm exec wc-e2e docker:down",
|
||||
|
@ -54,8 +55,9 @@
|
|||
"test:unit": "pnpm test:php",
|
||||
"test:unit:env": "pnpm test:php:env",
|
||||
"update-wp-env": "php ./tests/e2e-pw/bin/update-wp-env.php",
|
||||
"watch:build": "WIREIT_LOGGER='quiet-ci' pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel watch:build:project",
|
||||
"watch:build:project": "nodemon --exec \"pnpm run\" build:project"
|
||||
"watch:build": "pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel '/^watch:build:project:.*$/'",
|
||||
"watch:build:project": "pnpm --if-present run '/^watch:build:project:.*$/'",
|
||||
"watch:build:project:copy-assets": "wireit"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.php": [
|
||||
|
@ -223,7 +225,7 @@
|
|||
"uuid": "^8.3.2",
|
||||
"webpack": "5.70.0",
|
||||
"webpack-cli": "3.3.12",
|
||||
"wireit": "0.14.1",
|
||||
"wireit": "0.14.3",
|
||||
"wp-textdomain": "1.0.1"
|
||||
},
|
||||
"engines": {
|
||||
|
@ -252,7 +254,7 @@
|
|||
"ignoreRoot": []
|
||||
},
|
||||
"wireit": {
|
||||
"build:project": {
|
||||
"build:project:copy-assets": {
|
||||
"command": "rm -rf assets/client/blocks assets/client/admin assets/js assets/css && cp -r ../woocommerce-admin/build assets/client/admin && cp -r client/legacy/build/js assets/js && cp -r client/legacy/build/css assets/css && cp -r ../woocommerce-blocks/build assets/client/blocks && cp -r ../woocommerce-blocks/blocks.ini blocks.ini",
|
||||
"clean": "if-file-deleted",
|
||||
"files": [],
|
||||
|
@ -267,6 +269,10 @@
|
|||
"dependencyOutputs"
|
||||
]
|
||||
},
|
||||
"watch:build:project:copy-assets": {
|
||||
"command": "nodemon --exec \"pnpm run\" build:project",
|
||||
"service": true
|
||||
},
|
||||
"dependencyOutputs": {
|
||||
"allowUsuallyExcludedPaths": true,
|
||||
"files": [
|
||||
|
|
192
pnpm-lock.yaml
192
pnpm-lock.yaml
|
@ -184,8 +184,8 @@ importers:
|
|||
specifier: ^5.3.3
|
||||
version: 5.3.3
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
packages/js/admin-layout:
|
||||
dependencies:
|
||||
|
@ -257,8 +257,8 @@ importers:
|
|||
specifier: ^3.3.12
|
||||
version: 3.3.12(webpack@5.89.0)
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
packages/js/ai:
|
||||
dependencies:
|
||||
|
@ -399,8 +399,8 @@ importers:
|
|||
specifier: ^2.0.0
|
||||
version: 2.0.0
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
packages/js/api:
|
||||
dependencies:
|
||||
|
@ -448,8 +448,8 @@ importers:
|
|||
specifier: ^5.3.3
|
||||
version: 5.3.3
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
packages/js/api-core-tests:
|
||||
dependencies:
|
||||
|
@ -482,8 +482,8 @@ importers:
|
|||
specifier: ^8.55.0
|
||||
version: 8.55.0
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
packages/js/block-templates:
|
||||
dependencies:
|
||||
|
@ -591,8 +591,8 @@ importers:
|
|||
specifier: ^3.3.12
|
||||
version: 3.3.12(webpack@5.89.0)
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
packages/js/components:
|
||||
dependencies:
|
||||
|
@ -919,20 +919,20 @@ importers:
|
|||
specifier: ^3.3.12
|
||||
version: 3.3.12(webpack@5.89.0)
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
packages/js/create-product-editor-block:
|
||||
devDependencies:
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
packages/js/create-woo-extension:
|
||||
devDependencies:
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
packages/js/csv-export:
|
||||
dependencies:
|
||||
|
@ -980,8 +980,8 @@ importers:
|
|||
specifier: ^5.3.3
|
||||
version: 5.3.3
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
packages/js/currency:
|
||||
dependencies:
|
||||
|
@ -1038,8 +1038,8 @@ importers:
|
|||
specifier: ^5.3.3
|
||||
version: 5.3.3
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
packages/js/customer-effort-score:
|
||||
dependencies:
|
||||
|
@ -1162,8 +1162,8 @@ importers:
|
|||
specifier: ^3.3.12
|
||||
version: 3.3.12(webpack@5.89.0)
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
packages/js/data:
|
||||
dependencies:
|
||||
|
@ -1301,8 +1301,8 @@ importers:
|
|||
specifier: ^5.3.3
|
||||
version: 5.3.3
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
packages/js/date:
|
||||
dependencies:
|
||||
|
@ -1374,8 +1374,8 @@ importers:
|
|||
specifier: ^5.3.3
|
||||
version: 5.3.3
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
packages/js/dependency-extraction-webpack-plugin:
|
||||
dependencies:
|
||||
|
@ -1414,8 +1414,8 @@ importers:
|
|||
specifier: ^3.3.12
|
||||
version: 3.3.12(webpack@5.89.0)
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
packages/js/e2e-core-tests:
|
||||
dependencies:
|
||||
|
@ -1481,8 +1481,8 @@ importers:
|
|||
specifier: 23.20.0
|
||||
version: 23.20.0(eslint@8.55.0)(typescript@5.3.3)
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
packages/js/e2e-environment:
|
||||
dependencies:
|
||||
|
@ -1587,8 +1587,8 @@ importers:
|
|||
specifier: ^7.5.4
|
||||
version: 7.5.4
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
packages/js/e2e-utils:
|
||||
dependencies:
|
||||
|
@ -1663,8 +1663,8 @@ importers:
|
|||
specifier: 23.20.0
|
||||
version: 23.20.0(eslint@8.55.0)(typescript@5.3.3)
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
packages/js/eslint-plugin:
|
||||
dependencies:
|
||||
|
@ -1709,8 +1709,8 @@ importers:
|
|||
specifier: ^5.3.3
|
||||
version: 5.3.3
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
packages/js/experimental:
|
||||
dependencies:
|
||||
|
@ -1848,8 +1848,8 @@ importers:
|
|||
specifier: ^3.3.12
|
||||
version: 3.3.12(webpack@5.89.0)
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
packages/js/explat:
|
||||
dependencies:
|
||||
|
@ -1918,8 +1918,8 @@ importers:
|
|||
specifier: ^5.3.3
|
||||
version: 5.3.3
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
packages/js/expression-evaluation:
|
||||
dependencies:
|
||||
|
@ -1964,14 +1964,14 @@ importers:
|
|||
specifier: ^5.3.3
|
||||
version: 5.3.3
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
packages/js/extend-cart-checkout-block:
|
||||
devDependencies:
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
packages/js/integrate-plugin:
|
||||
dependencies:
|
||||
|
@ -2064,8 +2064,8 @@ importers:
|
|||
specifier: ^3.3.12
|
||||
version: 3.3.12(webpack@5.89.0)
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
packages/js/internal-e2e-builds:
|
||||
devDependencies:
|
||||
|
@ -2091,8 +2091,8 @@ importers:
|
|||
specifier: ^1.0.4
|
||||
version: 1.0.4
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
packages/js/internal-js-tests:
|
||||
dependencies:
|
||||
|
@ -2146,8 +2146,8 @@ importers:
|
|||
specifier: ^5.3.3
|
||||
version: 5.3.3
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
packages/js/internal-style-build:
|
||||
dependencies:
|
||||
|
@ -2207,8 +2207,8 @@ importers:
|
|||
specifier: ^5.89.0
|
||||
version: 5.89.0(webpack-cli@5.1.4)
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
packages/js/navigation:
|
||||
dependencies:
|
||||
|
@ -2289,8 +2289,8 @@ importers:
|
|||
specifier: ^5.3.3
|
||||
version: 5.3.3
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
packages/js/notices:
|
||||
dependencies:
|
||||
|
@ -2356,8 +2356,8 @@ importers:
|
|||
specifier: ^5.3.3
|
||||
version: 5.3.3
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
packages/js/number:
|
||||
dependencies:
|
||||
|
@ -2405,8 +2405,8 @@ importers:
|
|||
specifier: ^5.3.3
|
||||
version: 5.3.3
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
packages/js/onboarding:
|
||||
dependencies:
|
||||
|
@ -2520,8 +2520,8 @@ importers:
|
|||
specifier: ^3.3.12
|
||||
version: 3.3.12(webpack@5.89.0)
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
packages/js/product-editor:
|
||||
dependencies:
|
||||
|
@ -2791,8 +2791,8 @@ importers:
|
|||
specifier: ^2.0.0
|
||||
version: 2.0.0
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
packages/js/tracks:
|
||||
dependencies:
|
||||
|
@ -2831,8 +2831,8 @@ importers:
|
|||
specifier: ^5.3.3
|
||||
version: 5.3.3
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
plugins/woo-ai:
|
||||
dependencies:
|
||||
|
@ -2976,8 +2976,8 @@ importers:
|
|||
specifier: ^3.17.4
|
||||
version: 3.17.4
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
plugins/woocommerce:
|
||||
dependencies:
|
||||
|
@ -3127,8 +3127,8 @@ importers:
|
|||
specifier: 3.3.12
|
||||
version: 3.3.12(webpack@5.70.0)
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
wp-textdomain:
|
||||
specifier: 1.0.1
|
||||
version: 1.0.1
|
||||
|
@ -3701,8 +3701,8 @@ importers:
|
|||
specifier: ^2.0.0
|
||||
version: 2.0.0
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
plugins/woocommerce-beta-tester:
|
||||
dependencies:
|
||||
|
@ -3810,8 +3810,8 @@ importers:
|
|||
specifier: ^3.17.4
|
||||
version: 3.17.4
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
plugins/woocommerce-blocks:
|
||||
dependencies:
|
||||
|
@ -4427,8 +4427,8 @@ importers:
|
|||
specifier: 5.1.4
|
||||
version: 5.1.4(webpack-bundle-analyzer@4.7.0)(webpack@5.88.2)
|
||||
wireit:
|
||||
specifier: ^0.14.1
|
||||
version: 0.14.1
|
||||
specifier: ^0.14.3
|
||||
version: 0.14.3
|
||||
wp-types:
|
||||
specifier: 3.63.0
|
||||
version: 3.63.0
|
||||
|
@ -4503,8 +4503,8 @@ importers:
|
|||
specifier: ^5.3.3
|
||||
version: 5.3.3
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
plugins/woocommerce/client/legacy:
|
||||
dependencies:
|
||||
|
@ -4579,8 +4579,8 @@ importers:
|
|||
specifier: 13.8.0
|
||||
version: 13.8.0
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
tools/code-analyzer:
|
||||
dependencies:
|
||||
|
@ -4643,8 +4643,8 @@ importers:
|
|||
specifier: ^5.3.3
|
||||
version: 5.3.3
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
tools/compare-perf:
|
||||
dependencies:
|
||||
|
@ -4677,8 +4677,8 @@ importers:
|
|||
version: 3.2.0
|
||||
devDependencies:
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
tools/monorepo-merge:
|
||||
dependencies:
|
||||
|
@ -4729,8 +4729,8 @@ importers:
|
|||
specifier: ^5.3.3
|
||||
version: 5.3.3
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
tools/monorepo-utils:
|
||||
dependencies:
|
||||
|
@ -4847,8 +4847,8 @@ importers:
|
|||
specifier: ^3.3.12
|
||||
version: 3.3.12(webpack@5.89.0)
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
tools/package-release:
|
||||
dependencies:
|
||||
|
@ -4893,8 +4893,8 @@ importers:
|
|||
specifier: ^5.3.3
|
||||
version: 5.3.3
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
tools/release-posts:
|
||||
dependencies:
|
||||
|
@ -4969,8 +4969,8 @@ importers:
|
|||
specifier: ^5.3.3
|
||||
version: 5.3.3
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
tools/storybook:
|
||||
dependencies:
|
||||
|
@ -5054,8 +5054,8 @@ importers:
|
|||
specifier: ^5.89.0
|
||||
version: 5.89.0(webpack-cli@5.1.4)
|
||||
wireit:
|
||||
specifier: 0.14.1
|
||||
version: 0.14.1
|
||||
specifier: 0.14.3
|
||||
version: 0.14.3
|
||||
|
||||
packages:
|
||||
|
||||
|
@ -53633,8 +53633,8 @@ packages:
|
|||
hasBin: true
|
||||
dev: true
|
||||
|
||||
/wireit@0.14.1:
|
||||
resolution: {integrity: sha512-q5sixPM/vKQEpyaub6J9QoHAFAF9g4zBdnjoYelH9/RLAekcUf3x1dmFLACGZ6nYjqehCsTlXC1irmzU7znPhA==}
|
||||
/wireit@0.14.3:
|
||||
resolution: {integrity: sha512-vNSzIBJ1YLMM6dzGUiUMw11KmHOFiXIaOHcQPWVT4j5oCaXQSIYS5AExEzRkAAlm5F0hRPTwDUoazUHu5ZLCNQ==}
|
||||
engines: {node: '>=14.14.0'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
"ts-node": "^10.9.2",
|
||||
"tslib": "^2.6.2",
|
||||
"typescript": "^5.3.3",
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^16.14.1",
|
||||
|
|
|
@ -17,6 +17,6 @@
|
|||
"pnpm": "^8.12.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
"ts-node": "^10.9.2",
|
||||
"tslib": "^2.6.2",
|
||||
"typescript": "^5.3.3",
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"oclif": {
|
||||
"bin": "monorepo-merge",
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
"typescript": "^5.3.3",
|
||||
"webpack": "^5.89.0",
|
||||
"webpack-cli": "^3.3.12",
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^16.14.1",
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
"ts-node": "^10.9.2",
|
||||
"tslib": "^2.6.2",
|
||||
"typescript": "^5.3.3",
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"oclif": {
|
||||
"bin": "package-release",
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"@types/node-fetch": "^2.6.9",
|
||||
"@types/semver": "^7.5.6",
|
||||
"typescript": "^5.3.3",
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@commander-js/extra-typings": "^0.1.0",
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
"react-dom": "^17.0.2",
|
||||
"typescript": "^5.3.3",
|
||||
"webpack": "^5.89.0",
|
||||
"wireit": "0.14.1"
|
||||
"wireit": "0.14.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/preset-typescript": "^7.23.3"
|
||||
|
|
Loading…
Reference in New Issue