@forge/cli-shared

9.0.0-next.99.0.0
CHANGELOG.md
~CHANGELOG.mdModified
+35
Index: package/CHANGELOG.md
===================================================================
--- package/CHANGELOG.md
+++ package/CHANGELOG.md
@@ -1,6 +1,41 @@
 # @forge/cli-shared
 
+## 9.0.0
+
+### Major Changes
+
+- 78fcb7f: Adds support for TypeScript 5
+
+### Minor Changes
+
+- 6aeecd7: The tunnel debugger now binds to localhost (127.0.0.1) by default instead of all network interfaces (0.0.0.0). If you need to attach a debugger from another host, use the new `--debugHost` option on `forge tunnel` to specify the IP address to bind to.
+- 39d4f9d: forge show command
+- 2a1ec30: Adding warning when site has over 100 apps installed
+
+### Patch Changes
+
+- c3b96b3: Show warning when install fails
+- 2a03b88: `isAgent` attribution now excludes CI: `isAgent()` returns `false` when `CI=true` even if stdin/stdout are non-TTY, so the `isAgent` and `isCI` signals never overlap in the `atl-attribution` header and analytics payload.
+- 561f8f4: Remove "storage" module from "@forge/api"
+- ab1dcaa: Update JSM to be its own product
+- 4a191fe: Mark the `module` command and its subcommands (`add`, `list`, `show`) as `[Preview]` and add a caution to the `module`/`module add` help noting that running these commands may modify your app files (manifest.yml, source files, and package.json).
+- bb903a8: Update requireAppId check
+- c1acc55: Add Prod Service
+- 5b67e61: Patch fixes for module Add
+- 9a6de66: module list command
+- 55c1371: bump cheerio to ^1.2.0 to pull in a patched undici (>=7.19.0, resolving to a fixed release) and remediate CVE-2026-1525
+  NodeJS requirement bumped from 20.0.0 to >=20.18.1
+- Updated dependencies [814b8fe]
+- Updated dependencies [78fcb7f]
+- Updated dependencies [8ac7dd3]
+- Updated dependencies [55c1371]
+- Updated dependencies [d66be70]
+- Updated dependencies [1a461c3]
+  - @forge/[email protected]
+  - @forge/[email protected]
+  - @forge/[email protected]
+
 ## 9.0.0-next.9
 
 ### Patch Changes