@shopify/cli-kit 3.0.11 → 3.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @shopify/cli-kit
2
2
 
3
+ ## 3.0.14
4
+
5
+ ### Patch Changes
6
+
7
+ - 8f82bd36: Fix lookupTunnelPlugin on Windows
8
+ - ae3823c8: Abort the execution if prompts are attempted in a non-interactive terminal
9
+ - 8f82bd36: Add pathToFileURL helper
10
+ - c383ed42: Gracefully handle revoked tokens
11
+
12
+ ## 3.0.13
13
+
14
+ ### Patch Changes
15
+
16
+ - 604d7d97: Fix some unhandled promises and errors
17
+
18
+ ## 3.0.12
19
+
20
+ ### Patch Changes
21
+
22
+ - e05749dc: Adds format to the @shopify/cli-kit `file` module that formats a file content using prettier.
23
+ - 89a48ba9: Helpers to check ruby version, analytics enabled and verbose mode
24
+ - 1f45ddc4: New module called `vscode` for integrating with the user's VSCode editor. The initial utilities are focused on determining if the user is using VSCode and adding recommended extensions to the project.
25
+ - 8c690cca: Add generator for haiku-style names
26
+ - 11d09f7f: Encourage upgrading if not up-to-date
27
+ - 783a3714: Relativize path tokens before printing them
28
+ - e12c82b3: Fixed error executing CLI connected to a spin instance using SPIN_INSTANCE environment variable
29
+ - cb8e2c25: Output stderr in bold instead of prefacing with scary ERROR
30
+
3
31
  ## 3.0.11
4
32
 
5
33
  ### Patch Changes