Skip to content

build(deps): bump the all-dependencies group with 10 updates#3683

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/all-dependencies-d3be71b689
Closed

build(deps): bump the all-dependencies group with 10 updates#3683
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/all-dependencies-d3be71b689

Conversation

@dependabot
Copy link
Contributor

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

Bumps the all-dependencies group with 10 updates:

Package From To
@atproto/api 0.18.19 0.18.20
@redocly/cli 2.15.0 2.15.1
@types/node 25.1.0 25.2.0
@vitejs/plugin-react 5.1.2 5.1.3
@vitejs/plugin-react-swc 4.2.2 4.2.3
eslint-plugin-storybook 10.2.3 10.2.4
jsdom 27.4.0 28.0.0
knip 5.82.1 5.83.0
autoprefixer 10.4.23 10.4.24
happy-dom 20.4.0 20.5.0

Updates @atproto/api from 0.18.19 to 0.18.20

Release notes

Sourced from @​atproto/api's releases.

@​atproto/api@​0.18.20

Patch Changes

Changelog

Sourced from @​atproto/api's changelog.

0.18.20

Patch Changes

Commits

Updates @redocly/cli from 2.15.0 to 2.15.1

Release notes

Sourced from @​redocly/cli's releases.

@​redocly/cli@​2.15.1

Patch Changes

  • Updated @​redocly/openapi-core to v2.15.1.
Commits

Updates @types/node from 25.1.0 to 25.2.0

Commits

Updates @vitejs/plugin-react from 5.1.2 to 5.1.3

Changelog

Sourced from @​vitejs/plugin-react's changelog.

5.1.3 (2026-02-02)

Commits

Updates @vitejs/plugin-react-swc from 4.2.2 to 4.2.3

Changelog

Sourced from @​vitejs/plugin-react-swc's changelog.

4.2.3 (2026-02-02)

Commits
  • 12914fa release: plugin-react-swc@4.2.3
  • 99e480c fix(deps): update all non-major dependencies (#1090)
  • 4a858ea chore(deps): update dependency @​types/react to ^19.2.10 (#1088)
  • 45da3a8 fix(deps): update swc monorepo (#1089)
  • 77f5e42 fix(deps): update react 19.2.4 (#1084)
  • e327da4 fix(deps): update all non-major dependencies (#1083)
  • 8528e98 chore(deps): update dependency @​types/react to ^19.2.9 (#1082)
  • 58dfb9d fix(deps): update all non-major dependencies (#1066)
  • fefad3d fix(deps): update all non-major dependencies (#1048)
  • a5124db chore(deps): update dependency @​types/react to ^19.2.8 (#1047)
  • Additional commits viewable in compare view

Updates eslint-plugin-storybook from 10.2.3 to 10.2.4

Release notes

Sourced from eslint-plugin-storybook's releases.

v10.2.4

10.2.4

Changelog

Sourced from eslint-plugin-storybook's changelog.

10.2.4

Commits

Updates jsdom from 27.4.0 to 28.0.0

Release notes

Sourced from jsdom's releases.

Version 28.0.0

  • Overhauled resource loading customization. See the new README for details on the new API.
  • Added MIME type sniffing to <iframe> and <frame> loads.
  • Regression: WebSockets are no longer correctly throttled to one connection per origin. This is a result of the bug at nodejs/undici#4743.
  • Fixed decoding of the query components of <a> and <area> elements in non-UTF-8 documents.
  • Fixed XMLHttpRequest fetches and WebSocket upgrade requests to be interceptable by the new customizable resource loading. (Except synchronous XMLHttpRequests.)
  • Fixed the referrer of a document to be set correctly when redirects are involved; it is now the initiating page, not the last hop in the redirect chain.
  • Fixed correctness bugs when passing ArrayBuffers or typed arrays to various APIs, where they would not correctly snapshot the data.
  • Fixed require("url").parse() deprecation warning when using WebSockets.
  • Fixed <iframe>, <frame>, and <img> (when canvas is installed) to fire load events, not error events, on non-OK HTTP responses.
  • Fixed many small issues in XMLHttpRequest.
Changelog

Sourced from jsdom's changelog.

28.0.0

  • Overhauled resource loading customization. See the new README for details on the new API.
  • Added MIME type sniffing to <iframe> and <frame> loads.
  • Regression: WebSockets are no longer correctly throttled to one connection per origin. This is a result of the bug at nodejs/undici#4743.
  • Fixed decoding of the query components of <a> and <area> elements in non-UTF-8 documents.
  • Fixed XMLHttpRequest fetches and WebSocket upgrade requests to be interceptable by the new customizable resource loading. (Except synchronous XMLHttpRequests.)
  • Fixed the referrer of a document to be set correctly when redirects are involved; it is now the initiating page, not the last hop in the redirect chain.
  • Fixed correctness bugs when passing ArrayBuffers or typed arrays to various APIs, where they would not correctly snapshot the data.
  • Fixed require("url").parse() deprecation warning when using WebSockets.
  • Fixed <iframe>, <frame>, and <img> (when canvas is installed) to fire load events, not error events, on non-OK HTTP responses.
  • Fixed many small issues in XMLHttpRequest.
Commits
  • 20f614d Version 28.0.0
  • 2b65c6a Replace the resource loader API
  • 638bd68 Decode <a> and <area> query strings using document's encoding
  • 457bd4b Add AGENTS.md (and CLAUDE.md)
  • bf1dc15 Mark header-values tests as fail-slow due to Node.js bug
  • 92f269e Update dependencies and dev dependencies
  • 7d6e667 Improve spec alignment of Headers and header type tests
  • 2c29aed Fix Windows-specific task kill timeouts
  • d941216 Add failing regression test for animation-name case-sensitivity
  • 56a833d Update style benchmark
  • Additional commits viewable in compare view

Updates knip from 5.82.1 to 5.83.0

Release notes

Sourced from knip's releases.

Release 5.83.0

  • fix: skip empty string entries in package.json exports (#1477) (6b64ac5b89916869a2361077a51dc28adb4679df) - thanks @​SBoudrias!
  • add LS version to serverInfo (#1468) (2c28cb8dc8923d83800959a7a259b439d5c50a0e) - thanks @​niklas-wortmann!
  • Avoid highlighting path-like specifiers (#1488) (c8fec09666ad0ce145e1d2bbf99737a6bc95fd05) - thanks @​azat-io!
  • Update avatar URLs (#1489) (d612ac2dab39a560875c53b9cccb3d920caafdd1) - thanks @​azat-io!
  • Copy fix-fixtures to tmp dir (bd1519c30bb0a4004cfae463f10f8b066b778d95)
  • Don't add excluded issue types (resolve #1486) (4eeeec602a8275f8f8d4252157ed6fa3cdd83f24)
  • Minor refactor (767b2c5927d940f8815d157c2fa50c67f0a80d63)
  • Edit docs (78111c96f54da3c41cfb84bd972bb5e836e1b859)
  • feat: add plugin for expressive-code (#1493) (fbf958a9bfb2d913c345c98283a793a7f10faae5) - thanks @​cylewaitforit!
  • Truncate file path left-side (resolves #1494) (235949c0b68e0bf2f3eb9ef0f3f88e750984e70a)
  • Revert fix-fixture format test (fails in outside cwd) (8e961259bddef4652ae3b98387d1afa8514429ec)
  • Skip empty manifest entries (resolve #1497) (d314ce43e7f9fe26125db167c1a8af4728329828)
  • Filter out empty issue objects in compact reporter (resolve #1482) (7df0b4d8ee888f524132cd96260e18b870e8c57c)
  • Lint/group import statements (61e7a24460e11bd2e9e27e9a791953eb004947df)
  • Update AGENTS.md & docs (7537f8a1c474ce931a05a06efcc238eef5806447)
  • Optimize relative path helper (ac8a45454f9e8d88898141e112897803c844f803)
  • Move postinstall script to non-production (360110bed44d77da4ed5e553a63986176d2ed716)
  • Ignore simple-git-hooks in production (like husky etc) (bbab35b144080d061641b6b6a6545176e5286553)
  • Move & add testimonials (5ab18133b0e375508b34014085e10b78dcfd88ff)
  • Update sponsors page (4534a55e37f804bfdef65522354b053f28a5a8f2)
  • Edit docs, add config hints page (1a73a053dad914025e330c03cabaf9ded2444e91)
  • Rename reporter to match project style (58f8c4e476b8a051dd27fdf27859014c4954289b)
  • Auto-format (854124f7b5436436d57c5249f9b64f53e71e1994)
  • Refactor fs helper to match project style (f22e7e94a48ac0dedf41985f3928ff556d04d727)
Commits
  • f056786 Release knip@5.83.0
  • f22e7e9 Refactor fs helper to match project style
  • 854124f Auto-format
  • 58f8c4e Rename reporter to match project style
  • 1a73a05 Edit docs, add config hints page
  • bbab35b Ignore simple-git-hooks in production (like husky etc)
  • 360110b Move postinstall script to non-production
  • ac8a454 Optimize relative path helper
  • 7537f8a Update AGENTS.md & docs
  • 7df0b4d Filter out empty issue objects in compact reporter (resolve #1482)
  • Additional commits viewable in compare view

Updates autoprefixer from 10.4.23 to 10.4.24

Release notes

Sourced from autoprefixer's releases.

10.4.24

  • Made Autoprefixer a little faster (by @​Cherry).
Changelog

Sourced from autoprefixer's changelog.

10.4.24

  • Made Autoprefixer a little faster (by @​Cherry).
Commits

Updates happy-dom from 20.4.0 to 20.5.0

Release notes

Sourced from happy-dom's releases.

v20.5.0

👷‍♂️ Patch fixes

  • Removes circular dependencies internally - By @​capricorn86 in task #2055
    • Compilers can handle simpler circular dependencies, but warnings may be outputted
  • Changes naming of types used internally to follow a consistent pattern - By @​capricorn86 in task #2055
  • Enforces use of the "type" modifier internally in the source code (e.g. import type and export type) - By @​capricorn86 in task #2055
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 all-dependencies group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@atproto/api](https://github.com/bluesky-social/atproto/tree/HEAD/packages/api) | `0.18.19` | `0.18.20` |
| [@redocly/cli](https://github.com/Redocly/redocly-cli) | `2.15.0` | `2.15.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.1.0` | `25.2.0` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `5.1.2` | `5.1.3` |
| [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc) | `4.2.2` | `4.2.3` |
| [eslint-plugin-storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin) | `10.2.3` | `10.2.4` |
| [jsdom](https://github.com/jsdom/jsdom) | `27.4.0` | `28.0.0` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.82.1` | `5.83.0` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.23` | `10.4.24` |
| [happy-dom](https://github.com/capricorn86/happy-dom) | `20.4.0` | `20.5.0` |


Updates `@atproto/api` from 0.18.19 to 0.18.20
- [Release notes](https://github.com/bluesky-social/atproto/releases)
- [Changelog](https://github.com/bluesky-social/atproto/blob/main/packages/api/CHANGELOG.md)
- [Commits](https://github.com/bluesky-social/atproto/commits/@atproto/api@0.18.20/packages/api)

Updates `@redocly/cli` from 2.15.0 to 2.15.1
- [Release notes](https://github.com/Redocly/redocly-cli/releases)
- [Commits](https://github.com/Redocly/redocly-cli/compare/@redocly/cli@2.15.0...@redocly/cli@2.15.1)

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

Updates `@vitejs/plugin-react` from 5.1.2 to 5.1.3
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@5.1.3/packages/plugin-react)

Updates `@vitejs/plugin-react-swc` from 4.2.2 to 4.2.3
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react-swc@4.2.3/packages/plugin-react-swc)

Updates `eslint-plugin-storybook` from 10.2.3 to 10.2.4
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.2.4/code/lib/eslint-plugin)

Updates `jsdom` from 27.4.0 to 28.0.0
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
- [Commits](jsdom/jsdom@27.4.0...28.0.0)

Updates `knip` from 5.82.1 to 5.83.0
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Commits](https://github.com/webpro-nl/knip/commits/knip@5.83.0/packages/knip)

Updates `autoprefixer` from 10.4.23 to 10.4.24
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.23...10.4.24)

Updates `happy-dom` from 20.4.0 to 20.5.0
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v20.4.0...v20.5.0)

---
updated-dependencies:
- dependency-name: "@atproto/api"
  dependency-version: 0.18.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@redocly/cli"
  dependency-version: 2.15.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@types/node"
  dependency-version: 25.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 5.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@vitejs/plugin-react-swc"
  dependency-version: 4.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: eslint-plugin-storybook
  dependency-version: 10.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: jsdom
  dependency-version: 28.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: knip
  dependency-version: 5.83.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: autoprefixer
  dependency-version: 10.4.24
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: happy-dom
  dependency-version: 20.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

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 Feb 3, 2026
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 3, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 3, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 3, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-dependencies-d3be71b689 branch February 3, 2026 19:49
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

Comments