Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…b-generator into main
  • Loading branch information
orta committed Jul 2, 2021
2 parents 3486d10 + db71ab2 commit e03649a
Show file tree
Hide file tree
Showing 22 changed files with 677 additions and 3,084 deletions.
3 changes: 2 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
src/**/*.ts @saschanaz
baselines/* @saschanaz
inputfiles/**/* @saschanaz
README.md @saschanaz
README.md @saschanaz
package-lock.json @saschanaz
6 changes: 2 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,5 @@ updates:
# Check the npm registry for updates every month
schedule:
interval: "monthly"
# Bump versions in package.json
# https://github.com/dependabot/dependabot-core/issues/3103
# https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#versioning-strategy
versioning-strategy: "increase"
# Bump versions only in package-lock.json
versioning-strategy: "lockfile-only"
2 changes: 1 addition & 1 deletion .github/workflows/codeowners-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Run Codeowners merge check
uses: OSS-Docs-Tools/[email protected].3
uses: OSS-Docs-Tools/[email protected].4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/update-core-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ jobs:
with:
node-version: '15'

# Use ncu to detect major version changes
- run: npm i -g npm-check-updates
- run: ncu -u
- run: npm i
- run: git restore package.json
- run: npm run build && npm run baseline-accept
- id: git-diff
run: git diff --quiet HEAD baselines
Expand Down
4 changes: 1 addition & 3 deletions baselines/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1592,7 +1592,7 @@ interface SecurityPolicyViolationEventInit extends EventInit {
}

interface ShadowRootInit {
delegatesFocus: boolean;
delegatesFocus?: boolean;
mode: ShadowRootMode;
slotAssignment?: SlotAssignmentMode;
}
Expand Down Expand Up @@ -18786,13 +18786,11 @@ type RTCIceCredentialType = "password";
type RTCIceGathererState = "complete" | "gathering" | "new";
type RTCIceGatheringState = "complete" | "gathering" | "new";
type RTCIceProtocol = "tcp" | "udp";
type RTCIceRole = "controlled" | "controlling" | "unknown";
type RTCIceTcpCandidateType = "active" | "passive" | "so";
type RTCIceTransportPolicy = "all" | "relay";
type RTCIceTransportState = "checking" | "closed" | "completed" | "connected" | "disconnected" | "failed" | "new";
type RTCPeerConnectionState = "closed" | "connected" | "connecting" | "disconnected" | "failed" | "new";
type RTCPriorityType = "high" | "low" | "medium" | "very-low";
type RTCQualityLimitationReason = "bandwidth" | "cpu" | "none" | "other";
type RTCRtcpMuxPolicy = "require";
type RTCRtpTransceiverDirection = "inactive" | "recvonly" | "sendonly" | "sendrecv" | "stopped";
type RTCSdpType = "answer" | "offer" | "pranswer" | "rollback";
Expand Down
3 changes: 1 addition & 2 deletions inputfiles/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Hey! Read This!

Some files in this directory are generated.
Please do not edit them.
Some files in this directory are generated. Please do not edit them.
This specifically includes:

* `browser.webidl.preprocessed.json`
Expand Down
54 changes: 11 additions & 43 deletions inputfiles/addedTypes.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,26 +32,6 @@
"GlobalEventHandlers": {
"events": {
"event": [
{
"name": "beforeinput",
"type": "InputEvent"
},
{
"name": "compositionstart",
"type": "CompositionEvent"
},
{
"name": "compositionupdate",
"type": "CompositionEvent"
},
{
"name": "compositionend",
"type": "CompositionEvent"
},
{
"name": "focusin",
"type": "FocusEvent"
},
{
"name": "abort",
"type": "UIEvent"
Expand Down Expand Up @@ -644,7 +624,7 @@
}
}
},
// This is used in the React d.ts files, and not including
// This is used in the React d.ts files, and not including
// it would force an update for anyone using React.
"StyleMedia": {
"name": "StyleMedia",
Expand Down Expand Up @@ -1059,28 +1039,6 @@
"url": {
"name": "url",
"type": "DOMString",
"required": 1
}
}
}
},
"MemoryDescriptor": {
"legacy-namespace": "WebAssembly",
"members": {
"member": {
"shared": {
"name": "shared",
"type": "boolean"
}
}
}
},
"ShadowRootInit": {
"members": {
"member": {
"delegatesFocus": {
"name": "delegatesFocus",
"type": "boolean",
"required": true
}
}
Expand All @@ -1098,6 +1056,16 @@
}
}
},
"MemoryDescriptor": {
"members": {
"member": {
"shared": {
"name": "shared",
"type": "boolean"
}
}
}
},
"ReadableStreamDefaultReadDoneResult": {
"name": "ReadableStreamDefaultReadDoneResult",
"members": {
Expand Down
188 changes: 0 additions & 188 deletions inputfiles/idl/Payment Request.widl

This file was deleted.

Loading

0 comments on commit e03649a

Please sign in to comment.