Skip to content

Bump the development-dependencies group with 12 updates#1779

Merged
romainmenke merged 1 commit intomainfrom
dependabot/npm_and_yarn/development-dependencies-2ef1b4e55d
Feb 9, 2026
Merged

Bump the development-dependencies group with 12 updates#1779
romainmenke merged 1 commit intomainfrom
dependabot/npm_and_yarn/development-dependencies-2ef1b4e55d

Conversation

@dependabot
Copy link
Contributor

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

Bumps the development-dependencies group with 12 updates:

Package From To
@babel/core 7.28.6 7.29.0
@babel/preset-env 7.28.6 7.29.0
@microsoft/api-documenter 7.28.5 7.28.6
@microsoft/api-extractor 7.55.5 7.56.0
@stryker-mutator/core 9.4.0 9.5.0
globals 17.1.0 17.3.0
rollup 4.56.0 4.57.1
typescript-eslint 8.53.1 8.54.0
mdn-data 2.26.0 2.27.0
puppeteer 24.36.0 24.36.1
open-props 1.7.17 1.7.23
stylelint 17.0.0 17.1.0

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 @microsoft/api-documenter from 7.28.5 to 7.28.6

Changelog

Sourced from @​microsoft/api-documenter's changelog.

7.28.6

Fri, 30 Jan 2026 01:16:13 GMT

Version update only

Commits

Updates @microsoft/api-extractor from 7.55.5 to 7.56.0

Changelog

Sourced from @​microsoft/api-extractor's changelog.

7.56.0

Fri, 30 Jan 2026 01:16:12 GMT

Minor changes

  • Fix an issue where destructured parameters produced an incorrect parameter name
Commits
  • 3e188a5 Bump versions [skip ci]
  • 7f33a8c Update changelogs [skip ci]
  • 7d8d056 [api-extractor] Fix an issue where destructured parameters were handled incor...
  • 549716c Bump versions [skip ci]
  • bfd4390 Update changelogs [skip ci]
  • a39a573 fix(api-extractor): preserve export keyword for namespace re-exports (#5517)
  • 7d992f5 Bump versions [skip ci]
  • abc3673 Update changelogs [skip ci]
  • ff3082d Bump versions [skip ci]
  • 965ea3b Update changelogs [skip ci]
  • See full diff in compare view

Updates @stryker-mutator/core from 9.4.0 to 9.5.0

Changelog

Sourced from @​stryker-mutator/core's changelog.

9.5.0 (2026-01-30)

Bug Fixes

  • deps: update dependency typed-rest-client to ~2.2.0 (#5720) (33a0eb0)
  • deps: update mutation-testing-elements monorepo to v3.7.1 (#5631) (07a1171)

Features

  • add --testFiles option to limit which tests are executing (#5713) (6a96659)
Commits
  • d5c7bde v9.5.0
  • a750c23 chore(deps): update dependency @​types/node to v24.10.9 (#5737)
  • 8488983 chore(deps): update dependency @​types/node to v24.10.8 (#5734)
  • 6a96659 feat: add --testFiles option to limit which tests are executing (#5713)
  • f727aed chore(deps): update dependency prettier to v3.7.4 (#5652)
  • 33a0eb0 fix(deps): update dependency typed-rest-client to ~2.2.0 (#5720)
  • a604249 chore(deps): update dependency @​types/node to v24.10.7 (#5728)
  • 65cf58d chore(deps): update dependency @​types/node to v24.10.6 (#5725)
  • 69f1c85 chore(deps): update dependency @​types/node to v24.10.4 (#5689)
  • 188a7ae chore(deps): update dependency @​types/node to v24.10.3 (#5679)
  • Additional commits viewable in compare view

Updates globals from 17.1.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

v17.2.0

  • jasmine: Add throwUnless and throwUnlessAsync globals (#335) 97f23a7

sindresorhus/globals@v17.1.0...v17.2.0

Commits

Updates rollup from 4.56.0 to 4.57.1

Release notes

Sourced from rollup's releases.

v4.57.1

4.57.1

2026-01-30

Bug Fixes

  • Fix heap corruption issue in Windows (#6251)
  • Ensure exports of a dynamic import are fully included when called from a try...catch (#6254)

Pull Requests

v4.57.0

4.57.0

2026-01-27

Features

  • Add import attributes to all plugin hooks that did not provide them yet (#5700)
  • Deprecate returning import attributes from load or transform hooks as that will no longer be supported with rollup 5 (#5700)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.57.1

2026-01-30

Bug Fixes

  • Fix heap corruption issue in Windows (#6251)
  • Ensure exports of a dynamic import are fully included when called from a try...catch (#6254)

Pull Requests

4.57.0

2026-01-27

Features

  • Add import attributes to all plugin hooks that did not provide them yet (#5700)
  • Deprecate returning import attributes from load or transform hooks as that will no longer be supported with rollup 5 (#5700)

Pull Requests

Commits
  • d37675f 4.57.1
  • eafac0b chore(deps): lock file maintenance (#6255)
  • 47fa568 chore(deps): update dependency lru-cache to v11 (#6252)
  • 416f476 Fully include dynamic imports in a try-catch (#6254)
  • 5e393e3 fix: Isolate and cache process.report.getReport() calls in a child process ...
  • c931d23 chore(deps): lock file maintenance minor/patch updates (#6253)
  • c79e6c2 Mitigate vulnerability that would allow to steal credentials
  • 743d054 4.57.0
  • 74121c7 extend more hooks to include import attributes and add warnings (#5700)
  • c519d82 Refactor to reduce Rollup 5 upgrade diff (#6246)
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.53.1 to 8.54.0

Release notes

Sourced from typescript-eslint's releases.

v8.54.0

8.54.0 (2026-01-26)

🚀 Features

  • eslint-plugin-internal: add prefer-tsutils-methods rule (#11974, #11625)
  • scope-manager: support ScopeManager#addGlobals (#11914)
  • typescript-estree: add shortcut methods to ParserServicesWithTypeInformation (#11965, #11955)

🩹 Fixes

  • eslint-plugin: [no-unused-private-class-members] private destructured class member is defined but used (#11785)
  • eslint-plugin: [no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions (#11967, #11559)
  • scope-manager: fix catch clause scopes def.name (#11982)
  • scope-manager: prevent misidentification of "use strict" directives (#11995)
  • utils: handle missing FlatESLint and LegacyESLint (#11958)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.54.0 (2026-01-26)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates mdn-data from 2.26.0 to 2.27.0

Release notes

Sourced from mdn-data's releases.

v2.27.0

2.27.0 (2026-01-29)

Features

Changelog

Sourced from mdn-data's changelog.

2.27.0 (2026-01-29)

Features

Commits

Updates puppeteer from 24.36.0 to 24.36.1

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v24.36.1

24.36.1 (2026-01-27)

♻️ Chores

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.11.1 to 2.11.2

puppeteer: v24.36.1

24.36.1 (2026-01-27)

♻️ Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.11.1 to 2.11.2
      • puppeteer-core bumped from 24.36.0 to 24.36.1
Changelog

Sourced from puppeteer's changelog.

24.36.1 (2026-01-27)

♻️ Chores

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.11.1 to 2.11.2
Commits

Updates open-props from 1.7.17 to 1.7.23

Changelog

Sourced from open-props's changelog.

v1.7.23

31 January 2026

v1.7.22

31 January 2026

v1.7.21

31 January 2026

v1.7.20

31 January 2026

v1.7.19

31 January 2026

v1.7.18

30 January 2026

... (truncated)

Commits

Updates stylelint from 17.0.0 to 17.1.0

Release notes

Sourced from stylelint's releases.

17.1.0

It fixes 5 bugs and adds the display-notation rule. Before we turn it on in our standard config, we'd like to hear the community's thoughts on which options to use.

Changelog

Sourced from stylelint's changelog.

17.1.0 - 2026-01-30

It fixes 5 bugs and adds the display-notation rule. Before we turn it on in our standard config, we'd like to hear the community's thoughts on which options to use.

Commits
  • 48f6372 Release 17.1.0 (#9007)
  • 5bed108 Fix selector-type-no-unknown false positives for geolocation and `usermed...
  • 7b0b6f7 Revert "Fix resolution of configs, plugins, processors, and custom syntaxes i...
  • 9b30fbd Remove display-notation secondary options while the specification is in flu...
  • 17ebd25 Fix resolution of configs, plugins, processors, and custom syntaxes in Yarn P...
  • 590df52 Bump prettier from 3.8.0 to 3.8.1 (#9002)
  • d101b15 Remove ignoring ESLint major updates in Dependabot config (#9000)
  • 0d9df2f Add display-notation rule (#8981)
  • 5721667 Turn off skipLibCheck TypeScript configuration option (#8999)
  • 79cf2cf Fix GlobbyOptions TypeScript errors (#8992)
  • 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 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 development-dependencies group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [@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` |
| [@microsoft/api-documenter](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-documenter) | `7.28.5` | `7.28.6` |
| [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor) | `7.55.5` | `7.56.0` |
| [@stryker-mutator/core](https://github.com/stryker-mutator/stryker-js/tree/HEAD/packages/core) | `9.4.0` | `9.5.0` |
| [globals](https://github.com/sindresorhus/globals) | `17.1.0` | `17.3.0` |
| [rollup](https://github.com/rollup/rollup) | `4.56.0` | `4.57.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.53.1` | `8.54.0` |
| [mdn-data](https://github.com/mdn/data) | `2.26.0` | `2.27.0` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `24.36.0` | `24.36.1` |
| [open-props](https://github.com/argyleink/open-props) | `1.7.17` | `1.7.23` |
| [stylelint](https://github.com/stylelint/stylelint) | `17.0.0` | `17.1.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 `@microsoft/api-documenter` from 7.28.5 to 7.28.6
- [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/api-documenter/CHANGELOG.md)
- [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-documenter_v7.28.6/apps/api-documenter)

Updates `@microsoft/api-extractor` from 7.55.5 to 7.56.0
- [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/api-extractor/CHANGELOG.md)
- [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-extractor_v7.56.0/apps/api-extractor)

Updates `@stryker-mutator/core` from 9.4.0 to 9.5.0
- [Release notes](https://github.com/stryker-mutator/stryker-js/releases)
- [Changelog](https://github.com/stryker-mutator/stryker-js/blob/master/packages/core/CHANGELOG.md)
- [Commits](https://github.com/stryker-mutator/stryker-js/commits/v9.5.0/packages/core)

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

Updates `rollup` from 4.56.0 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.56.0...v4.57.1)

Updates `typescript-eslint` from 8.53.1 to 8.54.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/typescript-eslint)

Updates `mdn-data` from 2.26.0 to 2.27.0
- [Release notes](https://github.com/mdn/data/releases)
- [Changelog](https://github.com/mdn/data/blob/main/CHANGELOG.md)
- [Commits](mdn/data@v2.26.0...v2.27.0)

Updates `puppeteer` from 24.36.0 to 24.36.1
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@puppeteer-v24.36.0...puppeteer-v24.36.1)

Updates `open-props` from 1.7.17 to 1.7.23
- [Release notes](https://github.com/argyleink/open-props/releases)
- [Changelog](https://github.com/argyleink/open-props/blob/main/CHANGELOG.md)
- [Commits](https://github.com/argyleink/open-props/commits)

Updates `stylelint` from 17.0.0 to 17.1.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@17.0.0...17.1.0)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-version: 7.29.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@babel/preset-env"
  dependency-version: 7.29.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@microsoft/api-documenter"
  dependency-version: 7.28.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@microsoft/api-extractor"
  dependency-version: 7.56.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@stryker-mutator/core"
  dependency-version: 9.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: globals
  dependency-version: 17.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: rollup
  dependency-version: 4.57.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.54.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: mdn-data
  dependency-version: 2.27.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: puppeteer
  dependency-version: 24.36.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: open-props
  dependency-version: 1.7.23
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: stylelint
  dependency-version: 17.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant