Skip to content

Bump undici and sst in /apps/web - #210

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/web/multi-d93b2b7a25
Open

Bump undici and sst in /apps/web#210
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/web/multi-d93b2b7a25

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 5, 2026

Copy link
Copy Markdown
Contributor

Removes undici. It's no longer used after updating ancestor dependency sst. These dependencies need to be updated together.

Removes undici

Updates sst from 2.43.2 to 4.17.1

Release notes

Sourced from sst's releases.

v4.17.1

Changelog

v4.17.0

Changelog

v4.16.0

Changelog

v4.15.2

Changelog

v4.15.1

Changelog

v4.15.0

Changelog

v4.14.3

Changelog

v4.14.2

Changelog

v4.14.1

Changelog

... (truncated)

Commits
  • a0bd20f Fix duplicate CloudWatch role URN on fresh accounts (#6911)
  • 8bfe1c1 Add state.retention option to prevent big state buckets (#6925)
  • adcdb2f Fix sst add requiring Prettier (or other dependencies) (#6924)
  • d1e8ff1 Re-run FunctionEnvironmentUpdate when Lambda changes (#6920)
  • 9321c40 Support custom MAIL FROM domain for SES (#6906)
  • 4f1a634 Sync IAM permissions breakdown (#6898)
  • 9f23ba0 Remove enteprise page from docs
  • e881243 Limit CloudFront Function name length in domain redirects (#6889)
  • 817ac33 Use supplied credentials in AWS SDK client (#6893)
  • 9cfa06c Add Durable objects Component (#6785)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for sst 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.

Removes [undici](https://github.com/nodejs/undici). It's no longer used after updating ancestor dependency [sst](https://github.com/anomalyco/sst). These dependencies need to be updated together.


Removes `undici`

Updates `sst` from 2.43.2 to 4.17.1
- [Release notes](https://github.com/anomalyco/sst/releases)
- [Commits](https://github.com/anomalyco/sst/compare/sst@2.43.2...v4.17.1)

---
updated-dependencies:
- dependency-name: undici
  dependency-version:
  dependency-type: indirect
- dependency-name: sst
  dependency-version: 4.17.1
  dependency-type: direct:development
...

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 Aug 5, 2026

@chatgpt-codex-connector chatgpt-codex-connector 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.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 380b413f23

ℹ️ 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".

Comment thread apps/web/package.json
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sst": "2.43.2",
"sst": "4.17.1",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Keep SST on v2 until the config is migrated

In the checked CD workflow, the Deploy step runs npx sst deploy --stage prod, but this version bump switches the CLI to SST v4 while apps/web/sst.config.ts is still written in the v2 CDK shape (SSTConfig, sst/constructs, and stacks(app)) and svelte-kit-sst remains pinned to 2.43.2. With this combination the deploy command will load a v2 config under the v4 engine and fail before deploying the site/cron; either keep sst on 2.x or migrate the config and adapter to the v4 $config/sst.aws.* model in the same change.

Useful? React with 👍 / 👎.

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