Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps @mdn/browser-compat-data from 7.2.0 to 7.2.1.

Release notes

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

v7.2.1

Removals

  • css.properties.position-try-fallbacks.span-x-self-end (#28652)
  • css.properties.position-try-fallbacks.span-x-self-start (#28652)
  • css.properties.position-try-fallbacks.span-y-self-end (#28652)
  • css.properties.position-try-fallbacks.span-y-self-start (#28652)
  • css.properties.position-try-fallbacks.x-self-end (#28652)
  • css.properties.position-try-fallbacks.x-self-start (#28652)
  • css.properties.position-try-fallbacks.y-self-end (#28652)
  • css.properties.position-try-fallbacks.y-self-start (#28652)
  • css.properties.position-try.span-x-self-end (#28652)
  • css.properties.position-try.span-x-self-start (#28652)
  • css.properties.position-try.span-y-self-end (#28652)
  • css.properties.position-try.span-y-self-start (#28652)
  • css.properties.position-try.x-self-end (#28652)
  • css.properties.position-try.x-self-start (#28652)
  • css.properties.position-try.y-self-end (#28652)
  • css.properties.position-try.y-self-start (#28652)

Additions

  • css.properties.position-anchor.none (#28648)

Statistics

  • 10 contributors have changed 103 files with 1,235 additions and 845 deletions in 17 commits (v7.2.0...v7.2.1)
  • 19,133 total features
  • 1,212 total contributors
  • 5,520 total stargazers
Changelog

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

v7.2.1

December 12, 2025

Removals

  • css.properties.position-try-fallbacks.span-x-self-end (#28652)
  • css.properties.position-try-fallbacks.span-x-self-start (#28652)
  • css.properties.position-try-fallbacks.span-y-self-end (#28652)
  • css.properties.position-try-fallbacks.span-y-self-start (#28652)
  • css.properties.position-try-fallbacks.x-self-end (#28652)
  • css.properties.position-try-fallbacks.x-self-start (#28652)
  • css.properties.position-try-fallbacks.y-self-end (#28652)
  • css.properties.position-try-fallbacks.y-self-start (#28652)
  • css.properties.position-try.span-x-self-end (#28652)
  • css.properties.position-try.span-x-self-start (#28652)
  • css.properties.position-try.span-y-self-end (#28652)
  • css.properties.position-try.span-y-self-start (#28652)
  • css.properties.position-try.x-self-end (#28652)
  • css.properties.position-try.x-self-start (#28652)
  • css.properties.position-try.y-self-end (#28652)
  • css.properties.position-try.y-self-start (#28652)

Additions

  • css.properties.position-anchor.none (#28648)

Statistics

  • 10 contributors have changed 103 files with 1,235 additions and 845 deletions in 17 commits (v7.2.0...v7.2.1)
  • 19,133 total features
  • 1,212 total contributors
  • 5,520 total stargazers
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 <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)

Bumps [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data) from 7.2.0 to 7.2.1.
- [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@v7.2.0...v7.2.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 12, 2025
@github-actions github-actions bot added the generated These PRs are generated by Dependabot or other tools. label Dec 12, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Dec 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 feature definition Creating or defining new features or groups of features. label Dec 12, 2025
Copy link
Collaborator

Choose a reason for hiding this comment

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

I suggest you ignore the changes to this file and review the dist instead.

The changes on this file are a bit noisy. A bunch of keys were renamed. Rather than doing it by hand, I used the utility scripts (remove-tagged-compat-features and undist) to reset the list in this file. This also changed the sorting of the keys.

@ddbeck
Copy link
Collaborator

ddbeck commented Dec 12, 2025

This is blocked because a bunch of keys were marked as deprecated in BCD, which affects non-discouraged features in web-features. See #3526 (comment) for further detail.

Steps to fix this:

  1. Merge Mark several privacy sandbox features as discouraged #3526 (or something like it).
  2. Check out this branch.
  3. Merge main into this branch.
  4. Run npm ci && npm run dist && npm test && git commit --all --message="Refresh dist" && git push.
  5. Review the diff and, when happy, merge.
  6. Publish a release (docs).

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.

1 participant