@nestjs/schematics 11.0.3 → 11.0.5

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.
@@ -64,7 +64,7 @@ When you're ready to deploy your NestJS application to production, there are som
64
64
  If you are looking for a cloud-based platform to deploy your NestJS application, check out [Mau](https://mau.nestjs.com), our official platform for deploying NestJS applications on AWS. Mau makes deployment straightforward and fast, requiring just a few simple steps:
65
65
 
66
66
  ```bash
67
- $ <%= packageManager %> install -g mau
67
+ $ <%= packageManager %> install -g @nestjs/mau
68
68
  $ mau deploy
69
69
  ```
70
70
 
@@ -17,8 +17,7 @@ export default tseslint.config(
17
17
  ...globals.node,
18
18
  ...globals.jest,
19
19
  },
20
- ecmaVersion: 5,
21
- sourceType: 'module',
20
+ sourceType: 'commonjs',
22
21
  parserOptions: {
23
22
  projectService: true,
24
23
  tsconfigRootDir: import.meta.dirname,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nestjs/schematics",
3
- "version": "11.0.3",
3
+ "version": "11.0.5",
4
4
  "description": "Nest - modern, fast, powerful node.js web framework (@schematics)",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -51,13 +51,13 @@
51
51
  "@commitlint/cli": "19.8.0",
52
52
  "@commitlint/config-angular": "19.8.0",
53
53
  "@eslint/eslintrc": "3.3.1",
54
- "@eslint/js": "9.23.0",
54
+ "@eslint/js": "9.24.0",
55
55
  "@types/jest": "29.5.14",
56
56
  "@types/node": "22.14.0",
57
- "@typescript-eslint/eslint-plugin": "8.29.0",
58
- "@typescript-eslint/parser": "8.29.0",
57
+ "@typescript-eslint/eslint-plugin": "8.29.1",
58
+ "@typescript-eslint/parser": "8.29.1",
59
59
  "cpx2": "8.0.0",
60
- "eslint": "9.23.0",
60
+ "eslint": "9.24.0",
61
61
  "eslint-config-prettier": "10.1.1",
62
62
  "eslint-plugin-import": "2.31.0",
63
63
  "eslint-plugin-prettier": "^5.2.1",
@@ -71,7 +71,7 @@
71
71
  "release-it": "18.1.2",
72
72
  "ts-jest": "29.3.1",
73
73
  "ts-node": "10.9.2",
74
- "typescript": "5.8.2",
74
+ "typescript": "5.8.3",
75
75
  "typescript-eslint": "^8.15.0"
76
76
  },
77
77
  "peerDependencies": {