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(dev): Bump @rollup/wasm-node from 4.17.2 to 4.18.0 #803

Merged
merged 1 commit into from
May 28, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 22, 2024

Bumps @rollup/wasm-node from 4.17.2 to 4.18.0.

Release notes

Sourced from @​rollup/wasm-node's releases.

v4.18.0

4.18.0

2024-05-22

Features

  • Resolve import.meta.filename and .dirname in transpiled plugins (#5520)

Pull Requests

Changelog

Sourced from @​rollup/wasm-node's changelog.

4.18.0

2024-05-22

Features

  • Resolve import.meta.filename and .dirname in transpiled plugins (#5520)

Pull Requests

Commits
  • bb6f069 4.18.0
  • 13d8c99 docs: correct base32 to base36 in documentation (#5521)
  • cc993e7 Resolve import.meta.{filename,dirname} in files imported from config (#5520)
  • a25a779 Split up converter.rs into AST nodes (#5510)
  • a9cda18 chore(deps): lock file maintenance minor/patch updates (#5519)
  • 62c53c9 chore(deps): update dependency eslint-plugin-unicorn to v53 (#5518)
  • 3520da5 chore(deps): update dependency builtin-modules to v4 (#5512)
  • afdcc84 chore(deps): lock file maintenance minor/patch updates (#5514)
  • 00f0681 chore(deps): lock file maintenance (#5508)
  • 786566c chore(deps): lock file maintenance minor/patch updates (#5507)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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

trunk-io bot commented May 22, 2024

😎 Merged successfully - details.

updated-dependencies:
- dependency-name: "@rollup/wasm-node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/rollup/wasm-node-4.18.0 branch from 878b5f8 to 3ca394b Compare May 28, 2024 19:41
Copy link

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

Package New capabilities Transitives Size Publisher
npm/@rollup/wasm-node@4.18.0 None 0 0 B

🚮 Removed packages: npm/@rollup/wasm-node@4.17.2

View full report↗︎

@trunk-io trunk-io bot merged commit e6321af into main May 28, 2024
19 checks passed
@trunk-io trunk-io bot deleted the dependabot/npm_and_yarn/rollup/wasm-node-4.18.0 branch May 28, 2024 20:18
trunk-io bot pushed a commit that referenced this pull request Jun 10, 2024
🤖 I have created a release *beep* *boop*
---


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

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


### ⚠ BREAKING CHANGES

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

### 🚀 New Features

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


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.17.2 to 4.18.0 ([#803](#803)) ([e6321af](e6321af))
* **dev:** Bump bun-types from 1.1.8 to 1.1.12 ([#853](#853)) ([a42fbd3](a42fbd3))


### 📝 Documentation

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


### 🧹 Miscellaneous Chores

* **docs:** Add live example app to READMEs ([#823](#823)) ([8b1c811](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
    * @arcjet/tsconfig bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14
</details>

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

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


### ⚠ BREAKING CHANGES

* **decorate:** Use console to log instead of Arcjet logger ([#865](#865))

### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.17.2 to 4.18.0 ([#803](#803)) ([e6321af](e6321af))


### 📝 Documentation

* Add quick start links & update Bun example ([#870](#870)) ([ee3079f](ee3079f))


### 🧹 Miscellaneous Chores

* **decorate:** Use console to log instead of Arcjet logger ([#865](#865)) ([39bfcfc](39bfcfc))


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @arcjet/protocol bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14
    * @arcjet/sprintf 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
    * @arcjet/tsconfig bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14
</details>

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

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


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.17.2 to 4.18.0 ([#803](#803)) ([e6321af](e6321af))


### 📝 Documentation

* Add quick start links & update Bun example ([#870](#870)) ([ee3079f](ee3079f))


### Dependencies

* The following workspace dependencies were updated
  * 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
    * @arcjet/tsconfig bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14
</details>

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

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


### ⚠ BREAKING CHANGES

* Move all environment lookup into separate package ([#897](#897))

### 🚀 New Features

* Move all environment lookup into separate package ([#897](#897)) ([a5bb8ca](a5bb8ca))


### Dependencies

* The following workspace dependencies were updated
  * 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
    * @arcjet/tsconfig bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14
</details>

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

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


### ⚠ BREAKING CHANGES

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

### 🚀 New Features

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


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.17.2 to 4.18.0 ([#803](#803)) ([e6321af](e6321af))


### 📝 Documentation

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


### 🧹 Miscellaneous Chores

* **docs:** Add live example app to READMEs ([#823](#823)) ([8b1c811](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
    * @arcjet/tsconfig bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14
</details>

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

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


### ⚠ BREAKING CHANGES

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

### 🚀 New Features

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


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.17.2 to 4.18.0 ([#803](#803)) ([e6321af](e6321af))


### 📝 Documentation

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


### 🧹 Miscellaneous Chores

* **docs:** Add live example app to READMEs ([#823](#823)) ([8b1c811](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
    * @arcjet/tsconfig bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14
</details>

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

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


### ⚠ BREAKING CHANGES

* Create runtime package and remove from SDK ([#871](#871))

### 🚀 New Features

* Create runtime package and remove from SDK ([#871](#871)) ([4e9e216](4e9e216))


### 📝 Documentation

* Add quick start links & update Bun example ([#870](#870)) ([ee3079f](ee3079f))


### Dependencies

* The following workspace dependencies were updated
  * 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
    * @arcjet/tsconfig bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14
</details>

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

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


### 🚀 New Features

* Create sprintf package to replace util.format ([#856](#856)) ([160a16e](160a16e))


### 📝 Documentation

* Add quick start links & update Bun example ([#870](#870)) ([ee3079f](ee3079f))


### Dependencies

* The following workspace dependencies were updated
  * 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
    * @arcjet/tsconfig bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14
</details>

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

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


### ⚠ BREAKING CHANGES

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

### 🚀 New Features

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


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.17.2 to 4.18.0 ([#803](#803)) ([e6321af](e6321af))


### 📝 Documentation

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


### 🧹 Miscellaneous Chores

* **docs:** Add live example app to READMEs ([#823](#823)) ([8b1c811](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/runtime 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
    * @arcjet/tsconfig bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14
</details>

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

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


### ⚠ BREAKING CHANGES

* **analyze:** Leverage conditional exports to load Wasm appropriately ([#887](#887))
* **logger:** Align logger with Pino API ([#858](#858))

### 🚀 New Features

* **logger:** Align logger with Pino API ([#858](#858)) ([1806b94](1806b94)), closes [#822](#822) [#855](#855)


### 🪲 Bug Fixes

* **analyze:** Disable cache during base64 decode ([#838](#838)) ([72fb961](72fb961))


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.17.2 to 4.18.0 ([#803](#803)) ([e6321af](e6321af))


### 📝 Documentation

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


### 🧹 Miscellaneous Chores

* **analyze:** Leverage conditional exports to load Wasm appropriately ([#887](#887)) ([d7a698f](d7a698f))


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @arcjet/protocol 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
    * @arcjet/tsconfig bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14
</details>

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

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


### 📦 Dependencies

* Bump @typescript-eslint/eslint-plugin from 7.12.0 to 7.13.0 ([#918](#918)) ([bbd72a5](bbd72a5))
* Bump @typescript-eslint/eslint-plugin from 7.9.0 to 7.12.0 ([#862](#862)) ([51330b7](51330b7))
* Bump @typescript-eslint/parser from 7.12.0 to 7.13.0 ([#917](#917)) ([cfe0c14](cfe0c14))
* Bump @typescript-eslint/parser from 7.9.0 to 7.12.0 ([#861](#861)) ([eaf8c26](eaf8c26))
* Bump eslint-config-turbo from 1.13.3 to 2.0.3 ([#893](#893)) ([97525af](97525af))


### 📝 Documentation

* Add quick start links & update Bun example ([#870](#870)) ([ee3079f](ee3079f))
</details>

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

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


### ⚠ BREAKING CHANGES

* Separate `@arcjet/headers` package from core ([#824](#824))

### 🚀 New Features

* Separate `@arcjet/headers` package from core ([#824](#824)) ([c8364f4](c8364f4))


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.17.2 to 4.18.0 ([#803](#803)) ([e6321af](e6321af))


### 📝 Documentation

* Add quick start links & update Bun example ([#870](#870)) ([ee3079f](ee3079f))


### Dependencies

* The following workspace dependencies were updated
  * 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
    * @arcjet/tsconfig bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14
</details>

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

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


### ⚠ BREAKING CHANGES

* **ip:** Allow platform to be specified when looking up IP ([#896](#896))
* Add fallback IP in each adapter ([#895](#895))
* **ip:** Rework priority of IP detection ([#799](#799))

### 🚀 New Features

* Add fallback IP in each adapter ([#895](#895)) ([0f23cff](0f23cff)), closes [#51](#51) [#885](#885)
* **ip:** Allow platform to be specified when looking up IP ([#896](#896)) ([c9f54bb](c9f54bb))


### 🪲 Bug Fixes

* **ip:** Rework priority of IP detection ([#799](#799)) ([1df6291](1df6291))


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.17.2 to 4.18.0 ([#803](#803)) ([e6321af](e6321af))


### 📝 Documentation

* Add quick start links & update Bun example ([#870](#870)) ([ee3079f](ee3079f))


### Dependencies

* The following workspace dependencies were updated
  * 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
    * @arcjet/tsconfig bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14
</details>

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

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


### ⚠ BREAKING CHANGES

* **logger:** Align logger with Pino API ([#858](#858))
* **logger:** Replace nodejs util import with our sprintf library ([#857](#857))

### 🚀 New Features

* **logger:** Align logger with Pino API ([#858](#858)) ([1806b94](1806b94)), closes [#822](#822) [#855](#855)


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.17.2 to 4.18.0 ([#803](#803)) ([e6321af](e6321af))


### 📝 Documentation

* Add quick start links & update Bun example ([#870](#870)) ([ee3079f](ee3079f))


### 🧹 Miscellaneous Chores

* **logger:** Replace nodejs util import with our sprintf library ([#857](#857)) ([edd99a1](edd99a1))
* **logger:** Update description to match implementation ([#907](#907)) ([0840358](0840358))


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @arcjet/sprintf 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
    * @arcjet/tsconfig bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14
</details>

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

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


### ⚠ BREAKING CHANGES

* **logger:** Align logger with Pino API ([#858](#858))
* Create runtime package and remove from SDK ([#871](#871))
* Allow ArcjetContext extension via new argument to core `protect()` ([#841](#841))

### 🚀 New Features

* Allow ArcjetContext extension via new argument to core `protect()` ([#841](#841)) ([96bbe94](96bbe94))
* Create runtime package and remove from SDK ([#871](#871)) ([4e9e216](4e9e216))
* **logger:** Align logger with Pino API ([#858](#858)) ([1806b94](1806b94)), closes [#822](#822) [#855](#855)


### 📦 Dependencies

* Bump @bufbuild/protobuf from 1.9.0 to 1.10.0 ([#847](#847)) ([de8266f](de8266f))
* **dev:** Bump @rollup/wasm-node from 4.17.2 to 4.18.0 ([#803](#803)) ([e6321af](e6321af))


### 📝 Documentation

* Add quick start links & update Bun example ([#870](#870)) ([ee3079f](ee3079f))


### Dependencies

* The following workspace dependencies were updated
  * 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
    * @arcjet/tsconfig bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14
</details>

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

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


### ⚠ BREAKING CHANGES

* **analyze:** Leverage conditional exports to load Wasm appropriately ([#887](#887))

### 📦 Dependencies

* Bump @rollup/plugin-replace from 5.0.5 to 5.0.7 ([#920](#920)) ([176170b](176170b))
* **dev:** Bump @rollup/wasm-node from 4.17.2 to 4.18.0 ([#803](#803)) ([e6321af](e6321af))


### 📝 Documentation

* Add quick start links & update Bun example ([#870](#870)) ([ee3079f](ee3079f))


### 🧹 Miscellaneous Chores

* **analyze:** Leverage conditional exports to load Wasm appropriately ([#887](#887)) ([d7a698f](d7a698f))


### Dependencies

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

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

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


### 📝 Documentation

* Add quick start links & update Bun example ([#870](#870)) ([ee3079f](ee3079f))
</details>

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

## [1.0.0-alpha.14](v1.0.0-alpha.13...arcjet-v1.0.0-alpha.14) (2024-06-10)


### ⚠ BREAKING CHANGES

* Move all environment lookup into separate package ([#897](#897))
* **logger:** Align logger with Pino API ([#858](#858))
* Create runtime package and remove from SDK ([#871](#871))
* Allow ArcjetContext extension via new argument to core `protect()` ([#841](#841))
* Separate `@arcjet/headers` package from core ([#824](#824))

### 🚀 New Features

* Allow ArcjetContext extension via new argument to core `protect()` ([#841](#841)) ([96bbe94](96bbe94))
* Create runtime package and remove from SDK ([#871](#871)) ([4e9e216](4e9e216))
* **logger:** Align logger with Pino API ([#858](#858)) ([1806b94](1806b94)), closes [#822](#822) [#855](#855)
* Move all environment lookup into separate package ([#897](#897)) ([a5bb8ca](a5bb8ca))
* Separate `@arcjet/headers` package from core ([#824](#824)) ([c8364f4](c8364f4))


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.17.2 to 4.18.0 ([#803](#803)) ([e6321af](e6321af))


### 📝 Documentation

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


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @arcjet/analyze bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14
    * @arcjet/duration 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/logger bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14
    * @arcjet/protocol bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14
    * @arcjet/runtime 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
    * @arcjet/tsconfig bumped from 1.0.0-alpha.13 to 1.0.0-alpha.14
</details>

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

## [1.0.0-alpha.14](v1.0.0-alpha.13...v1.0.0-alpha.14) (2024-06-10)


### ⚠ BREAKING CHANGES

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

### 🚀 New Features

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


### 🪲 Bug Fixes

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


### 📦 Dependencies

* Bump @bufbuild/protobuf from 1.9.0 to 1.10.0 ([#847](#847)) ([de8266f](de8266f))
* Bump @rollup/plugin-replace from 5.0.5 to 5.0.7 ([#920](#920)) ([176170b](176170b))
* Bump @typescript-eslint/eslint-plugin from 7.12.0 to 7.13.0 ([#918](#918)) ([bbd72a5](bbd72a5))
* Bump @typescript-eslint/eslint-plugin from 7.9.0 to 7.12.0 ([#862](#862)) ([51330b7](51330b7))
* Bump @typescript-eslint/parser from 7.12.0 to 7.13.0 ([#917](#917)) ([cfe0c14](cfe0c14))
* Bump @typescript-eslint/parser from 7.9.0 to 7.12.0 ([#861](#861)) ([eaf8c26](eaf8c26))
* Bump eslint-config-turbo from 1.13.3 to 2.0.3 ([#893](#893)) ([97525af](97525af))
* **dev:** Bump @rollup/wasm-node from 4.17.2 to 4.18.0 ([#803](#803)) ([e6321af](e6321af))
* **dev:** Bump bun-types from 1.1.8 to 1.1.12 ([#853](#853)) ([a42fbd3](a42fbd3))
* **example:** Bump @types/bun from 1.1.2 to 1.1.3 in /examples/bun-hono-rl in the dependencies group ([#804](#804)) ([ecada7f](ecada7f))
* **example:** Bump @types/bun from 1.1.2 to 1.1.3 in /examples/bun-rl in the dependencies group ([#800](#800)) ([de15757](de15757))
* **example:** Bump ai from 3.1.30 to 3.1.31 in /examples/nextjs-14-openai in the dependencies group ([#915](#915)) ([84510a8](84510a8))
* **example:** Bump lucide-react from 0.390.0 to 0.394.0 in /examples/nextjs-14-authjs-5 in the dependencies group ([#916](#916)) ([0414404](0414404))
* **example:** Bump the dependencies group across 1 directory with 12 updates ([#921](#921)) ([2e373c4](2e373c4))
* **example:** Bump the dependencies group across 1 directory with 2 updates ([#872](#872)) ([2e8257d](2e8257d))
* **example:** Bump the dependencies group across 1 directory with 2 updates ([#876](#876)) ([e35a61a](e35a61a))
* **example:** Bump the dependencies group across 1 directory with 2 updates ([#877](#877)) ([37b268f](37b268f))
* **example:** Bump the dependencies group across 1 directory with 2 updates ([#878](#878)) ([03e8f0a](03e8f0a))
* **example:** Bump the dependencies group across 1 directory with 2 updates ([#881](#881)) ([f37d892](f37d892))
* **example:** Bump the dependencies group across 1 directory with 2 updates ([#883](#883)) ([22b4792](22b4792))
* **example:** Bump the dependencies group across 1 directory with 2 updates ([#888](#888)) ([6d5b708](6d5b708))
* **example:** Bump the dependencies group across 1 directory with 3 updates ([#875](#875)) ([a7b541e](a7b541e))
* **example:** Bump the dependencies group across 1 directory with 3 updates ([#882](#882)) ([1b38026](1b38026))
* **example:** Bump the dependencies group across 1 directory with 4 updates ([#892](#892)) ([4dddd0c](4dddd0c))
* **example:** Bump the dependencies group across 1 directory with 4 updates ([#899](#899)) ([99886d1](99886d1))
* **example:** Bump the dependencies group across 1 directory with 9 updates ([#889](#889)) ([a5f9db6](a5f9db6))
* **example:** Bump the dependencies group in /examples/nextjs-14-react-hook-form with 2 updates ([#919](#919)) ([391f3fc](391f3fc))


### 📝 Documentation

* Add headers package to root readme ([#837](#837)) ([d1089ad](d1089ad))
* Add quick start links & update Bun example ([#870](#870)) ([ee3079f](ee3079f))
* Remove wording that implies is Shield is added by default ([#796](#796)) ([a85d18c](a85d18c))


### 🧹 Miscellaneous Chores

* **analyze:** Leverage conditional exports to load Wasm appropriately ([#887](#887)) ([d7a698f](d7a698f))
* **ci:** Avoid dependabot for bun examples ([#914](#914)) ([09391f7](09391f7))
* **decorate:** Use console to log instead of Arcjet logger ([#865](#865)) ([39bfcfc](39bfcfc))
* **docs:** Add live example app to READMEs ([#823](#823)) ([8b1c811](8b1c811))
* **logger:** Replace nodejs util import with our sprintf library ([#857](#857)) ([edd99a1](edd99a1))
* **logger:** Update description to match implementation ([#907](#907)) ([0840358](0840358))
</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