fix(deps)(deps): bump the dependencies group in /apps/sim with 4 updates#351
fix(deps)(deps): bump the dependencies group in /apps/sim with 4 updates#351dependabot[bot] wants to merge 2 commits into
Conversation
Bumps the dependencies group in /apps/sim with 4 updates: [next](https://github.com/vercel/next.js), [esbuild](https://github.com/evanw/esbuild), [drizzle-kit](https://github.com/drizzle-team/drizzle-orm) and [react-email](https://github.com/resend/react-email/tree/HEAD/packages/react-email). Updates `next` from 15.3.1 to 15.3.2 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v15.3.1...v15.3.2) Updates `esbuild` from 0.18.20 to 0.25.4 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2023.md) - [Commits](evanw/esbuild@v0.18.20...v0.25.4) Updates `drizzle-kit` from 0.30.6 to 0.31.1 - [Release notes](https://github.com/drizzle-team/drizzle-orm/releases) - [Commits](https://github.com/drizzle-team/drizzle-orm/compare/drizzle-kit@0.30.6...drizzle-kit@0.31.1) Updates `react-email` from 3.0.7 to 4.0.13 - [Release notes](https://github.com/resend/react-email/releases) - [Changelog](https://github.com/resend/react-email/blob/canary/packages/react-email/CHANGELOG.md) - [Commits](https://github.com/resend/react-email/commits/react-email@4.0.13/packages/react-email) --- updated-dependencies: - dependency-name: next dependency-version: 15.3.2 dependency-type: direct:production dependency-group: dependencies - dependency-name: esbuild dependency-version: 0.25.4 dependency-type: indirect dependency-group: dependencies - dependency-name: drizzle-kit dependency-version: 0.31.1 dependency-type: direct:development dependency-group: dependencies - dependency-name: react-email dependency-version: 4.0.13 dependency-type: direct:development dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
There was a problem hiding this comment.
PR Summary
This pull request updates several key dependencies in the Sim Studio application's package.json file.
- Major version upgrade of esbuild (0.18 -> 0.25) adds CORS support for development server and fixes sourcemap handling
- Major version upgrade of react-email (3.0 -> 4.0) requires Node 18+ and improves hot reloading functionality
- Next.js update (15.3.1 -> 15.3.2) includes turbopack and middleware improvements
- drizzle-kit update (0.30 -> 0.31) adds support for Gel extensions and improves enum DDL handling
The most impactful changes are the major version updates to esbuild and react-email, which require thorough testing to ensure compatibility. The react-email update notably enforces a Node 18+ requirement.
💡 (3/5) Reply to the bot's comments like "Can you suggest a fix for this @greptileai?" or ask follow-up questions!
1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
Bumps the dependencies group in /apps/sim with 4 updates: next, esbuild, drizzle-kit and react-email.
Updates
nextfrom 15.3.1 to 15.3.2Release notes
Sourced from next's releases.
Commits
d9ec4a4v15.3.23def5ffbackport: fix(turbopack): Store persistence of wrapped task on RawVc::LocalOu...d0b2f8a@next/mdx: Use stable turbopack config options (#78880)04176defix(react-compiler): Fix detection of interest (#78879)b40778bfix(turbopack): Backport sourcemap bugfix (#78881)20f3120[next-server] preserve rsc query for rsc redirects (#78876)b464d18Update middleware public/static matching (#78875)Updates
esbuildfrom 0.18.20 to 0.25.4Release notes
Sourced from esbuild's releases.
... (truncated)
Changelog
Sourced from esbuild's changelog.
... (truncated)
Commits
218d29epublish 0.25.4 to npme66cd0bdev server: simple support for CORS requests (#4171)8bf3368js api: validate some options as arrays of strings1e7375ajs api: simplify comma-separated array validation5f5964drelease notes for #4163adb5284fix: handle__proto__as a computed property in exports and add tests for s...0aa9f7bfix #4169: keep invalid source map URLs unmodified5959289add additional guards for #4114 when using:is()677910bpublish 0.25.3 to npma41040efix #4110: support custom non-IPhostvaluesUpdates
drizzle-kitfrom 0.30.6 to 0.31.1Release notes
Sourced from drizzle-kit's releases.
... (truncated)
Commits
efb40feAdd fix for Gel Schemas (#4483)ad28dcdFixedpgSchemaenum types (fixes #4421) (#4450)2263c3cv0.43.0 (#4397)9e81defUpdate CI/CD to 22.04df6d5f70.41 (#4416)6ab1bbeAdd Arktype validation (viadrizzle-arktypepackage) (#4314)Updates
react-emailfrom 3.0.7 to 4.0.13Release notes
Sourced from react-email's releases.
... (truncated)
Changelog
Sourced from react-email's changelog.
... (truncated)
Commits
9208f58chore(root): Version packages (#2228)8e4afcefix(react-email): Support for users withNodeNext-style imports (#2227)221ebf7chore(root): Version packages (#2216)aa518a3fix(react-email): No explicit error when running with Node <= 17 (#1923)dcb8164chore(root): Version packages (#2208)e42c267chore(react-email): Remove debugging log45ab698fix(react-email): "createServerParamsForMetadata is not a function" (#2206)1a17219fix(react-email): Import compiled templates withcreateRequire's require (#...6e33167chore(root): Version packages (#2203)a41a943fix(react-email): Tests not importing@babel/traversethe same as raw ESM (#2...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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.