microsoft / TypeScript-DOM-lib-generator

Tool for generating dom related TypeScript and JavaScript library files
Apache License 2.0
600 stars 417 forks source link

Bump the dev-dependencies group with 7 updates #1718

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the dev-dependencies group with 7 updates:

Package From To
@mdn/browser-compat-data 5.5.21 5.5.26
@octokit/rest 20.1.0 20.1.1
@types/node 20.12.7 20.12.11
@types/prettier 2.7.3 3.0.0
@webref/css 6.12.7 6.12.10
@webref/idl 3.46.1 3.47.2
danger 11.3.1 12.2.0

Updates @mdn/browser-compat-data from 5.5.21 to 5.5.26

Release notes

Sourced from @​mdn/browser-compat-data's releases.

v5.5.26

Additions

  • api.InstallEvent.addRoutes (#22870)
  • browsers.nodejs.releases.22.0.0 (#22944)

Statistics

  • 12 contributors have changed 22 files with 197 additions and 90 deletions in 16 commits (v5.5.25...v5.5.26)
  • 16,394 total features
  • 1,087 total contributors
  • 4,796 total stargazers

v5.5.25

Additions

  • api.Document.hasUnpartitionedCookieAccess (#22978)
  • api.Document.requestStorageAccess.types_parameter (#22990)
  • api.Document.requestStorageAccess.types_parameter.types_all_parameter (#22990)
  • api.Document.requestStorageAccess.types_parameter.types_BroadcastChannel_parameter (#22990)
  • api.Document.requestStorageAccess.types_parameter.types_caches_parameter (#22990)
  • api.Document.requestStorageAccess.types_parameter.types_cookies_parameter (#22990)
  • api.Document.requestStorageAccess.types_parameter.types_createObjectURL_parameter (#22990)
  • api.Document.requestStorageAccess.types_parameter.types_estimate_parameter (#22990)
  • api.Document.requestStorageAccess.types_parameter.types_getDirectory_parameter (#22990)
  • api.Document.requestStorageAccess.types_parameter.types_indexedDB_parameter (#22990)
  • api.Document.requestStorageAccess.types_parameter.types_localStorage_parameter (#22990)
  • api.Document.requestStorageAccess.types_parameter.types_locks_parameter (#22990)
  • api.Document.requestStorageAccess.types_parameter.types_revokeObjectURL_parameter (#22990)
  • api.Document.requestStorageAccess.types_parameter.types_sessionStorage_parameter (#22990)
  • api.Document.requestStorageAccess.types_parameter.types_SharedWorker_parameter (#22990)
  • api.Permissions.permission_compute-pressure (#22687)
  • api.PressureObserver (#22687)
  • api.PressureObserver.disconnect (#22687)
  • api.PressureObserver.knownSources_static (#22687)
  • api.PressureObserver.observe (#22687)
  • api.PressureObserver.PressureObserver (#22687)
  • api.PressureObserver.takeRecords (#22687)
  • api.PressureObserver.unobserve (#22687)
  • api.PressureRecord (#22687)
  • api.PressureRecord.source (#22687)
  • api.PressureRecord.state (#22687)
  • api.PressureRecord.time (#22687)
  • api.PressureRecord.toJSON (#22687)
  • api.SharedWorker.SharedWorker.options_sameSiteCookies_parameter (#22977)
  • api.StorageAccessHandle (#22993)
  • api.StorageAccessHandle.BroadcastChannel (#22993)
  • api.StorageAccessHandle.caches (#22993)
  • api.StorageAccessHandle.createObjectURL (#22993)
  • api.StorageAccessHandle.estimate (#22993)

... (truncated)

Changelog

Sourced from @​mdn/browser-compat-data's changelog.

v5.5.26

May 7, 2024

Additions

  • api.InstallEvent.addRoutes (#22870)
  • browsers.nodejs.releases.22.0.0 (#22944)

Statistics

  • 12 contributors have changed 22 files with 197 additions and 90 deletions in 16 commits (v5.5.25...v5.5.26)
  • 16,394 total features
  • 1,087 total contributors
  • 4,796 total stargazers

v5.5.25

May 3, 2024

Additions

  • api.Document.hasUnpartitionedCookieAccess (#22978)
  • api.Document.requestStorageAccess.types_parameter (#22990)
  • api.Document.requestStorageAccess.types_parameter.types_all_parameter (#22990)
  • api.Document.requestStorageAccess.types_parameter.types_BroadcastChannel_parameter (#22990)
  • api.Document.requestStorageAccess.types_parameter.types_caches_parameter (#22990)
  • api.Document.requestStorageAccess.types_parameter.types_cookies_parameter (#22990)
  • api.Document.requestStorageAccess.types_parameter.types_createObjectURL_parameter (#22990)
  • api.Document.requestStorageAccess.types_parameter.types_estimate_parameter (#22990)
  • api.Document.requestStorageAccess.types_parameter.types_getDirectory_parameter (#22990)
  • api.Document.requestStorageAccess.types_parameter.types_indexedDB_parameter (#22990)
  • api.Document.requestStorageAccess.types_parameter.types_localStorage_parameter (#22990)
  • api.Document.requestStorageAccess.types_parameter.types_locks_parameter (#22990)
  • api.Document.requestStorageAccess.types_parameter.types_revokeObjectURL_parameter (#22990)
  • api.Document.requestStorageAccess.types_parameter.types_sessionStorage_parameter (#22990)
  • api.Document.requestStorageAccess.types_parameter.types_SharedWorker_parameter (#22990)
  • api.Permissions.permission_compute-pressure (#22687)
  • api.PressureObserver (#22687)
  • api.PressureObserver.disconnect (#22687)
  • api.PressureObserver.knownSources_static (#22687)
  • api.PressureObserver.observe (#22687)
  • api.PressureObserver.PressureObserver (#22687)
  • api.PressureObserver.takeRecords (#22687)
  • api.PressureObserver.unobserve (#22687)
  • api.PressureRecord (#22687)
  • api.PressureRecord.source (#22687)
  • api.PressureRecord.state (#22687)
  • api.PressureRecord.time (#22687)
  • api.PressureRecord.toJSON (#22687)

... (truncated)

Commits


Updates @octokit/rest from 20.1.0 to 20.1.1

Release notes

Sourced from @​octokit/rest's releases.

v20.1.1

20.1.1 (2024-05-03)

Bug Fixes

Commits
  • 7058346 fix: update REST endpoints (#428)
  • b4e2102 ci(action): update actions/checkout digest to 0ad4b8f (#426)
  • 9d99a65 ci(action): update actions/checkout digest to 1d96c77 (#425)
  • c751cb5 ci(action): update actions/add-to-project action to v1.0.1 (#424)
  • 792bb39 chore(deps): update dependency undici to v6.11.1 [security] (#421)
  • See full diff in compare view


Updates @types/node from 20.12.7 to 20.12.11

Commits


Updates @types/prettier from 2.7.3 to 3.0.0

Commits


Updates @webref/css from 6.12.7 to 6.12.10

Commits
  • a7afd39 Publish curated data from 01f0d64132887686f2f375718cea527e215125b7
  • eefdbb2 Publish curated data from 9381a3f8067d8c53cf702747a446ca19c997c014
  • 8048c61 Publish curated data from 992f3d21e08891a3551c29cbe88efe50dc745c17
  • fbeeecf Publish curated data from ab2adac174f3d1f4f6b1af968db85e9c387baa28
  • 664cc45 Publish curated data from ad14b6ae96d5d32cf039611ab71aa53e2f6cfed1
  • 215587c Publish curated data from 69fa2ce77047e548728f6a9b2a54c39ae0d472f1
  • 2cb7042 Publish curated data from 11ae60474c21b9c84fced282f83d88b8f2025554
  • 10ddb98 Publish curated data from 41ecf4e313765f62bb5f175b060ebc71be7f3047
  • 003a871 Publish curated data from 408145b839a854797846c54ca5f10527ebcc4f6d
  • dbf26a8 Publish curated data from 79424eea1d67284fb4dac232fcbf32504f366b8a
  • Additional commits viewable in compare view


Updates @webref/idl from 3.46.1 to 3.47.2

Commits
  • a7afd39 Publish curated data from 01f0d64132887686f2f375718cea527e215125b7
  • eefdbb2 Publish curated data from 9381a3f8067d8c53cf702747a446ca19c997c014
  • 8048c61 Publish curated data from 992f3d21e08891a3551c29cbe88efe50dc745c17
  • fbeeecf Publish curated data from ab2adac174f3d1f4f6b1af968db85e9c387baa28
  • 664cc45 Publish curated data from ad14b6ae96d5d32cf039611ab71aa53e2f6cfed1
  • 215587c Publish curated data from 69fa2ce77047e548728f6a9b2a54c39ae0d472f1
  • 2cb7042 Publish curated data from 11ae60474c21b9c84fced282f83d88b8f2025554
  • 10ddb98 Publish curated data from 41ecf4e313765f62bb5f175b060ebc71be7f3047
  • 003a871 Publish curated data from 408145b839a854797846c54ca5f10527ebcc4f6d
  • dbf26a8 Publish curated data from 79424eea1d67284fb4dac232fcbf32504f366b8a
  • Additional commits viewable in compare view


Updates danger from 11.3.1 to 12.2.0

Release notes

Sourced from danger's releases.

Release 12.2.0

No release notes provided.

Release 12.1.0

It's been 7 years since I looked at danger init and err, the world of CI has changed quite a bit since then. So, Danger JS's init command now knows that GitHub Actions exists and will correctly offer some advice on how to set up a Dangerfile for it. - [@​orta]


12.0.1

Bumping to 12.x because we've raised the minimum to node version from 14 to 18. This is due to some of our dependencies requiring a newer version of node. This is a breaking change for some folk! Also, 14 has been out of support for quite a while now and Node 18 gives us a full year. - [@​orta]

  • Remove the user checks in GitHub comment/inline comment lookups, to allow using app tokens #1433 - [@​orta]
  • Upgrade node engine from >=14.13.1 to >=18 [@​heltoft]
  • Upgrade @types/node from ^10.11.3 to 18.19.18 [@​heltoft]
  • GitLab: #1386 Move from @gitbeaker/node to @gitbeaker/rest [@​heltoft]
  • GitLab: #1412 Danger fails to create inline comments on Gitlab [@​heltoft]
  • GitLab: #1405 Can't post multiple inline comments [@​heltoft]
  • GitLab: Do not delete system resolved danger inline comments [@​heltoft]
  • Fix for ESM imports in Dangerfiles [@​mgol]

Release 12.0.1

Bumping to 12.x because we've raised the minimum to node version from 14 to 18. This is due to some of our dependencies requiring a newer version of node. This is a breaking change for some folk! Also, 14 has been out of support for quite a while now and Node 18 gives us a full year. - [@​orta]

  • Remove the user checks in GitHub comment/inline comment lookups, to allow using app tokens #1433 - [@​orta]
  • Upgrade node engine from >=14.13.1 to >=18 [@​heltoft]
  • Upgrade @types/node from ^10.11.3 to 18.19.18 [@​heltoft]
  • GitLab: #1386 Move from @gitbeaker/node to @gitbeaker/rest [@​heltoft]
  • GitLab: #1412 Danger fails to create inline comments on Gitlab [@​heltoft]
  • GitLab: #1405 Can't post multiple inline comments [@​heltoft]
  • GitLab: Do not delete system resolved danger inline comments [@​heltoft]
  • Fix for ESM imports in Dangerfiles [@​mgol]
Changelog

Sourced from danger's changelog.

12.2.0

  • Adds a log when you run on GitHub Actions without being a pull_request - [@​orta]
  • GitHub: Move to 'List pull request files' API with pagination support [@​fabianehlert]

12.1.0

It's been 7 years since I looked at danger init and err, the world of CI has changed quite a bit since then. So, Danger JS's init command now knows that GitHub Actions exists and will correctly offer some advice on how to set up a Dangerfile for it. - [@​orta]

12.0.0

Bumping to 12.x because we've raised the minimum to node version from 14 to 18. This is due to some of our dependencies requiring a newer version of node. This is a breaking change for some folk! Also, 14 has been out of support for quite a while now and Node 18 gives us a full year. - [@​orta]

  • Remove the user checks in GitHub comment/inline comment lookups, to allow using app tokens #1433 - [@​orta]
  • Upgrade node engine from >=14.13.1 to >=18 [@​heltoft]
  • Upgrade @types/node from ^10.11.3 to 18.19.18 [@​heltoft]
  • GitLab: #1386 Move from @gitbeaker/node to @gitbeaker/rest [@​heltoft]
  • GitLab: #1412 Danger fails to create inline comments on Gitlab [@​heltoft]
  • GitLab: #1405 Can't post multiple inline comments [@​heltoft]
  • GitLab: Do not delete system resolved danger inline comments [@​heltoft]
  • Fix for ESM imports in Dangerfiles [@​mgol]
Commits
  • e8e6baf Release 12.2.0
  • 7ef1b6e Prettier fixes, and release notes
  • f054550 Merge pull request #1440 from fabianehlert/feature/github-api-pagination
  • 75438bc Merge pull request #1444 from kantivekariya/main
  • 6b16212 feat: updated the json5 package
  • bf158b8 GitHub: use files API with pagination
  • faa3d5d Merge pull request #1439 from danger/logs_not_pr
  • 686f401 CHANGELOG
  • fb9f24a Logs when its not the PR run on GH workflows
  • 05705c1 Release 12.1.0
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
sandersn commented 2 months ago

@saschanaz it seems like updating browser-compat-data and the @webref packages isn't something that dependabot can do successfully. Should they be excluded?

saschanaz commented 2 months ago

Normally there would be core dependency update PR that would fix this but that's broken now... Let's exclude them, yeah.

dependabot[bot] commented 2 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.