From 609b9d6d0facb607700aafa14d6b169dd030a3ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 22:28:40 +0000 Subject: [PATCH] chore: Release 1.0.0-alpha.10 --- .github/.release-please-manifest.json | 26 ++++++++-------- CHANGELOG.md | 44 +++++++++++++++++++++++++++ analyze/CHANGELOG.md | 24 +++++++++++++++ analyze/package.json | 10 +++--- arcjet-next/CHANGELOG.md | 29 ++++++++++++++++++ arcjet-next/package.json | 12 ++++---- arcjet-node/CHANGELOG.md | 20 ++++++++++++ arcjet-node/package.json | 12 ++++---- arcjet/CHANGELOG.md | 22 ++++++++++++++ arcjet/package.json | 16 +++++----- decorate/CHANGELOG.md | 20 ++++++++++++ decorate/package.json | 12 ++++---- duration/CHANGELOG.md | 17 +++++++++++ duration/package.json | 8 ++--- eslint-config/CHANGELOG.md | 13 ++++++++ eslint-config/package.json | 2 +- ip/CHANGELOG.md | 17 +++++++++++ ip/package.json | 8 ++--- logger/CHANGELOG.md | 17 +++++++++++ logger/package.json | 8 ++--- package-lock.json | 4 +-- package.json | 2 +- protocol/CHANGELOG.md | 17 +++++++++++ protocol/package.json | 8 ++--- rollup-config/CHANGELOG.md | 25 +++++++++++++++ rollup-config/package.json | 6 ++-- tsconfig/CHANGELOG.md | 7 +++++ tsconfig/package.json | 2 +- 28 files changed, 340 insertions(+), 68 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 730d166f5..6de8777cf 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,15 +1,15 @@ { - ".": "1.0.0-alpha.9", - "analyze": "1.0.0-alpha.9", - "arcjet": "1.0.0-alpha.9", - "arcjet-next": "1.0.0-alpha.9", - "arcjet-node": "1.0.0-alpha.9", - "decorate": "1.0.0-alpha.9", - "duration": "1.0.0-alpha.9", - "eslint-config": "1.0.0-alpha.9", - "ip": "1.0.0-alpha.9", - "logger": "1.0.0-alpha.9", - "protocol": "1.0.0-alpha.9", - "rollup-config": "1.0.0-alpha.9", - "tsconfig": "1.0.0-alpha.9" + ".": "1.0.0-alpha.10", + "analyze": "1.0.0-alpha.10", + "arcjet": "1.0.0-alpha.10", + "arcjet-next": "1.0.0-alpha.10", + "arcjet-node": "1.0.0-alpha.10", + "decorate": "1.0.0-alpha.10", + "duration": "1.0.0-alpha.10", + "eslint-config": "1.0.0-alpha.10", + "ip": "1.0.0-alpha.10", + "logger": "1.0.0-alpha.10", + "protocol": "1.0.0-alpha.10", + "rollup-config": "1.0.0-alpha.10", + "tsconfig": "1.0.0-alpha.10" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5af4b1589..8dbe10ec2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,49 @@ # Changelog +## [1.0.0-alpha.10](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2024-03-11) + + +### โš  BREAKING CHANGES + +* Switch Next.js to peer dependency ([#339](https://github.com/arcjet/arcjet-js/issues/339)) + +### ๐Ÿ“ฆ Dependencies + +* Bump eslint-config-next from 14.1.1 to 14.1.3 ([#322](https://github.com/arcjet/arcjet-js/issues/322)) ([9b99345](https://github.com/arcjet/arcjet-js/commit/9b99345dc8bf9511e991746d3e9e7e3e9fb1c9bc)) +* Bump eslint-config-turbo from 1.12.4 to 1.12.5 ([#340](https://github.com/arcjet/arcjet-js/issues/340)) ([3d28dd9](https://github.com/arcjet/arcjet-js/commit/3d28dd9f2aef87bd7aba64a06413f543a21e45b0)) +* Bump next from 14.1.1 to 14.1.3 ([#323](https://github.com/arcjet/arcjet-js/issues/323)) ([0bad5fe](https://github.com/arcjet/arcjet-js/commit/0bad5fe427c30e5626a2888d2b9d25f507771e9d)) +* **dev:** Bump @rollup/wasm-node from 4.12.0 to 4.12.1 ([#320](https://github.com/arcjet/arcjet-js/issues/320)) ([7f07a8f](https://github.com/arcjet/arcjet-js/commit/7f07a8f78e2f2bf67ab0eba032eeb311704c4eee)) +* **dev:** Bump typescript from 5.3.3 to 5.4.2 ([#321](https://github.com/arcjet/arcjet-js/issues/321)) ([e0c2914](https://github.com/arcjet/arcjet-js/commit/e0c2914ab868d4a3e571c959f4b00284bbbc3050)) +* **example:** Bump the dependencies group in /examples/nextjs-13-pages-wrap with 3 updates ([#332](https://github.com/arcjet/arcjet-js/issues/332)) ([5083415](https://github.com/arcjet/arcjet-js/commit/50834153059746fae88d2cc99e00734470d15440)) +* **example:** Bump the dependencies group in /examples/nextjs-14-app-dir-rl with 1 update ([#348](https://github.com/arcjet/arcjet-js/issues/348)) ([29b2259](https://github.com/arcjet/arcjet-js/commit/29b2259116c52fbba4be06b1b04a0f1edff292d5)) +* **example:** Bump the dependencies group in /examples/nextjs-14-app-dir-rl with 3 updates ([#330](https://github.com/arcjet/arcjet-js/issues/330)) ([505c886](https://github.com/arcjet/arcjet-js/commit/505c886261c08d1b711a4d28db4eaca13c221bba)) +* **example:** Bump the dependencies group in /examples/nextjs-14-app-dir-validate-email with 1 update ([#352](https://github.com/arcjet/arcjet-js/issues/352)) ([ce76dcb](https://github.com/arcjet/arcjet-js/commit/ce76dcb0600005eb19dd8a75df6d1a941d0a1cb0)) +* **example:** Bump the dependencies group in /examples/nextjs-14-app-dir-validate-email with 3 updates ([#326](https://github.com/arcjet/arcjet-js/issues/326)) ([322311e](https://github.com/arcjet/arcjet-js/commit/322311efdb97f6f88d72e2a22ff062f1a0d343b2)) +* **example:** Bump the dependencies group in /examples/nextjs-14-clerk-rl with 1 update ([#349](https://github.com/arcjet/arcjet-js/issues/349)) ([1f4e1d4](https://github.com/arcjet/arcjet-js/commit/1f4e1d46c51220ad1def198cdaab129ccf168b10)) +* **example:** Bump the dependencies group in /examples/nextjs-14-clerk-rl with 3 updates ([#329](https://github.com/arcjet/arcjet-js/issues/329)) ([3797b6b](https://github.com/arcjet/arcjet-js/commit/3797b6b9ac6d96736fef102c7a3d73713ae252d8)) +* **example:** Bump the dependencies group in /examples/nextjs-14-clerk-shield with 3 updates ([#327](https://github.com/arcjet/arcjet-js/issues/327)) ([12cf78b](https://github.com/arcjet/arcjet-js/commit/12cf78bda2b3bd2425b7ca559f96fe49ab09eeaa)) +* **example:** Bump the dependencies group in /examples/nextjs-14-decorate with 1 update ([#350](https://github.com/arcjet/arcjet-js/issues/350)) ([51a21cf](https://github.com/arcjet/arcjet-js/commit/51a21cfef69b6670fbe4d2be19cdba8ce2740090)) +* **example:** Bump the dependencies group in /examples/nextjs-14-decorate with 3 updates ([#331](https://github.com/arcjet/arcjet-js/issues/331)) ([2641ffe](https://github.com/arcjet/arcjet-js/commit/2641ffe02f9059d5f79f09a3b2bfe8159cf1dcd0)) +* **example:** Bump the dependencies group in /examples/nextjs-14-openai with 2 updates ([#346](https://github.com/arcjet/arcjet-js/issues/346)) ([a5db5a9](https://github.com/arcjet/arcjet-js/commit/a5db5a9ec35f0d96bed6a1aca5f70f1c251561eb)) +* **example:** Bump the dependencies group in /examples/nextjs-14-openai with 4 updates ([#328](https://github.com/arcjet/arcjet-js/issues/328)) ([d927ecc](https://github.com/arcjet/arcjet-js/commit/d927eccb2637b03fe1d61eb766b137f9274aabc8)) +* **example:** Bump the dependencies group in /examples/nextjs-14-pages-wrap with 1 update ([#347](https://github.com/arcjet/arcjet-js/issues/347)) ([adb1a83](https://github.com/arcjet/arcjet-js/commit/adb1a835bb46c1a3b6d0d8721f45604241e346ab)) +* **example:** Bump the dependencies group in /examples/nextjs-14-pages-wrap with 3 updates ([#325](https://github.com/arcjet/arcjet-js/issues/325)) ([2bbf20d](https://github.com/arcjet/arcjet-js/commit/2bbf20d7f0df29a9997aa1f80e2ef9d2a8fa3592)) +* **example:** Bump the dependencies group in /examples/nextjs-example with 1 update ([#324](https://github.com/arcjet/arcjet-js/issues/324)) ([4bf8997](https://github.com/arcjet/arcjet-js/commit/4bf899787e83e35dd1cf04d16119e7275c6a43bd)) + + +### ๐Ÿ“ Documentation + +* **examples:** Add Node.js express server validate email example ([#343](https://github.com/arcjet/arcjet-js/issues/343)) ([fc6c6a8](https://github.com/arcjet/arcjet-js/commit/fc6c6a8611a06a1efb2d45f54bea2a3128b4cc2e)) +* **examples:** Added Node.js Express server example ([#333](https://github.com/arcjet/arcjet-js/issues/333)) ([f398c28](https://github.com/arcjet/arcjet-js/commit/f398c28795bc0f5fe88432bf51e83d2a3e9080c6)) + + +### ๐Ÿงน Miscellaneous Chores + +* **analyze:** Replace node import with crypto global ([#335](https://github.com/arcjet/arcjet-js/issues/335)) ([bcc27f2](https://github.com/arcjet/arcjet-js/commit/bcc27f26dc740914c15f7adc99c1ad845b9458ff)) +* **examples:** Leverage semver so next gets updated by dependabot ([#345](https://github.com/arcjet/arcjet-js/issues/345)) ([58b6d2e](https://github.com/arcjet/arcjet-js/commit/58b6d2eb9ad2413d8dc36a65d027596dfc6a54eb)) +* Make next a peerDep in our eslint package ([#344](https://github.com/arcjet/arcjet-js/issues/344)) ([89de5a8](https://github.com/arcjet/arcjet-js/commit/89de5a8b7461a4bb94a8c624ae9aa766e2594c18)) +* Switch Next.js to peer dependency ([#339](https://github.com/arcjet/arcjet-js/issues/339)) ([cb82883](https://github.com/arcjet/arcjet-js/commit/cb82883e31cc615748576d6a51fd351aa6522323)) + ## [1.0.0-alpha.9](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2024-03-04) diff --git a/analyze/CHANGELOG.md b/analyze/CHANGELOG.md index f41084bfb..1e2013941 100644 --- a/analyze/CHANGELOG.md +++ b/analyze/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [1.0.0-alpha.10](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.9...@arcjet/analyze-v1.0.0-alpha.10) (2024-03-11) + + +### ๐Ÿ“ฆ Dependencies + +* **dev:** Bump @rollup/wasm-node from 4.12.0 to 4.12.1 ([#320](https://github.com/arcjet/arcjet-js/issues/320)) ([7f07a8f](https://github.com/arcjet/arcjet-js/commit/7f07a8f78e2f2bf67ab0eba032eeb311704c4eee)) +* **dev:** Bump typescript from 5.3.3 to 5.4.2 ([#321](https://github.com/arcjet/arcjet-js/issues/321)) ([e0c2914](https://github.com/arcjet/arcjet-js/commit/e0c2914ab868d4a3e571c959f4b00284bbbc3050)) + + +### ๐Ÿงน Miscellaneous Chores + +* **analyze:** Replace node import with crypto global ([#335](https://github.com/arcjet/arcjet-js/issues/335)) ([bcc27f2](https://github.com/arcjet/arcjet-js/commit/bcc27f26dc740914c15f7adc99c1ad845b9458ff)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @arcjet/logger bumped from 1.0.0-alpha.9 to 1.0.0-alpha.10 + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.9 to 1.0.0-alpha.10 + * @arcjet/rollup-config bumped from 1.0.0-alpha.9 to 1.0.0-alpha.10 + * @arcjet/tsconfig bumped from 1.0.0-alpha.9 to 1.0.0-alpha.10 + ## [1.0.0-alpha.9](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.8...@arcjet/analyze-v1.0.0-alpha.9) (2024-03-04) diff --git a/analyze/package.json b/analyze/package.json index 9334ecd99..23af84922 100644 --- a/analyze/package.json +++ b/analyze/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/analyze", - "version": "1.0.0-alpha.9", + "version": "1.0.0-alpha.10", "description": "Arcjet local analysis engine", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -44,12 +44,12 @@ "./wasm/arcjet_analyze_js_req_bg.js" ], "dependencies": { - "@arcjet/logger": "1.0.0-alpha.9" + "@arcjet/logger": "1.0.0-alpha.10" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.9", - "@arcjet/rollup-config": "1.0.0-alpha.9", - "@arcjet/tsconfig": "1.0.0-alpha.9", + "@arcjet/eslint-config": "1.0.0-alpha.10", + "@arcjet/rollup-config": "1.0.0-alpha.10", + "@arcjet/tsconfig": "1.0.0-alpha.10", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.12.1", "@types/node": "18.18.0", diff --git a/arcjet-next/CHANGELOG.md b/arcjet-next/CHANGELOG.md index e87096527..5c0cae6a4 100644 --- a/arcjet-next/CHANGELOG.md +++ b/arcjet-next/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +## [1.0.0-alpha.10](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.9...@arcjet/next-v1.0.0-alpha.10) (2024-03-11) + + +### โš  BREAKING CHANGES + +* Switch Next.js to peer dependency ([#339](https://github.com/arcjet/arcjet-js/issues/339)) + +### ๐Ÿ“ฆ Dependencies + +* **dev:** Bump @rollup/wasm-node from 4.12.0 to 4.12.1 ([#320](https://github.com/arcjet/arcjet-js/issues/320)) ([7f07a8f](https://github.com/arcjet/arcjet-js/commit/7f07a8f78e2f2bf67ab0eba032eeb311704c4eee)) +* **dev:** Bump typescript from 5.3.3 to 5.4.2 ([#321](https://github.com/arcjet/arcjet-js/issues/321)) ([e0c2914](https://github.com/arcjet/arcjet-js/commit/e0c2914ab868d4a3e571c959f4b00284bbbc3050)) + + +### ๐Ÿงน Miscellaneous Chores + +* Switch Next.js to peer dependency ([#339](https://github.com/arcjet/arcjet-js/issues/339)) ([cb82883](https://github.com/arcjet/arcjet-js/commit/cb82883e31cc615748576d6a51fd351aa6522323)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @arcjet/ip bumped from 1.0.0-alpha.9 to 1.0.0-alpha.10 + * arcjet bumped from 1.0.0-alpha.9 to 1.0.0-alpha.10 + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.9 to 1.0.0-alpha.10 + * @arcjet/rollup-config bumped from 1.0.0-alpha.9 to 1.0.0-alpha.10 + * @arcjet/tsconfig bumped from 1.0.0-alpha.9 to 1.0.0-alpha.10 + ## [1.0.0-alpha.9](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.8...@arcjet/next-v1.0.0-alpha.9) (2024-03-04) diff --git a/arcjet-next/package.json b/arcjet-next/package.json index b3ca38cbd..b1252a6ee 100644 --- a/arcjet-next/package.json +++ b/arcjet-next/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/next", - "version": "1.0.0-alpha.9", + "version": "1.0.0-alpha.10", "description": "Arcjet SDK for the Next.js framework", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -40,17 +40,17 @@ "test": "NODE_OPTIONS=--experimental-vm-modules jest --passWithNoTests" }, "dependencies": { - "@arcjet/ip": "1.0.0-alpha.9", + "@arcjet/ip": "1.0.0-alpha.10", "@connectrpc/connect-web": "1.4.0", - "arcjet": "1.0.0-alpha.9" + "arcjet": "1.0.0-alpha.10" }, "peerDependencies": { "next": ">=13" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.9", - "@arcjet/rollup-config": "1.0.0-alpha.9", - "@arcjet/tsconfig": "1.0.0-alpha.9", + "@arcjet/eslint-config": "1.0.0-alpha.10", + "@arcjet/rollup-config": "1.0.0-alpha.10", + "@arcjet/tsconfig": "1.0.0-alpha.10", "@jest/globals": "29.7.0", "@types/node": "18.18.0", "@rollup/wasm-node": "4.12.1", diff --git a/arcjet-node/CHANGELOG.md b/arcjet-node/CHANGELOG.md index 0e0fccf4f..23e9b41af 100644 --- a/arcjet-node/CHANGELOG.md +++ b/arcjet-node/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [1.0.0-alpha.10](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.9...@arcjet/node-v1.0.0-alpha.10) (2024-03-11) + + +### ๐Ÿ“ฆ Dependencies + +* **dev:** Bump @rollup/wasm-node from 4.12.0 to 4.12.1 ([#320](https://github.com/arcjet/arcjet-js/issues/320)) ([7f07a8f](https://github.com/arcjet/arcjet-js/commit/7f07a8f78e2f2bf67ab0eba032eeb311704c4eee)) +* **dev:** Bump typescript from 5.3.3 to 5.4.2 ([#321](https://github.com/arcjet/arcjet-js/issues/321)) ([e0c2914](https://github.com/arcjet/arcjet-js/commit/e0c2914ab868d4a3e571c959f4b00284bbbc3050)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @arcjet/ip bumped from 1.0.0-alpha.9 to 1.0.0-alpha.10 + * arcjet bumped from 1.0.0-alpha.9 to 1.0.0-alpha.10 + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.9 to 1.0.0-alpha.10 + * @arcjet/rollup-config bumped from 1.0.0-alpha.9 to 1.0.0-alpha.10 + * @arcjet/tsconfig bumped from 1.0.0-alpha.9 to 1.0.0-alpha.10 + ## [1.0.0-alpha.9](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.8...@arcjet/node-v1.0.0-alpha.9) (2024-03-04) diff --git a/arcjet-node/package.json b/arcjet-node/package.json index 9c71e154d..ddbcb09a9 100644 --- a/arcjet-node/package.json +++ b/arcjet-node/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/node", - "version": "1.0.0-alpha.9", + "version": "1.0.0-alpha.10", "description": "Arcjet SDK for Node.js", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -40,14 +40,14 @@ "test": "NODE_OPTIONS=--experimental-vm-modules jest --passWithNoTests" }, "dependencies": { - "@arcjet/ip": "1.0.0-alpha.9", + "@arcjet/ip": "1.0.0-alpha.10", "@connectrpc/connect-node": "1.4.0", - "arcjet": "1.0.0-alpha.9" + "arcjet": "1.0.0-alpha.10" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.9", - "@arcjet/rollup-config": "1.0.0-alpha.9", - "@arcjet/tsconfig": "1.0.0-alpha.9", + "@arcjet/eslint-config": "1.0.0-alpha.10", + "@arcjet/rollup-config": "1.0.0-alpha.10", + "@arcjet/tsconfig": "1.0.0-alpha.10", "@jest/globals": "29.7.0", "@types/node": "18.18.0", "@rollup/wasm-node": "4.12.1", diff --git a/arcjet/CHANGELOG.md b/arcjet/CHANGELOG.md index ab9e78f14..b0824c255 100644 --- a/arcjet/CHANGELOG.md +++ b/arcjet/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [1.0.0-alpha.10](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.9...arcjet-v1.0.0-alpha.10) (2024-03-11) + + +### ๐Ÿ“ฆ Dependencies + +* **dev:** Bump @rollup/wasm-node from 4.12.0 to 4.12.1 ([#320](https://github.com/arcjet/arcjet-js/issues/320)) ([7f07a8f](https://github.com/arcjet/arcjet-js/commit/7f07a8f78e2f2bf67ab0eba032eeb311704c4eee)) +* **dev:** Bump typescript from 5.3.3 to 5.4.2 ([#321](https://github.com/arcjet/arcjet-js/issues/321)) ([e0c2914](https://github.com/arcjet/arcjet-js/commit/e0c2914ab868d4a3e571c959f4b00284bbbc3050)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @arcjet/analyze bumped from 1.0.0-alpha.9 to 1.0.0-alpha.10 + * @arcjet/duration bumped from 1.0.0-alpha.9 to 1.0.0-alpha.10 + * @arcjet/logger bumped from 1.0.0-alpha.9 to 1.0.0-alpha.10 + * @arcjet/protocol bumped from 1.0.0-alpha.9 to 1.0.0-alpha.10 + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.9 to 1.0.0-alpha.10 + * @arcjet/rollup-config bumped from 1.0.0-alpha.9 to 1.0.0-alpha.10 + * @arcjet/tsconfig bumped from 1.0.0-alpha.9 to 1.0.0-alpha.10 + ## [1.0.0-alpha.9](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.8...arcjet-v1.0.0-alpha.9) (2024-03-04) diff --git a/arcjet/package.json b/arcjet/package.json index 2171a63d3..f8bbd8bb7 100644 --- a/arcjet/package.json +++ b/arcjet/package.json @@ -1,6 +1,6 @@ { "name": "arcjet", - "version": "1.0.0-alpha.9", + "version": "1.0.0-alpha.10", "description": "Arcjet TypeScript and JavaScript SDK core", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -40,15 +40,15 @@ "test": "NODE_OPTIONS=--experimental-vm-modules jest" }, "dependencies": { - "@arcjet/analyze": "1.0.0-alpha.9", - "@arcjet/duration": "1.0.0-alpha.9", - "@arcjet/logger": "1.0.0-alpha.9", - "@arcjet/protocol": "1.0.0-alpha.9" + "@arcjet/analyze": "1.0.0-alpha.10", + "@arcjet/duration": "1.0.0-alpha.10", + "@arcjet/logger": "1.0.0-alpha.10", + "@arcjet/protocol": "1.0.0-alpha.10" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.9", - "@arcjet/rollup-config": "1.0.0-alpha.9", - "@arcjet/tsconfig": "1.0.0-alpha.9", + "@arcjet/eslint-config": "1.0.0-alpha.10", + "@arcjet/rollup-config": "1.0.0-alpha.10", + "@arcjet/tsconfig": "1.0.0-alpha.10", "@edge-runtime/jest-environment": "2.3.10", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.12.1", diff --git a/decorate/CHANGELOG.md b/decorate/CHANGELOG.md index c6def6855..b9db481a9 100644 --- a/decorate/CHANGELOG.md +++ b/decorate/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [1.0.0-alpha.10](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.9...@arcjet/decorate-v1.0.0-alpha.10) (2024-03-11) + + +### ๐Ÿ“ฆ Dependencies + +* **dev:** Bump @rollup/wasm-node from 4.12.0 to 4.12.1 ([#320](https://github.com/arcjet/arcjet-js/issues/320)) ([7f07a8f](https://github.com/arcjet/arcjet-js/commit/7f07a8f78e2f2bf67ab0eba032eeb311704c4eee)) +* **dev:** Bump typescript from 5.3.3 to 5.4.2 ([#321](https://github.com/arcjet/arcjet-js/issues/321)) ([e0c2914](https://github.com/arcjet/arcjet-js/commit/e0c2914ab868d4a3e571c959f4b00284bbbc3050)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @arcjet/logger bumped from 1.0.0-alpha.9 to 1.0.0-alpha.10 + * @arcjet/protocol bumped from 1.0.0-alpha.9 to 1.0.0-alpha.10 + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.9 to 1.0.0-alpha.10 + * @arcjet/rollup-config bumped from 1.0.0-alpha.9 to 1.0.0-alpha.10 + * @arcjet/tsconfig bumped from 1.0.0-alpha.9 to 1.0.0-alpha.10 + ## [1.0.0-alpha.9](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.8...@arcjet/decorate-v1.0.0-alpha.9) (2024-03-04) diff --git a/decorate/package.json b/decorate/package.json index 2d55c3aeb..035d302d6 100644 --- a/decorate/package.json +++ b/decorate/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/decorate", - "version": "1.0.0-alpha.9", + "version": "1.0.0-alpha.10", "description": "Arcjet utilities for decorating responses with information", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -40,13 +40,13 @@ "test": "NODE_OPTIONS=--experimental-vm-modules jest" }, "dependencies": { - "@arcjet/logger": "1.0.0-alpha.9", - "@arcjet/protocol": "1.0.0-alpha.9" + "@arcjet/logger": "1.0.0-alpha.10", + "@arcjet/protocol": "1.0.0-alpha.10" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.9", - "@arcjet/rollup-config": "1.0.0-alpha.9", - "@arcjet/tsconfig": "1.0.0-alpha.9", + "@arcjet/eslint-config": "1.0.0-alpha.10", + "@arcjet/rollup-config": "1.0.0-alpha.10", + "@arcjet/tsconfig": "1.0.0-alpha.10", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.12.1", "@types/node": "18.18.0", diff --git a/duration/CHANGELOG.md b/duration/CHANGELOG.md index 05187a9de..47a332668 100644 --- a/duration/CHANGELOG.md +++ b/duration/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.0.0-alpha.10](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.9...@arcjet/duration-v1.0.0-alpha.10) (2024-03-11) + + +### ๐Ÿ“ฆ Dependencies + +* **dev:** Bump @rollup/wasm-node from 4.12.0 to 4.12.1 ([#320](https://github.com/arcjet/arcjet-js/issues/320)) ([7f07a8f](https://github.com/arcjet/arcjet-js/commit/7f07a8f78e2f2bf67ab0eba032eeb311704c4eee)) +* **dev:** Bump typescript from 5.3.3 to 5.4.2 ([#321](https://github.com/arcjet/arcjet-js/issues/321)) ([e0c2914](https://github.com/arcjet/arcjet-js/commit/e0c2914ab868d4a3e571c959f4b00284bbbc3050)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.9 to 1.0.0-alpha.10 + * @arcjet/rollup-config bumped from 1.0.0-alpha.9 to 1.0.0-alpha.10 + * @arcjet/tsconfig bumped from 1.0.0-alpha.9 to 1.0.0-alpha.10 + ## [1.0.0-alpha.9](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.8...@arcjet/duration-v1.0.0-alpha.9) (2024-03-04) diff --git a/duration/package.json b/duration/package.json index b60acd2cf..1c4fa2a55 100644 --- a/duration/package.json +++ b/duration/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/duration", - "version": "1.0.0-alpha.9", + "version": "1.0.0-alpha.10", "description": "Arcjet utilities for parsing duration strings", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -41,9 +41,9 @@ }, "dependencies": {}, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.9", - "@arcjet/rollup-config": "1.0.0-alpha.9", - "@arcjet/tsconfig": "1.0.0-alpha.9", + "@arcjet/eslint-config": "1.0.0-alpha.10", + "@arcjet/rollup-config": "1.0.0-alpha.10", + "@arcjet/tsconfig": "1.0.0-alpha.10", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.12.1", "@types/node": "18.18.0", diff --git a/eslint-config/CHANGELOG.md b/eslint-config/CHANGELOG.md index c64c6e60e..e85357e60 100644 --- a/eslint-config/CHANGELOG.md +++ b/eslint-config/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.0.0-alpha.10](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.9...@arcjet/eslint-config-v1.0.0-alpha.10) (2024-03-11) + + +### ๐Ÿ“ฆ Dependencies + +* Bump eslint-config-next from 14.1.1 to 14.1.3 ([#322](https://github.com/arcjet/arcjet-js/issues/322)) ([9b99345](https://github.com/arcjet/arcjet-js/commit/9b99345dc8bf9511e991746d3e9e7e3e9fb1c9bc)) +* Bump eslint-config-turbo from 1.12.4 to 1.12.5 ([#340](https://github.com/arcjet/arcjet-js/issues/340)) ([3d28dd9](https://github.com/arcjet/arcjet-js/commit/3d28dd9f2aef87bd7aba64a06413f543a21e45b0)) + + +### ๐Ÿงน Miscellaneous Chores + +* Make next a peerDep in our eslint package ([#344](https://github.com/arcjet/arcjet-js/issues/344)) ([89de5a8](https://github.com/arcjet/arcjet-js/commit/89de5a8b7461a4bb94a8c624ae9aa766e2594c18)) + ## [1.0.0-alpha.9](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.8...@arcjet/eslint-config-v1.0.0-alpha.9) (2024-03-04) diff --git a/eslint-config/package.json b/eslint-config/package.json index 1cee1e383..0f284196c 100644 --- a/eslint-config/package.json +++ b/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/eslint-config", - "version": "1.0.0-alpha.9", + "version": "1.0.0-alpha.10", "description": "Custom eslint config for Arcjet projects", "license": "Apache-2.0", "homepage": "https://arcjet.com", diff --git a/ip/CHANGELOG.md b/ip/CHANGELOG.md index cb750a772..d3bf5b515 100644 --- a/ip/CHANGELOG.md +++ b/ip/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.0.0-alpha.10](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.9...@arcjet/ip-v1.0.0-alpha.10) (2024-03-11) + + +### ๐Ÿ“ฆ Dependencies + +* **dev:** Bump @rollup/wasm-node from 4.12.0 to 4.12.1 ([#320](https://github.com/arcjet/arcjet-js/issues/320)) ([7f07a8f](https://github.com/arcjet/arcjet-js/commit/7f07a8f78e2f2bf67ab0eba032eeb311704c4eee)) +* **dev:** Bump typescript from 5.3.3 to 5.4.2 ([#321](https://github.com/arcjet/arcjet-js/issues/321)) ([e0c2914](https://github.com/arcjet/arcjet-js/commit/e0c2914ab868d4a3e571c959f4b00284bbbc3050)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.9 to 1.0.0-alpha.10 + * @arcjet/rollup-config bumped from 1.0.0-alpha.9 to 1.0.0-alpha.10 + * @arcjet/tsconfig bumped from 1.0.0-alpha.9 to 1.0.0-alpha.10 + ## [1.0.0-alpha.9](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.8...@arcjet/ip-v1.0.0-alpha.9) (2024-03-04) diff --git a/ip/package.json b/ip/package.json index 3b47ed884..43d00f94f 100644 --- a/ip/package.json +++ b/ip/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/ip", - "version": "1.0.0-alpha.9", + "version": "1.0.0-alpha.10", "description": "Arcjet utilities for finding the originating IP of a request", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -41,9 +41,9 @@ }, "dependencies": {}, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.9", - "@arcjet/rollup-config": "1.0.0-alpha.9", - "@arcjet/tsconfig": "1.0.0-alpha.9", + "@arcjet/eslint-config": "1.0.0-alpha.10", + "@arcjet/rollup-config": "1.0.0-alpha.10", + "@arcjet/tsconfig": "1.0.0-alpha.10", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.12.1", "@types/node": "18.18.0", diff --git a/logger/CHANGELOG.md b/logger/CHANGELOG.md index 7a261a052..b6600015d 100644 --- a/logger/CHANGELOG.md +++ b/logger/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.0.0-alpha.10](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.9...@arcjet/logger-v1.0.0-alpha.10) (2024-03-11) + + +### ๐Ÿ“ฆ Dependencies + +* **dev:** Bump @rollup/wasm-node from 4.12.0 to 4.12.1 ([#320](https://github.com/arcjet/arcjet-js/issues/320)) ([7f07a8f](https://github.com/arcjet/arcjet-js/commit/7f07a8f78e2f2bf67ab0eba032eeb311704c4eee)) +* **dev:** Bump typescript from 5.3.3 to 5.4.2 ([#321](https://github.com/arcjet/arcjet-js/issues/321)) ([e0c2914](https://github.com/arcjet/arcjet-js/commit/e0c2914ab868d4a3e571c959f4b00284bbbc3050)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.9 to 1.0.0-alpha.10 + * @arcjet/rollup-config bumped from 1.0.0-alpha.9 to 1.0.0-alpha.10 + * @arcjet/tsconfig bumped from 1.0.0-alpha.9 to 1.0.0-alpha.10 + ## [1.0.0-alpha.9](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.8...@arcjet/logger-v1.0.0-alpha.9) (2024-03-04) diff --git a/logger/package.json b/logger/package.json index 30ba26b07..a09db7813 100644 --- a/logger/package.json +++ b/logger/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/logger", - "version": "1.0.0-alpha.9", + "version": "1.0.0-alpha.10", "description": "Arcjet logging interface which mirrors the console interface but allows log levels", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -41,9 +41,9 @@ }, "dependencies": {}, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.9", - "@arcjet/rollup-config": "1.0.0-alpha.9", - "@arcjet/tsconfig": "1.0.0-alpha.9", + "@arcjet/eslint-config": "1.0.0-alpha.10", + "@arcjet/rollup-config": "1.0.0-alpha.10", + "@arcjet/tsconfig": "1.0.0-alpha.10", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.12.1", "@types/node": "18.18.0", diff --git a/package-lock.json b/package-lock.json index d5e50d2cf..962a5d4f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "arcjet-js", - "version": "1.0.0-alpha.9", + "version": "1.0.0-alpha.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "arcjet-js", - "version": "1.0.0-alpha.9", + "version": "1.0.0-alpha.10", "workspaces": [ "*" ], diff --git a/package.json b/package.json index 263b61832..c91a7b832 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arcjet-js", - "version": "1.0.0-alpha.9", + "version": "1.0.0-alpha.10", "private": true, "engines": { "node": ">=18" diff --git a/protocol/CHANGELOG.md b/protocol/CHANGELOG.md index 1e172a0ce..67f73c698 100644 --- a/protocol/CHANGELOG.md +++ b/protocol/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.0.0-alpha.10](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.9...@arcjet/protocol-v1.0.0-alpha.10) (2024-03-11) + + +### ๐Ÿ“ฆ Dependencies + +* **dev:** Bump @rollup/wasm-node from 4.12.0 to 4.12.1 ([#320](https://github.com/arcjet/arcjet-js/issues/320)) ([7f07a8f](https://github.com/arcjet/arcjet-js/commit/7f07a8f78e2f2bf67ab0eba032eeb311704c4eee)) +* **dev:** Bump typescript from 5.3.3 to 5.4.2 ([#321](https://github.com/arcjet/arcjet-js/issues/321)) ([e0c2914](https://github.com/arcjet/arcjet-js/commit/e0c2914ab868d4a3e571c959f4b00284bbbc3050)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.9 to 1.0.0-alpha.10 + * @arcjet/rollup-config bumped from 1.0.0-alpha.9 to 1.0.0-alpha.10 + * @arcjet/tsconfig bumped from 1.0.0-alpha.9 to 1.0.0-alpha.10 + ## [1.0.0-alpha.9](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.8...@arcjet/protocol-v1.0.0-alpha.9) (2024-03-04) diff --git a/protocol/package.json b/protocol/package.json index 8ae60529b..37266dda2 100644 --- a/protocol/package.json +++ b/protocol/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/protocol", - "version": "1.0.0-alpha.9", + "version": "1.0.0-alpha.10", "description": "The TypeScript & JavaScript interface into the Arcjet protocol", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -46,9 +46,9 @@ "typeid-js": "0.5.0" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.9", - "@arcjet/rollup-config": "1.0.0-alpha.9", - "@arcjet/tsconfig": "1.0.0-alpha.9", + "@arcjet/eslint-config": "1.0.0-alpha.10", + "@arcjet/rollup-config": "1.0.0-alpha.10", + "@arcjet/tsconfig": "1.0.0-alpha.10", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.12.1", "@types/node": "18.18.0", diff --git a/rollup-config/CHANGELOG.md b/rollup-config/CHANGELOG.md index 6d7c5a8a5..d633e166a 100644 --- a/rollup-config/CHANGELOG.md +++ b/rollup-config/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [1.0.0-alpha.10](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.9...@arcjet/rollup-config-v1.0.0-alpha.10) (2024-03-11) + + +### โš  BREAKING CHANGES + +* Switch Next.js to peer dependency ([#339](https://github.com/arcjet/arcjet-js/issues/339)) + +### ๐Ÿ“ฆ Dependencies + +* **dev:** Bump @rollup/wasm-node from 4.12.0 to 4.12.1 ([#320](https://github.com/arcjet/arcjet-js/issues/320)) ([7f07a8f](https://github.com/arcjet/arcjet-js/commit/7f07a8f78e2f2bf67ab0eba032eeb311704c4eee)) +* **dev:** Bump typescript from 5.3.3 to 5.4.2 ([#321](https://github.com/arcjet/arcjet-js/issues/321)) ([e0c2914](https://github.com/arcjet/arcjet-js/commit/e0c2914ab868d4a3e571c959f4b00284bbbc3050)) + + +### ๐Ÿงน Miscellaneous Chores + +* Switch Next.js to peer dependency ([#339](https://github.com/arcjet/arcjet-js/issues/339)) ([cb82883](https://github.com/arcjet/arcjet-js/commit/cb82883e31cc615748576d6a51fd351aa6522323)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.9 to 1.0.0-alpha.10 + * @arcjet/tsconfig bumped from 1.0.0-alpha.9 to 1.0.0-alpha.10 + ## [1.0.0-alpha.9](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.8...@arcjet/rollup-config-v1.0.0-alpha.9) (2024-03-04) diff --git a/rollup-config/package.json b/rollup-config/package.json index 8159d4e48..cc864424f 100644 --- a/rollup-config/package.json +++ b/rollup-config/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/rollup-config", - "version": "1.0.0-alpha.9", + "version": "1.0.0-alpha.10", "description": "Custom rollup config for Arcjet projects", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -44,8 +44,8 @@ "@rollup/wasm-node": "^4" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.9", - "@arcjet/tsconfig": "1.0.0-alpha.9", + "@arcjet/eslint-config": "1.0.0-alpha.10", + "@arcjet/tsconfig": "1.0.0-alpha.10", "@jest/globals": "29.7.0", "@types/node": "18.18.0", "@rollup/wasm-node": "4.12.1", diff --git a/tsconfig/CHANGELOG.md b/tsconfig/CHANGELOG.md index 633dfbca0..f1ee345ff 100644 --- a/tsconfig/CHANGELOG.md +++ b/tsconfig/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.0-alpha.10](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.9...@arcjet/tsconfig-v1.0.0-alpha.10) (2024-03-11) + + +### ๐Ÿงน Miscellaneous Chores + +* **@arcjet/tsconfig:** Synchronize arcjet-js versions + ## [1.0.0-alpha.9](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.8...@arcjet/tsconfig-v1.0.0-alpha.9) (2024-03-04) diff --git a/tsconfig/package.json b/tsconfig/package.json index 0f312556f..b2f35a8db 100644 --- a/tsconfig/package.json +++ b/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/tsconfig", - "version": "1.0.0-alpha.9", + "version": "1.0.0-alpha.10", "description": "Custom tsconfig for Arcjet projects", "license": "Apache-2.0", "homepage": "https://arcjet.com",