TypeScript-DOM-lib-generator
TypeScript-DOM-lib-generator copied to clipboard
Tool for generating dom related TypeScript and JavaScript library files
Bump @typescript-eslint/parser from 5.38.0 to 5.38.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.38.0 to 5.38.1. Release notes Sourced from @typescript-eslint/parser's releases. v5.38.1 5.38.1 (2022-09-26) Note: Version bump only for package @typescript-eslint/typescript-eslint Changelog Sourced from @typescript-eslint/parser's changelog. 5.38.1 (2022-09-26) Note:...
Bump @types/node from 18.7.19 to 18.7.23
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.7.19 to 18.7.23. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bump typescript from 4.8.3 to 4.8.4
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.3 to 4.8.4. Release notes Sourced from typescript's releases. TypeScript 4.8.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...
Bump danger from 11.1.2 to 11.1.3
Bumps [danger](https://github.com/danger/danger-js) from 11.1.2 to 11.1.3. Release notes Sourced from danger's releases. Release 11.1.3 Merge pull request #1318 from ivankatliarchuk/issue_1301 (8e58eae) Manually fix (f6d17c0) Merge branch 'main' into issue_1301 (4c52740)...
Bump @typescript-eslint/eslint-plugin from 5.38.0 to 5.38.1
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.38.0 to 5.38.1. Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v5.38.1 5.38.1 (2022-09-26) Note: Version bump only for package @typescript-eslint/typescript-eslint Changelog Sourced from @typescript-eslint/eslint-plugin's changelog. 5.38.1 (2022-09-26) Note:...
Add UserActivation interface to Navigator interface in lib.dom.d.ts
I'm using `tsc` 4.8.4 and there is no support for `navigator.userActivation`. This is now part of the HTML Living Standard and implemented by Chrome, Edge, and Opera browsers. Spec: https://html.spec.whatwg.org/multipage/interaction.html#the-useractivation-interface...
Update core dependencies
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
add crypto.subtle.derivebits EcdhKeyDeriveParams length null overload
As per https://github.com/w3c/webcrypto/pull/345
Web Codecs API Definitions
# Suggestion Would be good to include the WebCodecs API as part of the TS DOM definitions https://developer.mozilla.org/en-US/docs/Web/API/WebCodecs_API ## 🔍 Search Terms AudioData AudioDecoder AudioEncoder EncodedAudioChunk EncodedVideoChunk ImageDecoder ImageTrack ImageTrackList...
Create lib.common.d.ts?
Situations like https://github.com/microsoft/TypeScript-DOM-lib-generator/issues/1368 will keep happening as the commonly implemented interfaces update their definitions time to time. It might be worth to have a separate library for this. The requirement...