Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Bumps the dev group with 6 updates in the / directory:

Package From To
@mdn/browser-compat-data 7.2.5 7.3.0
@babel/core 7.28.6 7.29.0
@babel/preset-env 7.28.6 7.29.0
@types/node 25.0.10 25.2.0
eslint-plugin-jsdoc 62.4.1 62.5.0
globals 17.2.0 17.3.0

Updates @mdn/browser-compat-data from 7.2.5 to 7.3.0

Release notes

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

v7.3.0

Notable changes

This release includes one notable change.

1. Deprecate experimental status (#28811)

Previously, the status.experimental field was used to indicate feature stability.

Now, this field is deprecated and should no longer be used by consumers.

For details, see the Status information section of the compat data JSON schema documentation.

Statistics

  • 2 contributors have changed 2 files with 15 additions and 4 deletions in 1 commit (v7.2.6...v7.3.0)
  • 19,221 total features
  • 1,219 total contributors
  • 5,570 total stargazers

v7.2.6

Additions

  • api.GPUSupportedFeatures.feature_subgroups.subgroup_id_num_subgroups (#28891)
  • api.RTCRtpSender.setParameters.parameters_degradationPreference_parameter.maintain-framerate-and-resolution_value (#28898)
  • api.WGSLLanguageFeatures.extension_subgroup_id (#28891)
  • browsers.bun.releases.1.3.7 (#28932)
  • browsers.bun.releases.1.3.8 (#28943)
  • css.types.image.filter (#28916)

Statistics

  • 8 contributors have changed 27 files with 401 additions and 315 deletions in 24 commits (v7.2.5...v7.2.6)
  • 19,221 total features
  • 1,219 total contributors
  • 5,570 total stargazers
Changelog

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

v7.3.0

January 30, 2026

Notable changes

This release includes one notable change.

1. Deprecate experimental status (#28811)

Previously, the status.experimental field was used to indicate feature stability.

Now, this field is deprecated and should no longer be used by consumers.

For details, see the Status information section of the compat data JSON schema documentation.

Statistics

  • 2 contributors have changed 2 files with 15 additions and 4 deletions in 1 commit (v7.2.6...v7.3.0)
  • 19,221 total features
  • 1,219 total contributors
  • 5,570 total stargazers

v7.2.6

January 30, 2026

Additions

  • api.GPUSupportedFeatures.feature_subgroups.subgroup_id_num_subgroups (#28891)
  • api.RTCRtpSender.setParameters.parameters_degradationPreference_parameter.maintain-framerate-and-resolution_value (#28898)
  • api.WGSLLanguageFeatures.extension_subgroup_id (#28891)
  • browsers.bun.releases.1.3.7 (#28932)
  • browsers.bun.releases.1.3.8 (#28943)
  • css.types.image.filter (#28916)

Statistics

  • 8 contributors have changed 27 files with 401 additions and 315 deletions in 24 commits (v7.2.5...v7.2.6)
  • 19,221 total features
  • 1,219 total contributors
  • 5,570 total stargazers
Commits

Updates @babel/core from 7.28.6 to 7.29.0

Release notes

Sourced from @​babel/core's releases.

v7.29.0 (2026-01-31)

Thanks @​simbahax for your first PR!

🚀 New Feature

  • babel-types
  • babel-standalone

🐛 Bug Fix

  • babel-parser
  • babel-traverse
    • #17708 fix(traverse): provide a hub when traversing a File or Program and no parentPath is given (@​simbahax)
  • babel-plugin-transform-block-scoping, babel-traverse
    • #17737 [7.x backport] fix: Rename switch discriminant references when body creates shadowing variable (@​magic-akari)

🏃‍♀️ Performance

Committers: 6

Commits

Updates @babel/preset-env from 7.28.6 to 7.29.0

Release notes

Sourced from @​babel/preset-env's releases.

v7.29.0 (2026-01-31)

Thanks @​simbahax for your first PR!

🚀 New Feature

  • babel-types
  • babel-standalone

🐛 Bug Fix

  • babel-parser
  • babel-traverse
    • #17708 fix(traverse): provide a hub when traversing a File or Program and no parentPath is given (@​simbahax)
  • babel-plugin-transform-block-scoping, babel-traverse
    • #17737 [7.x backport] fix: Rename switch discriminant references when body creates shadowing variable (@​magic-akari)

🏃‍♀️ Performance

Committers: 6

Commits

Updates @types/node from 25.0.10 to 25.2.0

Commits

Updates eslint-plugin-jsdoc from 62.4.1 to 62.5.0

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v62.5.0

62.5.0 (2026-01-29)

Features

  • check-tag-names: add Typedoc include, includeCode, and TSDoc inheritDoc/inheritdoc and label to allowable inline tags; add TSDoc and typedoc tags (925f6e3)
  • require-description-complete-sentence: allow inline inheritDoc, inheritdoc, include, includeCode, label to avoid rule; fixes #1641 (c5a09c8)
  • valid-types: add Typedoc include, includeCode, and TSDoc inheritDoc/inheritdoc and label to allowable inline tags (c078633)
Commits
  • 925f6e3 feat(check-tag-names): add Typedoc include, includeCode, and TSDoc `inh...
  • c078633 feat(valid-types): add Typedoc include, includeCode, and TSDoc `inherit...
  • c5a09c8 feat(require-description-complete-sentence): allow inline inheritDoc, `in...
  • See full diff in compare view

Updates globals from 17.2.0 to 17.3.0

Release notes

Sourced from globals's releases.

v17.3.0

  • Update globals (2026-02-01) (#336) 295fba9

sindresorhus/globals@v17.2.0...v17.3.0

Commits

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 <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dev group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data) | `7.2.5` | `7.3.0` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.28.6` | `7.29.0` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.28.6` | `7.29.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.0.10` | `25.2.0` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `62.4.1` | `62.5.0` |
| [globals](https://github.com/sindresorhus/globals) | `17.2.0` | `17.3.0` |



Updates `@mdn/browser-compat-data` from 7.2.5 to 7.3.0
- [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.5...v7.3.0)

Updates `@babel/core` from 7.28.6 to 7.29.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.29.0/packages/babel-core)

Updates `@babel/preset-env` from 7.28.6 to 7.29.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.29.0/packages/babel-preset-env)

Updates `@types/node` from 25.0.10 to 25.2.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `eslint-plugin-jsdoc` from 62.4.1 to 62.5.0
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](gajus/eslint-plugin-jsdoc@v62.4.1...v62.5.0)

Updates `globals` from 17.2.0 to 17.3.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.2.0...v17.3.0)

---
updated-dependencies:
- dependency-name: "@mdn/browser-compat-data"
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: "@babel/core"
  dependency-version: 7.29.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: "@babel/preset-env"
  dependency-version: 7.29.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: "@types/node"
  dependency-version: 25.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 62.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: globals
  dependency-version: 17.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
...

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 Feb 2, 2026
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants