[typescript*] drop support typescript below 4.0 (#12123)

* [typescript-axios] drop support typescript below 4.0 & update samples

* [typescript-axios] update package.json & package-lock.json

* [typescript-node] drop support typescript below 4.0 & update samples

* [typescript-nestjs] drop support typescript below 4.0 & update samples

* [typescript-redux-query] drop support typescript below 4.0 & update samples

* [typescript-aurelia] drop support typescript below 4.0 & update samples

* [typescript-jquery] drop support typescript below 4.0 & update samples

* [typescript] drop support typescript below 4.0 & update samples
This commit is contained in:
mkusaka 2022-04-13 02:06:54 +09:00 committed by GitHub
parent 79de04ed32
commit 8c57b66da9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
30 changed files with 66 additions and 67 deletions

View File

@ -18,6 +18,6 @@
},
"devDependencies": {
"tslint": "^3.15.1",
"typescript": "^2.4 || ^3.0"
"typescript": "^4.0"
}
}

View File

@ -18,11 +18,11 @@
"prepare": "npm run build"
},
"dependencies": {
"axios": "^0.21.4"
"axios": "^0.26.1"
},
"devDependencies": {
"@types/node": "^12.11.5",
"typescript": "^3.6.4"
"typescript": "^4.0"
}{{#npmRepository}},{{/npmRepository}}
{{#npmRepository}}
"publishConfig": {

View File

@ -15,7 +15,7 @@
},
"devDependencies": {
"@types/jquery": "^3.1",
"typescript": "^2.4"
"typescript": "^4.0"
}{{#npmRepository}},
"publishConfig": {
"registry": "{{npmRepository}}"

View File

@ -46,7 +46,7 @@
"ts-node": "8.3.0",
"tsconfig-paths": "3.8.0",
"tslint": "5.18.0",
"typescript": "3.5.3",
"typescript": "^4.0",
"wait-on": "^3.2.0"
},
"jest": {

View File

@ -15,13 +15,13 @@
"dependencies": {
"bluebird": "^3.5.0",
"request": "^2.81.0",
"@types/bluebird": "3.5.33",
"@types/request": "*",
"rewire": "^3.0.2"
},
"devDependencies": {
"typescript": "^2.4.2",
"@types/node": "8.10.34"
"@types/bluebird": "^3.5.33",
"@types/node": "^12",
"@types/request": "^2.48.8",
"typescript": "^4.0"
}{{#npmRepository}},
"publishConfig": {
"registry": "{{npmRepository}}"

View File

@ -13,7 +13,7 @@
"redux-query": "^3.2.0"
},
"devDependencies": {
"typescript": "^3.0"
"typescript": "^4.0"
}{{#npmRepository}},{{/npmRepository}}
{{#npmRepository}}
"publishConfig": {

View File

@ -61,7 +61,7 @@
"url-parse": "^1.4.3"
},
"devDependencies": {
"typescript": "^3.9.3",
"typescript": "^4.0",
"@types/url-parse": "1.4.4"
}{{#npmRepository}},{{/npmRepository}}
{{#npmRepository}}

View File

@ -32,7 +32,7 @@
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.12",
"zone.js": "^0.6.17",
"typescript": "^2.0.0",
"typescript": "^4.0",
"typings": "^1.3.2"
}
}

View File

@ -32,7 +32,7 @@
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.12",
"zone.js": "^0.6.17",
"typescript": "^2.0.0",
"typescript": "^4.0",
"typings": "^1.3.2"
}
}

View File

@ -17,7 +17,7 @@
"request": "^2.72.0"
},
"devDependencies": {
"typescript": "^1.8.10",
"typescript": "^4.0",
"typings": "^0.8.1"
}
}

View File

@ -20,7 +20,7 @@
"rewire": "^3.0.2"
},
"devDependencies": {
"typescript": "^2.4.2",
"typescript": "^4.0",
"@types/node": "8.10.34"
}
}

View File

@ -32,7 +32,7 @@
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.12",
"zone.js": "^0.6.17",
"typescript": "^2.0.0",
"typescript": "^4.0",
"typings": "^1.3.2"
}
}

View File

@ -26,7 +26,7 @@
"url-parse": "^1.4.3"
},
"devDependencies": {
"typescript": "^3.9.3",
"typescript": "^4.0",
"@types/url-parse": "1.4.4"
}
}

View File

@ -18,6 +18,6 @@
},
"devDependencies": {
"tslint": "^3.15.1",
"typescript": "^2.4 || ^3.0"
"typescript": "^4.0"
}
}

View File

@ -18,11 +18,11 @@
"prepare": "npm run build"
},
"dependencies": {
"axios": "^0.21.4"
"axios": "^0.26.1"
},
"devDependencies": {
"@types/node": "^12.11.5",
"typescript": "^3.6.4"
"typescript": "^4.0"
},
"publishConfig": {
"registry": "https://skimdb.npmjs.com/registry"

View File

@ -18,11 +18,11 @@
"prepare": "npm run build"
},
"dependencies": {
"axios": "^0.21.4"
"axios": "^0.26.1"
},
"devDependencies": {
"@types/node": "^12.11.5",
"typescript": "^3.6.4"
"typescript": "^4.0"
},
"publishConfig": {
"registry": "https://skimdb.npmjs.com/registry"

View File

@ -9,11 +9,11 @@
"version": "1.0.0",
"license": "Unlicense",
"dependencies": {
"axios": "^0.21.4"
"axios": "^0.26.1"
},
"devDependencies": {
"@types/node": "^12.11.5",
"typescript": "^3.6.4"
"typescript": "^4.0"
}
},
"node_modules/@types/node": {
@ -23,17 +23,17 @@
"dev": true
},
"node_modules/axios": {
"version": "0.21.4",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz",
"integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==",
"version": "0.26.1",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.26.1.tgz",
"integrity": "sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==",
"dependencies": {
"follow-redirects": "^1.14.0"
"follow-redirects": "^1.14.8"
}
},
"node_modules/follow-redirects": {
"version": "1.14.3",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.3.tgz",
"integrity": "sha512-3MkHxknWMUtb23apkgz/83fDoe+y+qr0TdgacGIA7bew+QLBo3vdgEN2xEsuXNivpFy4CyDhBBZnNZOtalmenw==",
"version": "1.14.9",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.9.tgz",
"integrity": "sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==",
"funding": [
{
"type": "individual",
@ -50,9 +50,9 @@
}
},
"node_modules/typescript": {
"version": "3.9.10",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.10.tgz",
"integrity": "sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==",
"version": "4.6.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz",
"integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
@ -71,22 +71,22 @@
"dev": true
},
"axios": {
"version": "0.21.4",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz",
"integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==",
"version": "0.26.1",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.26.1.tgz",
"integrity": "sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==",
"requires": {
"follow-redirects": "^1.14.0"
"follow-redirects": "^1.14.8"
}
},
"follow-redirects": {
"version": "1.14.3",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.3.tgz",
"integrity": "sha512-3MkHxknWMUtb23apkgz/83fDoe+y+qr0TdgacGIA7bew+QLBo3vdgEN2xEsuXNivpFy4CyDhBBZnNZOtalmenw=="
"version": "1.14.9",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.9.tgz",
"integrity": "sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w=="
},
"typescript": {
"version": "3.9.10",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.10.tgz",
"integrity": "sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==",
"version": "4.6.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz",
"integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==",
"dev": true
}
}

View File

@ -18,11 +18,11 @@
"prepare": "npm run build"
},
"dependencies": {
"axios": "^0.21.4"
"axios": "^0.26.1"
},
"devDependencies": {
"@types/node": "^12.11.5",
"typescript": "^3.6.4"
"typescript": "^4.0"
},
"publishConfig": {
"registry": "https://skimdb.npmjs.com/registry"

View File

@ -1,11 +1,11 @@
{
"name": "typescript-fetch-test",
"name": "typescript-axios-test",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "typescript-fetch-test",
"name": "typescript-axios-test",
"version": "1.0.0",
"hasInstallScript": true,
"license": "ISC",
@ -28,11 +28,11 @@
"version": "1.0.0",
"license": "Unlicense",
"dependencies": {
"axios": "^0.21.4"
"axios": "^0.26.1"
},
"devDependencies": {
"@types/node": "^12.11.5",
"typescript": "^3.6.4"
"typescript": "^4.0"
}
},
"../../builds/with-npm-version/node_modules/@types/node": {
@ -1533,7 +1533,6 @@
"dependencies": {
"anymatch": "~3.1.1",
"braces": "~3.0.2",
"fsevents": "~2.1.2",
"glob-parent": "~5.1.0",
"is-binary-path": "~2.1.0",
"is-glob": "~4.0.1",
@ -2744,8 +2743,8 @@
"version": "file:../../builds/with-npm-version",
"requires": {
"@types/node": "^12.11.5",
"axios": "^0.21.4",
"typescript": "^3.6.4"
"axios": "^0.26.1",
"typescript": "^4.0"
},
"dependencies": {
"@types/node": {

View File

@ -19,7 +19,7 @@
"mocha": "^8.2.1",
"typescript": "^4.1.2"
},
"name": "typescript-fetch-test",
"name": "typescript-axios-test",
"version": "1.0.0",
"directories": {
"test": "test"

View File

@ -15,7 +15,7 @@
},
"devDependencies": {
"@types/jquery": "^3.1",
"typescript": "^2.4"
"typescript": "^4.0"
},
"publishConfig": {
"registry": "https://skimdb.npmjs.com/registry"

View File

@ -46,7 +46,7 @@
"ts-node": "8.3.0",
"tsconfig-paths": "3.8.0",
"tslint": "5.18.0",
"typescript": "3.5.3",
"typescript": "^4.0",
"wait-on": "^3.2.0"
},
"jest": {

View File

@ -15,13 +15,13 @@
"dependencies": {
"bluebird": "^3.5.0",
"request": "^2.81.0",
"@types/bluebird": "3.5.33",
"@types/request": "*",
"rewire": "^3.0.2"
},
"devDependencies": {
"typescript": "^2.4.2",
"@types/node": "8.10.34"
"@types/bluebird": "^3.5.33",
"@types/node": "^12",
"@types/request": "^2.48.8",
"typescript": "^4.0"
},
"publishConfig": {
"registry": "https://skimdb.npmjs.com/registry"

View File

@ -13,7 +13,7 @@
"redux-query": "^3.2.0"
},
"devDependencies": {
"typescript": "^3.0"
"typescript": "^4.0"
},
"publishConfig": {
"registry": "https://skimdb.npmjs.com/registry"

View File

@ -27,7 +27,7 @@
"url-parse": "^1.4.3"
},
"devDependencies": {
"typescript": "^3.9.3",
"typescript": "^4.0",
"@types/url-parse": "1.4.4"
}
}

View File

@ -26,7 +26,7 @@
"url-parse": "^1.4.3"
},
"devDependencies": {
"typescript": "^3.9.3",
"typescript": "^4.0",
"@types/url-parse": "1.4.4"
}
}

View File

@ -30,7 +30,7 @@
"url-parse": "^1.4.3"
},
"devDependencies": {
"typescript": "^3.9.3",
"typescript": "^4.0",
"@types/url-parse": "1.4.4"
}
}

View File

@ -31,7 +31,7 @@
"url-parse": "^1.4.3"
},
"devDependencies": {
"typescript": "^3.9.3",
"typescript": "^4.0",
"@types/url-parse": "1.4.4"
}
}

View File

@ -27,7 +27,7 @@
"url-parse": "^1.4.3"
},
"devDependencies": {
"typescript": "^3.9.3",
"typescript": "^4.0",
"@types/url-parse": "1.4.4"
}
}

View File

@ -30,7 +30,7 @@
"url-parse": "^1.4.3"
},
"devDependencies": {
"typescript": "^3.9.3",
"typescript": "^4.0",
"@types/url-parse": "1.4.4"
}
}