Commit Graph

36746 Commits

Author SHA1 Message Date
TypeScript Bot
ad1c695fad 🤖 Pick PR #63368 (Harden ATA package name filtering) into release-6.0 (#63372)
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
2026-04-07 10:24:50 -07:00
TypeScript Bot
0725fb4664 🤖 Pick PR #63310 (Mark class property initializers as...) into release-6.0 (#63327)
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: RyanCavanaugh <6685088+RyanCavanaugh@users.noreply.github.com>
2026-04-06 10:44:55 -07:00
TypeScript Bot
607a22a90d Bump version to 6.0.2 and LKG v6.0.2 2026-03-16 21:08:23 +00:00
TypeScript Bot
9e72ab71b5 🤖 Pick PR #63239 (Fix missing lib files in reused pro...) into release-6.0 (#63246)
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
2026-03-13 14:48:14 -07:00
TypeScript Bot
35ff23d4b0 🤖 Pick PR #63163 (Port anyFunctionType subtype fix an...) into release-6.0 (#63208)
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
v6.0-rc
2026-03-02 19:11:25 -08:00
TypeScript Bot
e175b69138 Bump version to 6.0.1-rc and LKG 2026-03-03 00:34:34 +00:00
TypeScript Bot
af4caac0e9 Update LKG 2026-03-03 00:10:38 +00:00
TypeScript Bot
8efd7e8544 Merge remote-tracking branch 'origin/main' into release-6.0 2026-03-03 00:10:09 +00:00
Jake Bailey
206ed1a00f Deprecate assert in import() (#63172) 2026-03-02 21:53:24 +00:00
Jake Bailey
e688ac8bc3 Update dependencies (#63156) 2026-03-02 20:16:14 +00:00
dependabot[bot]
29b300deb5 Bump the github-actions group across 1 directory with 2 updates (#63205)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-02 17:25:50 +00:00
Jake Bailey
0c2c7a3582 DOM update (#63183) 2026-02-28 00:56:03 +00:00
Maël Nison
924810c077 Adds the symbol name to the error message for TS2742 (#63200) 2026-02-27 18:56:51 +00:00
René
6cf81701bc discrete pluralizer for lib.esnext.temporal unit unions (#63190) 2026-02-25 22:10:27 +00:00
Jake Bailey
b24015058a Eliminate interpolation from workflows (#63188) 2026-02-23 20:25:50 +00:00
Jake Bailey
3472548958 Update DOM types (#63137) 2026-02-18 22:52:36 +00:00
Copilot
ad04bf7488 Fix crash in declaration emit with nested binding patterns (#63154)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: DanielRosenwasser <972891+DanielRosenwasser@users.noreply.github.com>
2026-02-18 00:35:40 +00:00
fabon
0ed1ee5d7c Fix from and with method types of Temporal.PlainMonthDay (#63142) 2026-02-17 19:53:08 +00:00
dependabot[bot]
040c2088b2 Bump github/codeql-action from 4.32.2 to 4.32.3 in the github-actions group (#63145)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-16 23:57:41 +00:00
Jake Bailey
cdc205d5e6 Ensure node is installed in release publisher (#63127) 2026-02-11 17:58:39 +00:00
dependabot[bot]
cdb583a813 Bump github/codeql-action from 4.32.0 to 4.32.2 in the github-actions group (#63123)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-09 20:13:42 +00:00
TypeScript Bot
5ccf24e9c4 Bump version to 6.0.0-beta and LKG v6.0-beta 2026-02-09 01:19:09 +00:00
Jake Bailey
87aa917bef Always set up host in node builder (#62726) 2026-02-07 01:14:10 +00:00
ExE Boss
e872a6e982 Un‑consolidate and fix WeakMap constructor overloads (#56713)
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
2026-02-07 01:06:13 +00:00
René
5e4281fdf2 Add lib.esnext.temporal (#62628) 2026-02-07 01:03:38 +00:00
Jake Bailey
2407979f6a DOM update (#62730) 2026-02-07 00:21:48 +00:00
Pascal Sommer
70c5fcaaa2 Document indexOf return value when not found (#60569)
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
2026-02-06 22:51:37 +00:00
lionel-rowe
8bb72d2d96 Return iterable of RegExpExecArray from RegExp#[Symbol.matchAll] (#60516)
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
2026-02-06 22:21:51 +00:00
stefnotch
0457b60701 Fix RegExpIndicesArray by adding undefined to type definition (#61079) 2026-02-06 21:56:23 +00:00
btoo
2b881bc908 Update Map.clear and Set.clear jsdoc in es2015.collection.d.ts (#57661)
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
2026-02-06 21:54:32 +00:00
Copilot
fbe22193a3 Add approximatelySign to NumberFormatRangePartTypeRegistry for ES2023 (#62013)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: RyanCavanaugh <6685088+RyanCavanaugh@users.noreply.github.com>
Co-authored-by: jakebailey <5341706+jakebailey@users.noreply.github.com>
2026-02-06 21:49:53 +00:00
printfn
d3ce3cfc38 Implement Intl Locale Info proposal (#60656)
Co-authored-by: printfn <printfn@users.noreply.github.com>
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
2026-02-06 21:40:58 +00:00
René
e018d8ca9e Add proposal-upsert methods to lib.esnext.collection (#62612)
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
2026-02-06 20:24:03 +00:00
Jake Bailey
0208948c95 Add --stableTypeOrdering for TS7 ordering compat (#63084) 2026-02-06 20:19:07 +00:00
quisi.do
a84710df61 add collation to Intl.CollatorOptions (#62971) 2026-02-06 19:24:06 +00:00
Kenta Moriuchi
ee09569714 Introduce ES2025 target & Add missing ScriptTargetFeatures (#63046)
Co-authored-by: lionel-rowe <lionel.rowe@gmail.com>
Co-authored-by: 김상두 <puki4416@gmail.com>
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
2026-02-06 19:02:59 +00:00
Avi Vahl
d67f0af5e4 fix(jsx): correct source location when react-jsx and whitespace before jsx (#61534) 2026-02-05 01:16:30 +00:00
Ryan Cavanaugh
f09a0e598a Set default types array to []; support "*" wildcard (#63054)
Co-authored-by: Sheetal Nandi <shkamat@microsoft.com>
2026-02-05 00:43:23 +00:00
Daniel Rosenwasser
66decdf62b Update descriptions for strict-related flags (#63095) 2026-02-05 00:42:27 +00:00
Jake Bailey
a88d4c1ec3 Disable macOS in PR CI (#63097) 2026-02-05 00:14:51 +00:00
Jake Bailey
74885dde4c Deprecate downlevelIteration (#63071) 2026-02-04 22:59:52 +00:00
Jake Bailey
022800b047 Fix some tests that should have stayed ES5 (#63086) 2026-02-04 19:11:21 +00:00
Ryan Cavanaugh
ffd1c3a198 Deprecate alwaysStrict: false (#63089) 2026-02-04 18:37:38 +00:00
Daniel Rosenwasser
01c23d68b1 Switch the default of --strict to true (#63087) 2026-02-04 04:38:33 +00:00
Jake Bailey
43db4c107c Hide omitted expression types in type baselines (#63081) 2026-02-03 15:56:10 +00:00
Jake Bailey
0a74ec4e16 Remove ES5 references, misc cleanup (#63075) 2026-02-03 00:08:22 +00:00
Mateusz Burzyński
b92ec99cac Fixed a crash caused by circularly-reentrant getEffectsSignature (#63026) 2026-02-02 18:44:59 +00:00
dependabot[bot]
8a55156f23 Bump the github-actions group with 2 updates (#63078)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-02 18:27:50 +00:00
Jake Bailey
97d51a7448 Update implied default for module based on target (#63076) 2026-02-02 17:11:49 +00:00
Jake Bailey
1fd0c5389d Deprecate import assert in favor of import with (#63077) 2026-02-02 16:30:23 +00:00