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

deps(example): Bump the dependencies group across 1 directory with 3 updates #943

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 12, 2024

Bumps the dependencies group with 3 updates in the /examples/nextjs-14-react-hook-form directory: @arcjet/next, next and eslint-config-next.

Updates @arcjet/next from 1.0.0-alpha.13 to 1.0.0-alpha.14

Release notes

Sourced from @​arcjet/next's releases.

v1.0.0-alpha.14

1.0.0-alpha.14 (2024-06-10)

⚠ BREAKING CHANGES

  • Move all environment lookup into separate package (#897)
  • ip: Allow platform to be specified when looking up IP (#896)
  • Add fallback IP in each adapter (#895)
  • analyze: Leverage conditional exports to load Wasm appropriately (#887)
  • logger: Align logger with Pino API (#858)
  • Create runtime package and remove from SDK (#871)
  • decorate: Use console to log instead of Arcjet logger (#865)
  • logger: Replace nodejs util import with our sprintf library (#857)
  • Allow ArcjetContext extension via new argument to core protect() (#841)
  • Separate @arcjet/headers package from core (#824)
  • ip: Rework priority of IP detection (#799)

🚀 New Features

  • Add fallback IP in each adapter (#895) (0f23cff), closes #51 #885
  • Allow ArcjetContext extension via new argument to core protect() (#841) (96bbe94)
  • Create runtime package and remove from SDK (#871) (4e9e216)
  • Create sprintf package to replace util.format (#856) (160a16e)
  • ip: Allow platform to be specified when looking up IP (#896) (c9f54bb)
  • logger: Align logger with Pino API (#858) (1806b94), closes #822 #855
  • Move all environment lookup into separate package (#897) (a5bb8ca)
  • Separate @arcjet/headers package from core (#824) (c8364f4)

🪲 Bug Fixes

  • analyze: Disable cache during base64 decode (#838) (72fb961)
  • ip: Rework priority of IP detection (#799) (1df6291)

📦 Dependencies

  • Bump @​bufbuild/protobuf from 1.9.0 to 1.10.0 (#847) (de8266f)
  • Bump @​rollup/plugin-replace from 5.0.5 to 5.0.7 (#920) (176170b)
  • Bump @​typescript-eslint/eslint-plugin from 7.12.0 to 7.13.0 (#918) (bbd72a5)
  • Bump @​typescript-eslint/eslint-plugin from 7.9.0 to 7.12.0 (#862) (51330b7)
  • Bump @​typescript-eslint/parser from 7.12.0 to 7.13.0 (#917) (cfe0c14)
  • Bump @​typescript-eslint/parser from 7.9.0 to 7.12.0 (#861) (eaf8c26)
  • Bump eslint-config-turbo from 1.13.3 to 2.0.3 (#893) (97525af)
  • dev: Bump @​rollup/wasm-node from 4.17.2 to 4.18.0 (#803) (e6321af)
  • dev: Bump bun-types from 1.1.8 to 1.1.12 (#853) (a42fbd3)
  • example: Bump @​types/bun from 1.1.2 to 1.1.3 in /examples/bun-hono-rl in the dependencies group (#804) (ecada7f)
  • example: Bump @​types/bun from 1.1.2 to 1.1.3 in /examples/bun-rl in the dependencies group (#800) (de15757)
  • example: Bump ai from 3.1.30 to 3.1.31 in /examples/nextjs-14-openai in the dependencies group (#915) (84510a8)

... (truncated)

Changelog

Sourced from @​arcjet/next's changelog.

1.0.0-alpha.14 (2024-06-10)

⚠ BREAKING CHANGES

  • Move all environment lookup into separate package (#897)
  • ip: Allow platform to be specified when looking up IP (#896)
  • Add fallback IP in each adapter (#895)
  • Create runtime package and remove from SDK (#871)
  • Allow ArcjetContext extension via new argument to core protect() (#841)
  • Separate @arcjet/headers package from core (#824)

🚀 New Features

  • Add fallback IP in each adapter (#895) (0f23cff), closes #51 #885
  • Allow ArcjetContext extension via new argument to core protect() (#841) (96bbe94)
  • Create runtime package and remove from SDK (#871) (4e9e216)
  • ip: Allow platform to be specified when looking up IP (#896) (c9f54bb)
  • Move all environment lookup into separate package (#897) (a5bb8ca)
  • Separate @arcjet/headers package from core (#824) (c8364f4)

📦 Dependencies

  • dev: Bump @​rollup/wasm-node from 4.17.2 to 4.18.0 (#803) (e6321af)

📝 Documentation

  • Add quick start links & update Bun example (#870) (ee3079f)
  • Remove wording that implies is Shield is added by default (#796) (a85d18c)

🧹 Miscellaneous Chores

  • docs: Add live example app to READMEs (#823) (8b1c811)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​arcjet/env bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14
      • @​arcjet/headers bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14
      • @​arcjet/ip bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14
      • @​arcjet/logger bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14
      • arcjet bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14
    • devDependencies
      • @​arcjet/eslint-config bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14
      • @​arcjet/rollup-config bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14

... (truncated)

Commits
  • 9fe6927 chore: Release 1.0.0-alpha.14 (#797)
  • a5bb8ca feat!: Move all environment lookup into separate package (#897)
  • c9f54bb feat(ip)!: Allow platform to be specified when looking up IP (#896)
  • 0f23cff feat!: Add fallback IP in each adapter (#895)
  • ee3079f docs: Add quick start links & update Bun example (#870)
  • 4e9e216 feat!: Create runtime package and remove from SDK (#871)
  • 96bbe94 feat!: Allow ArcjetContext extension via new argument to core protect() (#841)
  • e6321af deps(dev): Bump @​rollup/wasm-node from 4.17.2 to 4.18.0 (#803)
  • c8364f4 feat!: Separate @arcjet/headers package from core (#824)
  • 8b1c811 chore(docs): Add live example app to READMEs (#823)
  • Additional commits viewable in compare view

Updates next from 14.2.3 to 14.2.4

Release notes

Sourced from next's releases.

v14.2.4

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • fix: ensure route handlers properly track dynamic access (#66446)
  • fix NextRequest proxy in edge runtime (#66551)
  • Fix next/dynamic with babel and src dir (#65177)
  • Use vercel deployment url for metadataBase fallbacks (#65089)
  • fix(next/image): detect react@19 for fetchPriority prop (#65235)
  • Fix loading navigation with metadata and prefetch (#66447)
  • prevent duplicate RSC fetch when action redirects (#66620)
  • ensure router cache updates reference the latest cache values (#66681)
  • Prevent append of trailing slash in cases where path ends with a file extension (#66636)
  • Fix inconsistency with 404 getStaticProps cache-control (#66674)
  • Use addDependency to track metadata route file changes (#66714)
  • Add timeout/retry handling for fetch cache (#66652)
  • fix: app-router prefetch crash when an invalid URL is passed to Link (#66755)

Credits

Huge thanks to @​ztanner, @​ijjk, @​wbinnssmith, @​huozhi, and @​lubieowoce for helping!

Commits
  • 3078441 v14.2.4
  • 0538a0d [not a backport] fix lint errors
  • 2807fb4 fix: app-router prefetch crash when an invalid URL is passed to Link (#66755)
  • efb476e Add timeout/retry handling for fetch cache (#66652)
  • c16a3f9 Use addDependency to track metadata route file changes (#66714)
  • 942e45a Fix inconsistency with 404 getStaticProps cache-control (#66674)
  • 9728a35 Prevent append of trailing slash in cases where path ends with a file extensi...
  • 44661c2 ensure router cache updates reference the latest cache values (#66681)
  • f7ec039 prevent duplicate RSC fetch when action redirects (#66620)
  • dd6ab93 Fix loading navigation with metadata and prefetch (#66447)
  • Additional commits viewable in compare view

Updates eslint-config-next from 14.2.3 to 14.2.4

Release notes

Sourced from eslint-config-next's releases.

v14.2.4

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • fix: ensure route handlers properly track dynamic access (#66446)
  • fix NextRequest proxy in edge runtime (#66551)
  • Fix next/dynamic with babel and src dir (#65177)
  • Use vercel deployment url for metadataBase fallbacks (#65089)
  • fix(next/image): detect react@19 for fetchPriority prop (#65235)
  • Fix loading navigation with metadata and prefetch (#66447)
  • prevent duplicate RSC fetch when action redirects (#66620)
  • ensure router cache updates reference the latest cache values (#66681)
  • Prevent append of trailing slash in cases where path ends with a file extension (#66636)
  • Fix inconsistency with 404 getStaticProps cache-control (#66674)
  • Use addDependency to track metadata route file changes (#66714)
  • Add timeout/retry handling for fetch cache (#66652)
  • fix: app-router prefetch crash when an invalid URL is passed to Link (#66755)

Credits

Huge thanks to @​ztanner, @​ijjk, @​wbinnssmith, @​huozhi, and @​lubieowoce for helping!

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner June 12, 2024 06:52
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 12, 2024
@dependabot dependabot bot requested a review from blaine-arcjet June 12, 2024 06:52
Copy link

trunk-io bot commented Jun 12, 2024

😎 Merged successfully - details.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/examples/nextjs-14-react-hook-form/dependencies-44454e9308 branch from 688dc39 to b69410c Compare June 12, 2024 13:09
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/[email protected] None +1 0 B
npm/[email protected] None +11 2.04 MB

🚮 Removed packages: npm/@arcjet/[email protected]

View full report↗︎

Copy link

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package Note
Network access npm/@arcjet/[email protected]

View full report↗︎

Next steps

What is network access?

This module accesses the network.

Packages should remove all network access that is functionally unnecessary. Consumers should audit network access to ensure legitimate use.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/[email protected] or ignore all packages with @SocketSecurity ignore-all

…updates

Bumps the dependencies group with 3 updates in the /examples/nextjs-14-react-hook-form directory: [@arcjet/next](https://github.com/arcjet/arcjet-js/tree/HEAD/arcjet-next), [next](https://github.com/vercel/next.js) and [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next).


Updates `@arcjet/next` from 1.0.0-alpha.13 to 1.0.0-alpha.14
- [Release notes](https://github.com/arcjet/arcjet-js/releases)
- [Changelog](https://github.com/arcjet/arcjet-js/blob/main/arcjet-next/CHANGELOG.md)
- [Commits](https://github.com/arcjet/arcjet-js/commits/v1.0.0-alpha.14/arcjet-next)

Updates `next` from 14.2.3 to 14.2.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.2.3...v14.2.4)

Updates `eslint-config-next` from 14.2.3 to 14.2.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.4/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: "@arcjet/next"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/examples/nextjs-14-react-hook-form/dependencies-44454e9308 branch from b69410c to c930dae Compare June 12, 2024 13:10
@blaine-arcjet
Copy link
Contributor

@SocketSecurity ignore npm/@arcjet/[email protected]

@trunk-io trunk-io bot merged commit 8e84ab6 into main Jun 12, 2024
19 checks passed
@trunk-io trunk-io bot deleted the dependabot/npm_and_yarn/examples/nextjs-14-react-hook-form/dependencies-44454e9308 branch June 12, 2024 14:41
trunk-io bot pushed a commit that referenced this pull request Jun 12, 2024
🤖 I have created a release *beep* *boop*
---


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

## [1.0.0-alpha.15](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.14...@arcjet/analyze-v1.0.0-alpha.15) (2024-06-12)


### 🧹 Miscellaneous Chores

* **@arcjet/analyze:** Synchronize arcjet-js versions


### Dependencies

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

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

## [1.0.0-alpha.15](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.14...@arcjet/bun-v1.0.0-alpha.15) (2024-06-12)


### ⚠ BREAKING CHANGES

* Move client into protocol and rename builders in adapters ([#932](#932))

### 📦 Dependencies

* **dev:** Bump bun-types from 1.1.12 to 1.1.13 ([#947](#947)) ([bbf996d](bbf996d))


### 🧹 Miscellaneous Chores

* Move client into protocol and rename builders in adapters ([#932](#932)) ([ea1c2b2](ea1c2b2))


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @arcjet/env bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15
    * @arcjet/headers bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15
    * @arcjet/ip bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15
    * @arcjet/logger bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15
    * @arcjet/protocol bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15
    * arcjet bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15
  * devDependencies
    * @arcjet/eslint-config bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15
    * @arcjet/rollup-config bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15
    * @arcjet/tsconfig bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15
</details>

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

## [1.0.0-alpha.15](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.14...@arcjet/decorate-v1.0.0-alpha.15) (2024-06-12)


### 🧹 Miscellaneous Chores

* **@arcjet/decorate:** Synchronize arcjet-js versions


### Dependencies

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

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

## [1.0.0-alpha.15](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.14...@arcjet/duration-v1.0.0-alpha.15) (2024-06-12)


### 🧹 Miscellaneous Chores

* **@arcjet/duration:** Synchronize arcjet-js versions


### Dependencies

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

<details><summary>@arcjet/env: 1.0.0-alpha.15</summary>

## [1.0.0-alpha.15](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.14...@arcjet/env-v1.0.0-alpha.15) (2024-06-12)


### 🧹 Miscellaneous Chores

* **@arcjet/env:** Synchronize arcjet-js versions


### Dependencies

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

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

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


### 🧹 Miscellaneous Chores

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

<details><summary>@arcjet/headers: 1.0.0-alpha.15</summary>

## [1.0.0-alpha.15](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.14...@arcjet/headers-v1.0.0-alpha.15) (2024-06-12)


### 🧹 Miscellaneous Chores

* **@arcjet/headers:** Synchronize arcjet-js versions


### Dependencies

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

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

## [1.0.0-alpha.15](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.14...@arcjet/ip-v1.0.0-alpha.15) (2024-06-12)


### 🧹 Miscellaneous Chores

* **@arcjet/ip:** Synchronize arcjet-js versions


### Dependencies

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

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

## [1.0.0-alpha.15](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.14...@arcjet/logger-v1.0.0-alpha.15) (2024-06-12)


### 🧹 Miscellaneous Chores

* **@arcjet/logger:** Synchronize arcjet-js versions


### Dependencies

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

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

## [1.0.0-alpha.15](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.14...@arcjet/next-v1.0.0-alpha.15) (2024-06-12)


### ⚠ BREAKING CHANGES

* Move client into protocol and rename builders in adapters ([#932](#932))

### 🧹 Miscellaneous Chores

* Move client into protocol and rename builders in adapters ([#932](#932)) ([ea1c2b2](ea1c2b2))


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @arcjet/env bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15
    * @arcjet/headers bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15
    * @arcjet/ip bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15
    * @arcjet/logger bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15
    * @arcjet/protocol bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15
    * arcjet bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15
  * devDependencies
    * @arcjet/eslint-config bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15
    * @arcjet/rollup-config bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15
    * @arcjet/tsconfig bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15
</details>

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

## [1.0.0-alpha.15](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.14...@arcjet/node-v1.0.0-alpha.15) (2024-06-12)


### ⚠ BREAKING CHANGES

* Move client into protocol and rename builders in adapters ([#932](#932))

### 🧹 Miscellaneous Chores

* Move client into protocol and rename builders in adapters ([#932](#932)) ([ea1c2b2](ea1c2b2))


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @arcjet/env bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15
    * @arcjet/headers bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15
    * @arcjet/ip bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15
    * @arcjet/logger bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15
    * @arcjet/protocol bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15
    * arcjet bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15
  * devDependencies
    * @arcjet/eslint-config bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15
    * @arcjet/rollup-config bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15
    * @arcjet/tsconfig bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15
</details>

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

## [1.0.0-alpha.15](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.14...@arcjet/protocol-v1.0.0-alpha.15) (2024-06-12)


### ⚠ BREAKING CHANGES

* Move client into protocol and rename builders in adapters ([#932](#932))

### 🧹 Miscellaneous Chores

* Move client into protocol and rename builders in adapters ([#932](#932)) ([ea1c2b2](ea1c2b2))


### Dependencies

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

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

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


### 🧹 Miscellaneous Chores

* **rollup-config:** Allow more builtins to avoid warnings ([#933](#933)) ([2d6f4a0](2d6f4a0))


### Dependencies

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

<details><summary>@arcjet/runtime: 1.0.0-alpha.15</summary>

## [1.0.0-alpha.15](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.14...@arcjet/runtime-v1.0.0-alpha.15) (2024-06-12)


### 🧹 Miscellaneous Chores

* **@arcjet/runtime:** Synchronize arcjet-js versions


### Dependencies

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

<details><summary>@arcjet/sprintf: 1.0.0-alpha.15</summary>

## [1.0.0-alpha.15](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.14...@arcjet/sprintf-v1.0.0-alpha.15) (2024-06-12)


### 🧹 Miscellaneous Chores

* **@arcjet/sprintf:** Synchronize arcjet-js versions


### Dependencies

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

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

## [1.0.0-alpha.15](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.14...@arcjet/sveltekit-v1.0.0-alpha.15) (2024-06-12)


### ⚠ BREAKING CHANGES

* Move client into protocol and rename builders in adapters ([#932](#932))

### 🧹 Miscellaneous Chores

* Move client into protocol and rename builders in adapters ([#932](#932)) ([ea1c2b2](ea1c2b2))


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @arcjet/env bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15
    * @arcjet/headers bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15
    * @arcjet/ip bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15
    * @arcjet/logger bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15
    * @arcjet/protocol bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15
    * @arcjet/runtime bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15
    * arcjet bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15
  * devDependencies
    * @arcjet/eslint-config bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15
    * @arcjet/rollup-config bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15
    * @arcjet/tsconfig bumped from 1.0.0-alpha.14 to 1.0.0-alpha.15
</details>

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

## [1.0.0-alpha.15](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.14...@arcjet/tsconfig-v1.0.0-alpha.15) (2024-06-12)


### 🧹 Miscellaneous Chores

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

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

## [1.0.0-alpha.15](v1.0.0-alpha.14...arcjet-v1.0.0-alpha.15) (2024-06-12)


### ⚠ BREAKING CHANGES

* Remove rateLimit alias for fixedWindow rule ([#964](#964))
* Remove logger dependency from core ([#929](#929))
* Move client into protocol and rename builders in adapters ([#932](#932))
* Freeze the ArcjetContext before using it ([#934](#934))

### 🧹 Miscellaneous Chores

* Freeze the ArcjetContext before using it ([#934](#934)) ([6720504](6720504))
* Move client into protocol and rename builders in adapters ([#932](#932)) ([ea1c2b2](ea1c2b2))
* Remove logger dependency from core ([#929](#929)) ([8c15961](8c15961))
* Remove rateLimit alias for fixedWindow rule ([#964](#964)) ([320d67c](320d67c))


### Dependencies

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

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

## [1.0.0-alpha.15](v1.0.0-alpha.14...v1.0.0-alpha.15) (2024-06-12)


### ⚠ BREAKING CHANGES

* Remove rateLimit alias for fixedWindow rule ([#964](#964))
* Remove logger dependency from core ([#929](#929))
* Move client into protocol and rename builders in adapters ([#932](#932))
* Freeze the ArcjetContext before using it ([#934](#934))

### 🪲 Bug Fixes

* **examples:** Update Sveltekite deps & fix a typo ([#939](#939)) ([dffd4a5](dffd4a5))


### 📦 Dependencies

* Bump braces from 3.0.2 to 3.0.3 ([#954](#954)) ([f3d2af5](f3d2af5))
* **dev:** Bump bun-types from 1.1.12 to 1.1.13 ([#947](#947)) ([bbf996d](bbf996d))
* **example:** Bump braces from 3.0.2 to 3.0.3 in /examples/nextjs-14-app-dir-rl ([#962](#962)) ([3ef130f](3ef130f))
* **example:** Bump braces from 3.0.2 to 3.0.3 in /examples/nextjs-14-app-dir-validate-email ([#961](#961)) ([05c8aed](05c8aed))
* **example:** Bump braces from 3.0.2 to 3.0.3 in /examples/nextjs-14-authjs-5 ([#959](#959)) ([9af5c16](9af5c16))
* **example:** Bump braces from 3.0.2 to 3.0.3 in /examples/nextjs-14-clerk-rl ([#949](#949)) ([2a3a919](2a3a919))
* **example:** Bump braces from 3.0.2 to 3.0.3 in /examples/nextjs-14-clerk-shield ([#957](#957)) ([18c5068](18c5068))
* **example:** Bump braces from 3.0.2 to 3.0.3 in /examples/nextjs-14-decorate ([#952](#952)) ([3077d96](3077d96))
* **example:** Bump braces from 3.0.2 to 3.0.3 in /examples/nextjs-14-ip-details ([#956](#956)) ([466c6d6](466c6d6))
* **example:** Bump braces from 3.0.2 to 3.0.3 in /examples/nextjs-14-nextauth-4 ([#951](#951)) ([c6270dd](c6270dd))
* **example:** Bump braces from 3.0.2 to 3.0.3 in /examples/nextjs-14-openai ([#955](#955)) ([cc46877](cc46877))
* **example:** Bump braces from 3.0.2 to 3.0.3 in /examples/nextjs-14-pages-wrap ([#953](#953)) ([6449d0d](6449d0d))
* **example:** Bump braces from 3.0.2 to 3.0.3 in /examples/nextjs-14-react-hook-form ([#958](#958)) ([3cc0ae7](3cc0ae7))
* **example:** Bump hono from 4.4.4 to 4.4.5 in /examples/nodejs-hono-rl in the dependencies group ([#923](#923)) ([8458fe8](8458fe8))
* **example:** Bump next from 14.2.3 to 14.2.4 in /examples/nextjs-14-authjs-5 in the dependencies group ([#940](#940)) ([4a1e3c1](4a1e3c1))
* **example:** Bump prettier from 3.3.1 to 3.3.2 in /examples/sveltekit in the dependencies group ([#926](#926)) ([30e03ad](30e03ad))
* **example:** Bump the dependencies group across 1 directory with 3 updates ([#943](#943)) ([8e84ab6](8e84ab6))
* **example:** Bump the dependencies group across 1 directory with 3 updates ([#960](#960)) ([12c541c](12c541c))
* **example:** Bump the dependencies group across 1 directory with 3 updates ([#963](#963)) ([37f387c](37f387c))
* **example:** Bump the dependencies group across 1 directory with 4 updates ([#946](#946)) ([71fcc86](71fcc86))
* **example:** Bump the dependencies group in /examples/nextjs-14-app-dir-rl with 2 updates ([#937](#937)) ([9384f4e](9384f4e))
* **example:** Bump the dependencies group in /examples/nextjs-14-app-dir-validate-email with 2 updates ([#944](#944)) ([6b6fe28](6b6fe28))
* **example:** Bump the dependencies group in /examples/nextjs-14-decorate with 2 updates ([#938](#938)) ([8c31888](8c31888))
* **example:** Bump the dependencies group in /examples/nextjs-14-ip-details with 2 updates ([#936](#936)) ([0cb5ed7](0cb5ed7))
* **example:** Bump the dependencies group in /examples/nextjs-14-nextauth-4 with 2 updates ([#942](#942)) ([00d32d1](00d32d1))
* **example:** Bump the dependencies group in /examples/nextjs-14-pages-wrap with 2 updates ([#935](#935)) ([78f1a31](78f1a31))


### 🧹 Miscellaneous Chores

* **deps-dev:** Bump braces from 3.0.2 to 3.0.3 in /examples/nodejs-nestjs ([#950](#950)) ([eb4efc1](eb4efc1))
* Fix typo in the release-please config ([#966](#966)) ([4e67890](4e67890))
* Freeze the ArcjetContext before using it ([#934](#934)) ([6720504](6720504))
* Link the versions of our new packages ([#965](#965)) ([6d20dfc](6d20dfc))
* Move client into protocol and rename builders in adapters ([#932](#932)) ([ea1c2b2](ea1c2b2))
* Remove logger dependency from core ([#929](#929)) ([8c15961](8c15961))
* Remove rateLimit alias for fixedWindow rule ([#964](#964)) ([320d67c](320d67c))
* **rollup-config:** Allow more builtins to avoid warnings ([#933](#933)) ([2d6f4a0](2d6f4a0))
</details>

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant