GoogleChrome / developer.chrome.com

The frontend, backend, and content source code for developer.chrome.com
https://developer.chrome.com
Other
1.67k stars 1.58k forks source link

Bump @mdn/browser-compat-data from 5.3.20 to 5.5.10 #7955

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 7 months ago

Bumps @mdn/browser-compat-data from 5.3.20 to 5.5.10.

Release notes

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

v5.5.10

Removals

  • api.IDBLocaleAwareKeyRange (#22100)
  • html.elements.col.bgcolor (#21958)
  • html.elements.colgroup.bgcolor (#21958)
  • html.elements.link.title (#22113)
  • html.elements.meta.name.scheme (#22115)
  • html.elements.meter.form (#22136)
  • html.elements.script.text (#22158)
  • html.elements.style.title (#22113)
  • javascript.builtins.DataView.buffer.sharedarraybuffer_support (#22085)

Additions

  • api.Document.parseHTMLUnsafe_static (#22101)
  • api.Element.setHTMLUnsafe (#22101)
  • api.IDBObjectStore.createIndex.options_locale_parameter (#22082)
  • api.PublicKeyCredential.getClientCapabilities_static (#22101)
  • api.ShadowRoot.setHTMLUnsafe (#22101)
  • api.SubtleCrypto.exportKey.ed25519 (#22033)
  • api.SubtleCrypto.generateKey.ed25519 (#22033)
  • api.SubtleCrypto.importKey.ed25519 (#22033)
  • api.SubtleCrypto.sign.ed25519 (#22033)
  • api.SubtleCrypto.verify.ed25519 (#22033)
  • browsers.chrome.releases.123 (#22127)
  • browsers.chrome.releases.124 (#22127)
  • css.properties.color-interpolation.linearGradient (#21988)
  • css.properties.color-interpolation.sRGB (#21988)
  • css.properties.text-wrap-mode (#22101)
  • css.properties.text-wrap-mode.nowrap (#22101)
  • css.properties.text-wrap-mode.wrap (#22101)
  • css.selectors.state (#22083)
  • html.elements.audio.disableremoteplayback (#21902)
  • html.elements.data.value (#22093)
  • html.elements.link.as (#22092)
  • html.elements.meta.scheme (#22115)
  • html.elements.q.cite (#22155)
  • html.elements.video.disableremoteplayback (#21902)
  • svg.attributes.presentation.color-interpolation.linearGradient (#21988)
  • svg.attributes.presentation.color-interpolation.sRGB (#21988)
  • webextensions.manifest.dictionaries (#22171)

Statistics

  • 13 contributors have changed 71 files with 1,321 additions and 596 deletions in 55 commits (v5.5.9...v5.5.10)
  • 15,476 total features
  • 1,071 total contributors
  • 4,717 total stargazers

... (truncated)

Changelog

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

v5.5.10

February 9, 2024

Removals

  • api.IDBLocaleAwareKeyRange (#22100)
  • html.elements.col.bgcolor (#21958)
  • html.elements.colgroup.bgcolor (#21958)
  • html.elements.link.title (#22113)
  • html.elements.meta.name.scheme (#22115)
  • html.elements.meter.form (#22136)
  • html.elements.script.text (#22158)
  • html.elements.style.title (#22113)
  • javascript.builtins.DataView.buffer.sharedarraybuffer_support (#22085)

Additions

  • api.Document.parseHTMLUnsafe_static (#22101)
  • api.Element.setHTMLUnsafe (#22101)
  • api.IDBObjectStore.createIndex.options_locale_parameter (#22082)
  • api.PublicKeyCredential.getClientCapabilities_static (#22101)
  • api.ShadowRoot.setHTMLUnsafe (#22101)
  • api.SubtleCrypto.exportKey.ed25519 (#22033)
  • api.SubtleCrypto.generateKey.ed25519 (#22033)
  • api.SubtleCrypto.importKey.ed25519 (#22033)
  • api.SubtleCrypto.sign.ed25519 (#22033)
  • api.SubtleCrypto.verify.ed25519 (#22033)
  • browsers.chrome.releases.123 (#22127)
  • browsers.chrome.releases.124 (#22127)
  • css.properties.color-interpolation.linearGradient (#21988)
  • css.properties.color-interpolation.sRGB (#21988)
  • css.properties.text-wrap-mode (#22101)
  • css.properties.text-wrap-mode.nowrap (#22101)
  • css.properties.text-wrap-mode.wrap (#22101)
  • css.selectors.state (#22083)
  • html.elements.audio.disableremoteplayback (#21902)
  • html.elements.data.value (#22093)
  • html.elements.link.as (#22092)
  • html.elements.meta.scheme (#22115)
  • html.elements.q.cite (#22155)
  • html.elements.video.disableremoteplayback (#21902)
  • svg.attributes.presentation.color-interpolation.linearGradient (#21988)
  • svg.attributes.presentation.color-interpolation.sRGB (#21988)
  • webextensions.manifest.dictionaries (#22171)

Statistics

  • 13 contributors have changed 71 files with 1,321 additions and 596 deletions in 55 commits (v5.5.9...v5.5.10)
  • 15,476 total features

... (truncated)

Commits


Dependabot compatibility score

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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
chrome-devrel-infra[bot] commented 7 months ago

:rocket: Creating preview for commit c8bc52c8198f46135d674d6308067d22d013ab4b (app) ...

dependabot[bot] commented 6 months ago

Superseded by #7956.