@nestjs/schematics 11.0.4 → 11.0.6
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.
|
@@ -22,17 +22,17 @@
|
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@nestjs/testing": "^11.0.1",
|
|
25
|
-
"@babel/core": "7.
|
|
26
|
-
"@babel/node": "7.
|
|
27
|
-
"@babel/plugin-proposal-decorators": "7.
|
|
28
|
-
"@babel/plugin-transform-runtime": "7.
|
|
29
|
-
"@babel/preset-env": "7.
|
|
30
|
-
"@babel/register": "7.
|
|
31
|
-
"@babel/runtime": "7.
|
|
32
|
-
"jest": "
|
|
33
|
-
"nodemon": "3.1.
|
|
34
|
-
"prettier": "3.
|
|
35
|
-
"supertest": "7.1.
|
|
25
|
+
"@babel/core": "7.28.0",
|
|
26
|
+
"@babel/node": "7.28.0",
|
|
27
|
+
"@babel/plugin-proposal-decorators": "7.28.0",
|
|
28
|
+
"@babel/plugin-transform-runtime": "7.28.0",
|
|
29
|
+
"@babel/preset-env": "7.28.0",
|
|
30
|
+
"@babel/register": "7.27.1",
|
|
31
|
+
"@babel/runtime": "7.28.2",
|
|
32
|
+
"jest": "30.0.5",
|
|
33
|
+
"nodemon": "3.1.10",
|
|
34
|
+
"prettier": "3.6.2",
|
|
35
|
+
"supertest": "7.1.4"
|
|
36
36
|
},
|
|
37
37
|
"jest": {
|
|
38
38
|
"moduleFileExtensions": [
|
|
@@ -32,17 +32,15 @@
|
|
|
32
32
|
"@nestjs/cli": "^11.0.0",
|
|
33
33
|
"@nestjs/schematics": "^11.0.0",
|
|
34
34
|
"@nestjs/testing": "^11.0.1",
|
|
35
|
-
"@swc/cli": "^0.6.0",
|
|
36
|
-
"@swc/core": "^1.10.7",
|
|
37
35
|
"@types/express": "^5.0.0",
|
|
38
|
-
"@types/jest": "^
|
|
36
|
+
"@types/jest": "^30.0.0",
|
|
39
37
|
"@types/node": "^22.10.7",
|
|
40
38
|
"@types/supertest": "^6.0.2",
|
|
41
39
|
"eslint": "^9.18.0",
|
|
42
40
|
"eslint-config-prettier": "^10.0.1",
|
|
43
41
|
"eslint-plugin-prettier": "^5.2.2",
|
|
44
42
|
"globals": "^16.0.0",
|
|
45
|
-
"jest": "^
|
|
43
|
+
"jest": "^30.0.0",
|
|
46
44
|
"prettier": "^3.4.2",
|
|
47
45
|
"source-map-support": "^0.5.21",
|
|
48
46
|
"supertest": "^7.0.0",
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"compilerOptions": {
|
|
3
|
-
"module": "
|
|
3
|
+
"module": "nodenext",
|
|
4
|
+
"moduleResolution": "nodenext",
|
|
5
|
+
"resolvePackageJsonExports": true,
|
|
6
|
+
"esModuleInterop": true,
|
|
7
|
+
"isolatedModules": true,
|
|
4
8
|
"declaration": true,
|
|
5
9
|
"removeComments": true,
|
|
6
10
|
"emitDecoratorMetadata": true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nestjs/schematics",
|
|
3
|
-
"version": "11.0.
|
|
3
|
+
"version": "11.0.6",
|
|
4
4
|
"description": "Nest - modern, fast, powerful node.js web framework (@schematics)",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -41,35 +41,35 @@
|
|
|
41
41
|
},
|
|
42
42
|
"homepage": "https://github.com/nestjs/schematics#readme",
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@angular-devkit/core": "
|
|
45
|
-
"@angular-devkit/schematics": "
|
|
44
|
+
"@angular-devkit/core": "20.1.3",
|
|
45
|
+
"@angular-devkit/schematics": "20.1.3",
|
|
46
46
|
"comment-json": "4.2.5",
|
|
47
47
|
"jsonc-parser": "3.3.1",
|
|
48
48
|
"pluralize": "8.0.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@commitlint/cli": "19.8.
|
|
52
|
-
"@commitlint/config-angular": "19.8.
|
|
51
|
+
"@commitlint/cli": "19.8.1",
|
|
52
|
+
"@commitlint/config-angular": "19.8.1",
|
|
53
53
|
"@eslint/eslintrc": "3.3.1",
|
|
54
|
-
"@eslint/js": "9.
|
|
55
|
-
"@types/jest": "
|
|
56
|
-
"@types/node": "22.
|
|
57
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
58
|
-
"@typescript-eslint/parser": "8.
|
|
54
|
+
"@eslint/js": "9.32.0",
|
|
55
|
+
"@types/jest": "30.0.0",
|
|
56
|
+
"@types/node": "22.17.0",
|
|
57
|
+
"@typescript-eslint/eslint-plugin": "8.38.0",
|
|
58
|
+
"@typescript-eslint/parser": "8.38.0",
|
|
59
59
|
"cpx2": "8.0.0",
|
|
60
|
-
"eslint": "9.
|
|
61
|
-
"eslint-config-prettier": "10.1.
|
|
62
|
-
"eslint-plugin-import": "2.
|
|
60
|
+
"eslint": "9.32.0",
|
|
61
|
+
"eslint-config-prettier": "10.1.8",
|
|
62
|
+
"eslint-plugin-import": "2.32.0",
|
|
63
63
|
"eslint-plugin-prettier": "^5.2.1",
|
|
64
|
-
"globals": "16.
|
|
65
|
-
"gulp": "5.0.
|
|
64
|
+
"globals": "16.3.0",
|
|
65
|
+
"gulp": "5.0.1",
|
|
66
66
|
"gulp-clean": "0.4.0",
|
|
67
67
|
"husky": "9.1.7",
|
|
68
|
-
"jest": "
|
|
68
|
+
"jest": "30.0.5",
|
|
69
69
|
"nyc": "17.1.0",
|
|
70
|
-
"prettier": "3.
|
|
71
|
-
"release-it": "
|
|
72
|
-
"ts-jest": "29.
|
|
70
|
+
"prettier": "3.6.2",
|
|
71
|
+
"release-it": "19.0.4",
|
|
72
|
+
"ts-jest": "29.4.0",
|
|
73
73
|
"ts-node": "10.9.2",
|
|
74
74
|
"typescript": "5.8.3",
|
|
75
75
|
"typescript-eslint": "^8.15.0"
|