Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Create SvelteKit adapter #775

Merged
merged 8 commits into from
May 20, 2024
Merged

feat: Create SvelteKit adapter #775

merged 8 commits into from
May 20, 2024

Conversation

blaine-arcjet
Copy link
Contributor

@blaine-arcjet blaine-arcjet commented May 16, 2024

This introduces a SvelteKit adapter so users of SvelteKit can pass a RequestEvent directly to their aj.protect() method.

I also updated the example to use this new adapter.

Closes #754

Copy link

trunk-io bot commented May 16, 2024

😎 Merged successfully - details.

@blaine-arcjet
Copy link
Contributor Author

Depends on #783 and #784

@blaine-arcjet blaine-arcjet marked this pull request as ready for review May 17, 2024 18:43
@blaine-arcjet blaine-arcjet requested a review from a team as a code owner May 17, 2024 18:43
trunk-io bot pushed a commit that referenced this pull request May 20, 2024
While working on #775, I found that Vite breaks when we try to bundle `@arcjet/protocol` because these buf and connect dependencies export overlapping identifiers and it doesn't know how to detect the correct one. 

Instead, I slimmed these exports to things that we use. I think I found everything between the various projects but marking this as breaking in case others were being used.
trunk-io bot pushed a commit that referenced this pull request May 20, 2024
…dge runtime (#784)

While working on #775, I found that Vite doesn't support the `?module` syntax that we use for loading Wasm files in the edge runtime. Instead, we can use the `/* @vite-ignore */` comment but it only applies to imports using string interpolation.

I checked the output of `next build` and it seems to prepare all the `.wasm` files in our `./wasm/` directory as "edge chunks" when I use this syntax, so I think we should be good in both scenarios.
@blaine-arcjet blaine-arcjet force-pushed the phated/sveltekit-adapter branch from 68c9d8e to 215453b Compare May 20, 2024 13:11
@blaine-arcjet blaine-arcjet force-pushed the phated/sveltekit-adapter branch from 215453b to cb5cc70 Compare May 20, 2024 13:35
@trunk-io trunk-io bot merged commit 002fdbb into main May 20, 2024
20 checks passed
@trunk-io trunk-io bot deleted the phated/sveltekit-adapter branch May 20, 2024 14:01
trunk-io bot pushed a commit that referenced this pull request May 20, 2024
This adds the new adapters to the release-please CI to version and generate changelog for each.

Depends on #775
trunk-io bot pushed a commit that referenced this pull request May 20, 2024
🤖 I have created a release *beep* *boop*
---


<details><summary>@arcjet/bun: 1.0.0-alpha.13</summary>

## [1.0.0-alpha.13](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.12...@arcjet/bun-v1.0.0-alpha.13) (2024-05-20)


### 🚀 New Features

* Create Bun.sh adapter ([#757](#757)) ([381dde5](381dde5)), closes [#475](#475)


### 📝 Documentation

* **bun:** Update the request param on protect method ([#786](#786)) ([f51b8d9](f51b8d9))


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @arcjet/ip bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
    * arcjet bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
  * devDependencies
    * @arcjet/eslint-config bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
    * @arcjet/rollup-config bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
    * @arcjet/tsconfig bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
</details>

<details><summary>@arcjet/decorate: 1.0.0-alpha.13</summary>

## [1.0.0-alpha.13](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.12...@arcjet/decorate-v1.0.0-alpha.13) (2024-05-20)


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.14.3 to 4.17.2 ([#708](#708)) ([6e548bf](6e548bf))


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @arcjet/logger bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
    * @arcjet/protocol bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
  * devDependencies
    * @arcjet/eslint-config bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
    * @arcjet/rollup-config bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
    * @arcjet/tsconfig bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
</details>

<details><summary>@arcjet/duration: 1.0.0-alpha.13</summary>

## [1.0.0-alpha.13](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.12...@arcjet/duration-v1.0.0-alpha.13) (2024-05-20)


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.14.3 to 4.17.2 ([#708](#708)) ([6e548bf](6e548bf))


### Dependencies

* The following workspace dependencies were updated
  * devDependencies
    * @arcjet/eslint-config bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
    * @arcjet/rollup-config bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
    * @arcjet/tsconfig bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
</details>

<details><summary>@arcjet/next: 1.0.0-alpha.13</summary>

## [1.0.0-alpha.13](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.12...@arcjet/next-v1.0.0-alpha.13) (2024-05-20)


### ⚠ BREAKING CHANGES

* **eslint-config:** Update linting rules ([#774](#774))

### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.14.3 to 4.17.2 ([#708](#708)) ([6e548bf](6e548bf))


### 🧹 Miscellaneous Chores

* **eslint-config:** Update linting rules ([#774](#774)) ([c223ba0](c223ba0)), closes [#337](#337)
* **next:** Inline redirect interceptor to drop type import ([#785](#785)) ([e613372](e613372))


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @arcjet/ip bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
    * arcjet bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
  * devDependencies
    * @arcjet/eslint-config bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
    * @arcjet/rollup-config bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
    * @arcjet/tsconfig bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
</details>

<details><summary>@arcjet/node: 1.0.0-alpha.13</summary>

## [1.0.0-alpha.13](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.12...@arcjet/node-v1.0.0-alpha.13) (2024-05-20)


### 🚀 New Features

* Filter cookie headers when normalizing with ArcjetHeaders ([#773](#773)) ([99b3e1f](99b3e1f))


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.14.3 to 4.17.2 ([#708](#708)) ([6e548bf](6e548bf))


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @arcjet/ip bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
    * arcjet bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
  * devDependencies
    * @arcjet/eslint-config bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
    * @arcjet/rollup-config bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
    * @arcjet/tsconfig bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
</details>

<details><summary>@arcjet/sveltekit: 1.0.0-alpha.13</summary>

## [1.0.0-alpha.13](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.12...@arcjet/sveltekit-v1.0.0-alpha.13) (2024-05-20)


### 🚀 New Features

* Create SvelteKit adapter ([#775](#775)) ([002fdbb](002fdbb)), closes [#754](#754)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @arcjet/ip bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
    * arcjet bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
  * devDependencies
    * @arcjet/eslint-config bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
    * @arcjet/rollup-config bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
    * @arcjet/tsconfig bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
</details>

<details><summary>@arcjet/analyze: 1.0.0-alpha.13</summary>

## [1.0.0-alpha.13](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.12...@arcjet/analyze-v1.0.0-alpha.13) (2024-05-20)


### 🪲 Bug Fixes

* **analyze:** Leverage string interpolation to import Wasm files on edge runtime ([#784](#784)) ([9b85908](9b85908))


### 📦 Dependencies

* **dev:** Bump @bytecodealliance/jco from 1.1.1 to 1.2.2 ([#707](#707)) ([39989b8](39989b8))
* **dev:** Bump @bytecodealliance/jco from 1.2.2 to 1.2.4 ([#725](#725)) ([7c43124](7c43124))
* **dev:** Bump @rollup/wasm-node from 4.14.3 to 4.17.2 ([#708](#708)) ([6e548bf](6e548bf))


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @arcjet/logger bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
  * devDependencies
    * @arcjet/eslint-config bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
    * @arcjet/rollup-config bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
    * @arcjet/tsconfig bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
</details>

<details><summary>@arcjet/eslint-config: 1.0.0-alpha.13</summary>

## [1.0.0-alpha.13](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.12...@arcjet/eslint-config-v1.0.0-alpha.13) (2024-05-20)


### ⚠ BREAKING CHANGES

* **eslint-config:** Update linting rules ([#774](#774))

### 📦 Dependencies

* Bump eslint-config-next from 14.2.2 to 14.2.3 ([#670](#670)) ([8d7ff7e](8d7ff7e))
* Bump eslint-config-turbo from 1.13.2 to 1.13.3 ([#686](#686)) ([1b9b68e](1b9b68e))


### 🧹 Miscellaneous Chores

* **eslint-config:** Update linting rules ([#774](#774)) ([c223ba0](c223ba0)), closes [#337](#337)
</details>

<details><summary>@arcjet/ip: 1.0.0-alpha.13</summary>

## [1.0.0-alpha.13](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.12...@arcjet/ip-v1.0.0-alpha.13) (2024-05-20)


### ⚠ BREAKING CHANGES

* **eslint-config:** Update linting rules ([#774](#774))

### 🚀 New Features

* **ip:** Detect Fly-Client-IP header when available ([#751](#751)) ([73359f6](73359f6))


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.14.3 to 4.17.2 ([#708](#708)) ([6e548bf](6e548bf))


### 🧹 Miscellaneous Chores

* **eslint-config:** Update linting rules ([#774](#774)) ([c223ba0](c223ba0)), closes [#337](#337)


### Dependencies

* The following workspace dependencies were updated
  * devDependencies
    * @arcjet/eslint-config bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
    * @arcjet/rollup-config bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
    * @arcjet/tsconfig bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
</details>

<details><summary>@arcjet/logger: 1.0.0-alpha.13</summary>

## [1.0.0-alpha.13](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.12...@arcjet/logger-v1.0.0-alpha.13) (2024-05-20)


### ⚠ BREAKING CHANGES

* **eslint-config:** Update linting rules ([#774](#774))

### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.14.3 to 4.17.2 ([#708](#708)) ([6e548bf](6e548bf))


### 🧹 Miscellaneous Chores

* **eslint-config:** Update linting rules ([#774](#774)) ([c223ba0](c223ba0)), closes [#337](#337)


### Dependencies

* The following workspace dependencies were updated
  * devDependencies
    * @arcjet/eslint-config bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
    * @arcjet/rollup-config bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
    * @arcjet/tsconfig bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
</details>

<details><summary>@arcjet/protocol: 1.0.0-alpha.13</summary>

## [1.0.0-alpha.13](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.12...@arcjet/protocol-v1.0.0-alpha.13) (2024-05-20)


### ⚠ BREAKING CHANGES

* **protocol:** Export only things we use from connect and buf ([#783](#783))
* **eslint-config:** Update linting rules ([#774](#774))

### 🚀 New Features

* Create Bun.sh adapter ([#757](#757)) ([381dde5](381dde5)), closes [#475](#475)
* Create SvelteKit adapter ([#775](#775)) ([002fdbb](002fdbb)), closes [#754](#754)


### 🪲 Bug Fixes

* **protocol:** Export only things we use from connect and buf ([#783](#783)) ([4596da5](4596da5))


### 📦 Dependencies

* Bump @bufbuild/protobuf from 1.8.0 to 1.9.0 ([#652](#652)) ([4cd2114](4cd2114))
* **dev:** Bump @rollup/wasm-node from 4.14.3 to 4.17.2 ([#708](#708)) ([6e548bf](6e548bf))


### 🧹 Miscellaneous Chores

* **eslint-config:** Update linting rules ([#774](#774)) ([c223ba0](c223ba0)), closes [#337](#337)


### Dependencies

* The following workspace dependencies were updated
  * devDependencies
    * @arcjet/eslint-config bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
    * @arcjet/rollup-config bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
    * @arcjet/tsconfig bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
</details>

<details><summary>@arcjet/rollup-config: 1.0.0-alpha.13</summary>

## [1.0.0-alpha.13](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.12...@arcjet/rollup-config-v1.0.0-alpha.13) (2024-05-20)


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.14.3 to 4.17.2 ([#708](#708)) ([6e548bf](6e548bf))


### Dependencies

* The following workspace dependencies were updated
  * devDependencies
    * @arcjet/eslint-config bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
    * @arcjet/tsconfig bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
</details>

<details><summary>@arcjet/tsconfig: 1.0.0-alpha.13</summary>

## [1.0.0-alpha.13](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.12...@arcjet/tsconfig-v1.0.0-alpha.13) (2024-05-20)


### 🧹 Miscellaneous Chores

* **@arcjet/tsconfig:** Synchronize arcjet-js versions
</details>

<details><summary>arcjet: 1.0.0-alpha.13</summary>

## [1.0.0-alpha.13](v1.0.0-alpha.12...arcjet-v1.0.0-alpha.13) (2024-05-20)


### ⚠ BREAKING CHANGES

* **eslint-config:** Update linting rules ([#774](#774))

### 🚀 New Features

* Filter cookie headers when normalizing with ArcjetHeaders ([#773](#773)) ([99b3e1f](99b3e1f))


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.14.3 to 4.17.2 ([#708](#708)) ([6e548bf](6e548bf))


### 🧹 Miscellaneous Chores

* **eslint-config:** Update linting rules ([#774](#774)) ([c223ba0](c223ba0)), closes [#337](#337)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @arcjet/analyze bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
    * @arcjet/duration bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
    * @arcjet/logger bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
    * @arcjet/protocol bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
  * devDependencies
    * @arcjet/eslint-config bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
    * @arcjet/rollup-config bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
    * @arcjet/tsconfig bumped from 1.0.0-alpha.12 to 1.0.0-alpha.13
</details>

<details><summary>1.0.0-alpha.13</summary>

## [1.0.0-alpha.13](v1.0.0-alpha.12...v1.0.0-alpha.13) (2024-05-20)


### ⚠ BREAKING CHANGES

* **protocol:** Export only things we use from connect and buf ([#783](#783))
* **eslint-config:** Update linting rules ([#774](#774))

### 🚀 New Features

* Create Bun.sh adapter ([#757](#757)) ([381dde5](381dde5)), closes [#475](#475)
* Create SvelteKit adapter ([#775](#775)) ([002fdbb](002fdbb)), closes [#754](#754)
* Filter cookie headers when normalizing with ArcjetHeaders ([#773](#773)) ([99b3e1f](99b3e1f))
* **ip:** Detect Fly-Client-IP header when available ([#751](#751)) ([73359f6](73359f6))


### 🪲 Bug Fixes

* **analyze:** Leverage string interpolation to import Wasm files on edge runtime ([#784](#784)) ([9b85908](9b85908))
* **protocol:** Export only things we use from connect and buf ([#783](#783)) ([4596da5](4596da5))


### 📦 Dependencies

* Bump @bufbuild/protobuf from 1.8.0 to 1.9.0 ([#652](#652)) ([4cd2114](4cd2114))
* Bump eslint-config-next from 14.2.2 to 14.2.3 ([#670](#670)) ([8d7ff7e](8d7ff7e))
* Bump eslint-config-turbo from 1.13.2 to 1.13.3 ([#686](#686)) ([1b9b68e](1b9b68e))
* **dev:** Bump @bytecodealliance/jco from 1.1.1 to 1.2.2 ([#707](#707)) ([39989b8](39989b8))
* **dev:** Bump @bytecodealliance/jco from 1.2.2 to 1.2.4 ([#725](#725)) ([7c43124](7c43124))
* **dev:** Bump @rollup/wasm-node from 4.14.3 to 4.17.2 ([#708](#708)) ([6e548bf](6e548bf))
* **example:** Bump @clerk/nextjs from 4.29.12 to 4.30.0 in /examples/nextjs-14-clerk-rl in the dependencies group ([#637](#637)) ([0fa5e3e](0fa5e3e))
* **example:** Bump @clerk/nextjs from 5.0.10 to 5.0.11 in /examples/nextjs-14-clerk-rl in the dependencies group ([#771](#771)) ([81d1078](81d1078))
* **example:** Bump @clerk/nextjs from 5.0.10 to 5.0.11 in /examples/nextjs-14-clerk-shield in the dependencies group ([#770](#770)) ([ae4c32e](ae4c32e))
* **example:** Bump @clerk/nextjs from 5.0.11 to 5.0.12 in /examples/nextjs-14-clerk-rl in the dependencies group ([#776](#776)) ([1454a35](1454a35))
* **example:** Bump @clerk/nextjs from 5.0.11 to 5.0.12 in /examples/nextjs-14-clerk-shield in the dependencies group ([#777](#777)) ([8b5c648](8b5c648))
* **example:** Bump @hono/node-server from 1.10.0 to 1.10.1 in /examples/nodejs-hono-rl in the dependencies group ([#640](#640)) ([5a8998f](5a8998f))
* **example:** Bump @sveltejs/kit from 2.5.8 to 2.5.9 in /examples/sveltekit in the dependencies group ([#790](#790)) ([9e14db1](9e14db1))
* **example:** Bump @types/react from 18.3.1 to 18.3.2 in /examples/nextjs-14-app-dir-rl in the dependencies group ([#741](#741)) ([625a165](625a165))
* **example:** Bump @types/react from 18.3.1 to 18.3.2 in /examples/nextjs-14-app-dir-validate-email in the dependencies group ([#746](#746)) ([a562bed](a562bed))
* **example:** Bump @types/react from 18.3.1 to 18.3.2 in /examples/nextjs-14-decorate in the dependencies group ([#739](#739)) ([b3da4e6](b3da4e6))
* **example:** Bump @types/react from 18.3.1 to 18.3.2 in /examples/nextjs-14-ip-details in the dependencies group ([#745](#745)) ([debbe35](debbe35))
* **example:** Bump @types/react from 18.3.1 to 18.3.2 in /examples/nextjs-14-nextauth-4 in the dependencies group ([#748](#748)) ([e521eb9](e521eb9))
* **example:** Bump @types/react from 18.3.1 to 18.3.2 in /examples/nextjs-14-pages-wrap in the dependencies group ([#742](#742)) ([9f8040a](9f8040a))
* **example:** Bump ai from 3.1.8 to 3.1.9 in /examples/nextjs-14-openai in the dependencies group ([#767](#767)) ([bd7cf85](bd7cf85))
* **example:** Bump ai from 3.1.9 to 3.1.12 in /examples/nextjs-14-openai in the dependencies group across 1 directory ([#779](#779)) ([225dbae](225dbae))
* **example:** Bump eslint-config-next from 14.2.2 to 14.2.3 in /examples/nextjs-example in the dependencies group ([#668](#668)) ([36bf48b](36bf48b))
* **example:** Bump hono from 4.2.5 to 4.2.7 in /examples/nodejs-hono-rl ([#654](#654)) ([330b317](330b317))
* **example:** Bump hono from 4.3.4 to 4.3.7 in /examples/nodejs-hono-rl in the dependencies group across 1 directory ([#762](#762)) ([8fb68f5](8fb68f5))
* **example:** Bump hono from 4.3.7 to 4.3.8 in /examples/nodejs-hono-rl in the dependencies group ([#789](#789)) ([94c5e01](94c5e01))
* **example:** Bump lucide-react from 0.370.0 to 0.371.0 in /examples/nextjs-14-authjs-5 in the dependencies group ([#638](#638)) ([3e79236](3e79236))
* **example:** Bump the dependencies group across 1 directory with 13 updates ([#760](#760)) ([18456d9](18456d9))
* **example:** Bump the dependencies group across 1 directory with 2 updates ([#732](#732)) ([0ff6abc](0ff6abc))
* **example:** Bump the dependencies group across 1 directory with 2 updates ([#736](#736)) ([608c9c4](608c9c4))
* **example:** Bump the dependencies group across 1 directory with 2 updates ([#737](#737)) ([41ddb45](41ddb45))
* **example:** Bump the dependencies group across 1 directory with 2 updates ([#763](#763)) ([c3d6b1d](c3d6b1d))
* **example:** Bump the dependencies group across 1 directory with 2 updates ([#764](#764)) ([ffc7739](ffc7739))
* **example:** Bump the dependencies group across 1 directory with 3 updates ([#761](#761)) ([eb6d64d](eb6d64d))
* **example:** Bump the dependencies group across 1 directory with 6 updates ([#689](#689)) ([f9ee74f](f9ee74f))
* **example:** Bump the dependencies group across 1 directory with 6 updates ([#692](#692)) ([d06033f](d06033f))
* **example:** Bump the dependencies group across 1 directory with 6 updates ([#698](#698)) ([3d14b66](3d14b66))
* **example:** Bump the dependencies group across 1 directory with 6 updates ([#699](#699)) ([a473eee](a473eee))
* **example:** Bump the dependencies group across 1 directory with 6 updates ([#702](#702)) ([1b7b3bb](1b7b3bb))
* **example:** Bump the dependencies group across 1 directory with 6 updates ([#703](#703)) ([6923c83](6923c83))
* **example:** Bump the dependencies group across 1 directory with 6 updates ([#768](#768)) ([f7fd624](f7fd624))
* **example:** Bump the dependencies group across 1 directory with 8 updates ([#735](#735)) ([0e08e60](0e08e60))
* **example:** Bump the dependencies group across 1 directory with 9 updates ([#740](#740)) ([74f4308](74f4308))
* **example:** Bump the dependencies group in /examples/nextjs-14-openai with 2 updates ([#636](#636)) ([5500faf](5500faf))
* **example:** Bump the dependencies group in /examples/nextjs-14-react-hook-form with 2 updates ([#639](#639)) ([1337efc](1337efc))


### 📝 Documentation

* **bun:** Update the request param on protect method ([#786](#786)) ([f51b8d9](f51b8d9))
* **examples:** Add NestJS example ([#688](#688)) ([f9cbc35](f9cbc35))
* **examples:** Updated to Clerk Core 2 (Clerk NextJS v5) ([#704](#704)) ([9049bad](9049bad))


### 🧹 Miscellaneous Chores

* **ci:** Ignore eslint 9 in SvelteKit example ([#766](#766)) ([6f8edac](6f8edac))
* **ci:** Version Bun and SvelteKit adapters ([#787](#787)) ([384e4a4](384e4a4))
* **eslint-config:** Update linting rules ([#774](#774)) ([c223ba0](c223ba0)), closes [#337](#337)
* **example:** Add SvelteKit app ([#738](#738)) ([56f7dd3](56f7dd3))
* **example:** Remove Next 13 example ([#734](#734)) ([0cafdbe](0cafdbe))
* **next:** Inline redirect interceptor to drop type import ([#785](#785)) ([e613372](e613372))
</details>

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Copy link

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.

SvelteKit Adapter
2 participants