@nestjs/schematics 11.0.5 → 11.0.7

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.10",
26
- "@babel/node": "7.26.0",
27
- "@babel/plugin-proposal-decorators": "7.25.9",
28
- "@babel/plugin-transform-runtime": "7.26.10",
29
- "@babel/preset-env": "7.26.9",
30
- "@babel/register": "7.25.9",
31
- "@babel/runtime": "7.27.0",
32
- "jest": "29.7.0",
33
- "nodemon": "3.1.9",
34
- "prettier": "3.5.3",
35
- "supertest": "7.1.0"
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": "^29.5.14",
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": "^29.7.0",
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": "commonjs",
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.5",
3
+ "version": "11.0.7",
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": "19.2.6",
45
- "@angular-devkit/schematics": "19.2.6",
44
+ "@angular-devkit/core": "19.2.15",
45
+ "@angular-devkit/schematics": "19.2.15",
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.0",
52
- "@commitlint/config-angular": "19.8.0",
51
+ "@commitlint/cli": "19.8.1",
52
+ "@commitlint/config-angular": "19.8.1",
53
53
  "@eslint/eslintrc": "3.3.1",
54
- "@eslint/js": "9.24.0",
55
- "@types/jest": "29.5.14",
56
- "@types/node": "22.14.0",
57
- "@typescript-eslint/eslint-plugin": "8.29.1",
58
- "@typescript-eslint/parser": "8.29.1",
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.24.0",
61
- "eslint-config-prettier": "10.1.1",
62
- "eslint-plugin-import": "2.31.0",
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.0.0",
65
- "gulp": "5.0.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": "29.7.0",
68
+ "jest": "30.0.5",
69
69
  "nyc": "17.1.0",
70
- "prettier": "3.5.3",
71
- "release-it": "18.1.2",
72
- "ts-jest": "29.3.1",
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"