Skip to content

Commit

Permalink
[push-back] Push-back updated files during build
Browse files Browse the repository at this point in the history
  • Loading branch information
remal committed Sep 19, 2023
1 parent 0297121 commit 7c6fd9e
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// $$$sync-with-template-modifiable: constraints $$$
force: {
constraints: {
node: "^16.9999.9999",
node: "^20.9999.9999",
},
},
// $$$sync-with-template-modifiable-end$$$
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
v20
3 changes: 3 additions & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "template-typescript",
"version": "1.0.0",
"engines": {
"node": ">=16"
"node": ">=20"
},
"packageManager": "[email protected]",
"main": "dist/main.js",
Expand All @@ -25,9 +25,9 @@
"picomatch": "2.3.1"
},
"devDependencies": {
"@tsconfig/node16": "16.1.1",
"@tsconfig/node20": "1.0.0",
"@types/jest": "29.5.5",
"@types/node": "16.18.52",
"@types/node": "20.0.0",
"@types/picomatch": "2.3.0",
"@types/semver": "^7",
"@typescript-eslint/eslint-plugin": "6.7.2",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/node16/tsconfig.json",
"extends": "@tsconfig/node20/tsconfig.json",
"compilerOptions": {
"alwaysStrict": true,
"strict": true,
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/node16/tsconfig.json",
"extends": "@tsconfig/node20/tsconfig.json",
"compilerOptions": {
"alwaysStrict": true,
"strict": true,
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1203,10 +1203,10 @@ __metadata:
languageName: node
linkType: hard

"@tsconfig/node16@npm:16.1.1":
version: 16.1.1
resolution: "@tsconfig/node16@npm:16.1.1"
checksum: 26d83db06866083b543e73eda33585464362fd0835229b9a5b1185f0353b9b5db9ca4f66a4be53d4ec5d4c219be42b0a7582f8bcc7268f2f77b1c643375e490f
"@tsconfig/node20@npm:1.0.0":
version: 1.0.0
resolution: "@tsconfig/node20@npm:1.0.0"
checksum: bb2f9ffeb73d1317f3ebfb260109b5e382cab228da2bc8b6202979605820a771fa7cf7a8defc19c9c9ae9d91d6da7b586ca3d9a1e7e1547af6a5118c462bacef
languageName: node
linkType: hard

Expand Down Expand Up @@ -1323,10 +1323,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:16.18.52":
version: 16.18.52
resolution: "@types/node@npm:16.18.52"
checksum: 6b1f27a848a69a70039cb27c2583317b5d051990933955c42bc2a2f299266ffa360f7cc3c7089d04fdf39144c476d475931900f00dabbc4f933eeb2d664f9778
"@types/node@npm:20.0.0":
version: 20.0.0
resolution: "@types/node@npm:20.0.0"
checksum: 7dadc41081eee634fd0b19e46dfb0a74f8296ee562533118f7c2f2b54dcaba7124961d506db425fff74d8e8288610b93939cd06fa723f053c72b1a7e87aa4ddc
languageName: node
linkType: hard

Expand Down Expand Up @@ -6325,9 +6325,9 @@ __metadata:
"@octokit/plugin-request-log": 2.0.1
"@octokit/plugin-retry": 4.1.6
"@octokit/plugin-throttling": 5.2.3
"@tsconfig/node16": 16.1.1
"@tsconfig/node20": 1.0.0
"@types/jest": 29.5.5
"@types/node": 16.18.52
"@types/node": 20.0.0
"@types/picomatch": 2.3.0
"@types/semver": ^7
"@typescript-eslint/eslint-plugin": 6.7.2
Expand Down

0 comments on commit 7c6fd9e

Please sign in to comment.