Skip to content

chore: update node types. #2055

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Input hashes for repository rule npm_translate_lock(name = "npm", pnpm_lock = "//:pnpm-lock.yaml").
# This file should be checked into version control along with the pnpm-lock.yaml file.
.npmrc=974837034
pnpm-lock.yaml=555137830
yarn.lock=1415603246
package.json=-929698875
pnpm-lock.yaml=1988059937
yarn.lock=448809282
package.json=-1818990980
pnpm-workspace.yaml=1711114604
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
"@bazel/bazelisk": "1.18.0",
"@bazel/ibazel": "0.16.2",
"@types/jasmine": "3.10.7",
"@types/node": "14.18.33",
"@types/node": "18.19.39",
"@types/vscode": "1.67.0",
"clang-format": "1.8.0",
"cross-env": "^7.0.3",
Expand Down
11,118 changes: 4,380 additions & 6,738 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions syntaxes/src/inline-styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export const InlineStyles: GrammarDefinition = {
style: {
begin: /\s*([`|'|"])/,
beginCaptures: {1: {name: 'string'}},
// @ts-ignore
end: /\1/,
endCaptures: {0: {name: 'string'}},
contentName: 'source.css.scss',
Expand Down
1 change: 1 addition & 0 deletions syntaxes/src/inline-template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export const InlineTemplate: GrammarDefinition = {
ngTemplate: {
begin: /\G\s*([`|'|"])/,
beginCaptures: {1: {name: 'string'}},
// @ts-ignore
end: /\1/,
endCaptures: {0: {name: 'string'}},
contentName: 'text.html',
Expand Down
4 changes: 4 additions & 0 deletions syntaxes/src/template-tag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export const TemplateTag: GrammarDefinition = {
2: {name: 'punctuation.separator.key-value.html'},
3: {name: 'string.quoted.html punctuation.definition.string.begin.html'},
},
// @ts-ignore
end: /\3/,
endCaptures: {
0: {name: 'string.quoted.html punctuation.definition.string.end.html'},
Expand All @@ -54,6 +55,7 @@ export const TemplateTag: GrammarDefinition = {
2: {name: 'punctuation.separator.key-value.html'},
3: {name: 'string.quoted.html punctuation.definition.string.begin.html'},
},
// @ts-ignore
end: /\3/,
endCaptures: {
0: {name: 'string.quoted.html punctuation.definition.string.end.html'},
Expand All @@ -77,6 +79,7 @@ export const TemplateTag: GrammarDefinition = {
2: {name: 'punctuation.separator.key-value.html'},
3: {name: 'string.quoted.html punctuation.definition.string.begin.html'},
},
// @ts-ignore
end: /\3/,
endCaptures: {
0: {name: 'string.quoted.html punctuation.definition.string.end.html'},
Expand All @@ -100,6 +103,7 @@ export const TemplateTag: GrammarDefinition = {
2: {name: 'punctuation.separator.key-value.html'},
3: {name: 'string.quoted.html punctuation.definition.string.begin.html'},
},
// @ts-ignore
end: /\3/,
endCaptures: {
0: {name: 'string.quoted.html punctuation.definition.string.end.html'},
Expand Down
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"sourceMap": true,
"strict": true,
"esModuleInterop": true,
"declaration": true
"declaration": true,
"skipLibCheck": true
},
"files": [],
"references": [
Expand All @@ -20,4 +21,4 @@
"path": "./syntaxes"
}
]
}
}
17 changes: 12 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1843,16 +1843,18 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.24.tgz#c37ac69cb2948afb4cef95f424fa0037971a9a5c"
integrity sha512-yxDeaQIAJlMav7fH5AQqPH1u8YIuhYJXYBzxaQ4PifsU0GDO38MSdmEDeRlIxrKbC6NbEaaEHDanWb+y30U8SQ==

"@types/[email protected]":
version "14.18.33"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.33.tgz#8c29a0036771569662e4635790ffa9e057db379b"
integrity sha512-qelS/Ra6sacc4loe/3MSjXNL1dNQ/GjxNHVzuChwMfmk7HuycRLVQN2qNY3XahK+fZc5E2szqQSKUyAF0E+2bg==

"@types/[email protected]":
version "16.10.9"
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.10.9.tgz#8f1cdd517972f76a3b928298f4c0747cd6fef25a"
integrity sha512-H9ReOt+yqIJPCutkTYjFjlyK6WEMQYT9hLZMlWtOjFQY2ItppsWZ6RJf8Aw+jz5qTYceuHvFgPIaKOHtLAEWBw==

"@types/[email protected]":
version "18.19.39"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.39.tgz#c316340a5b4adca3aee9dcbf05de385978590593"
integrity sha512-nPwTRDKUctxw3di5b4TfT3I0sWDiWoPQCZjXhvdkINntwr8lcoVCKsTgnXeRubKIlfnV+eN/HYk6Jb40tbcEAQ==
dependencies:
undici-types "~5.26.4"

"@types/node@^10.1.0":
version "10.17.60"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.60.tgz#35f3d6213daed95da7f0f73e75bcc6980e90597b"
Expand Down Expand Up @@ -7433,6 +7435,11 @@ underscore@^1.12.1:
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.1.tgz#0c1c6bd2df54b6b69f2314066d65b6cde6fcf9d1"
integrity sha512-hzSoAVtJF+3ZtiFX0VgfFPHEDRm7Y/QPjGyNo4TVdnDTdft3tr8hEkD25a1jC+TjTuE7tkHGKkhwCgs9dgBB2g==

undici-types@~5.26.4:
version "5.26.5"
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==

unicode-canonical-property-names-ecmascript@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc"
Expand Down
Loading