Skip to content

Commit 15a259b

Browse files
renovate[bot]renovate-botota-meshi
authored
Update dependency typescript to ~4.5.0 (#375)
* Update dependency typescript to ~4.5.0 * update Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: yosuke ota <[email protected]>
1 parent 91a6800 commit 15a259b

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"vetur.validation.script": false,
1414
"vetur.validation.style": false,
1515
"css.validate": false,
16-
"typescript.tsdk": "node_modules/typescript/lib",
16+
"typescript.tsdk": "./node_modules/typescript/lib",
1717
"editor.codeActionsOnSave": {
1818
"source.fixAll.eslint": true,
1919
"source.fixAll.stylelint": true

lib/utils/type-tracker/type-data/regexp.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,16 @@ export function buildRegExpConstructor(): TypeGlobalFunction {
6565
$7: STRING,
6666
$8: STRING,
6767
$9: STRING,
68+
// eslint-disable-next-line @typescript-eslint/naming-convention -- ignore
69+
$_: STRING,
70+
"$&": STRING,
71+
"$+": STRING,
72+
"$`": STRING,
73+
"$'": STRING,
74+
input: STRING,
75+
lastParen: STRING,
76+
leftContext: STRING,
77+
rightContext: STRING,
6878
lastMatch: NUMBER, // prop
6979
prototype: null,
7080
[Symbol.species]: null,

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"stylelint-config-standard": "^24.0.0",
8484
"stylelint-plugin-stylus": "^0.13.0",
8585
"ts-node": "^10.2.1",
86-
"typescript": "~4.4.3",
86+
"typescript": "~4.5.0",
8787
"vue-eslint-editor": "^1.1.0",
8888
"vue-eslint-parser": "^8.0.0",
8989
"vuepress": "^1.8.2"

0 commit comments

Comments
 (0)