Skip to content

build(deps-dev): bump the npm-deps group with 5 updates#6211

Merged
FlowCryptRobot merged 2 commits intomasterfrom
dependabot/npm_and_yarn/npm-deps-866e7fce3a
Apr 13, 2026
Merged

build(deps-dev): bump the npm-deps group with 5 updates#6211
FlowCryptRobot merged 2 commits intomasterfrom
dependabot/npm_and_yarn/npm-deps-866e7fce3a

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 12, 2026

Bumps the npm-deps group with 5 updates:

Package From To
@types/chrome 0.1.39 0.1.40
prettier 3.8.1 3.8.2
stylelint 17.6.0 17.7.0
typescript-eslint 8.58.0 8.58.1
undici-types 8.0.2 8.0.3

Updates @types/chrome from 0.1.39 to 0.1.40

Commits

Updates prettier from 3.8.1 to 3.8.2

Release notes

Sourced from prettier's releases.

3.8.2

  • Support Angular v21.2

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.2

diff

Angular: Support Angular v21.2 (#18722, #19034 by @​fisker)

Exhaustive typechecking with @default never;

<!-- Input -->
@switch (foo) {
  @case (1) {}
  @default never;
}
<!-- Prettier 3.8.1 -->
SyntaxError: Incomplete block "default never". If you meant to write the @ character, you should use the "&#64;" HTML entity instead. (3:3)
<!-- Prettier 3.8.2 -->
@​switch (foo) {
@​case (1) {}
@​default never;
}

arrow function and instanceof expressions.

<!-- Input -->
@let fn = (a) =>        a?    1:2;
{{ fn ( a         instanceof b)}}
<!-- Prettier 3.8.1 -->
@​let fn = (a) =>        a?    1:2;
{{ fn ( a         instanceof b)}}
<!-- Prettier 3.8.2 -->
@​let fn = (a) => (a ? 1 : 2);
{{ fn(a instanceof b) }}

Commits

Updates stylelint from 17.6.0 to 17.7.0

Release notes

Sourced from stylelint's releases.

17.7.0

It fixes 4 bugs, including clearer problem messages by removing filler words and leading with the problem. We've also released 1.0.0 of create-stylelint to help with first-time Stylelint setup.

Changelog

Sourced from stylelint's changelog.

17.7.0 - 2026-04-12

It fixes 4 bugs, including clearer problem messages by removing filler words and leading with the problem. We've also released 1.0.0 of create-stylelint to help with first-time Stylelint setup.

Commits
  • 0b9b48b Release 17.7.0 (#9210)
  • d0c992e Fix function-url-quotes false positives when URLs have modifiers (#8702)
  • 64d07a8 Fix clarity of problem messages (#9199)
  • 38b2df2 Bump lodash from 4.17.23 to 4.18.1 (#9208)
  • 2d9a53d Bump globby from 16.1.1 to 16.2.0 (#9207)
  • 37b1766 Bump @​csstools/css-syntax-patches-for-csstree from 1.1.1 to 1.1.2 in the csst...
  • db04992 Bump codecov/codecov-action from 5.5.2 to 6.0.0 (#9205)
  • 5dd17db Fix --print-config CLI flag to hide internal properties (#9194)
  • f5010d4 Refactor to document properties in Config type (#9195)
  • 73f4834 Refactor to remove unused Config.ignorePatterns property type (#9193)
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.58.0 to 8.58.1

Release notes

Sourced from typescript-eslint's releases.

v8.58.1

8.58.1 (2026-04-08)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] fix false negative for type predicate parameter (#12004)

❤️ Thank You

See GitHub Releases for more information.

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

Changelog

Sourced from typescript-eslint's changelog.

8.58.1 (2026-04-08)

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

See GitHub Releases for more information.

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

Commits

Updates undici-types from 8.0.2 to 8.0.3

Release notes

Sourced from undici-types's releases.

v8.0.3

What's Changed

New Contributors

Full Changelog: nodejs/undici@v8.0.2...v8.0.3

Commits
  • 8cfb762 Bumped v8.0.3 (#5019)
  • 7ca6bb3 fix(proxy agent): respect connectTimeout (#5011)
  • 30e9f98 fix: prevent cache dedup key collision via unescaped delimiters (#5012) (#5013)
  • 85d8368 chore(test): cover issue 5014 (#5015)
  • 4e4c2a3 docs: Change the default value of allowH2 in JSDoc (#5009)
  • 0143e1b fix(1270): throw descriptive error when opts dispatcher passed instance metho...
  • 51a27b7 chore(test): issue 3969 (#5005)
  • a434502 fix: native WebSocket over H2 server after undici import (#4990)
  • d3ea390 types: document Client and H2CClient option declarations (#4998)
  • 5334fa6 fix: preserve connect option in H2CClient (#5000)
  • 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 npm-deps group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) | `0.1.39` | `0.1.40` |
| [prettier](https://github.com/prettier/prettier) | `3.8.1` | `3.8.2` |
| [stylelint](https://github.com/stylelint/stylelint) | `17.6.0` | `17.7.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.58.0` | `8.58.1` |
| [undici-types](https://github.com/nodejs/undici) | `8.0.2` | `8.0.3` |


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

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

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

Updates `typescript-eslint` from 8.58.0 to 8.58.1
- [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.58.1/packages/typescript-eslint)

Updates `undici-types` from 8.0.2 to 8.0.3
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v8.0.2...v8.0.3)

---
updated-dependencies:
- dependency-name: "@types/chrome"
  dependency-version: 0.1.40
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: prettier
  dependency-version: 3.8.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: stylelint
  dependency-version: 17.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: typescript-eslint
  dependency-version: 8.58.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: undici-types
  dependency-version: 8.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 12, 2026
@dependabot dependabot bot requested a review from sosnovsky as a code owner April 12, 2026 22:03
@FlowCryptRobot FlowCryptRobot enabled auto-merge (squash) April 12, 2026 22:04
FlowCryptRobot
FlowCryptRobot previously approved these changes Apr 12, 2026
@FlowCryptRobot FlowCryptRobot merged commit 9bf13fa into master Apr 13, 2026
12 checks passed
@FlowCryptRobot FlowCryptRobot deleted the dependabot/npm_and_yarn/npm-deps-866e7fce3a branch April 13, 2026 10:47
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.

2 participants