Skip to content

Version Packages - #11

Merged
ivanbarlog merged 1 commit into
mainfrom
changeset-release/main
Sep 4, 2026
Merged

Version Packages#11
ivanbarlog merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

kit-on-lambda@0.8.1

Patch Changes

  • 3038bec: Upgrade @beesolve/lint-config to 0.3.0 and add the newly-required oxlint-tsgolint peer dependency, which enables type-aware linting.

    Resolve the findings the stricter rules surface in the shipped handler/stream templates and tests:

    • Replace process.env as Record<string, string> casts with a definedEnv() helper that filters out undefined values.
    • Use HttpMethod.ANY instead of "ANY" as never in the CDK tests.
    • Drop redundant result-type assertions on the single-arm Bun handler result, and narrow the Node handler's v1 | v2 result union via small typed helpers.
    • Prefix intentional fire-and-forget calls (mock.module, server.stop) with void to satisfy no-floating-promises.

@ivanbarlog
ivanbarlog merged commit 21cb996 into main Sep 4, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant