11 KiB
@cloudflare/cli
0.1.13
Patch Changes
- Updated dependencies [
0283a1f]:
0.1.12
Patch Changes
0.1.11
Patch Changes
- Updated dependencies [
aa5d580]:
0.1.10
Patch Changes
0.1.9
Patch Changes
0.1.8
Patch Changes
- Updated dependencies [
ecfdd5a]:
0.1.7
Patch Changes
0.1.6
Patch Changes
-
#14112
3a746acThanks @penalosa! - Pin non-bundled runtime dependencies to exact versionsDependencies that are not bundled into a package's published output are installed directly into consumers' dependency trees, so they are now pinned to exact versions instead of semver ranges. This closes a supply-chain gap where an unpinned external dependency could resolve to a compromised upstream release on a fresh install. A new
pnpm check:pinned-depslint enforces this for all published packages (and for the shared pnpm catalog) going forward.
0.1.5
Patch Changes
0.1.4
Patch Changes
- Updated dependencies [
90092c0]:
0.1.3
Patch Changes
- Updated dependencies [
248bc08]:
0.1.2
Patch Changes
- Updated dependencies [
f3fed88]:
0.1.1
Patch Changes
- Updated dependencies [
2b8c0cc]:
0.1.0
Minor Changes
- #13651
47ac63fThanks @penalosa! - Publish@cloudflare/cli-shared-helpersand@cloudflare/workers-utilsto npm
Patch Changes
1.4.0
Minor Changes
-
#13144
db60b94Thanks @dario-piotrowicz! - Add gitignore helpers for appending Wrangler-related entriesNew
maybeAppendWranglerToGitIgnoreandmaybeAppendWranglerToGitIgnoreLikeFilefunctions that automatically append Wrangler-related entries (.wrangler,.dev.vars*,.env*, and their negated example patterns) to.gitignoreor similar ignore files. Existing entries are detected and skipped to avoid duplicates.
1.3.0
Minor Changes
-
#13068
e631a94Thanks @dario-piotrowicz! - AddrunCommandandquoteShellArgs,installPackagesandinstallWranglerutilities to@cloudflare/cli/commandThese utilities are now available from
@cloudflare/clias dedicated sub-path exports:runCommandandquoteShellArgsvia@cloudflare/cli/command, andinstallPackagesandinstallWranglervia@cloudflare/cli/packages. This makes them reusable across packages in the SDK without duplication.
1.2.1
Patch Changes
-
#11940
69ff962Thanks @penalosa! - Mark macOS version compatibility errors as user errorsWhen checking macOS version compatibility, the CLI now throws
UserErrorinstead of genericError. This ensures that version incompatibility issues are properly classified as user-facing errors that shouldn't be reported to Sentry. -
#11967
202c59eThanks @emily-shen! - chore: update undiciThe following dependency versions have been updated:
Dependency From To undici 7.14.0 7.18.2
1.2.0
Minor Changes
- #11578
4201472Thanks @gpanders! - Add showCursor helper function to show or hide the cursor in the terminal
1.1.4
Patch Changes
- #11448
2b4813bThanks @edmundhung! - Builds package with esbuildv0.27.0
1.1.3
Patch Changes
- #10764
79a6b7dThanks @emily-shen! - fix: respect the log level set by wrangler when logging using @cloudflare/cli
1.1.2
Patch Changes
1.1.1
Patch Changes
- #4768
c3e410c2Thanks @petebacondarwin! - ci: bump undici versions to 5.28.2
1.1.0
Minor Changes
-
#4779
06bb99e1Thanks @1000hz! - Added a newSelectRefreshablePromptcomponentThis component supports infinite scrolling, and the ability to refresh the items on 'R' keypress. See #4310 for more details.
-
#4779
06bb99e1Thanks @1000hz! - Added@clack/core'sMultiSelectPromptcomponentSee #4310 for more details.
Patch Changes
-
#4779
06bb99e1Thanks @1000hz! - Downgradedchalkdependency from^5.2.0to^2.4.2This was done for compatibility reasons with the version used in the
wranglerpackage. See #4310 for more details.
1.0.0
Major Changes
- #4189
05798038Thanks @gabivlj! - Move helper cli files of C3 into @cloudflare/cli and make Wrangler and C3 depend on it