@elliemae/pui-cli 9.0.0-next.18 → 9.0.0-next.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -23,15 +23,16 @@ class FixJSDOMEnvironment extends TestEnvironment {
|
|
|
23
23
|
// FIXME https://github.com/jsdom/jsdom/issues/3363
|
|
24
24
|
if (structuredClone) this.global.structuredClone = structuredClone;
|
|
25
25
|
|
|
26
|
-
//
|
|
27
|
-
|
|
28
|
-
if (
|
|
29
|
-
if (
|
|
30
|
-
if (
|
|
26
|
+
// fix: 'TypeError: Failed to parse URL from latest/app.config.json' relative urls not supported in nodejs native fetch, using whatwg-fetch instead
|
|
27
|
+
// // FIXME https://github.com/jsdom/jsdom/issues/1724
|
|
28
|
+
// if (fetch) this.global.fetch = fetch;
|
|
29
|
+
// if (Headers) this.global.Headers = Headers;
|
|
30
|
+
// if (Request) this.global.Request = Request;
|
|
31
|
+
// if (Response) this.global.Response = Response;
|
|
31
32
|
|
|
32
|
-
// FIXME https://github.com/jsdom/jsdom/issues/1721
|
|
33
|
-
if (URL) this.global.URL = URL;
|
|
34
|
-
if (Blob) this.global.Blob = Blob;
|
|
33
|
+
// // FIXME https://github.com/jsdom/jsdom/issues/1721
|
|
34
|
+
// if (URL) this.global.URL = URL;
|
|
35
|
+
// if (Blob) this.global.Blob = Blob;
|
|
35
36
|
}
|
|
36
37
|
}
|
|
37
38
|
module.exports = FixJSDOMEnvironment;
|
|
@@ -23,15 +23,16 @@ class FixJSDOMEnvironment extends TestEnvironment {
|
|
|
23
23
|
// FIXME https://github.com/jsdom/jsdom/issues/3363
|
|
24
24
|
if (structuredClone) this.global.structuredClone = structuredClone;
|
|
25
25
|
|
|
26
|
-
//
|
|
27
|
-
|
|
28
|
-
if (
|
|
29
|
-
if (
|
|
30
|
-
if (
|
|
26
|
+
// fix: 'TypeError: Failed to parse URL from latest/app.config.json' relative urls not supported in nodejs native fetch, using whatwg-fetch instead
|
|
27
|
+
// // FIXME https://github.com/jsdom/jsdom/issues/1724
|
|
28
|
+
// if (fetch) this.global.fetch = fetch;
|
|
29
|
+
// if (Headers) this.global.Headers = Headers;
|
|
30
|
+
// if (Request) this.global.Request = Request;
|
|
31
|
+
// if (Response) this.global.Response = Response;
|
|
31
32
|
|
|
32
|
-
// FIXME https://github.com/jsdom/jsdom/issues/1721
|
|
33
|
-
if (URL) this.global.URL = URL;
|
|
34
|
-
if (Blob) this.global.Blob = Blob;
|
|
33
|
+
// // FIXME https://github.com/jsdom/jsdom/issues/1721
|
|
34
|
+
// if (URL) this.global.URL = URL;
|
|
35
|
+
// if (Blob) this.global.Blob = Blob;
|
|
35
36
|
}
|
|
36
37
|
}
|
|
37
38
|
module.exports = FixJSDOMEnvironment;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-cli",
|
|
3
|
-
"version": "9.0.0-next.
|
|
3
|
+
"version": "9.0.0-next.19",
|
|
4
4
|
"description": "ICE MT UI Platform CLI",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -100,8 +100,8 @@
|
|
|
100
100
|
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.8.0",
|
|
101
101
|
"@faker-js/faker": "8.1.0",
|
|
102
102
|
"@nrwl/cli": "15.9.3",
|
|
103
|
-
"@nrwl/tao": "16.
|
|
104
|
-
"@nrwl/workspace": "16.
|
|
103
|
+
"@nrwl/tao": "16.9.0",
|
|
104
|
+
"@nrwl/workspace": "16.9.0",
|
|
105
105
|
"@pmmmwh/react-refresh-webpack-plugin": "~0.5.11",
|
|
106
106
|
"@semantic-release/changelog": "~6.0.3",
|
|
107
107
|
"@semantic-release/exec": "~6.0.3",
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
"@types/circular-dependency-plugin": "~5.0.6",
|
|
135
135
|
"@types/compression": "~1.7.3",
|
|
136
136
|
"@types/cors": "~2.8.14",
|
|
137
|
-
"@types/duplicate-package-checker-webpack-plugin": "~2.1.
|
|
137
|
+
"@types/duplicate-package-checker-webpack-plugin": "~2.1.3",
|
|
138
138
|
"@types/ip": "~1.1.0",
|
|
139
139
|
"@types/jest": "~29.5.5",
|
|
140
140
|
"@types/jest-axe": "~3.5.6",
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
"esbuild-loader": "~4.0.2",
|
|
187
187
|
"esbuild-plugin-lodash": "~1.2.0",
|
|
188
188
|
"esbuild-plugin-svgr": "~2.1.0",
|
|
189
|
-
"eslint": "~8.
|
|
189
|
+
"eslint": "~8.50.0",
|
|
190
190
|
"eslint-config-airbnb": "~19.0.4",
|
|
191
191
|
"eslint-config-airbnb-base": "~15.0.0",
|
|
192
192
|
"eslint-config-airbnb-typescript": "~17.1.0",
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
"resize-observer-polyfill": "~1.5.1",
|
|
270
270
|
"resolve-typescript-plugin": "~2.0.1",
|
|
271
271
|
"rimraf": "~5.0.1",
|
|
272
|
-
"semantic-release": "~22.0.
|
|
272
|
+
"semantic-release": "~22.0.4",
|
|
273
273
|
"slackify-markdown": "~4.4.0",
|
|
274
274
|
"speed-measure-webpack-plugin": "~1.5.0",
|
|
275
275
|
"storybook": "~7.4.4",
|