Skip to content

chore(deps): bump the npm-minor-patch group across 1 directory with 9 updates#1701

Merged
EItanya merged 1 commit intomainfrom
dependabot/npm_and_yarn/ui/npm-minor-patch-0ed6d8fb05
Apr 20, 2026
Merged

chore(deps): bump the npm-minor-patch group across 1 directory with 9 updates#1701
EItanya merged 1 commit intomainfrom
dependabot/npm_and_yarn/ui/npm-minor-patch-0ed6d8fb05

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the npm-minor-patch group with 9 updates in the /ui directory:

Package From To
next 16.2.3 16.2.4
@chromatic-com/storybook 5.1.1 5.1.2
autoprefixer 10.4.27 10.5.0
chromatic 16.2.0 16.3.0
cypress 15.13.1 15.14.0
eslint-config-next 16.2.3 16.2.4
msw 2.13.2 2.13.4
postcss 8.5.9 8.5.10
vite 8.0.8 8.0.9

Updates next from 16.2.3 to 16.2.4

Release notes

Sourced from next's releases.

v16.2.4

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • chore: Bump reqwest to 0.13.2 (Fixes Google Fonts with Turbopack for Windows on ARM64) (#92713)
  • Turbopack: fix filesystem watcher config not applying follow_symlinks(false) (#92631)
  • Scope Safari ?ts= cache-buster to CSS/font assets only (Pages Router) (#92580)
  • Compiler: Support boolean and number primtives in next.config defines (#92731)
  • turbo-tasks: Fix recomputation loop by allowing cell cleanup on error during recomputation (#92725)
  • Turbopack: shorter error for ChunkGroupInfo::get_index_of (#92814)
  • Turbopack: shorter error message for ModuleBatchesGraph::get_entry_index (#92828)
  • Adding more system info to the 'initialize project' trace (#92427)

Credits

Huge thanks to @​Badbird5907, @​lukesandberg, @​andrewimm, @​sokra, and @​mischnic for helping!

Commits
  • 2275bd8 v16.2.4
  • e073983 Adding more system info to the 'initialize project' trace (#92427)
  • 8a540b5 Turbopack: shorter error message for ModuleBatchesGraph::get_entry_index (#92...
  • 2f5343f Turbopack: shorter error for ChunkGroupInfo::get_index_of (#92814)
  • 2ad9d3f turbo-tasks: Fix recomputation loop by allowing cell cleanup on error during ...
  • 6f3808e Compiler: Support boolean and number primtives in next.config defines (#92731)
  • fbc7684 Scope Safari ?ts= cache-buster to CSS/font assets only (Pages Router) (#92580)
  • 805d758 Turbopack: fix filesystem watcher config not applying follow_symlinks(false) ...
  • 1056fae chore: Bump reqwest to 0.13.2 (#92713)
  • See full diff in compare view

Updates @chromatic-com/storybook from 5.1.1 to 5.1.2

Release notes

Sourced from @​chromatic-com/storybook's releases.

v5.1.2

🐛 Bug Fix

Authors: 1

Changelog

Sourced from @​chromatic-com/storybook's changelog.

v5.1.2 (Mon Apr 13 2026)

🐛 Bug Fix

Authors: 1


Commits
  • dcc5b60 Bump version to: 5.1.2 [skip ci]
  • 82c9d76 Update CHANGELOG.md [skip ci]
  • 220ce7b Merge pull request #421 from chromaui/valentin/fix-clearing-change-detection-...
  • 149fd3b Sidebar: add clear() to test provider to clear visual test statuses
  • See full diff in compare view

Updates autoprefixer from 10.4.27 to 10.5.0

Release notes

Sourced from autoprefixer's releases.

10.5.0 “Each Endeavouring, All Achieving”

  • Added mask-position-x and mask-position-y support (by @​toporek).
Changelog

Sourced from autoprefixer's changelog.

10.5.0 “Each Endeavouring, All Achieving”

  • Added mask-position-x and mask-position-y support (by @​toporek).
Commits

Updates chromatic from 16.2.0 to 16.3.0

Release notes

Sourced from chromatic's releases.

v16.3.0

🚀 Enhancement

Authors: 2

Changelog

Sourced from chromatic's changelog.

v16.3.0 (Tue Apr 14 2026)

🚀 Enhancement

Authors: 2


Commits
  • c569299 Bump version to: 16.3.0 [skip ci]
  • 8eee232 Update CHANGELOG.md [skip ci]
  • 727bfbf Merge pull request #1252 from chromaui/ari/add-vitest-flag
  • a904127 Merge pull request #1271 from chromaui/cody/CAP-4276
  • 30b33a8 Remove backticks from file names
  • 8267dae Update missing files error output
  • 832c4b6 feat: add --vitest flag for @chromatic-com/vitest integration
  • dbff5aa Small log output tweaks
  • e7e45ff Add stories for React Native validation errors
  • 36a1375 Show more information on invalid React Native builds
  • See full diff in compare view

Updates cypress from 15.13.1 to 15.14.0

Release notes

Sourced from cypress's releases.

v15.14.0

Changelog: https://docs.cypress.io/app/references/changelog#15-14-0

Commits
  • b8a9db2 chore: prep Cypress for 15.14.0 release (#33616)
  • 1c6935f chore: updating v8 snapshot cache (#33613)
  • 7532a05 chore: release @​cypress/vite-dev-server-v7.3.0
  • eaacd99 chore: Update Chrome (stable) to 147.0.7727.55 and Chrome (beta) to 148.0.777...
  • acf1eef feat: support vite 8 for component testing (#33580)
  • 9f1f15e revert: "fix: truncate long strings in chai inspect (#33512)" (#33611)
  • bf2f052 revert: "fix: stream privileged file reads over HTTP (#33538)" (#33612)
  • f7f0c57 chore: updating v8 snapshot cache (#33609)
  • 585b0df fix: stream privileged file reads over HTTP (#33538)
  • cebbc85 perf(driver): allowlist keys kept after log memory cleanup when tests drop ou...
  • Additional commits viewable in compare view

Updates eslint-config-next from 16.2.3 to 16.2.4

Release notes

Sourced from eslint-config-next's releases.

v16.2.4

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • chore: Bump reqwest to 0.13.2 (Fixes Google Fonts with Turbopack for Windows on ARM64) (#92713)
  • Turbopack: fix filesystem watcher config not applying follow_symlinks(false) (#92631)
  • Scope Safari ?ts= cache-buster to CSS/font assets only (Pages Router) (#92580)
  • Compiler: Support boolean and number primtives in next.config defines (#92731)
  • turbo-tasks: Fix recomputation loop by allowing cell cleanup on error during recomputation (#92725)
  • Turbopack: shorter error for ChunkGroupInfo::get_index_of (#92814)
  • Turbopack: shorter error message for ModuleBatchesGraph::get_entry_index (#92828)
  • Adding more system info to the 'initialize project' trace (#92427)

Credits

Huge thanks to @​Badbird5907, @​lukesandberg, @​andrewimm, @​sokra, and @​mischnic for helping!

Commits

Updates msw from 2.13.2 to 2.13.4

Release notes

Sourced from msw's releases.

v2.13.4 (2026-04-16)

Bug Fixes

v2.13.3 (2026-04-14)

Bug Fixes

Commits

Updates postcss from 8.5.9 to 8.5.10

Release notes

Sourced from postcss's releases.

8.5.10

  • Fixed XSS via unescaped </style> in non-bundler cases (by @​TharVid).
Changelog

Sourced from postcss's changelog.

8.5.10

  • Fixed XSS via unescaped </style> in non-bundler cases (by @​TharVid).
Commits

Updates vite from 8.0.8 to 8.0.9

Release notes

Sourced from vite's releases.

v8.0.9

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

8.0.9 (2026-04-20)

Features

Bug Fixes

  • allow binding when strictPort is set but wildcard port is in use (#22150) (dfc8aa5)
  • build: emptyOutDir should happen for watch rebuilds (#22207) (ee52267)
  • bundled-dev: reject requests to HMR patch files in non potentially trustworthy origins (#22269) (868f141)
  • css: use unique key for cssEntriesMap to prevent same-basename collision (#22039) (374bb5d)
  • deps: update all non-major dependencies (#22219) (4cd0d67)
  • deps: update all non-major dependencies (#22268) (c28e9c1)
  • detect Deno workspace root (fix #22237) (#22238) (1b793c0)
  • dev: handle errors in watchChange hook (#22188) (fc08bda)
  • optimizer: handle more chars that will be sanitized (#22208) (3f24533)
  • skip fallback sourcemap generation for ?raw imports (#22148) (3ec9cda)

Documentation

Miscellaneous Chores

  • deps: update dependency dotenv-expand to v13 (#22271) (0a3887d)
Commits
  • ce729f5 release: v8.0.9
  • 605bb97 docs: update build CLI defaults (#22261)
  • c28e9c1 fix(deps): update all non-major dependencies (#22268)
  • 0a3887d chore(deps): update dependency dotenv-expand to v13 (#22271)
  • 868f141 fix(bundled-dev): reject requests to HMR patch files in non potentially trust...
  • 3ec9cda fix: skip fallback sourcemap generation for ?raw imports (#22148)
  • 3f24533 fix(optimizer): handle more chars that will be sanitized (#22208)
  • 1b793c0 fix: detect Deno workspace root (fix #22237) (#22238)
  • fc08bda fix(dev): handle errors in watchChange hook (#22188)
  • 374bb5d fix(css): use unique key for cssEntriesMap to prevent same-basename collision...
  • Additional commits viewable in compare view

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 20, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Copilot AI review requested due to automatic review settings April 20, 2026 07:55
@dependabot dependabot bot requested a review from peterj as a code owner April 20, 2026 07:55
@dependabot dependabot bot review requested due to automatic review settings April 20, 2026 07:55
@dependabot dependabot bot changed the title chore(deps): bump the npm-minor-patch group in /ui with 9 updates chore(deps): bump the npm-minor-patch group across 1 directory with 9 updates Apr 20, 2026
Bumps the npm-minor-patch group in /ui with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [next](https://github.com/vercel/next.js) | `16.2.3` | `16.2.4` |
| [@chromatic-com/storybook](https://github.com/chromaui/addon-visual-tests) | `5.1.1` | `5.1.2` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.27` | `10.5.0` |
| [chromatic](https://github.com/chromaui/chromatic-cli) | `16.2.0` | `16.3.0` |
| [cypress](https://github.com/cypress-io/cypress) | `15.13.1` | `15.14.0` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `16.2.3` | `16.2.4` |
| [msw](https://github.com/mswjs/msw) | `2.13.2` | `2.13.4` |
| [postcss](https://github.com/postcss/postcss) | `8.5.9` | `8.5.10` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.8` | `8.0.9` |


Updates `next` from 16.2.3 to 16.2.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v16.2.3...v16.2.4)

Updates `@chromatic-com/storybook` from 5.1.1 to 5.1.2
- [Release notes](https://github.com/chromaui/addon-visual-tests/releases)
- [Changelog](https://github.com/chromaui/addon-visual-tests/blob/v5.1.2/CHANGELOG.md)
- [Commits](chromaui/addon-visual-tests@v5.1.1...v5.1.2)

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

Updates `chromatic` from 16.2.0 to 16.3.0
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](chromaui/chromatic-cli@v16.2.0...v16.3.0)

Updates `cypress` from 15.13.1 to 15.14.0
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v15.13.1...v15.14.0)

Updates `eslint-config-next` from 16.2.3 to 16.2.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.4/packages/eslint-config-next)

Updates `msw` from 2.13.2 to 2.13.4
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.13.2...v2.13.4)

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

Updates `vite` from 8.0.8 to 8.0.9
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.0.9/packages/vite)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 16.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@chromatic-com/storybook"
  dependency-version: 5.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: autoprefixer
  dependency-version: 10.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: chromatic
  dependency-version: 16.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: cypress
  dependency-version: 15.14.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: eslint-config-next
  dependency-version: 16.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: msw
  dependency-version: 2.13.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: postcss
  dependency-version: 8.5.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: vite
  dependency-version: 8.0.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Copilot AI review requested due to automatic review settings April 20, 2026 15:52
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ui/npm-minor-patch-0ed6d8fb05 branch from 2ce290d to bd05ff4 Compare April 20, 2026 15:52
@dependabot dependabot bot review requested due to automatic review settings April 20, 2026 15:52
@EItanya EItanya merged commit 6cb7027 into main Apr 20, 2026
24 checks passed
@EItanya EItanya deleted the dependabot/npm_and_yarn/ui/npm-minor-patch-0ed6d8fb05 branch April 20, 2026 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant