Skip to content

Commit 0f904d2

Browse files
chore: update minimum engine version to 16
1 parent 90a3416 commit 0f904d2

File tree

62 files changed

+62
-64
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+62
-64
lines changed

integration/auto-mock/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"noLib": false,
88
"emitDecoratorMetadata": true,
99
"experimentalDecorators": true,
10-
"target": "es6",
10+
"target": "ES2021",
1111
"sourceMap": true,
1212
"allowJs": true,
1313
"outDir": "./dist",

integration/cors/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"noLib": false,
88
"emitDecoratorMetadata": true,
99
"experimentalDecorators": true,
10-
"target": "es6",
10+
"target": "ES2021",
1111
"sourceMap": true,
1212
"allowJs": true,
1313
"outDir": "./dist",

integration/graphql-code-first/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"noLib": false,
88
"emitDecoratorMetadata": true,
99
"experimentalDecorators": true,
10-
"target": "es6",
10+
"target": "ES2021",
1111
"sourceMap": true,
1212
"allowJs": true,
1313
"outDir": "./dist",

integration/graphql-schema-first/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"noLib": false,
88
"emitDecoratorMetadata": true,
99
"experimentalDecorators": true,
10-
"target": "es6",
10+
"target": "ES2021",
1111
"sourceMap": true,
1212
"allowJs": true,
1313
"outDir": "./dist",

integration/hello-world/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"noLib": false,
88
"emitDecoratorMetadata": true,
99
"experimentalDecorators": true,
10-
"target": "es6",
10+
"target": "ES2021",
1111
"sourceMap": true,
1212
"allowJs": true,
1313
"outDir": "./dist",

integration/hooks/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"noLib": false,
88
"emitDecoratorMetadata": true,
99
"experimentalDecorators": true,
10-
"target": "es6",
10+
"target": "ES2021",
1111
"sourceMap": true,
1212
"allowJs": true,
1313
"outDir": "./dist",

integration/injector/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"noLib": false,
88
"emitDecoratorMetadata": true,
99
"experimentalDecorators": true,
10-
"target": "es6",
10+
"target": "ES2021",
1111
"sourceMap": true,
1212
"allowJs": true,
1313
"outDir": "./dist",

integration/inspector/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"noLib": false,
88
"emitDecoratorMetadata": true,
99
"experimentalDecorators": true,
10-
"target": "es6",
10+
"target": "ES2021",
1111
"sourceMap": true,
1212
"allowJs": true,
1313
"outDir": "./dist",

integration/microservices/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"noLib": false,
88
"emitDecoratorMetadata": true,
99
"experimentalDecorators": true,
10-
"target": "es6",
10+
"target": "ES2021",
1111
"sourceMap": true,
1212
"allowJs": true,
1313
"outDir": "./dist",

integration/module-utils/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"noLib": false,
88
"emitDecoratorMetadata": true,
99
"experimentalDecorators": true,
10-
"target": "es6",
10+
"target": "ES2021",
1111
"sourceMap": true,
1212
"allowJs": true,
1313
"outDir": "./dist",

integration/mongoose/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"noLib": false,
88
"emitDecoratorMetadata": true,
99
"experimentalDecorators": true,
10-
"target": "es6",
10+
"target": "ES2021",
1111
"sourceMap": true,
1212
"allowJs": true,
1313
"outDir": "./dist",

integration/nest-application/app-locals/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"noLib": false,
88
"emitDecoratorMetadata": true,
99
"experimentalDecorators": true,
10-
"target": "es6",
10+
"target": "ES2021",
1111
"sourceMap": true,
1212
"allowJs": true,
1313
"outDir": "./dist",

integration/nest-application/get-url/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"noLib": false,
88
"emitDecoratorMetadata": true,
99
"experimentalDecorators": true,
10-
"target": "es6",
10+
"target": "ES2021",
1111
"sourceMap": true,
1212
"allowJs": true,
1313
"outDir": "./dist",

integration/nest-application/global-prefix/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"noLib": false,
88
"emitDecoratorMetadata": true,
99
"experimentalDecorators": true,
10-
"target": "es6",
10+
"target": "ES2021",
1111
"sourceMap": true,
1212
"allowJs": true,
1313
"outDir": "./dist",

integration/nest-application/raw-body/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"noLib": false,
88
"emitDecoratorMetadata": true,
99
"experimentalDecorators": true,
10-
"target": "es6",
10+
"target": "ES2021",
1111
"sourceMap": true,
1212
"allowJs": true,
1313
"outDir": "./dist",

integration/nest-application/sse/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"noLib": false,
88
"emitDecoratorMetadata": true,
99
"experimentalDecorators": true,
10-
"target": "es6",
10+
"target": "ES2021",
1111
"sourceMap": true,
1212
"allowJs": true,
1313
"lib": ["dom"],

integration/nest-application/use-body-parser/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"noLib": false,
99
"emitDecoratorMetadata": true,
1010
"experimentalDecorators": true,
11-
"target": "es6",
11+
"target": "ES2021",
1212
"sourceMap": true,
1313
"allowJs": true,
1414
"outDir": "./dist"

integration/repl/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"noLib": false,
88
"emitDecoratorMetadata": true,
99
"experimentalDecorators": true,
10-
"target": "es6",
10+
"target": "ES2021",
1111
"sourceMap": true,
1212
"allowJs": true,
1313
"outDir": "./dist",

integration/scopes/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"noLib": false,
88
"emitDecoratorMetadata": true,
99
"experimentalDecorators": true,
10-
"target": "es6",
10+
"target": "ES2021",
1111
"sourceMap": true,
1212
"allowJs": true,
1313
"outDir": "./dist",

integration/send-files/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"noLib": false,
88
"emitDecoratorMetadata": true,
99
"experimentalDecorators": true,
10-
"target": "es6",
10+
"target": "ES2021",
1111
"sourceMap": true,
1212
"allowJs": true,
1313
"outDir": "./dist",

integration/typeorm/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"noLib": false,
88
"emitDecoratorMetadata": true,
99
"experimentalDecorators": true,
10-
"target": "es6",
10+
"target": "ES2021",
1111
"sourceMap": true,
1212
"allowJs": true,
1313
"outDir": "./dist",

integration/versioning/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"noLib": false,
88
"emitDecoratorMetadata": true,
99
"experimentalDecorators": true,
10-
"target": "es6",
10+
"target": "ES2021",
1111
"sourceMap": true,
1212
"allowJs": true,
1313
"outDir": "./dist",

integration/websockets/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"noLib": false,
88
"emitDecoratorMetadata": true,
99
"experimentalDecorators": true,
10-
"target": "es6",
10+
"target": "ES2021",
1111
"sourceMap": true,
1212
"allowJs": true,
1313
"outDir": "./dist",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
"ws": "8.13.0"
177177
},
178178
"engines": {
179-
"node": ">= 12.9.0"
179+
"node": ">= 16"
180180
},
181181
"collective": {
182182
"type": "opencollective",

sample/01-cats-app/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"emitDecoratorMetadata": true,
77
"experimentalDecorators": true,
88
"allowSyntheticDefaultImports": true,
9-
"target": "es2017",
9+
"target": "ES2021",
1010
"sourceMap": true,
1111
"outDir": "./dist",
1212
"baseUrl": "./",

sample/02-gateways/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"emitDecoratorMetadata": true,
77
"experimentalDecorators": true,
88
"allowSyntheticDefaultImports": true,
9-
"target": "es2017",
9+
"target": "ES2021",
1010
"sourceMap": true,
1111
"outDir": "./dist",
1212
"baseUrl": "./",

sample/03-microservices/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"emitDecoratorMetadata": true,
77
"experimentalDecorators": true,
88
"allowSyntheticDefaultImports": true,
9-
"target": "es2017",
9+
"target": "ES2021",
1010
"sourceMap": true,
1111
"outDir": "./dist",
1212
"baseUrl": "./",

sample/04-grpc/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"emitDecoratorMetadata": true,
77
"experimentalDecorators": true,
88
"allowSyntheticDefaultImports": true,
9-
"target": "es2017",
9+
"target": "ES2021",
1010
"sourceMap": true,
1111
"outDir": "./dist",
1212
"baseUrl": "./",

sample/05-sql-typeorm/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"emitDecoratorMetadata": true,
77
"experimentalDecorators": true,
88
"allowSyntheticDefaultImports": true,
9-
"target": "es2017",
9+
"target": "ES2021",
1010
"sourceMap": true,
1111
"outDir": "./dist",
1212
"baseUrl": "./",

sample/06-mongoose/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"emitDecoratorMetadata": true,
77
"experimentalDecorators": true,
88
"allowSyntheticDefaultImports": true,
9-
"target": "es2017",
9+
"target": "ES2021",
1010
"sourceMap": true,
1111
"outDir": "./dist",
1212
"baseUrl": "./",

sample/07-sequelize/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"emitDecoratorMetadata": true,
77
"experimentalDecorators": true,
88
"allowSyntheticDefaultImports": true,
9-
"target": "es2017",
9+
"target": "ES2021",
1010
"sourceMap": true,
1111
"outDir": "./dist",
1212
"baseUrl": "./",

sample/08-webpack/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"emitDecoratorMetadata": true,
77
"experimentalDecorators": true,
88
"allowSyntheticDefaultImports": true,
9-
"target": "es2017",
9+
"target": "ES2021",
1010
"sourceMap": true,
1111
"outDir": "./dist",
1212
"baseUrl": "./",

sample/10-fastify/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"emitDecoratorMetadata": true,
77
"experimentalDecorators": true,
88
"allowSyntheticDefaultImports": true,
9-
"target": "es2017",
9+
"target": "ES2021",
1010
"sourceMap": true,
1111
"outDir": "./dist",
1212
"baseUrl": "./",

sample/11-swagger/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"emitDecoratorMetadata": true,
77
"experimentalDecorators": true,
88
"allowSyntheticDefaultImports": true,
9-
"target": "es2017",
9+
"target": "ES2021",
1010
"sourceMap": true,
1111
"outDir": "./dist",
1212
"baseUrl": "./",

sample/12-graphql-schema-first/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"emitDecoratorMetadata": true,
77
"experimentalDecorators": true,
88
"allowSyntheticDefaultImports": true,
9-
"target": "es2017",
9+
"target": "ES2021",
1010
"sourceMap": true,
1111
"outDir": "./dist",
1212
"baseUrl": "./",

sample/13-mongo-typeorm/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"emitDecoratorMetadata": true,
77
"experimentalDecorators": true,
88
"allowSyntheticDefaultImports": true,
9-
"target": "es2017",
9+
"target": "ES2021",
1010
"sourceMap": true,
1111
"outDir": "./dist",
1212
"baseUrl": "./",

sample/14-mongoose-base/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"emitDecoratorMetadata": true,
77
"experimentalDecorators": true,
88
"allowSyntheticDefaultImports": true,
9-
"target": "es2017",
9+
"target": "ES2021",
1010
"sourceMap": true,
1111
"outDir": "./dist",
1212
"baseUrl": "./",

sample/15-mvc/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"emitDecoratorMetadata": true,
77
"experimentalDecorators": true,
88
"allowSyntheticDefaultImports": true,
9-
"target": "es2017",
9+
"target": "ES2021",
1010
"sourceMap": true,
1111
"outDir": "./dist",
1212
"baseUrl": "./",

sample/16-gateways-ws/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"emitDecoratorMetadata": true,
77
"experimentalDecorators": true,
88
"allowSyntheticDefaultImports": true,
9-
"target": "es2017",
9+
"target": "ES2021",
1010
"sourceMap": true,
1111
"outDir": "./dist",
1212
"baseUrl": "./",

sample/17-mvc-fastify/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"emitDecoratorMetadata": true,
77
"experimentalDecorators": true,
88
"allowSyntheticDefaultImports": true,
9-
"target": "es2017",
9+
"target": "ES2021",
1010
"sourceMap": true,
1111
"outDir": "./dist",
1212
"baseUrl": "./",

sample/18-context/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"emitDecoratorMetadata": true,
77
"experimentalDecorators": true,
88
"allowSyntheticDefaultImports": true,
9-
"target": "es2017",
9+
"target": "ES2021",
1010
"sourceMap": true,
1111
"outDir": "./dist",
1212
"baseUrl": "./",

sample/19-auth-jwt/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"emitDecoratorMetadata": true,
77
"experimentalDecorators": true,
88
"allowSyntheticDefaultImports": true,
9-
"target": "es2017",
9+
"target": "ES2021",
1010
"sourceMap": true,
1111
"outDir": "./dist",
1212
"baseUrl": "./",

sample/20-cache/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"emitDecoratorMetadata": true,
77
"experimentalDecorators": true,
88
"allowSyntheticDefaultImports": true,
9-
"target": "es2017",
9+
"target": "ES2021",
1010
"sourceMap": true,
1111
"outDir": "./dist",
1212
"baseUrl": "./",

sample/21-serializer/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"emitDecoratorMetadata": true,
77
"experimentalDecorators": true,
88
"allowSyntheticDefaultImports": true,
9-
"target": "es2017",
9+
"target": "ES2021",
1010
"sourceMap": true,
1111
"outDir": "./dist",
1212
"baseUrl": "./",

0 commit comments

Comments
 (0)