Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2025

Bumps @mdn/browser-compat-data from 6.0.11 to 6.0.13.

Release notes

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

v6.0.13

Removals

  • css.properties.line-height-step (#26761)

Additions

  • api.Element.getHTML.escapes_lt_gt_in_attributes (#26688)
  • api.Element.innerHTML.escapes_lt_gt_in_attributes (#26688)
  • api.Element.outerHTML.escapes_lt_gt_in_attributes (#26688)
  • api.ShadowRoot.getHTML.escapes_lt_gt_in_attributes (#26688)
  • api.ShadowRoot.innerHTML.escapes_lt_gt_in_attributes (#26688)
  • webextensions.api.tabGroups (#26724)
  • webextensions.api.tabGroups.Color (#26724)
  • webextensions.api.tabGroups.get (#26724)
  • webextensions.api.tabGroups.move (#26724)
  • webextensions.api.tabGroups.move.moveProperties (#26724)
  • webextensions.api.tabGroups.move.moveProperties.index (#26724)
  • webextensions.api.tabGroups.move.moveProperties.windowId (#26724)
  • webextensions.api.tabGroups.onCreated (#26724)
  • webextensions.api.tabGroups.onMoved (#26724)
  • webextensions.api.tabGroups.onRemoved (#26724)
  • webextensions.api.tabGroups.onUpdated (#26724)
  • webextensions.api.tabGroups.query (#26724)
  • webextensions.api.tabGroups.query.queryInfo (#26724)
  • webextensions.api.tabGroups.query.queryInfo.collapsed (#26724)
  • webextensions.api.tabGroups.query.queryInfo.color (#26724)
  • webextensions.api.tabGroups.query.queryInfo.title (#26724)
  • webextensions.api.tabGroups.query.queryInfo.windowId (#26724)
  • webextensions.api.tabGroups.TAB_GROUP_ID_NONEs (#26724)
  • webextensions.api.tabGroups.TabGroup (#26724)
  • webextensions.api.tabGroups.TabGroup.collapsed (#26724)
  • webextensions.api.tabGroups.TabGroup.color (#26724)
  • webextensions.api.tabGroups.TabGroup.id (#26724)
  • webextensions.api.tabGroups.TabGroup.shared (#26724)
  • webextensions.api.tabGroups.TabGroup.title (#26724)
  • webextensions.api.tabGroups.TabGroup.windowId (#26724)
  • webextensions.api.tabGroups.update (#26724)
  • webextensions.api.tabGroups.update.updateProperties (#26724)
  • webextensions.api.tabGroups.update.updateProperties.collapsed (#26724)
  • webextensions.api.tabGroups.update.updateProperties.color (#26724)
  • webextensions.api.tabGroups.update.updateProperties.title (#26724)
  • webextensions.manifest.dark_theme (#26511)
  • webextensions.manifest.dark_theme.colors (#26511)
  • webextensions.manifest.dark_theme.colors.bookmark_text (#26511)
  • webextensions.manifest.dark_theme.colors.button_background_active (#26511)
  • webextensions.manifest.dark_theme.colors.button_background_hover (#26511)
  • webextensions.manifest.dark_theme.colors.frame (#26511)
  • webextensions.manifest.dark_theme.colors.frame_inactive (#26511)
  • webextensions.manifest.dark_theme.colors.icons (#26511)

... (truncated)

Changelog

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

v6.0.13

May 9, 2025

Removals

  • css.properties.line-height-step (#26761)

Additions

  • api.Element.getHTML.escapes_lt_gt_in_attributes (#26688)
  • api.Element.innerHTML.escapes_lt_gt_in_attributes (#26688)
  • api.Element.outerHTML.escapes_lt_gt_in_attributes (#26688)
  • api.ShadowRoot.getHTML.escapes_lt_gt_in_attributes (#26688)
  • api.ShadowRoot.innerHTML.escapes_lt_gt_in_attributes (#26688)
  • webextensions.api.tabGroups (#26724)
  • webextensions.api.tabGroups.Color (#26724)
  • webextensions.api.tabGroups.get (#26724)
  • webextensions.api.tabGroups.move (#26724)
  • webextensions.api.tabGroups.move.moveProperties (#26724)
  • webextensions.api.tabGroups.move.moveProperties.index (#26724)
  • webextensions.api.tabGroups.move.moveProperties.windowId (#26724)
  • webextensions.api.tabGroups.onCreated (#26724)
  • webextensions.api.tabGroups.onMoved (#26724)
  • webextensions.api.tabGroups.onRemoved (#26724)
  • webextensions.api.tabGroups.onUpdated (#26724)
  • webextensions.api.tabGroups.query (#26724)
  • webextensions.api.tabGroups.query.queryInfo (#26724)
  • webextensions.api.tabGroups.query.queryInfo.collapsed (#26724)
  • webextensions.api.tabGroups.query.queryInfo.color (#26724)
  • webextensions.api.tabGroups.query.queryInfo.title (#26724)
  • webextensions.api.tabGroups.query.queryInfo.windowId (#26724)
  • webextensions.api.tabGroups.TAB_GROUP_ID_NONEs (#26724)
  • webextensions.api.tabGroups.TabGroup (#26724)
  • webextensions.api.tabGroups.TabGroup.collapsed (#26724)
  • webextensions.api.tabGroups.TabGroup.color (#26724)
  • webextensions.api.tabGroups.TabGroup.id (#26724)
  • webextensions.api.tabGroups.TabGroup.shared (#26724)
  • webextensions.api.tabGroups.TabGroup.title (#26724)
  • webextensions.api.tabGroups.TabGroup.windowId (#26724)
  • webextensions.api.tabGroups.update (#26724)
  • webextensions.api.tabGroups.update.updateProperties (#26724)
  • webextensions.api.tabGroups.update.updateProperties.collapsed (#26724)
  • webextensions.api.tabGroups.update.updateProperties.color (#26724)
  • webextensions.api.tabGroups.update.updateProperties.title (#26724)
  • webextensions.manifest.dark_theme (#26511)
  • webextensions.manifest.dark_theme.colors (#26511)
  • webextensions.manifest.dark_theme.colors.bookmark_text (#26511)
  • webextensions.manifest.dark_theme.colors.button_background_active (#26511)
  • webextensions.manifest.dark_theme.colors.button_background_hover (#26511)

... (truncated)

Commits
  • 618c641 Release v6.0.13 (#26734)
  • 0c67b2d Firefox Nightly escapes \< and > in attributes when serializing HTML (#26688)
  • d16d15b Firefox 139 supports Temporal.PlainDateTime (#26753)
  • 8ffd6d8 Safari 18 added serializable parameter to Element.attachShadow() options ...
  • d285d3c Safari 17.2 added Error.captureStackTrace() (#26751)
  • 86da277 Node.js 16.6 shipped shared flag on WebAssembly Memory() constructor (#26...
  • 52f2f71 Safari 18.4 supports CaretPosition API only behind flag (#26742)
  • d1b3a1c Remove unimplemented CSS line-height-step property (#26761)
  • 4f70626 Safari 18.4 adds AudioContext.outputLatency (#26741)
  • ce99201 Safari 18.4 supports context parameter in JSON.parse() reviver (#26745)
  • Additional commits viewable in compare view

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 <dependency name> 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 12, 2025
@github-actions
Copy link
Contributor

github-actions bot commented May 12, 2025

Complete this checklist for every @mdn/browser-compat-data upgrade PR.

  • Check out this branch locally.
  • If any keys were removed in the release, delete them from .yml files and commit your changes.
  • Run npm install && npm run dist && npm test && git commit --all --message="Refresh dist" && git push.
  • Review the diff. Watch out for Baseline regressions; if applicable, add a comment (see #1971).
  • Merge this PR.

After merging, do these steps:

@github-actions github-actions bot added the generated These PRs are generated by Dependabot or other tools. label May 12, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/mdn/browser-compat-data-6.0.13 branch from 6c824a5 to 90bc7c3 Compare May 12, 2025 11:29
Bumps [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data) from 6.0.11 to 6.0.13.
- [Release notes](https://github.com/mdn/browser-compat-data/releases)
- [Changelog](https://github.com/mdn/browser-compat-data/blob/main/RELEASE_NOTES.md)
- [Commits](mdn/browser-compat-data@v6.0.11...v6.0.13)

---
updated-dependencies:
- dependency-name: "@mdn/browser-compat-data"
  dependency-version: 6.0.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/mdn/browser-compat-data-6.0.13 branch from 90bc7c3 to 7c5ee80 Compare May 12, 2025 11:30
@github-actions github-actions bot added the feature definition Creating or defining new features or groups of features. label May 12, 2025
Comment on lines +5 to +17
# TODO: This feature may have regressed its status. See: https://github.com/web-platform-dx/web-features/issues/2957
status:
baseline: high
baseline_low_date: 2021-09-20
baseline_high_date: 2024-03-20
support:
chrome: "89"
chrome_android: "89"
edge: "89"
firefox: "89"
firefox_android: "89"
safari: "15"
safari_ios: "15"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an editorial override to unwind (at least temporarily) the change made at https://github.com/web-platform-dx/web-features/pull/2921/files/c5f568809957d243ef1558568c7d1f01c9b87c7a#r2071895308

See #2957

Comment on lines 21 to 23
- api.CaretPosition
- api.CaretPosition.offset
- api.CaretPosition.offsetNode
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Behind a flag, in reality. mdn/browser-compat-data#26742

@ddbeck ddbeck merged commit ad32aaf into main May 12, 2025
3 checks passed
@ddbeck ddbeck deleted the dependabot/npm_and_yarn/mdn/browser-compat-data-6.0.13 branch May 12, 2025 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file feature definition Creating or defining new features or groups of features. generated These PRs are generated by Dependabot or other tools. javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants