@nx/vite 21.2.2 → 21.2.4
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.
- package/migrations.json +13 -0
- package/package.json +3 -3
- package/src/utils/versions.d.ts +1 -1
- package/src/utils/versions.js +1 -1
- package/src/utils/versions.js.map +1 -1
package/migrations.json
CHANGED
|
@@ -84,6 +84,19 @@
|
|
|
84
84
|
"alwaysAddToPackageJson": false
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
|
+
},
|
|
88
|
+
"21.3.0": {
|
|
89
|
+
"version": "21.3.0-beta.3",
|
|
90
|
+
"packages": {
|
|
91
|
+
"@analogjs/vite-plugin-angular": {
|
|
92
|
+
"version": "~1.19.1",
|
|
93
|
+
"alwaysAddToPackageJson": false
|
|
94
|
+
},
|
|
95
|
+
"@analogjs/vitest-angular": {
|
|
96
|
+
"version": "~1.19.1",
|
|
97
|
+
"alwaysAddToPackageJson": false
|
|
98
|
+
}
|
|
99
|
+
}
|
|
87
100
|
}
|
|
88
101
|
}
|
|
89
102
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/vite",
|
|
3
|
-
"version": "21.2.
|
|
3
|
+
"version": "21.2.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The Nx Plugin for building and testing applications using Vite",
|
|
6
6
|
"repository": {
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"migrations": "./migrations.json"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@nx/devkit": "21.2.
|
|
33
|
+
"@nx/devkit": "21.2.4",
|
|
34
34
|
"@phenomnomnominal/tsquery": "~5.0.1",
|
|
35
35
|
"@swc/helpers": "~0.5.0",
|
|
36
36
|
"enquirer": "~2.3.6",
|
|
37
|
-
"@nx/js": "21.2.
|
|
37
|
+
"@nx/js": "21.2.4",
|
|
38
38
|
"picomatch": "4.0.2",
|
|
39
39
|
"tsconfig-paths": "^4.1.2",
|
|
40
40
|
"semver": "^7.6.3",
|
package/src/utils/versions.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ export declare const ajvVersion = "^8.0.0";
|
|
|
11
11
|
export declare const happyDomVersion = "~9.20.3";
|
|
12
12
|
export declare const edgeRuntimeVmVersion = "~3.0.2";
|
|
13
13
|
export declare const jitiVersion = "2.4.2";
|
|
14
|
-
export declare const analogVitestAngular = "~1.
|
|
14
|
+
export declare const analogVitestAngular = "~1.19.1";
|
|
15
15
|
export declare const vitestCoverageV8Version = "^3.0.5";
|
|
16
16
|
export declare const vitestV1CoverageV8Version = "^1.0.4";
|
|
17
17
|
export declare const vitestCoverageIstanbulVersion = "^3.0.5";
|
package/src/utils/versions.js
CHANGED
|
@@ -74,7 +74,7 @@ const ajvVersion = '^8.0.0';
|
|
|
74
74
|
const happyDomVersion = '~9.20.3';
|
|
75
75
|
const edgeRuntimeVmVersion = '~3.0.2';
|
|
76
76
|
const jitiVersion = '2.4.2';
|
|
77
|
-
const analogVitestAngular = '~1.
|
|
77
|
+
const analogVitestAngular = '~1.19.1';
|
|
78
78
|
const vitestCoverageV8Version = '^3.0.5';
|
|
79
79
|
const vitestV1CoverageV8Version = '^1.0.4';
|
|
80
80
|
const vitestCoverageIstanbulVersion = '^3.0.5';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../packages/vite/src/utils/versions.ts"],"sourcesContent":["export const nxVersion = require('../../package.json').version;\n// Also update @nx/remix/utils/versions when changing vite version\nexport const viteVersion = '^6.0.0';\nexport const viteV5Version = '^5.0.0';\nexport const vitestVersion = '^3.0.0';\nexport const vitestV1Version = '^1.3.1';\nexport const vitePluginReactVersion = '^4.2.0';\nexport const vitePluginReactSwcVersion = '^3.5.0';\nexport const jsdomVersion = '~22.1.0';\nexport const vitePluginDtsVersion = '~4.5.0';\nexport const ajvVersion = '^8.0.0';\nexport const happyDomVersion = '~9.20.3';\nexport const edgeRuntimeVmVersion = '~3.0.2';\nexport const jitiVersion = '2.4.2';\n\nexport const analogVitestAngular = '~1.
|
|
1
|
+
{"version":3,"sources":["../../../../../packages/vite/src/utils/versions.ts"],"sourcesContent":["export const nxVersion = require('../../package.json').version;\n// Also update @nx/remix/utils/versions when changing vite version\nexport const viteVersion = '^6.0.0';\nexport const viteV5Version = '^5.0.0';\nexport const vitestVersion = '^3.0.0';\nexport const vitestV1Version = '^1.3.1';\nexport const vitePluginReactVersion = '^4.2.0';\nexport const vitePluginReactSwcVersion = '^3.5.0';\nexport const jsdomVersion = '~22.1.0';\nexport const vitePluginDtsVersion = '~4.5.0';\nexport const ajvVersion = '^8.0.0';\nexport const happyDomVersion = '~9.20.3';\nexport const edgeRuntimeVmVersion = '~3.0.2';\nexport const jitiVersion = '2.4.2';\n\nexport const analogVitestAngular = '~1.19.1';\n\n// Coverage providers\nexport const vitestCoverageV8Version = '^3.0.5';\nexport const vitestV1CoverageV8Version = '^1.0.4';\nexport const vitestCoverageIstanbulVersion = '^3.0.5';\nexport const vitestV1CoverageIstanbulVersion = '^1.0.4';\n"],"names":["ajvVersion","analogVitestAngular","edgeRuntimeVmVersion","happyDomVersion","jitiVersion","jsdomVersion","nxVersion","vitePluginDtsVersion","vitePluginReactSwcVersion","vitePluginReactVersion","viteV5Version","viteVersion","vitestCoverageIstanbulVersion","vitestCoverageV8Version","vitestV1CoverageIstanbulVersion","vitestV1CoverageV8Version","vitestV1Version","vitestVersion","require","version"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;IAUaA,UAAU;eAAVA;;IAKAC,mBAAmB;eAAnBA;;IAHAC,oBAAoB;eAApBA;;IADAC,eAAe;eAAfA;;IAEAC,WAAW;eAAXA;;IALAC,YAAY;eAAZA;;IARAC,SAAS;eAATA;;IASAC,oBAAoB;eAApBA;;IAFAC,yBAAyB;eAAzBA;;IADAC,sBAAsB;eAAtBA;;IAHAC,aAAa;eAAbA;;IADAC,WAAW;eAAXA;;IAkBAC,6BAA6B;eAA7BA;;IAFAC,uBAAuB;eAAvBA;;IAGAC,+BAA+B;eAA/BA;;IAFAC,yBAAyB;eAAzBA;;IAdAC,eAAe;eAAfA;;IADAC,aAAa;eAAbA;;;AAJN,MAAMX,YAAYY,QAAQ,sBAAsBC,OAAO;AAEvD,MAAMR,cAAc;AACpB,MAAMD,gBAAgB;AACtB,MAAMO,gBAAgB;AACtB,MAAMD,kBAAkB;AACxB,MAAMP,yBAAyB;AAC/B,MAAMD,4BAA4B;AAClC,MAAMH,eAAe;AACrB,MAAME,uBAAuB;AAC7B,MAAMP,aAAa;AACnB,MAAMG,kBAAkB;AACxB,MAAMD,uBAAuB;AAC7B,MAAME,cAAc;AAEpB,MAAMH,sBAAsB;AAG5B,MAAMY,0BAA0B;AAChC,MAAME,4BAA4B;AAClC,MAAMH,gCAAgC;AACtC,MAAME,kCAAkC"}
|