@anansi/cli 3.1.23 → 3.1.25

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
@@ -3,6 +3,20 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ### [3.1.25](https://github.com/ntucker/anansi/compare/@anansi/cli@3.1.24...@anansi/cli@3.1.25) (2024-05-25)
7
+
8
+ ### 📦 Package
9
+
10
+ * bin-version-check was renamed to binary-version-check ([d014e7b](https://github.com/ntucker/anansi/commit/d014e7b957ee16dbfe443640103d70919eed34c1))
11
+ * Update `execa` to v9 ([#2410](https://github.com/ntucker/anansi/issues/2410)) ([64e2daa](https://github.com/ntucker/anansi/commit/64e2daa8a96cb0dc1c59f64bf1f32f785bc21e7e))
12
+ * Update all non-major dependencies ([#2413](https://github.com/ntucker/anansi/issues/2413)) ([082aad1](https://github.com/ntucker/anansi/commit/082aad19ae056ca30444a0f2e8501b656ac3c3ac))
13
+ * Update all non-major dependencies ([#2415](https://github.com/ntucker/anansi/issues/2415)) ([cd31e5a](https://github.com/ntucker/anansi/commit/cd31e5aab1364cd835d0f4f14a538fb0932a0b54))
14
+ * Update all non-major dependencies ([#2424](https://github.com/ntucker/anansi/issues/2424)) ([b8889d0](https://github.com/ntucker/anansi/commit/b8889d0cdda835459554d73282457c264ddb2e24))
15
+
16
+ ### [3.1.24](https://github.com/ntucker/anansi/compare/@anansi/cli@3.1.23...@anansi/cli@3.1.24) (2024-05-02)
17
+
18
+ **Note:** Version bump only for package @anansi/cli
19
+
6
20
  ### [3.1.23](https://github.com/ntucker/anansi/compare/@anansi/cli@3.1.22...@anansi/cli@3.1.23) (2024-04-30)
7
21
 
8
22
  ### 📦 Package
package/check-version.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import binVersionCheck from 'bin-version-check';
1
+ import binVersionCheck from 'binary-version-check';
2
2
  import chalk from 'chalk';
3
3
  import fs from 'fs';
4
4
  import latestVersion from 'latest-version';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anansi/cli",
3
- "version": "3.1.23",
3
+ "version": "3.1.25",
4
4
  "description": "Fast React Web Apps",
5
5
  "homepage": "https://github.com/ntucker/anansi/tree/master/packages/cli#readme",
6
6
  "repository": {
@@ -54,11 +54,11 @@
54
54
  "@types/node": "^20.0.0"
55
55
  },
56
56
  "dependencies": {
57
- "@anansi/generator-js": "^12.4.5",
58
- "bin-version-check": "^6.0.0",
57
+ "@anansi/generator-js": "^12.4.7",
58
+ "binary-version-check": "^6.1.0",
59
59
  "chalk": "^4.1.2",
60
- "commander": "^12.0.0",
61
- "execa": "^8.0.1",
60
+ "commander": "^12.1.0",
61
+ "execa": "^9.1.0",
62
62
  "import-meta-resolve": "^4.1.0",
63
63
  "latest-version": "^9.0.0",
64
64
  "yo": "^5.0.0"