Skip to content

build(deps): bump the npm-deps group with 9 updates#6203

Merged
FlowCryptRobot merged 2 commits intomasterfrom
dependabot/npm_and_yarn/npm-deps-630e918465
Mar 30, 2026
Merged

build(deps): bump the npm-deps group with 9 updates#6203
FlowCryptRobot merged 2 commits intomasterfrom
dependabot/npm_and_yarn/npm-deps-630e918465

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 29, 2026

Bumps the npm-deps group with 9 updates:

Package From To
filesize 11.0.13 11.0.15
globby 16.1.1 16.2.0
@tony.ganchev/eslint-plugin-header 3.3.3 3.3.4
eslint-plugin-jsdoc 62.8.0 62.8.1
pdfjs-dist 5.5.207 5.6.205
stylelint 17.5.0 17.6.0
typescript 5.9.3 6.0.2
typescript-eslint 8.57.1 8.57.2
undici-types 7.24.5 7.24.6

Updates filesize from 11.0.13 to 11.0.15

Changelog

Sourced from filesize's changelog.

11.0.15

28 March 2026

11.0.14

25 March 2026

... (truncated)

Commits

Updates globby from 16.1.1 to 16.2.0

Release notes

Sourced from globby's releases.

v16.2.0


sindresorhus/globby@v16.1.1...v16.2.0

Commits

Updates @tony.ganchev/eslint-plugin-header from 3.3.3 to 3.3.4

Release notes

Sourced from @​tony.ganchev/eslint-plugin-header's releases.

v3.3.4

What's Changed

Full Changelog: tonyganchev/eslint-plugin-header@v3.3.3...v3.3.4

Changelog

Sourced from @​tony.ganchev/eslint-plugin-header's changelog.

3.3.4

  • updated documentation.
Commits
  • f7e6abc v3.3.4
  • 1baa901 docs: fix consumer links
  • 1e80623 docs: used-by section and dedicated page (#168)
  • 9bac295 chore: lint docs (#167)
  • 1382e21 chore: bump deps
  • a74d2eb ci: enable ecosystem test for cloudscape-design/components
  • 88aaa93 ci: enable ecosystem test for cloudscape-design/components (#165)
  • 06dabaa ci: enable ecosystem test for cloudscape-design/component-toolkit (#166)
  • e2b0eee test: ecosystem test for cloudscape/global-styles (#164)
  • e085e5e ci: enable ecosystem test for cloudscape repos: (#163)
  • Additional commits viewable in compare view

Updates eslint-plugin-jsdoc from 62.8.0 to 62.8.1

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v62.8.1

62.8.1 (2026-03-25)

Bug Fixes

  • valid-types: allow required default names; fixes #1675 (bca557b)
Commits
  • bca557b fix(valid-types): allow required default names; fixes #1675
  • 78335ff chore(deps): bump picomatch from 2.3.1 to 2.3.2
  • 7bc2525 chore(deps): bump undici from 6.23.0 to 6.24.0
  • See full diff in compare view

Updates pdfjs-dist from 5.5.207 to 5.6.205

Release notes

Sourced from pdfjs-dist's releases.

v5.6.205

This release contains improvements for accessibility, annotation rendering, font conversion, performance, shading pattern rendering, text selection and the viewer.

Changes since v5.5.207

... (truncated)

Commits
  • ada3438 Merge pull request #21001 from Snuffleupagus/getDestFromStructElement-unit-test
  • 9026329 Merge pull request #21003 from Snuffleupagus/applyOpacity-map
  • 80d0d73 Merge pull request #20997 from Snuffleupagus/StatTimer-Map
  • 37f5902 Merge pull request #20996 from Snuffleupagus/more-logical-assignment
  • 8941695 Merge pull request #20998 from Snuffleupagus/statcmp-import
  • cdae7a9 Merge pull request #20993 from mozilla/update-locales
  • 498daad Simplify the applyOpacity helper function
  • 5d2c4ed Merge pull request #20999 from Snuffleupagus/getRGB-rgba-split-limit
  • d1f15fe Add a unit-test for the Catalog.#getDestFromStructElement method
  • 8121bc0 Remove a tiny bit of unnecessary "rgba" parsing in the getRGB function
  • Additional commits viewable in compare view

Updates stylelint from 17.5.0 to 17.6.0

Release notes

Sourced from stylelint's releases.

17.6.0

It adds support for extending units in languageOptions, which then apply to rules like declaration-property-value-no-unknown, and fixes 2 bugs.

  • Added: support for extending units to languageOptions (#9166) (@​jeddy3).
  • Fixed: missing ruleMetadata when linting multiple files with overrides (#9154) (@​kovsu).
  • Fixed: custom-property-no-missing-var-function false positives for timeline-scope and animation-timeline (#9164) (@​splincode).
Changelog

Sourced from stylelint's changelog.

17.6.0 - 2026-03-26

It adds support for extending units in languageOptions, which then apply to rules like declaration-property-value-no-unknown, and fixes 2 bugs.

  • Added: support for extending units to languageOptions (#9166) (@​jeddy3).
  • Fixed: missing ruleMetadata when linting multiple files with overrides (#9154) (@​kovsu).
  • Fixed: custom-property-no-missing-var-function false positives for timeline-scope and animation-timeline (#9164) (@​splincode).
Commits
  • f74ceaf Release 17.6.0 (#9180)
  • 895f7f2 Add support for extending units to languageOptions (#9166)
  • dd7231b Refactor to replace imurmurhash with node:crypto (#9177)
  • 5b6b024 Bump picomatch (#9178)
  • 7e25378 Bump @​csstools/css-syntax-patches-for-csstree from 1.0.29 to 1.1.1 in the css...
  • 9edeff4 Group csstree and @csstools/css-syntax-patches-for-csstree in dependabot ...
  • 2f7c0ca Bump actions/download-artifact from 8.0.0 to 8.0.1 (#9167)
  • 59f310d Bump write-file-atomic from 7.0.0 to 7.0.1 (#9169)
  • ab2ffcb Bump @​vscode/windows-process-tree from 0.6.3 to 0.7.0 (#9170)
  • a9f3e5b Bump lint-staged from 16.3.3 to 16.4.0 (#9171)
  • Additional commits viewable in compare view

Updates typescript from 5.9.3 to 6.0.2

Release notes

Sourced from typescript's releases.

TypeScript 6.0

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits

Updates typescript-eslint from 8.57.1 to 8.57.2

Release notes

Sourced from typescript-eslint's releases.

v8.57.2

8.57.2 (2026-03-23)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] remove dangling closing parenthesis (#11865)
  • eslint-plugin: [array-type] ignore Array and ReadonlyArray without type arguments (#11971)
  • eslint-plugin: [no-restricted-types] flag banned generics in extends or implements (#12120)
  • eslint-plugin: [no-unsafe-return] false positive on unwrapping generic (#12125)
  • eslint-plugin: [no-unsafe-return] false positive on unwrapping generic (#12125)
  • eslint-plugin: [no-useless-default-assignment] skip reporting false positives for unresolved type parameters (#12127)
  • eslint-plugin: [prefer-readonly-parameter-types] preserve type alias infomation (#11954)
  • typescript-estree: skip createIsolatedProgram fallback for projectService (#12066, #12065)

❤️ 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.57.2 (2026-03-23)

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 7.24.5 to 7.24.6

Release notes

Sourced from undici-types's releases.

v7.24.6

What's Changed

New Contributors

Full Changelog: nodejs/undici@v7.24.5...v7.24.6

Commits
  • 38eab36 Bumped v7.24.6 (#4931)
  • 993609d test: auto-init WPT submodule (#4930)
  • 1eacc49 build(deps-dev): bump typescript from 5.9.3 to 6.0.2 (#4926)
  • b64e7e4 fix: avoid prototype collisions in parseHeaders (#4923)
  • deba679 Revert "fix: assume http/https scheme for scheme-less proxy env vars (#4914)"
  • feef62b fix: support Connection header with connection-specific header names per RFC ...
  • a613d9a docs: clarify fetch and FormData pairing (#4922)
  • 2ba99a3 fix: wrap kConnector call in try/catch to prevent client hang (#4834)
  • a7398c0 fix(cache): check Authorization on request headers per RFC 9111 §3.5 (#4911)
  • 2b2afbc fix: assume http/https scheme for scheme-less proxy env vars (#4914)
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
pdfjs-dist [>= 4.0.a, < 4.1]

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 9 updates:

| Package | From | To |
| --- | --- | --- |
| [filesize](https://github.com/avoidwork/filesize.js) | `11.0.13` | `11.0.15` |
| [globby](https://github.com/sindresorhus/globby) | `16.1.1` | `16.2.0` |
| [@tony.ganchev/eslint-plugin-header](https://github.com/tonyganchev/eslint-plugin-header) | `3.3.3` | `3.3.4` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `62.8.0` | `62.8.1` |
| [pdfjs-dist](https://github.com/mozilla/pdf.js) | `5.5.207` | `5.6.205` |
| [stylelint](https://github.com/stylelint/stylelint) | `17.5.0` | `17.6.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `6.0.2` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.57.1` | `8.57.2` |
| [undici-types](https://github.com/nodejs/undici) | `7.24.5` | `7.24.6` |


Updates `filesize` from 11.0.13 to 11.0.15
- [Changelog](https://github.com/avoidwork/filesize.js/blob/master/CHANGELOG.md)
- [Commits](avoidwork/filesize.js@11.0.13...11.0.15)

Updates `globby` from 16.1.1 to 16.2.0
- [Release notes](https://github.com/sindresorhus/globby/releases)
- [Commits](sindresorhus/globby@v16.1.1...v16.2.0)

Updates `@tony.ganchev/eslint-plugin-header` from 3.3.3 to 3.3.4
- [Release notes](https://github.com/tonyganchev/eslint-plugin-header/releases)
- [Changelog](https://github.com/tonyganchev/eslint-plugin-header/blob/main/CHANGELOG.md)
- [Commits](tonyganchev/eslint-plugin-header@v3.3.3...v3.3.4)

Updates `eslint-plugin-jsdoc` from 62.8.0 to 62.8.1
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](gajus/eslint-plugin-jsdoc@v62.8.0...v62.8.1)

Updates `pdfjs-dist` from 5.5.207 to 5.6.205
- [Release notes](https://github.com/mozilla/pdf.js/releases)
- [Commits](mozilla/pdf.js@v5.5.207...v5.6.205)

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

Updates `typescript` from 5.9.3 to 6.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.3...v6.0.2)

Updates `typescript-eslint` from 8.57.1 to 8.57.2
- [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.57.2/packages/typescript-eslint)

Updates `undici-types` from 7.24.5 to 7.24.6
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v7.24.5...v7.24.6)

---
updated-dependencies:
- dependency-name: filesize
  dependency-version: 11.0.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: globby
  dependency-version: 16.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: "@tony.ganchev/eslint-plugin-header"
  dependency-version: 3.3.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 62.8.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: pdfjs-dist
  dependency-version: 5.6.205
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: stylelint
  dependency-version: 17.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: typescript
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-deps
- dependency-name: typescript-eslint
  dependency-version: 8.57.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: undici-types
  dependency-version: 7.24.6
  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 Mar 29, 2026
@dependabot dependabot bot requested a review from sosnovsky as a code owner March 29, 2026 22:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 29, 2026
@FlowCryptRobot FlowCryptRobot enabled auto-merge (squash) March 29, 2026 22:04
FlowCryptRobot
FlowCryptRobot previously approved these changes Mar 29, 2026
@FlowCryptRobot FlowCryptRobot merged commit 3cc5f55 into master Mar 30, 2026
12 checks passed
@FlowCryptRobot FlowCryptRobot deleted the dependabot/npm_and_yarn/npm-deps-630e918465 branch March 30, 2026 10:10
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