Bump esbuild, @sveltejs/kit, @sveltejs/vite-plugin-svelte, sst, tsx and vite in /apps/web#186
Conversation
…nd vite Bumps [esbuild](https://github.com/evanw/esbuild) to 0.28.1 and updates ancestor dependencies [esbuild](https://github.com/evanw/esbuild), [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit), [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte), [sst](https://github.com/anomalyco/sst), [tsx](https://github.com/privatenumber/tsx) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). These dependencies need to be updated together. Updates `esbuild` from 0.18.13 to 0.28.1 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2023.md) - [Commits](evanw/esbuild@v0.18.13...v0.28.1) Updates `@sveltejs/kit` from 2.49.1 to 2.65.0 - [Release notes](https://github.com/sveltejs/kit/releases) - [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md) - [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.65.0/packages/kit) Updates `@sveltejs/vite-plugin-svelte` from 4.0.4 to 7.1.2 - [Release notes](https://github.com/sveltejs/vite-plugin-svelte/releases) - [Changelog](https://github.com/sveltejs/vite-plugin-svelte/blob/main/packages/vite-plugin-svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/vite-plugin-svelte/commits/@sveltejs/vite-plugin-svelte@7.1.2/packages/vite-plugin-svelte) Updates `sst` from 2.43.2 to 4.15.2 - [Release notes](https://github.com/anomalyco/sst/releases) - [Commits](https://github.com/anomalyco/sst/compare/sst@2.43.2...v4.15.2) Updates `tsx` from 4.21.0 to 4.22.4 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.21.0...v4.22.4) Updates `vite` from 5.4.21 to 8.0.16 - [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.16/packages/vite) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.28.1 dependency-type: indirect - dependency-name: "@sveltejs/kit" dependency-version: 2.65.0 dependency-type: direct:development - dependency-name: "@sveltejs/vite-plugin-svelte" dependency-version: 7.1.2 dependency-type: direct:development - dependency-name: sst dependency-version: 4.15.2 dependency-type: direct:development - dependency-name: tsx dependency-version: 4.22.4 dependency-type: direct:development - dependency-name: vite dependency-version: 8.0.16 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ae32f04620
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "react": "^18.2.0", | ||
| "react-dom": "^18.2.0", | ||
| "sst": "2.43.2", | ||
| "sst": "4.15.2", |
There was a problem hiding this comment.
Migrate SST config before bumping to v4
Upgrading sst to v4 without migrating the existing SST v2 app definition leaves deployment commands broken: apps/web/sst.config.ts still imports SSTConfig/sst/constructs and defines stacks(app), but SST v3/v4 moved to $config({ app, run }), removed CDK stacks/constructs, and no longer uses sst bind for frontend dev (see https://sst.dev/docs/migrate-from-v2/). With this package version, npm run sst:deploy/sst:dev cannot load the current config to deploy the site and cron, so either keep SST on v2 or include the SST config/script migration in this bump.
Useful? React with 👍 / 👎.
Bumps esbuild to 0.28.1 and updates ancestor dependencies esbuild, @sveltejs/kit, @sveltejs/vite-plugin-svelte, sst, tsx and vite. These dependencies need to be updated together.
Updates
esbuildfrom 0.18.13 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
@sveltejs/kitfrom 2.49.1 to 2.65.0Release notes
Sourced from @sveltejs/kit's releases.
... (truncated)
Changelog
Sourced from @sveltejs/kit's changelog.
... (truncated)
Commits
ce77bf3Version Packages (#15988)372a6a6fix: dedupe remote data (#15991)607713efix: copy public directory assets if client build is skipped (#16004)3968fb9fix: skip client build if all routes have CSR disabled (#15936)1c30797Version Packages (#15984)c630529feat: allow commands to receiveFileobjects (#15978)1a2c1fdfix: avoid adding the component to the server node if SSR is turned off (#15982)33dec0eVersion Packages (#15962)0fd507cfix: allow$app/environmentwith a warning when `explicitEnvironmentVariabl...a31fdc6docs: fix explicit env vars docs version (#15968)Updates
@sveltejs/vite-plugin-sveltefrom 4.0.4 to 7.1.2Release notes
Sourced from @sveltejs/vite-plugin-svelte's releases.
... (truncated)
Changelog
Sourced from @sveltejs/vite-plugin-svelte's changelog.
... (truncated)
Commits
471f822Version Packages (#1344)1a9bc08fix: always retrieve CSS using component filename first (#1342)508d91bVersion Packages (#1339)990e58cfix: correctly resolve Svelte CSS on the server during development (#1336)d5458a9fix: restore value imports stripped by oxc in script preprocessing (#1326)1c85126Version Packages (#1331)1a4d225feat: enable optimizer for server environments during dev (#1328)d91be5ffix: use correct pnpm catalog syntax4d3afb4chore: fix audit CI (#1327)8b3687buse modern JSDoc imports (#1309)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@sveltejs/vite-plugin-sveltesince your current version.Updates
sstfrom 2.43.2 to 4.15.2Release notes
Sourced from sst's releases.
... (truncated)
Commits
e881243Limit CloudFront Function name length in domain redirects (#6889)817ac33Use supplied credentials in AWS SDK client (#6893)9cfa06cAdd Durable objects Component (#6785)b836e38Allow Cloudflare components to overrideaccountId(#6770)883f770Fix Python SDK source names in examples (#6871)c55147ePrevent module from being ignored in Python SDK (#6875)5fcbfe8Emphasizenpm installin docs (#6854)01c583cFix watcher race condition (#6882)a6a72caAllowsst diffto run before first deploy (#6876)8c7d40dFix duplicated "the" typo in global docs (#6870)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for sst since your current version.
Updates
tsxfrom 4.21.0 to 4.22.4Release notes
Sourced from tsx's releases.
... (truncated)
Commits
1ce8463fix: resolve CommonJS directory requires inside dependencies (#803)dce02fcfix: decode typed loader source68f72f3fix: preserve entrypoint with TypeScript preload hooks69455cftest: cover package exports for ambiguous ESM reexports35b700bfix: preserve CJS JSON require in ESM hooksef807dbchore: update testing dependencies3917090test: document compatibility test taxonomyde8113frefactor: centralize Node capability factsc1f62dbtest: consolidate tsconfig path edge coverage4e08174test: consolidate loader hook coverageMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for tsx since your current version.
Updates
vitefrom 5.4.21 to 8.0.16Release notes
Sourced from vite's releases.
... (truncated)
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
f94df87release: v8.0.16dc245c7fix: reject windows alternate paths (#22572)50b9512fix(deps): reject UNC paths for launch-editor-middleware (#22571)8d1b019release: v8.0.152686d7dfix(deps): update all non-major dependencies (#22511)3052a67chore(deps): update rolldown-related dependencies (#22566)e3cfb9dfix(optimizer): close the rolldown bundle when write() rejects (#22528)6978a9crefactor: correct logic incollectAllModulesfunction (#22562)646dbedfeat: update rolldown to 1.0.3 (#22538)85a0efffix: capitalize error messages and remove spurious space in parse error (#22488)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.