chore(deps): safe-batch bump (8 deps)#30
Merged
Merged
Conversation
3 tasks
Patch- and verified-minor/major-tier bumps cleared by the upgrade-deps workflow's safe batch. All non-patch entries were 3-vote adversarially reviewed against this repo's actual surface; the bumps survived without source-code changes. Runtime deps: - @elysiajs/cors 1.4.1 -> 1.4.2 (patch) - citty 0.2.1 -> 0.2.2 (patch) - elysia 1.4.27 -> 1.4.28 (patch) - zod 4.3.6 -> 4.4.3 (minor — verified no z.tuple/z.merge/z.preprocess/ z.discriminatedUnion/z.toJSONSchema usage; z.record() call sites use plain z.string() keys so the 4.4.0 record-key change is inert) Dev deps: - @types/bun 1.3.10 -> 1.3.14 (patch) - eslint 10.0.3 -> 10.4.1 (minor — engines floor unchanged) - bumpp 10.4.1 -> 11.1.0 (major — used only in release scripts; CLI contract unchanged) - lint-staged 16.4.0 -> 17.0.7 (major — pre-commit config surface unchanged) Held back for separate review: knip 6.x, tsdown was landed in #29, @antfu/eslint-config 9, undici 8, typescript 6. Verified: - lint:all + typecheck + bun test (477 passing) + build + smoke:packaged green
3bc8802 to
889c841
Compare
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Patch- and verified-minor/major-tier dependency bumps that the
.claude/workflows/upgrade-deps.jsplan cleared for the safe batch. All non-patch entries (zod, eslint, bumpp, lint-staged) were 3-vote adversarially reviewed against this repo's actual surface; the bumps below survived without source-code changes.Independent of #28 and #29 — touches
package.json+bun.lockonly.Changes
Runtime deps (4)
@elysiajs/cors1.4.1 → 1.4.2 (patch)citty0.2.1 → 0.2.2 (patch)elysia1.4.27 → 1.4.28 (patch)zod4.3.6 → 4.4.3 (minor — verified noz.tuple/z.merge/z.preprocess/z.discriminatedUnion/z.toJSONSchema/z.base64/z.cuid/z.httpUrlusage;z.record()call sites use plainz.string()keys so the 4.4.0 record-key-transform change is inert)Dev deps (4)
@types/bun1.3.10 → 1.3.14 (patch)eslint10.0.3 → 10.4.1 (minor — engines floor unchanged; nometa.language/createRulein repo; flat config via@antfu/eslint-config7.7.2 unaffected)bumpp10.4.1 → 11.1.0 (major — only used inrelease:patch/release:minor/release:majorscripts; CLI accepts the samepatch --yes --commit --taginvocation; commit + tag templates unchanged)lint-staged16.4.0 → 17.0.7 (major — wired intosimple-git-hookspre-commit; config surface{"*": "bun run lint --fix"}unaffected by listr2 v10 internals)Verification
bun run lint:all+typecheck+bun test(477 passing) +build+smoke:packaged— all green on freshbun install --frozen-lockfileTest Plan
chore: release vX.Y.Zcommit + tag formatNotes
knip 6.xwas in this batch originally but the re-run withbundlerContextdowngraded it to review-tier because ofoxc-resolver/compilePathMappingsrewrite + 6.10.0 default changes that shift the unused-export report against this repo's~/*alias. Held back for a separate PR.