Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .changeset/lint-config-030.md

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# 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`.

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kit-on-lambda",
"version": "0.8.0",
"version": "0.8.1",
"description": "SvelteKit adapter for AWS Lambda for Node.js and Bun runtimes",
"keywords": [
"adapter",
Expand Down