Bump esbuild and @vanilla-extract/webpack-plugin in /apps/functional_chat#61
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [esbuild](https://github.com/evanw/esbuild) and [@vanilla-extract/webpack-plugin](https://github.com/vanilla-extract-css/vanilla-extract/tree/HEAD/packages/webpack-plugin). These dependencies needed to be updated together. Updates `esbuild` from 0.19.12 to 0.28.1 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md) - [Commits](evanw/esbuild@v0.19.12...v0.28.1) 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: esbuild dependency-version: 0.28.1 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>
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps esbuild and @vanilla-extract/webpack-plugin. These dependencies needed to be updated together.
Updates
esbuildfrom 0.19.12 to 0.28.1Release notes
Sourced from esbuild's releases.
... (truncated)
Changelog
Sourced from esbuild's changelog.
... (truncated)
Commits
bb9db84publish 0.28.1 to npm9ff053esecurity: add integrity checks to the Deno API0a9bf21enforce non-negative size in gzip parsere2a1a71security: forbid\\in local dev server requests83a2cbffix #4482: don't inlineusingdeclarations308ad74fix #4471: renaming of nestedvardeclarationsf013f5ffix some typosaafd6e4chore: fix some minor issues in comments (#4462)15300c3follow up: cjs evaluation fixes1bda0c3fix #4461, fix #4467: esm evaluation fixesMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for esbuild since your current version.
Updates
@vanilla-extract/webpack-pluginfrom 2.3.6 to 2.3.27Release notes
Sourced from @vanilla-extract/webpack-plugin's releases.
Changelog
Sourced from @vanilla-extract/webpack-plugin's changelog.
... (truncated)
Commits
70517c7Version Packages (#1723)99edac2Fix broken webpack/next.jsexternals, add docs (#1722)d1257c7Migrate all tests to vitest, increasevite-nodedep range (#1694)b227ebbVersion Packages (#1685)4cb94abVersion Packages (#1667)c443d03Version Packages (#1656)f56d536Version Packages (#1652)e8c07afVersion Packages (#1611)2b0be1bRevert "Improve ESM package entrypoints (#1597)" (#1610)22d161bVersion Packages (#1608)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@vanilla-extract/webpack-pluginsince 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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
Large esbuild and @vanilla-extract/integration major-line upgrades can affect Next/webpack CSS compilation; verify
next buildin CI. esbuild 0.28.x includes security-relevant bundler fixes worth taking.Overview
Updates
apps/functional_chat/package-lock.jsononly—no application source changes.esbuild moves from 0.19.12 → 0.28.1 (transitive via
@vanilla-extract/integration). That range includes security fixes for the local dev server and related bundler/minifier behavior; esbuild now expects Node ≥18.Vanilla Extract tooling is refreshed:
@vanilla-extract/webpack-plugin2.3.6 → 2.3.27,@vanilla-extract/integration7 → 8, with matching bumps to@vanilla-extract/cssand related packages. The integration package drops its previous Vite/Rollup/vite-node dependency chain, so the lockfile sheds a large optional toolchain subtree.The lockfile also pins several direct deps from
latestto*(eslint-config-next,next-auth,@types/react,typescript) and pulls in routine transitive updates (e.g. @babel/core 7.29.x, browserslist / caniuse-lite).Reviewed by Cursor Bugbot for commit 2cc7466. Bugbot is set up for automated code reviews on this repo. Configure here.