From 723823920693c85a145d6414c13c4503d4178502 Mon Sep 17 00:00:00 2001 From: blaine-arcjet <146491715+blaine-arcjet@users.noreply.github.com> Date: Mon, 18 Dec 2023 11:16:00 -0700 Subject: [PATCH 1/2] chore: Release 1.0.0-alpha.6 --- .github/.release-please-manifest.json | 20 +++++++-------- CHANGELOG.md | 34 ++++++++++++++++++++++++ analyze/CHANGELOG.md | 19 ++++++++++++++ analyze/package.json | 10 ++++---- arcjet-next/CHANGELOG.md | 28 ++++++++++++++++++++ arcjet-next/package.json | 12 ++++----- arcjet/CHANGELOG.md | 37 +++++++++++++++++++++++++++ arcjet/package.json | 14 +++++----- eslint-config/CHANGELOG.md | 8 ++++++ eslint-config/package.json | 2 +- ip/CHANGELOG.md | 17 ++++++++++++ ip/package.json | 8 +++--- logger/CHANGELOG.md | 17 ++++++++++++ logger/package.json | 8 +++--- package-lock.json | 6 +++-- package.json | 2 +- protocol/CHANGELOG.md | 29 +++++++++++++++++++++ protocol/package.json | 10 ++++---- rollup-config/CHANGELOG.md | 17 ++++++++++++ rollup-config/package.json | 6 ++--- tsconfig/CHANGELOG.md | 8 ++++++ tsconfig/package.json | 2 +- 22 files changed, 265 insertions(+), 49 deletions(-) create mode 100644 CHANGELOG.md create mode 100644 analyze/CHANGELOG.md create mode 100644 arcjet-next/CHANGELOG.md create mode 100644 arcjet/CHANGELOG.md create mode 100644 eslint-config/CHANGELOG.md create mode 100644 ip/CHANGELOG.md create mode 100644 logger/CHANGELOG.md create mode 100644 protocol/CHANGELOG.md create mode 100644 rollup-config/CHANGELOG.md create mode 100644 tsconfig/CHANGELOG.md diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index f7631b328..13101458a 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,12 +1,12 @@ { - ".": "1.0.0-alpha.5", - "analyze": "1.0.0-alpha.5", - "arcjet": "1.0.0-alpha.5", - "arcjet-next": "1.0.0-alpha.5", - "eslint-config": "1.0.0-alpha.5", - "ip": "1.0.0-alpha.5", - "logger": "1.0.0-alpha.5", - "protocol": "1.0.0-alpha.5", - "rollup-config": "1.0.0-alpha.5", - "tsconfig": "1.0.0-alpha.5" + ".": "1.0.0-alpha.6", + "analyze": "1.0.0-alpha.6", + "arcjet": "1.0.0-alpha.6", + "arcjet-next": "1.0.0-alpha.6", + "eslint-config": "1.0.0-alpha.6", + "ip": "1.0.0-alpha.6", + "logger": "1.0.0-alpha.6", + "protocol": "1.0.0-alpha.6", + "rollup-config": "1.0.0-alpha.6", + "tsconfig": "1.0.0-alpha.6" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..e49b51bcf --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,34 @@ +# Changelog + +## [1.0.0-alpha.6](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2023-12-18) + + +### ⚠ BREAKING CHANGES + +* Pass ArcjetContext to rules ([#65](https://github.com/arcjet/arcjet-js/issues/65)) + +### 🚀 New Features + +* Pass ArcjetContext to rules ([#65](https://github.com/arcjet/arcjet-js/issues/65)) ([c043f15](https://github.com/arcjet/arcjet-js/commit/c043f15342ec87a2b15e41ada05f90527daf0879)) + + +### 🪲 Bug Fixes + +* **next:** Avoid appending `?` if querystring is empty ([#71](https://github.com/arcjet/arcjet-js/issues/71)) ([16ca958](https://github.com/arcjet/arcjet-js/commit/16ca9583f806a11c23e2378be64fa9b1054feb50)) +* **next:** Stop using NextUrl to avoid type conflict across version ([#62](https://github.com/arcjet/arcjet-js/issues/62)) ([294540a](https://github.com/arcjet/arcjet-js/commit/294540abda21dec4c4f054cea796fef9af091247)) +* Wrap timeout default ternary so timeout option takes effect ([#66](https://github.com/arcjet/arcjet-js/issues/66)) ([d49ebd2](https://github.com/arcjet/arcjet-js/commit/d49ebd2a5581804b988161f2850e909f414effa3)) + + +### 🧹 Miscellaneous Chores + +* Add pre and post logging to remote client ([#70](https://github.com/arcjet/arcjet-js/issues/70)) ([46fd6b3](https://github.com/arcjet/arcjet-js/commit/46fd6b3797fc4ba27e96d7846f22aa67a91e9a5f)) +* **deps-dev:** Bump the dev-dependencies group with 2 updates ([#55](https://github.com/arcjet/arcjet-js/issues/55)) ([94839f3](https://github.com/arcjet/arcjet-js/commit/94839f3105ab2be5f1e5cdf02278ca7cc24850c1)) +* **deps:** Bump the dependencies group with 2 updates ([#54](https://github.com/arcjet/arcjet-js/issues/54)) ([9c68aa2](https://github.com/arcjet/arcjet-js/commit/9c68aa20b04b037bd8b32755251201188c899d6b)) +* Disallow configuring timeout for report ([#67](https://github.com/arcjet/arcjet-js/issues/67)) ([ae8f1b7](https://github.com/arcjet/arcjet-js/commit/ae8f1b7c1814b694cb959c613ccf1e75bcc0158f)) +* **examples:** Add Next 13 wrap example ([294540a](https://github.com/arcjet/arcjet-js/commit/294540abda21dec4c4f054cea796fef9af091247)) +* **rollup:** Fail compilation on type check failure ([#68](https://github.com/arcjet/arcjet-js/issues/68)) ([b9a373b](https://github.com/arcjet/arcjet-js/commit/b9a373b48833a46fd1a9b5568dac6e6d9a3f5bbd)) + + +### ✅ Continuous Integration + +* Setup release workflow ([#74](https://github.com/arcjet/arcjet-js/issues/74)) ([53b5b63](https://github.com/arcjet/arcjet-js/commit/53b5b638b94370e27bb3550a50d36e89f45d261e)) diff --git a/analyze/CHANGELOG.md b/analyze/CHANGELOG.md new file mode 100644 index 000000000..72fe041d3 --- /dev/null +++ b/analyze/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog + +## [1.0.0-alpha.6](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.5...@arcjet/analyze-v1.0.0-alpha.6) (2023-12-18) + + +### 🧹 Miscellaneous Chores + +* **deps-dev:** Bump the dev-dependencies group with 2 updates ([#55](https://github.com/arcjet/arcjet-js/issues/55)) ([94839f3](https://github.com/arcjet/arcjet-js/commit/94839f3105ab2be5f1e5cdf02278ca7cc24850c1)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @arcjet/logger bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6 + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6 + * @arcjet/rollup-config bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6 + * @arcjet/tsconfig bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6 diff --git a/analyze/package.json b/analyze/package.json index 4129619dc..77c457afe 100644 --- a/analyze/package.json +++ b/analyze/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/analyze", - "version": "1.0.0-alpha.5", + "version": "1.0.0-alpha.6", "description": "Arcjet local analysis engine", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -35,12 +35,12 @@ "./wasm/arcjet_analyze_js_req_bg.js" ], "dependencies": { - "@arcjet/logger": "1.0.0-alpha.5" + "@arcjet/logger": "1.0.0-alpha.6" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.5", - "@arcjet/rollup-config": "1.0.0-alpha.5", - "@arcjet/tsconfig": "1.0.0-alpha.5", + "@arcjet/eslint-config": "1.0.0-alpha.6", + "@arcjet/rollup-config": "1.0.0-alpha.6", + "@arcjet/tsconfig": "1.0.0-alpha.6", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.9.0", "@types/node": "18.18.0", diff --git a/arcjet-next/CHANGELOG.md b/arcjet-next/CHANGELOG.md new file mode 100644 index 000000000..ccc49f7d8 --- /dev/null +++ b/arcjet-next/CHANGELOG.md @@ -0,0 +1,28 @@ +# Changelog + +## [1.0.0-alpha.6](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.5...@arcjet/next-v1.0.0-alpha.6) (2023-12-18) + + +### 🪲 Bug Fixes + +* **next:** Avoid appending `?` if querystring is empty ([#71](https://github.com/arcjet/arcjet-js/issues/71)) ([16ca958](https://github.com/arcjet/arcjet-js/commit/16ca9583f806a11c23e2378be64fa9b1054feb50)) +* **next:** Stop using NextUrl to avoid type conflict across version ([#62](https://github.com/arcjet/arcjet-js/issues/62)) ([294540a](https://github.com/arcjet/arcjet-js/commit/294540abda21dec4c4f054cea796fef9af091247)) + + +### 🧹 Miscellaneous Chores + +* **deps-dev:** Bump the dev-dependencies group with 2 updates ([#55](https://github.com/arcjet/arcjet-js/issues/55)) ([94839f3](https://github.com/arcjet/arcjet-js/commit/94839f3105ab2be5f1e5cdf02278ca7cc24850c1)) +* **deps:** Bump the dependencies group with 2 updates ([#54](https://github.com/arcjet/arcjet-js/issues/54)) ([9c68aa2](https://github.com/arcjet/arcjet-js/commit/9c68aa20b04b037bd8b32755251201188c899d6b)) +* **examples:** Add Next 13 wrap example ([294540a](https://github.com/arcjet/arcjet-js/commit/294540abda21dec4c4f054cea796fef9af091247)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @arcjet/ip bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6 + * arcjet bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6 + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6 + * @arcjet/rollup-config bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6 + * @arcjet/tsconfig bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6 diff --git a/arcjet-next/package.json b/arcjet-next/package.json index 28c6ad0ad..ceaadf6c5 100644 --- a/arcjet-next/package.json +++ b/arcjet-next/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/next", - "version": "1.0.0-alpha.5", + "version": "1.0.0-alpha.6", "description": "Arcjet SDK for the Next.js framework", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -31,15 +31,15 @@ "test": "NODE_OPTIONS=--experimental-vm-modules jest --passWithNoTests" }, "dependencies": { - "@arcjet/ip": "1.0.0-alpha.5", + "@arcjet/ip": "1.0.0-alpha.6", "@connectrpc/connect-web": "1.2.0", - "arcjet": "1.0.0-alpha.5", + "arcjet": "1.0.0-alpha.6", "next": "14.0.4" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.5", - "@arcjet/rollup-config": "1.0.0-alpha.5", - "@arcjet/tsconfig": "1.0.0-alpha.5", + "@arcjet/eslint-config": "1.0.0-alpha.6", + "@arcjet/rollup-config": "1.0.0-alpha.6", + "@arcjet/tsconfig": "1.0.0-alpha.6", "@jest/globals": "29.7.0", "@types/node": "18.18.0", "@rollup/wasm-node": "4.9.0", diff --git a/arcjet/CHANGELOG.md b/arcjet/CHANGELOG.md new file mode 100644 index 000000000..161ad2649 --- /dev/null +++ b/arcjet/CHANGELOG.md @@ -0,0 +1,37 @@ +# Changelog + +## [1.0.0-alpha.6](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.5...arcjet-v1.0.0-alpha.6) (2023-12-18) + + +### ⚠ BREAKING CHANGES + +* Pass ArcjetContext to rules ([#65](https://github.com/arcjet/arcjet-js/issues/65)) + +### 🚀 New Features + +* Pass ArcjetContext to rules ([#65](https://github.com/arcjet/arcjet-js/issues/65)) ([c043f15](https://github.com/arcjet/arcjet-js/commit/c043f15342ec87a2b15e41ada05f90527daf0879)) + + +### 🪲 Bug Fixes + +* Wrap timeout default ternary so timeout option takes effect ([#66](https://github.com/arcjet/arcjet-js/issues/66)) ([d49ebd2](https://github.com/arcjet/arcjet-js/commit/d49ebd2a5581804b988161f2850e909f414effa3)) + + +### 🧹 Miscellaneous Chores + +* Add pre and post logging to remote client ([#70](https://github.com/arcjet/arcjet-js/issues/70)) ([46fd6b3](https://github.com/arcjet/arcjet-js/commit/46fd6b3797fc4ba27e96d7846f22aa67a91e9a5f)) +* **deps-dev:** Bump the dev-dependencies group with 2 updates ([#55](https://github.com/arcjet/arcjet-js/issues/55)) ([94839f3](https://github.com/arcjet/arcjet-js/commit/94839f3105ab2be5f1e5cdf02278ca7cc24850c1)) +* Disallow configuring timeout for report ([#67](https://github.com/arcjet/arcjet-js/issues/67)) ([ae8f1b7](https://github.com/arcjet/arcjet-js/commit/ae8f1b7c1814b694cb959c613ccf1e75bcc0158f)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @arcjet/analyze bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6 + * @arcjet/logger bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6 + * @arcjet/protocol bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6 + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6 + * @arcjet/rollup-config bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6 + * @arcjet/tsconfig bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6 diff --git a/arcjet/package.json b/arcjet/package.json index cec5a567c..43a6af98a 100644 --- a/arcjet/package.json +++ b/arcjet/package.json @@ -1,6 +1,6 @@ { "name": "arcjet", - "version": "1.0.0-alpha.5", + "version": "1.0.0-alpha.6", "description": "Arcjet TypeScript and JavaScript SDK core", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -31,14 +31,14 @@ "test": "NODE_OPTIONS=--experimental-vm-modules jest" }, "dependencies": { - "@arcjet/analyze": "1.0.0-alpha.5", - "@arcjet/logger": "1.0.0-alpha.5", - "@arcjet/protocol": "1.0.0-alpha.5" + "@arcjet/analyze": "1.0.0-alpha.6", + "@arcjet/logger": "1.0.0-alpha.6", + "@arcjet/protocol": "1.0.0-alpha.6" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.5", - "@arcjet/rollup-config": "1.0.0-alpha.5", - "@arcjet/tsconfig": "1.0.0-alpha.5", + "@arcjet/eslint-config": "1.0.0-alpha.6", + "@arcjet/rollup-config": "1.0.0-alpha.6", + "@arcjet/tsconfig": "1.0.0-alpha.6", "@edge-runtime/jest-environment": "2.3.7", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.9.0", diff --git a/eslint-config/CHANGELOG.md b/eslint-config/CHANGELOG.md new file mode 100644 index 000000000..858b38054 --- /dev/null +++ b/eslint-config/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [1.0.0-alpha.6](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.5...@arcjet/eslint-config-v1.0.0-alpha.6) (2023-12-18) + + +### 🧹 Miscellaneous Chores + +* **@arcjet/eslint-config:** Synchronize arcjet-js versions diff --git a/eslint-config/package.json b/eslint-config/package.json index 63533094c..60d9405bd 100644 --- a/eslint-config/package.json +++ b/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/eslint-config", - "version": "1.0.0-alpha.5", + "version": "1.0.0-alpha.6", "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 new file mode 100644 index 000000000..55ae2a676 --- /dev/null +++ b/ip/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## [1.0.0-alpha.6](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.5...@arcjet/ip-v1.0.0-alpha.6) (2023-12-18) + + +### 🧹 Miscellaneous Chores + +* **deps-dev:** Bump the dev-dependencies group with 2 updates ([#55](https://github.com/arcjet/arcjet-js/issues/55)) ([94839f3](https://github.com/arcjet/arcjet-js/commit/94839f3105ab2be5f1e5cdf02278ca7cc24850c1)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6 + * @arcjet/rollup-config bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6 + * @arcjet/tsconfig bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6 diff --git a/ip/package.json b/ip/package.json index a7c731477..fea7a55a1 100644 --- a/ip/package.json +++ b/ip/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/ip", - "version": "1.0.0-alpha.5", + "version": "1.0.0-alpha.6", "description": "Arcjet utilities for finding the originating IP of a request", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -32,9 +32,9 @@ }, "dependencies": {}, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.5", - "@arcjet/rollup-config": "1.0.0-alpha.5", - "@arcjet/tsconfig": "1.0.0-alpha.5", + "@arcjet/eslint-config": "1.0.0-alpha.6", + "@arcjet/rollup-config": "1.0.0-alpha.6", + "@arcjet/tsconfig": "1.0.0-alpha.6", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.9.0", "@types/node": "18.18.0", diff --git a/logger/CHANGELOG.md b/logger/CHANGELOG.md new file mode 100644 index 000000000..3be946dbd --- /dev/null +++ b/logger/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## [1.0.0-alpha.6](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.5...@arcjet/logger-v1.0.0-alpha.6) (2023-12-18) + + +### 🧹 Miscellaneous Chores + +* **deps-dev:** Bump the dev-dependencies group with 2 updates ([#55](https://github.com/arcjet/arcjet-js/issues/55)) ([94839f3](https://github.com/arcjet/arcjet-js/commit/94839f3105ab2be5f1e5cdf02278ca7cc24850c1)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6 + * @arcjet/rollup-config bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6 + * @arcjet/tsconfig bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6 diff --git a/logger/package.json b/logger/package.json index 8710f33be..bf595779d 100644 --- a/logger/package.json +++ b/logger/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/logger", - "version": "1.0.0-alpha.5", + "version": "1.0.0-alpha.6", "description": "Arcjet logging interface which mirrors the console interface but allows log levels", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -32,9 +32,9 @@ }, "dependencies": {}, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.5", - "@arcjet/rollup-config": "1.0.0-alpha.5", - "@arcjet/tsconfig": "1.0.0-alpha.5", + "@arcjet/eslint-config": "1.0.0-alpha.6", + "@arcjet/rollup-config": "1.0.0-alpha.6", + "@arcjet/tsconfig": "1.0.0-alpha.6", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.9.0", "@types/node": "18.18.0", diff --git a/package-lock.json b/package-lock.json index 8afc3d82d..c0b725af5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,8 @@ ], "engines": { "node": ">=18" - } + }, + "version": "1.0.0-alpha.6" }, "analyze": { "name": "@arcjet/analyze", @@ -8489,5 +8490,6 @@ "typescript": "^5" } } - } + }, + "version": "1.0.0-alpha.6" } diff --git a/package.json b/package.json index 1a257cc91..647143c9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arcjet-js", - "version": "1.0.0-alpha.5", + "version": "1.0.0-alpha.6", "private": true, "engines": { "node": ">=18" diff --git a/protocol/CHANGELOG.md b/protocol/CHANGELOG.md new file mode 100644 index 000000000..a10d6a997 --- /dev/null +++ b/protocol/CHANGELOG.md @@ -0,0 +1,29 @@ +# Changelog + +## [1.0.0-alpha.6](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.5...@arcjet/protocol-v1.0.0-alpha.6) (2023-12-18) + + +### ⚠ BREAKING CHANGES + +* Pass ArcjetContext to rules ([#65](https://github.com/arcjet/arcjet-js/issues/65)) + +### 🚀 New Features + +* Pass ArcjetContext to rules ([#65](https://github.com/arcjet/arcjet-js/issues/65)) ([c043f15](https://github.com/arcjet/arcjet-js/commit/c043f15342ec87a2b15e41ada05f90527daf0879)) + + +### 🧹 Miscellaneous Chores + +* **deps-dev:** Bump the dev-dependencies group with 2 updates ([#55](https://github.com/arcjet/arcjet-js/issues/55)) ([94839f3](https://github.com/arcjet/arcjet-js/commit/94839f3105ab2be5f1e5cdf02278ca7cc24850c1)) +* **deps:** Bump the dependencies group with 2 updates ([#54](https://github.com/arcjet/arcjet-js/issues/54)) ([9c68aa2](https://github.com/arcjet/arcjet-js/commit/9c68aa20b04b037bd8b32755251201188c899d6b)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @arcjet/logger bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6 + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6 + * @arcjet/rollup-config bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6 + * @arcjet/tsconfig bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6 diff --git a/protocol/package.json b/protocol/package.json index f8af94d8d..64e5982ee 100644 --- a/protocol/package.json +++ b/protocol/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/protocol", - "version": "1.0.0-alpha.5", + "version": "1.0.0-alpha.6", "description": "The TypeScript & JavaScript interface into the Arcjet protocol", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -32,15 +32,15 @@ "test": "NODE_OPTIONS=--experimental-vm-modules jest" }, "dependencies": { - "@arcjet/logger": "1.0.0-alpha.5", + "@arcjet/logger": "1.0.0-alpha.6", "@bufbuild/protobuf": "1.6.0", "@connectrpc/connect": "1.2.0", "typeid-js": "0.3.0" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.5", - "@arcjet/rollup-config": "1.0.0-alpha.5", - "@arcjet/tsconfig": "1.0.0-alpha.5", + "@arcjet/eslint-config": "1.0.0-alpha.6", + "@arcjet/rollup-config": "1.0.0-alpha.6", + "@arcjet/tsconfig": "1.0.0-alpha.6", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.9.0", "@types/node": "18.18.0", diff --git a/rollup-config/CHANGELOG.md b/rollup-config/CHANGELOG.md new file mode 100644 index 000000000..d2b680acd --- /dev/null +++ b/rollup-config/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## [1.0.0-alpha.6](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.5...@arcjet/rollup-config-v1.0.0-alpha.6) (2023-12-18) + + +### 🧹 Miscellaneous Chores + +* **deps-dev:** Bump the dev-dependencies group with 2 updates ([#55](https://github.com/arcjet/arcjet-js/issues/55)) ([94839f3](https://github.com/arcjet/arcjet-js/commit/94839f3105ab2be5f1e5cdf02278ca7cc24850c1)) +* **rollup:** Fail compilation on type check failure ([#68](https://github.com/arcjet/arcjet-js/issues/68)) ([b9a373b](https://github.com/arcjet/arcjet-js/commit/b9a373b48833a46fd1a9b5568dac6e6d9a3f5bbd)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6 + * @arcjet/tsconfig bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6 diff --git a/rollup-config/package.json b/rollup-config/package.json index 2edc74150..d6a70f853 100644 --- a/rollup-config/package.json +++ b/rollup-config/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/rollup-config", - "version": "1.0.0-alpha.5", + "version": "1.0.0-alpha.6", "description": "Custom rollup config for Arcjet projects", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -35,8 +35,8 @@ "@rollup/wasm-node": "^4" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.5", - "@arcjet/tsconfig": "1.0.0-alpha.5", + "@arcjet/eslint-config": "1.0.0-alpha.6", + "@arcjet/tsconfig": "1.0.0-alpha.6", "@jest/globals": "29.7.0", "@types/node": "18.18.0", "@rollup/wasm-node": "4.9.0", diff --git a/tsconfig/CHANGELOG.md b/tsconfig/CHANGELOG.md new file mode 100644 index 000000000..be2b0f287 --- /dev/null +++ b/tsconfig/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [1.0.0-alpha.6](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.5...@arcjet/tsconfig-v1.0.0-alpha.6) (2023-12-18) + + +### 🧹 Miscellaneous Chores + +* **@arcjet/tsconfig:** Synchronize arcjet-js versions diff --git a/tsconfig/package.json b/tsconfig/package.json index 4b5984b58..14e96e2b1 100644 --- a/tsconfig/package.json +++ b/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/tsconfig", - "version": "1.0.0-alpha.5", + "version": "1.0.0-alpha.6", "description": "Custom tsconfig for Arcjet projects", "license": "Apache-2.0", "homepage": "https://arcjet.com", From 000f8b6d53a733c44865b2c96993b06f2a567dcb Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Mon, 18 Dec 2023 12:11:45 -0700 Subject: [PATCH 2/2] lockfile update --- package-lock.json | 80 +++++++++++++++++++++++------------------------ 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/package-lock.json b/package-lock.json index c0b725af5..c1db9545c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,30 +1,31 @@ { "name": "arcjet-js", + "version": "1.0.0-alpha.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "arcjet-js", + "version": "1.0.0-alpha.6", "workspaces": [ "*", "examples/*" ], "engines": { "node": ">=18" - }, - "version": "1.0.0-alpha.6" + } }, "analyze": { "name": "@arcjet/analyze", - "version": "1.0.0-alpha.5", + "version": "1.0.0-alpha.6", "license": "Apache-2.0", "dependencies": { - "@arcjet/logger": "1.0.0-alpha.5" + "@arcjet/logger": "1.0.0-alpha.6" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.5", - "@arcjet/rollup-config": "1.0.0-alpha.5", - "@arcjet/tsconfig": "1.0.0-alpha.5", + "@arcjet/eslint-config": "1.0.0-alpha.6", + "@arcjet/rollup-config": "1.0.0-alpha.6", + "@arcjet/tsconfig": "1.0.0-alpha.6", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.9.0", "@types/node": "18.18.0", @@ -36,17 +37,17 @@ } }, "arcjet": { - "version": "1.0.0-alpha.5", + "version": "1.0.0-alpha.6", "license": "Apache-2.0", "dependencies": { - "@arcjet/analyze": "1.0.0-alpha.5", - "@arcjet/logger": "1.0.0-alpha.5", - "@arcjet/protocol": "1.0.0-alpha.5" + "@arcjet/analyze": "1.0.0-alpha.6", + "@arcjet/logger": "1.0.0-alpha.6", + "@arcjet/protocol": "1.0.0-alpha.6" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.5", - "@arcjet/rollup-config": "1.0.0-alpha.5", - "@arcjet/tsconfig": "1.0.0-alpha.5", + "@arcjet/eslint-config": "1.0.0-alpha.6", + "@arcjet/rollup-config": "1.0.0-alpha.6", + "@arcjet/tsconfig": "1.0.0-alpha.6", "@edge-runtime/jest-environment": "2.3.7", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.9.0", @@ -60,18 +61,18 @@ }, "arcjet-next": { "name": "@arcjet/next", - "version": "1.0.0-alpha.5", + "version": "1.0.0-alpha.6", "license": "Apache-2.0", "dependencies": { - "@arcjet/ip": "1.0.0-alpha.5", + "@arcjet/ip": "1.0.0-alpha.6", "@connectrpc/connect-web": "1.2.0", - "arcjet": "1.0.0-alpha.5", + "arcjet": "1.0.0-alpha.6", "next": "14.0.4" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.5", - "@arcjet/rollup-config": "1.0.0-alpha.5", - "@arcjet/tsconfig": "1.0.0-alpha.5", + "@arcjet/eslint-config": "1.0.0-alpha.6", + "@arcjet/rollup-config": "1.0.0-alpha.6", + "@arcjet/tsconfig": "1.0.0-alpha.6", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.9.0", "@types/node": "18.18.0", @@ -102,7 +103,7 @@ }, "eslint-config": { "name": "@arcjet/eslint-config", - "version": "1.0.0-alpha.5", + "version": "1.0.0-alpha.6", "license": "Apache-2.0", "dependencies": { "eslint-config-next": "14.0.4", @@ -645,12 +646,12 @@ }, "ip": { "name": "@arcjet/ip", - "version": "1.0.0-alpha.5", + "version": "1.0.0-alpha.6", "license": "Apache-2.0", "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.5", - "@arcjet/rollup-config": "1.0.0-alpha.5", - "@arcjet/tsconfig": "1.0.0-alpha.5", + "@arcjet/eslint-config": "1.0.0-alpha.6", + "@arcjet/rollup-config": "1.0.0-alpha.6", + "@arcjet/tsconfig": "1.0.0-alpha.6", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.9.0", "@types/node": "18.18.0", @@ -663,12 +664,12 @@ }, "logger": { "name": "@arcjet/logger", - "version": "1.0.0-alpha.5", + "version": "1.0.0-alpha.6", "license": "Apache-2.0", "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.5", - "@arcjet/rollup-config": "1.0.0-alpha.5", - "@arcjet/tsconfig": "1.0.0-alpha.5", + "@arcjet/eslint-config": "1.0.0-alpha.6", + "@arcjet/rollup-config": "1.0.0-alpha.6", + "@arcjet/tsconfig": "1.0.0-alpha.6", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.9.0", "@types/node": "18.18.0", @@ -8424,18 +8425,18 @@ }, "protocol": { "name": "@arcjet/protocol", - "version": "1.0.0-alpha.5", + "version": "1.0.0-alpha.6", "license": "Apache-2.0", "dependencies": { - "@arcjet/logger": "1.0.0-alpha.5", + "@arcjet/logger": "1.0.0-alpha.6", "@bufbuild/protobuf": "1.6.0", "@connectrpc/connect": "1.2.0", "typeid-js": "0.3.0" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.5", - "@arcjet/rollup-config": "1.0.0-alpha.5", - "@arcjet/tsconfig": "1.0.0-alpha.5", + "@arcjet/eslint-config": "1.0.0-alpha.6", + "@arcjet/rollup-config": "1.0.0-alpha.6", + "@arcjet/tsconfig": "1.0.0-alpha.6", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.9.0", "@types/node": "18.18.0", @@ -8456,15 +8457,15 @@ }, "rollup-config": { "name": "@arcjet/rollup-config", - "version": "1.0.0-alpha.5", + "version": "1.0.0-alpha.6", "license": "Apache-2.0", "dependencies": { "@rollup/plugin-replace": "5.0.5", "@rollup/plugin-typescript": "11.1.5" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.5", - "@arcjet/tsconfig": "1.0.0-alpha.5", + "@arcjet/eslint-config": "1.0.0-alpha.6", + "@arcjet/tsconfig": "1.0.0-alpha.6", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.9.0", "@types/node": "18.18.0", @@ -8480,7 +8481,7 @@ }, "tsconfig": { "name": "@arcjet/tsconfig", - "version": "1.0.0-alpha.5", + "version": "1.0.0-alpha.6", "license": "Apache-2.0", "devDependencies": {}, "engines": { @@ -8490,6 +8491,5 @@ "typescript": "^5" } } - }, - "version": "1.0.0-alpha.6" + } }