@knapsack/update 4.68.6--canary.4531.a5227e3.1 → 4.68.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ # v4.68.6 (Wed Aug 21 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Merge branch 'latest' into patch-angular-app-imports ([@mabry1985](https://github.com/mabry1985))
6
+
7
+ #### 🏠 Internal
8
+
9
+ - Update dependency cheerio to v1.0.0 [#4540](https://github.com/knapsack-labs/app-monorepo/pull/4540) ([@renovate[bot]](https://github.com/renovate[bot]) [@greylabel](https://github.com/greylabel))
10
+ - Update Typescript [#4240](https://github.com/knapsack-labs/app-monorepo/pull/4240) ([@renovate[bot]](https://github.com/renovate[bot]))
11
+
12
+ #### Authors: 3
13
+
14
+ - [@renovate[bot]](https://github.com/renovate[bot])
15
+ - Grant Gaudet ([@greylabel](https://github.com/greylabel))
16
+ - Josh Mabry ([@mabry1985](https://github.com/mabry1985))
17
+
18
+ ---
19
+
1
20
  # v4.68.2 (Wed Aug 21 2024)
2
21
 
3
22
  #### 🏠 Internal
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/update",
3
3
  "description": "",
4
- "version": "4.68.6--canary.4531.a5227e3.1",
4
+ "version": "4.68.6",
5
5
  "bin": {
6
6
  "knapsack-update": "./cli.js"
7
7
  },
@@ -18,13 +18,13 @@
18
18
  "test": "ava"
19
19
  },
20
20
  "dependencies": {
21
- "@knapsack/app": "4.68.6--canary.4531.a5227e3.1",
22
- "@knapsack/creator-utils": "4.68.6--canary.4531.a5227e3.1",
23
- "@knapsack/design-token-utils": "4.68.6--canary.4531.a5227e3.1",
24
- "@knapsack/file-utils": "4.68.6--canary.4531.a5227e3.1",
25
- "@knapsack/ks-file-utils": "4.68.6--canary.4531.a5227e3.1",
26
- "@knapsack/tiptap-utils": "4.68.6--canary.4531.a5227e3.1",
27
- "@knapsack/utils": "4.68.6--canary.4531.a5227e3.1",
21
+ "@knapsack/app": "4.68.6",
22
+ "@knapsack/creator-utils": "4.68.6",
23
+ "@knapsack/design-token-utils": "4.68.6",
24
+ "@knapsack/file-utils": "4.68.6",
25
+ "@knapsack/ks-file-utils": "4.68.6",
26
+ "@knapsack/tiptap-utils": "4.68.6",
27
+ "@knapsack/utils": "4.68.6",
28
28
  "cheerio": "^1.0.0",
29
29
  "isomorphic-dompurify": "^1.5.0",
30
30
  "marked": "^4.3.0",
@@ -32,11 +32,11 @@
32
32
  "yargs": "^17.7.2"
33
33
  },
34
34
  "devDependencies": {
35
- "@knapsack/eslint-config-starter": "4.68.6--canary.4531.a5227e3.1",
36
- "@knapsack/prettier-config": "4.68.6--canary.4531.a5227e3.1",
37
- "@knapsack/test-ava": "4.68.6--canary.4531.a5227e3.1",
38
- "@knapsack/types": "4.68.6--canary.4531.a5227e3.1",
39
- "@knapsack/typescript-config-starter": "4.68.6--canary.4531.a5227e3.1",
35
+ "@knapsack/eslint-config-starter": "4.68.6",
36
+ "@knapsack/prettier-config": "4.68.6",
37
+ "@knapsack/test-ava": "4.68.6",
38
+ "@knapsack/types": "4.68.6",
39
+ "@knapsack/typescript-config-starter": "4.68.6",
40
40
  "@types/marked": "^4.0.3",
41
41
  "@types/node": "^20.16.1",
42
42
  "@types/prompts": "^2.4.9",
@@ -54,5 +54,5 @@
54
54
  "directory": "apps/client/update",
55
55
  "type": "git"
56
56
  },
57
- "gitHead": "a5227e3d22a8762737b614f3c9ca0d951c8b4af4"
57
+ "gitHead": "1afdff2560e3b8b498bf1d389ba331212ea3a1a6"
58
58
  }