Skip to content

Commit 1b8bf50

Browse files
authored
fix: bump TypeScript to 5.9, remove autocorrect property override (#9870)
1 parent fda8c7d commit 1b8bf50

File tree

3 files changed

+5
-14
lines changed

3 files changed

+5
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"stylelint": "^16.23.0",
7575
"stylelint-config-html": "^1.1.0",
7676
"stylelint-config-vaadin": "^1.0.0-alpha.2",
77-
"typescript": "^5.8.3"
77+
"typescript": "^5.9.2"
7878
},
7979
"resolutions": {
8080
"svg2ttf": "6.0.3",

packages/field-base/src/input-field-mixin.d.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,6 @@ export declare class InputFieldMixinClass {
4747
*/
4848
autocomplete: string | undefined;
4949

50-
/**
51-
* This is a property supported by Safari that is used to control whether
52-
* autocorrection should be enabled when the user is entering/editing the text.
53-
* Possible values are:
54-
* on: Enable autocorrection.
55-
* off: Disable autocorrection.
56-
*/
57-
autocorrect: 'off' | 'on' | undefined;
58-
5950
/**
6051
* This is a property supported by Safari and Chrome that is used to control whether
6152
* autocapitalization should be enabled when the user is entering/editing the text.

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11189,10 +11189,10 @@ typescript-eslint@8.33.0:
1118911189
"@typescript-eslint/parser" "8.33.0"
1119011190
"@typescript-eslint/utils" "8.33.0"
1119111191

11192-
"typescript@>=3 < 6", typescript@^5.8.3:
11193-
version "5.8.3"
11194-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
11195-
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
11192+
"typescript@>=3 < 6", typescript@^5.9.2:
11193+
version "5.9.2"
11194+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.2.tgz#d93450cddec5154a2d5cabe3b8102b83316fb2a6"
11195+
integrity sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==
1119611196

1119711197
typical@^4.0.0:
1119811198
version "4.0.0"

0 commit comments

Comments
 (0)