@nestjs/schematics 11.0.8 → 11.0.10

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.28.4",
26
- "@babel/node": "7.28.0",
27
- "@babel/plugin-proposal-decorators": "7.28.0",
28
- "@babel/plugin-transform-runtime": "7.28.3",
29
- "@babel/preset-env": "7.28.3",
30
- "@babel/register": "7.28.3",
31
- "@babel/runtime": "7.28.4",
32
- "jest": "30.2.0",
33
- "nodemon": "3.1.10",
34
- "prettier": "3.6.2",
35
- "supertest": "7.1.4"
25
+ "@babel/core": "7.29.0",
26
+ "@babel/node": "7.29.0",
27
+ "@babel/plugin-proposal-decorators": "7.29.0",
28
+ "@babel/plugin-transform-runtime": "7.29.0",
29
+ "@babel/preset-env": "7.29.2",
30
+ "@babel/register": "7.28.6",
31
+ "@babel/runtime": "7.29.2",
32
+ "jest": "30.3.0",
33
+ "nodemon": "3.1.14",
34
+ "prettier": "3.8.1",
35
+ "supertest": "7.2.2"
36
36
  },
37
37
  "jest": {
38
38
  "moduleFileExtensions": [
@@ -20,4 +20,8 @@ describe('AppController (e2e)', () => {
20
20
  .expect(200)
21
21
  .expect('Hello World!');
22
22
  });
23
+
24
+ afterEach(async () => {
25
+ await app.close();
26
+ });
23
27
  });
@@ -28,7 +28,8 @@ export default tseslint.config(
28
28
  rules: {
29
29
  '@typescript-eslint/no-explicit-any': 'off',
30
30
  '@typescript-eslint/no-floating-promises': 'warn',
31
- '@typescript-eslint/no-unsafe-argument': 'warn'
31
+ '@typescript-eslint/no-unsafe-argument': 'warn',
32
+ "prettier/prettier": ["error", { endOfLine: "auto" }],
32
33
  },
33
34
  },
34
35
  );
@@ -34,12 +34,12 @@
34
34
  "@nestjs/testing": "^11.0.1",
35
35
  "@types/express": "^5.0.0",
36
36
  "@types/jest": "^30.0.0",
37
- "@types/node": "^22.10.7",
38
- "@types/supertest": "^6.0.2",
37
+ "@types/node": "^24.0.0",
38
+ "@types/supertest": "^7.0.0",
39
39
  "eslint": "^9.18.0",
40
40
  "eslint-config-prettier": "^10.0.1",
41
41
  "eslint-plugin-prettier": "^5.2.2",
42
- "globals": "^16.0.0",
42
+ "globals": "^17.0.0",
43
43
  "jest": "^30.0.0",
44
44
  "prettier": "^3.4.2",
45
45
  "source-map-support": "^0.5.21",
@@ -22,4 +22,8 @@ describe('AppController (e2e)', () => {
22
22
  .expect(200)
23
23
  .expect('Hello World!');
24
24
  });
25
+
26
+ afterEach(async () => {
27
+ await app.close();
28
+ });
25
29
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nestjs/schematics",
3
- "version": "11.0.8",
3
+ "version": "11.0.10",
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.17",
45
- "@angular-devkit/schematics": "19.2.17",
46
- "comment-json": "4.4.1",
44
+ "@angular-devkit/core": "19.2.23",
45
+ "@angular-devkit/schematics": "19.2.23",
46
+ "comment-json": "4.6.2",
47
47
  "jsonc-parser": "3.3.1",
48
48
  "pluralize": "8.0.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@commitlint/cli": "20.1.0",
52
- "@commitlint/config-angular": "20.0.0",
53
- "@eslint/eslintrc": "3.3.1",
54
- "@eslint/js": "9.36.0",
51
+ "@commitlint/cli": "20.5.0",
52
+ "@commitlint/config-angular": "20.5.0",
53
+ "@eslint/eslintrc": "3.3.5",
54
+ "@eslint/js": "9.39.4",
55
55
  "@types/jest": "30.0.0",
56
- "@types/node": "22.18.8",
57
- "@typescript-eslint/eslint-plugin": "8.45.0",
58
- "@typescript-eslint/parser": "8.45.0",
56
+ "@types/node": "24.12.0",
57
+ "@typescript-eslint/eslint-plugin": "8.58.0",
58
+ "@typescript-eslint/parser": "8.58.0",
59
59
  "cpx2": "8.0.0",
60
- "eslint": "9.36.0",
60
+ "eslint": "9.39.4",
61
61
  "eslint-config-prettier": "10.1.8",
62
62
  "eslint-plugin-import": "2.32.0",
63
63
  "eslint-plugin-prettier": "^5.2.1",
64
- "globals": "16.4.0",
64
+ "globals": "17.4.0",
65
65
  "gulp": "5.0.1",
66
66
  "gulp-clean": "0.4.0",
67
67
  "husky": "9.1.7",
68
- "jest": "30.2.0",
69
- "nyc": "17.1.0",
70
- "prettier": "3.6.2",
71
- "release-it": "19.0.5",
72
- "ts-jest": "29.4.4",
68
+ "jest": "30.3.0",
69
+ "nyc": "18.0.0",
70
+ "prettier": "3.8.1",
71
+ "release-it": "19.2.4",
72
+ "ts-jest": "29.4.6",
73
73
  "ts-node": "10.9.2",
74
74
  "typescript": "5.9.3",
75
75
  "typescript-eslint": "^8.15.0"