Skip to content

Bump adm-zip and sst in /apps/web - #196

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

Bump adm-zip and sst in /apps/web#196
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/web/multi-ba6453a3da

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 18, 2026

Copy link
Copy Markdown
Contributor

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

Removes adm-zip

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 [adm-zip](https://github.com/cthackers/adm-zip). It's no longer used after updating ancestor dependency [sst](https://github.com/anomalyco/sst). These dependencies need to be updated together.


Removes `adm-zip`

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: adm-zip
  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 Jul 18, 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: ce28de6e47

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

This bump installs SST v4, but the app still has the SST v2 deployment shape: sst.config.ts imports sst/constructs and exports config/stacks, while production deploys run npx sst deploy --stage prod from .github/workflows/cd.yml. SST’s migration docs for v3+ say the CDK/CloudFormation stack model was removed and config should be $config({ app, run }), so the deploy path will fail before updating production unless the SST config/site/cron definitions are migrated or the dependency remains on v2.

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