Orta Therox
1e13568bec
Update codeowners-merge.yml
2021-09-07 08:30:23 +01:00
Orta Therox
b792e3d9bc
Update codeowners-merge.yml
2021-08-30 14:00:17 +01:00
Orta Therox
b8743f69f6
Merge pull request #1127 from saschanaz/patch-3
...
Push to typescript-bot fork
2021-08-30 12:59:44 +00:00
Kagami Sascha Rosylight
daea795788
message
2021-08-30 13:10:38 +02:00
Kagami Sascha Rosylight
3ec40c6fb1
Push to typescript-bot fork
2021-08-30 13:08:21 +02:00
Kagami Sascha Rosylight
6bdda5fcb8
Manually update to bcd@4.0.1 ( #1125 )
...
#1079
2021-08-28 15:20:05 +00:00
Orta Therox
5ef87b1f76
Merge pull request #1122 from saschanaz/relnote-fix
...
Show change for all files
2021-08-28 07:54:46 +00:00
Kagami Sascha Rosylight
3322858830
Remove `navigator.pointerEnabled` ( #1124 )
...
This is an IE-only property.
2021-08-27 23:19:35 +00:00
Kagami Sascha Rosylight
d42f963a7f
Move element[s]FromPoint to DocumentOrShadowRoot ( #1123 )
...
* Remove redundant Text#assignedSlot
Slottable already defines it.
* Move element[s]FromPoint to DocumentOrShadowRoot
2021-08-27 22:43:37 +00:00
Kagami Sascha Rosylight
2aadd7aee3
Show change for all files
2021-08-27 23:27:10 +02:00
Orta Therox
93a9848c4f
Update README.md
2021-08-27 13:40:54 +01:00
Orta Therox
16ae065007
Merge pull request #1120 from microsoft/use_unpkg
...
Uses unpkg to compare files before deploying
2021-08-26 15:47:00 +00:00
Orta Therox
8202c28021
Merge pull request #1121 from microsoft/orta-bump-self-merge
...
Update codeowners-merge.yml
2021-08-25 18:17:46 +00:00
Orta Therox
595884775c
Update codeowners-merge.yml
2021-08-25 18:47:40 +01:00
Orta
3b0b89acc3
Uses unpkg to compare files
2021-08-25 18:22:17 +01:00
Orta Therox
f3c6f43607
Remove the warning from npm i ( #1117 )
2021-08-24 15:13:11 +00:00
Orta Therox
1ac7590f70
Update CODEOWNERS
2021-08-23 21:33:20 +01:00
Orta Therox
4f4bb4a05f
Merge pull request #1116 from microsoft/restore-HTMLDocument-constructor
...
Restore HTMLDocument constructor
2021-08-23 20:32:49 +00:00
Neo Tan
0c6014b5aa
fix(41212,41334): removed duplicate interface extensions ( #1112 )
2021-08-23 19:56:08 +00:00
Martin Johns
5b728657f4
Update HTMLMediaElement.preload type and comment ( #1113 )
...
* Update HTMLMediaElement.preload type and comment
* Apply suggestions from code review
Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com>
* Run baseline-accept on changes from code review
Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com>
2021-08-23 19:53:01 +00:00
Nathan Shively-Sanders
7663b8f115
Minimise assertions in htmldocument test
...
Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com>
2021-08-23 12:34:35 -07:00
Nathan Shively-Sanders
9016126376
add HTMLDocument test
2021-08-23 11:37:59 -07:00
Nathan Shively-Sanders
18a796b28f
Restore HTMLDocument constructor
...
Detected in https://github.com/microsoft/TypeScript/issues/45540 , where
it breaks ant-design. `x instanceof HTMLDocument` no longer works.
This is likely worth fixing before the release of 4.4.
2021-08-23 11:10:57 -07:00
Orta Therox
21da71e984
Merge pull request #1111 from saschanaz/webref-manual
...
Update bcd to 4.0.0
2021-08-21 07:10:32 +00:00
Kagami Sascha Rosylight
b2947e13ce
Update bcd to 4.0.0
2021-08-21 01:45:00 +02:00
Orta Therox
8c5bfa9d21
Merge pull request #1108 from microsoft/scheduled
...
Run the deploy every night
2021-08-17 16:57:04 +00:00
Orta Therox
4592ff3274
Update deploy.yml
2021-08-17 17:56:22 +01:00
Orta
7e9989b0de
Run the deploy every night
2021-08-17 17:07:43 +01:00
Kagami Sascha Rosylight
f9b2f22f23
Use SubmitEvent for submit event ( #1105 )
2021-08-15 14:08:14 +00:00
Kagami Sascha Rosylight
509d578486
Use proper interfaces for hashchange/gamepad events ( #1104 )
...
* Use HashChangeEvent interface for hashchange events
Fixes #1077 .
* gamepad fix
2021-08-14 23:38:40 +00:00
Kagami Sascha Rosylight
302ec59945
Track typedefs and generics when resolving promises ( #1102 )
...
* Track typedefs and generics when resolving promises
* dedupe typedefs map
2021-08-14 21:19:08 +00:00
Kagami Sascha Rosylight
6d459ad2f9
Simplify comment emitter ( #1096 )
...
* Simplify comment emitter
* fix
2021-08-11 13:04:09 +00:00
滑
8b6ddc12c9
Make DOMException extend Error ( #1100 )
2021-08-11 12:25:35 +00:00
Orta Therox
237685aace
Merge pull request #1093 from microsoft/remove-abort-from-AbortSignal
...
Remove static abort from AbortSignal
2021-08-11 11:55:12 +00:00
Kagami Sascha Rosylight
f4bacafbd0
Manually update webref/idl to 2.2.10 ( #1098 )
2021-08-10 01:25:11 +00:00
Friendseeker
975160c3eb
fix(createObjectURL): use MDN type declaration ( #1095 )
...
* fix(createObjectURL): use MDN type declaration
* fix(addedTypes.jsonc): remove URL
2021-08-08 20:45:32 +00:00
Orta
e79b67fd06
Moves removing the static abort function to a part of the deploy process
2021-08-06 17:33:24 +01:00
Orta Therox
76512b377c
Removes the nullable attribute from window.parent ( #1089 )
...
* Remvoes the nullable attribute from parent
* Adds a comment about why it's not null
* Expand copy
* Update inputfiles/comments.json
Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com>
* Fix baselines
Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com>
2021-08-06 14:05:54 +00:00
Nathan Shively-Sanders
cb20745f96
Always emit "| undefined" for optional properties ( #1092 )
...
Co-authored-by: Orta Therox <github+removethis@orta.io>
Co-authored-by: Orta Therox <github+removethis@orta.io>
2021-08-06 00:08:05 +00:00
Nathan Shively-Sanders
c5e2df1d23
Remove static abort from AbortSignal
...
@types/node doesn't have it, and it's not worth it to make @types/node
create a new @types/node version.
Co-authored-by: Orta Therox <github+removethis@orta.io>
2021-08-04 11:42:36 -07:00
Orta Therox
a932541fcb
Merge pull request #1091 from microsoft/migrate_sc2
...
Improve the tsc migration script to not send all the @types/x deps
2021-08-04 13:23:51 +01:00
Orta
3aa7f5ade9
Improve the migration script
2021-08-04 13:20:45 +01:00
Daniel Rosenwasser
0b7c8ce56d
Make ChildNode and ParentNode extend Node again ( #1088 )
...
* Updated overridingTypes for ChildNode and ParentNode.
* Accept baselines.
* Restore overrides.
* Accepted baselines.
* Remove unnecessary 'name' fields.
2021-08-03 22:22:17 +00:00
Daniel Rosenwasser
12289deb31
Remove unnecessary 'name' properties. ( #1090 )
2021-08-03 22:21:18 +00:00
Orta Therox
b85127ae20
Merge pull request #1085 from saschanaz/lint-deploy
...
Lint deploy/ scripts
2021-08-02 19:53:13 +01:00
Kagami Sascha Rosylight
eb75b3aeac
upgrade octokit
2021-08-02 20:40:46 +02:00
Kagami Sascha Rosylight
ee90ea01a1
Merge remote-tracking branch 'microsoft/main' into lint-deploy
2021-08-02 20:35:46 +02:00
Orta Therox
1f0fe3d2a4
Merge pull request #1084 from saschanaz/create-release
...
Pass string to createRelease()
2021-08-02 15:15:48 +01:00
dependabot[bot]
a645106d4f
Bump @types/node from 16.4.8 to 16.4.10 ( #1086 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 16.4.8 to 16.4.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-01 19:03:44 +00:00
Kagami Sascha Rosylight
8abf34e012
strict
2021-08-01 20:27:30 +02:00