Update `config@3.3.7` (from `3.3.3`) (#33828)

* Update `config@3.3.7` (from `3.3.3`)

Add it to syncpack, to avoid `ReferenceError: node_env_var_name is not defined` when external extension imports and transforms the `admin-e2e-tests` directly from `node_modules`.

Include https://github.com/node-config/node-config/pull/642
This commit is contained in:
Tomek Wytrębowicz 2023-02-14 06:34:00 +01:00 committed by GitHub
parent a3e26fe9ea
commit c5cbc8d4ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 1241 additions and 1332 deletions

View File

@ -1,6 +1,6 @@
{
"dev": true,
"filter": "^(?:react|react-dom|eslint|typescript|@typescript-eslint|@types/react).*$",
"filter": "^(?:config|react|react-dom|eslint|typescript|@typescript-eslint|@types/react).*$",
"indent": "\t",
"overrides": true,
"peer": true,
@ -33,6 +33,15 @@
"**"
]
},
{
"dependencies": [
"config"
],
"packages": [
"**"
],
"pinVersion": "3.3.7"
},
{
"dependencies": [
"react",

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Unify semver range for `config@3.3.7` (from `^3.3.7`). Fix `node_env_var_name is not defined` error.

View File

@ -29,7 +29,7 @@
"@jest/globals": "^27.5.1",
"@types/jest": "^27.4.1",
"@woocommerce/e2e-utils": "workspace:*",
"config": "^3.3.7"
"config": "3.3.7"
},
"peerDependencies": {
"@woocommerce/e2e-environment": "^0.2.3 || ^0.3.0",

View File

@ -25,7 +25,7 @@
"dependencies": {
"@jest/globals": "^27.5.1",
"@wordpress/deprecated": "^3.2.3",
"config": "3.3.3"
"config": "3.3.7"
},
"devDependencies": {
"@babel/cli": "7.12.8",

View File

@ -33,7 +33,7 @@
"@wordpress/jest-preset-default": "^7.1.3",
"app-root-path": "^3.0.0",
"commander": "4.1.1",
"config": "3.3.3",
"config": "3.3.7",
"jest": "^27.5.1",
"jest-circus": "27.5.1",
"jest-each": "27.5.1",

View File

@ -18,7 +18,7 @@
"@automattic/puppeteer-utils": "github:Automattic/puppeteer-utils#0f3ec50",
"@wordpress/deprecated": "^3.2.3",
"@wordpress/e2e-test-utils": "wp-5.8",
"config": "3.3.3",
"config": "3.3.7",
"fishery": "^1.2.0"
},
"devDependencies": {

View File

@ -173,7 +173,7 @@
"chalk": "^4.1.2",
"comment-parser": "^1.3.0",
"concurrently": "^7.0.0",
"config": "^3.3.7",
"config": "3.3.7",
"copy-webpack-plugin": "^10.2.4",
"cross-env": "^7.0.3",
"css-loader": "^6.7.0",

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Update `config@3.3.7` (from `3.3.3`). Fix `node_env_var_name is not defined` error.

View File

@ -73,7 +73,7 @@
"babel-eslint": "10.1.0",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"config": "3.3.3",
"config": "3.3.7",
"cross-env": "6.0.3",
"deasync": "0.1.26",
"dotenv": "^10.0.0",

File diff suppressed because it is too large Load Diff