Skip to content

Commit e01bed8

Browse files
committed
chore(deps): simplify dependency upkeep
1 parent e5eed5a commit e01bed8

8 files changed

Lines changed: 0 additions & 668 deletions

File tree

.github/workflows/dependency-governance.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

NOTICE

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,3 @@ Sim Studio
22
Copyright 2026 Sim Studio
33

44
This product includes software developed for the Sim project.
5-
6-
Third-party notices for distributed runtime components are in
7-
THIRD-PARTY-NOTICES.md.

THIRD-PARTY-NOTICES.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

dependency-policy.json

Lines changed: 0 additions & 28 deletions
This file was deleted.

docker/app.Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,6 @@ COPY --from=builder --chown=nextjs:nodejs /app/apps/sim/public ./apps/sim/public
139139
COPY --from=builder --chown=nextjs:nodejs /app/apps/sim/.next/standalone ./
140140
COPY --from=builder --chown=nextjs:nodejs /app/apps/sim/.next/static ./apps/sim/.next/static
141141

142-
# Keep the project license and runtime notices next to the distributed app.
143-
# libheif's package license includes the LGPLv3 and incorporated GPLv3 text.
144-
COPY --from=pruner --chown=nextjs:nodejs /app/LICENSE /app/NOTICE /app/THIRD-PARTY-NOTICES.md ./
145-
COPY --from=deps --chown=nextjs:nodejs /app/node_modules/libheif-js/libheif/LICENSE ./third-party-licenses/libheif-LICENSE
146-
147142
# Self-contained secrets-loading bootstrap (bundled in the builder stage). Runs
148143
# before the standalone server.js to hydrate process.env from the runtime secret.
149144
COPY --from=builder --chown=nextjs:nodejs /app/apps/sim/bootstrap.js ./apps/sim/bootstrap.js

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@
9898
"vfs-snapshot-contract:check": "bun run scripts/sync-vfs-snapshot-contract.ts --check",
9999
"docs-manifest:generate": "bun run scripts/sync-docs-manifest.ts",
100100
"docs-manifest:check": "bun run scripts/sync-docs-manifest.ts --check",
101-
"check:dependency-governance": "bun run scripts/check-dependency-governance.ts",
102-
"check:dependency-security": "bun run scripts/check-dependency-advisories.ts",
103101
"mship:generate": "bun run scripts/generate-mship-contracts.ts",
104102
"mship:check": "bun run scripts/generate-mship-contracts.ts --check",
105103
"library:covers": "bun run scripts/generate-library-covers.tsx",

scripts/check-dependency-advisories.ts

Lines changed: 0 additions & 89 deletions
This file was deleted.

0 commit comments

Comments
 (0)