Skip to content

Commit 98674ba

Browse files
authored
fix: bump TypeScript to 5.9, remove autocorrect property override (#9876)
1 parent c9efa26 commit 98674ba

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
@@ -67,7 +67,7 @@
6767
"rollup": "^4.4.0",
6868
"stylelint": "^16.10.0",
6969
"stylelint-config-vaadin": "^1.0.0-alpha.2",
70-
"typescript": "^5.7.3"
70+
"typescript": "^5.9.2"
7171
},
7272
"resolutions": {
7373
"playwright": "^1.50.1"

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

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

52-
/**
53-
* This is a property supported by Safari that is used to control whether
54-
* autocorrection should be enabled when the user is entering/editing the text.
55-
* Possible values are:
56-
* on: Enable autocorrection.
57-
* off: Disable autocorrection.
58-
*/
59-
autocorrect: 'off' | 'on' | undefined;
60-
6152
/**
6253
* This is a property supported by Safari and Chrome that is used to control whether
6354
* 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
@@ -12397,10 +12397,10 @@ typedarray@^0.0.6:
1239712397
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1239812398
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
1239912399

12400-
typescript@^5.7.3:
12401-
version "5.7.3"
12402-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
12403-
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==
12400+
typescript@^5.9.2:
12401+
version "5.9.2"
12402+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.2.tgz#d93450cddec5154a2d5cabe3b8102b83316fb2a6"
12403+
integrity sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==
1240412404

1240512405
typical@^4.0.0:
1240612406
version "4.0.0"

0 commit comments

Comments
 (0)