@canva/cli 2.3.0 → 2.5.0

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,31 @@
1
1
  # Changelog
2
2
 
3
+ ## v2.5.0 - 2026-06-24
4
+
5
+ ### Changed
6
+
7
+ - Auto-detect non-interactive shells and coding agents to enable lite output, skip blocking update prompts, skip artificial UI pauses, and run `canva apps doctor` in report mode by default.
8
+ - Deprecated `canva apps doctor --ci` in favor of automatic non-interactive detection.
9
+
10
+ ### Fixed
11
+
12
+ - Fix `canva apps list --print` hanging after printing app names.
13
+
14
+ ### Security
15
+
16
+ - Dependencies audit bringing modules up to date:
17
+
18
+ ```text
19
+ systeminformation 5.31.4 -> 5.31.7
20
+ esbuild 0.25.9 -> 0.28.1
21
+ ```
22
+
23
+ ## v2.4.0 - 2026-06-17
24
+
25
+ ### Changed
26
+
27
+ - Post app creation step failures during `canva apps create` no longer abort the flow and the completion screen shows commands to finish manually.
28
+
3
29
  ## v2.3.0 - 2026-06-10
4
30
 
5
31
  ### Added
package/README.md CHANGED
@@ -296,7 +296,6 @@ canva apps doctor
296
296
  ```
297
297
 
298
298
  - **Flags**:
299
- - `--ci`: Run in CI mode (overrides all other flags: enables `--report`, `--silenceUpdates`, disables `--fix`, `--verbose`, skips environment checks).
300
299
  - `--fix`: Automatically apply fixes for issues where possible.
301
300
  - `--report`: Output check results without prompting for fixes.
302
301
  - `--verbose`: Show detailed diagnostic output optimized for AI agent assistance.
@@ -1,4 +1,4 @@
1
- ** @babel/code-frame@7.29.0 -- MIT
1
+ ** @babel/code-frame@7.29.7 -- MIT
2
2
 
3
3
  MIT License
4
4
 
@@ -23,7 +23,7 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
23
23
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
24
24
  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25
25
 
26
- ** @babel/generator@7.29.1 -- MIT
26
+ ** @babel/generator@7.29.7 -- MIT
27
27
 
28
28
  MIT License
29
29
 
@@ -48,7 +48,7 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
48
48
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
49
49
  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
50
50
 
51
- ** @babel/helper-globals@7.28.0 -- MIT
51
+ ** @babel/helper-globals@7.29.7 -- MIT
52
52
 
53
53
  MIT License
54
54
 
@@ -73,7 +73,7 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
73
73
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
74
74
  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
75
75
 
76
- ** @babel/helper-string-parser@7.27.1 -- MIT
76
+ ** @babel/helper-string-parser@7.29.7 -- MIT
77
77
 
78
78
  MIT License
79
79
 
@@ -98,7 +98,7 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
98
98
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
99
99
  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
100
100
 
101
- ** @babel/helper-validator-identifier@7.28.5 -- MIT
101
+ ** @babel/helper-validator-identifier@7.29.7 -- MIT
102
102
 
103
103
  MIT License
104
104
 
@@ -123,7 +123,7 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
123
123
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
124
124
  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
125
125
 
126
- ** @babel/parser@7.29.0 -- MIT
126
+ ** @babel/parser@7.29.7 -- MIT
127
127
 
128
128
  Copyright (C) 2012-2014 by various contributors (see AUTHORS)
129
129
 
@@ -145,7 +145,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
145
145
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
146
146
  THE SOFTWARE.
147
147
 
148
- ** @babel/template@7.28.6 -- MIT
148
+ ** @babel/template@7.29.7 -- MIT
149
149
 
150
150
  MIT License
151
151
 
@@ -195,7 +195,7 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
195
195
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
196
196
  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
197
197
 
198
- ** @babel/types@7.29.0 -- MIT
198
+ ** @babel/types@7.29.7 -- MIT
199
199
 
200
200
  MIT License
201
201
 
@@ -736,7 +736,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
736
736
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
737
737
  THE SOFTWARE.
738
738
 
739
- ** debug@4.4.1 -- MIT
739
+ ** debug@4.4.3 -- MIT
740
740
 
741
741
  (The MIT License)
742
742
 
@@ -998,14 +998,12 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
998
998
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
999
999
  SOFTWARE.
1000
1000
 
1001
- ** fast-uri@3.1.0 -- BSD-3-Clause
1001
+ ** fast-uri@3.1.2 -- BSD-3-Clause
1002
1002
 
1003
1003
  Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
1004
- Copyright (c) 2021-present The Fastify team
1004
+ Copyright (c) 2021-present The Fastify team <https://github.com/fastify/fastify#team>
1005
1005
  All rights reserved.
1006
1006
 
1007
- The Fastify team members are listed at https://github.com/fastify/fastify#team.
1008
-
1009
1007
  Redistribution and use in source and binary forms, with or without
1010
1008
  modification, are permitted provided that the following conditions are met:
1011
1009
  * Redistributions of source code must retain the above copyright
@@ -2355,7 +2353,7 @@ The above copyright notice and this permission notice shall be included in all c
2355
2353
 
2356
2354
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2357
2355
 
2358
- ** systeminformation@5.31.4 -- MIT
2356
+ ** systeminformation@5.31.7 -- MIT
2359
2357
 
2360
2358
  The MIT License (MIT)
2361
2359