Skip to content

Bump vite and @vanilla-extract/webpack-plugin in /apps/functional_chat#66

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/functional_chat/multi-0c44da7a39
Open

Bump vite and @vanilla-extract/webpack-plugin in /apps/functional_chat#66
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/functional_chat/multi-0c44da7a39

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 24, 2026

Copy link
Copy Markdown

Removes vite. It's no longer used after updating ancestor dependency @vanilla-extract/webpack-plugin. These dependencies need to be updated together.

Removes vite

Updates @vanilla-extract/webpack-plugin from 2.3.6 to 2.3.27

Release notes

Sourced from @​vanilla-extract/webpack-plugin's releases.

@​vanilla-extract/webpack-plugin@​2.3.27

Patch Changes

@​vanilla-extract/webpack-plugin@​2.3.26

Patch Changes

  • Updated dependencies []:
    • @​vanilla-extract/integration@​8.0.8

@​vanilla-extract/webpack-plugin@​2.3.25

Patch Changes

  • Updated dependencies [a440470]:
    • @​vanilla-extract/integration@​8.0.7

@​vanilla-extract/webpack-plugin@​2.3.24

Patch Changes

  • Updated dependencies []:
    • @​vanilla-extract/integration@​8.0.6

@​vanilla-extract/webpack-plugin@​2.3.23

Patch Changes

  • Updated dependencies [ad5a08b]:
    • @​vanilla-extract/integration@​8.0.5

@​vanilla-extract/webpack-plugin@​2.3.22

Patch Changes

  • #1610 2b0be1b Thanks @​askoufis! - Revert "Improve ESM package entrypoints (#1597)" to fix Named export not found error when importing ESM entrypoints

  • Updated dependencies []:

    • @​vanilla-extract/integration@​8.0.4

@​vanilla-extract/webpack-plugin@​2.3.21

Patch Changes

@​vanilla-extract/webpack-plugin@​2.3.20

Patch Changes

Changelog

Sourced from @​vanilla-extract/webpack-plugin's changelog.

2.3.27

Patch Changes

2.3.26

Patch Changes

  • Updated dependencies []:
    • @​vanilla-extract/integration@​8.0.8

2.3.25

Patch Changes

  • Updated dependencies [a440470]:
    • @​vanilla-extract/integration@​8.0.7

2.3.24

Patch Changes

  • Updated dependencies []:
    • @​vanilla-extract/integration@​8.0.6

2.3.23

Patch Changes

  • Updated dependencies [ad5a08b]:
    • @​vanilla-extract/integration@​8.0.5

2.3.22

Patch Changes

  • #1610 2b0be1b Thanks @​askoufis! - Revert "Improve ESM package entrypoints (#1597)" to fix Named export not found error when importing ESM entrypoints

  • Updated dependencies []:

    • @​vanilla-extract/integration@​8.0.4

2.3.21

Patch Changes

2.3.20

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​vanilla-extract/webpack-plugin since your current version.


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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note

Medium Risk
Transitive build-tool upgrades (vanilla-extract integration 8.x, esbuild 0.28) can affect Next/webpack CSS compilation; no runtime or auth logic changes in the diff.

Overview
Updates apps/functional_chat/package-lock.json only (no package.json or app source changes). Dependabot refreshed the tree after @vanilla-extract/webpack-plugin moved to 2.3.27, which pulls @vanilla-extract/integration 8.x and related @vanilla-extract/css / webpack-plugin patches.

The meaningful behavioral change for this app is build-time: newer integration compiles vanilla-extract via esbuild instead of depending on vite, vite-node, and rollup, so those packages and a large set of former optional peers (e.g. canvas, ts-node) drop out of the lockfile. Transitive toolchain versions also shift (notably esbuild 0.19 → 0.28, @babel/core 7.29.x, updated browserslist data).

The app still declares @vanilla-extract/next-plugin 2.1.1; styling continues to go through the Next webpack plugin path in next.config.js. Reviewers should confirm next build / dev still compile .css.ts styles and that webpack externals behavior matches expectations after the plugin fix in 2.3.27.

Reviewed by Cursor Bugbot for commit 3f75539. Bugbot is set up for automated code reviews on this repo. Configure here.

Removes [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). It's no longer used after updating ancestor dependency [@vanilla-extract/webpack-plugin](https://github.com/vanilla-extract-css/vanilla-extract/tree/HEAD/packages/webpack-plugin). These dependencies need to be updated together.


Removes `vite`

Updates `@vanilla-extract/webpack-plugin` from 2.3.6 to 2.3.27
- [Release notes](https://github.com/vanilla-extract-css/vanilla-extract/releases)
- [Changelog](https://github.com/vanilla-extract-css/vanilla-extract/blob/master/packages/webpack-plugin/CHANGELOG.md)
- [Commits](https://github.com/vanilla-extract-css/vanilla-extract/commits/@vanilla-extract/webpack-plugin@2.3.27/packages/webpack-plugin)

---
updated-dependencies:
- dependency-name: vite
  dependency-version:
  dependency-type: indirect
- dependency-name: "@vanilla-extract/webpack-plugin"
  dependency-version: 2.3.27
  dependency-type: indirect
...

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 Jun 24, 2026
@vercel

vercel Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
functional-chat Ready Ready Preview, Comment Jun 24, 2026 3:51pm
transcription-demo Ready Ready Preview, Comment Jun 24, 2026 3:51pm

Request Review

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Risk: medium. Not auto-approving: Cursor Bugbot check passed but no Bugbot review comment was posted, so the required automated signal is incomplete. Human review is needed for this lockfile dependency update in apps/functional_chat.

Open in Web View Automation 

Sent by Cursor Approval Agent: Pull Request Approver

@cursor cursor Bot requested review from benjibc and pgarbacki June 24, 2026 16:23
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