@knapsack/update 4.71.5--canary.5111.bb70d52.0 → 4.71.5

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ # v4.71.5 (Tue Nov 05 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Merge branch 'latest' into feature/ksp-5668-handle-figma-blocks-when-updating-design-source-file ([@GormanDesign](https://github.com/GormanDesign))
6
+
7
+ #### 🏠 Internal
8
+
9
+ - Update dependency @types/node to ^20.17.5 [#5086](https://github.com/knapsack-labs/app-monorepo/pull/5086) ([@renovate[bot]](https://github.com/renovate[bot]))
10
+ - Update dependency @react-aria/visually-hidden to ^3.8.17 [#5078](https://github.com/knapsack-labs/app-monorepo/pull/5078) ([@renovate[bot]](https://github.com/renovate[bot]))
11
+ - Update dependency @types/node to ^20.17.4 [#5080](https://github.com/knapsack-labs/app-monorepo/pull/5080) ([@renovate[bot]](https://github.com/renovate[bot]))
12
+ - Update dependency @types/node to ^20.17.3 [#5046](https://github.com/knapsack-labs/app-monorepo/pull/5046) ([@renovate[bot]](https://github.com/renovate[bot]))
13
+
14
+ #### Authors: 2
15
+
16
+ - [@renovate[bot]](https://github.com/renovate[bot])
17
+ - Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
18
+
19
+ ---
20
+
1
21
  # v4.71.4 (Tue Oct 29 2024)
2
22
 
3
23
  #### 🏠 Internal
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/update",
3
3
  "description": "",
4
- "version": "4.71.5--canary.5111.bb70d52.0",
4
+ "version": "4.71.5",
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.71.5--canary.5111.bb70d52.0",
22
- "@knapsack/creator-utils": "4.71.5--canary.5111.bb70d52.0",
23
- "@knapsack/design-token-utils": "4.71.5--canary.5111.bb70d52.0",
24
- "@knapsack/file-utils": "4.71.5--canary.5111.bb70d52.0",
25
- "@knapsack/ks-file-utils": "4.71.5--canary.5111.bb70d52.0",
26
- "@knapsack/tiptap-utils": "4.71.5--canary.5111.bb70d52.0",
27
- "@knapsack/utils": "4.71.5--canary.5111.bb70d52.0",
21
+ "@knapsack/app": "4.71.5",
22
+ "@knapsack/creator-utils": "4.71.5",
23
+ "@knapsack/design-token-utils": "4.71.5",
24
+ "@knapsack/file-utils": "4.71.5",
25
+ "@knapsack/ks-file-utils": "4.71.5",
26
+ "@knapsack/tiptap-utils": "4.71.5",
27
+ "@knapsack/utils": "4.71.5",
28
28
  "cheerio": "^1.0.0",
29
29
  "isomorphic-dompurify": "^1.13.0",
30
30
  "marked": "^6.0.0",
@@ -32,11 +32,11 @@
32
32
  "yargs": "^17.7.2"
33
33
  },
34
34
  "devDependencies": {
35
- "@knapsack/eslint-config-starter": "4.71.5--canary.5111.bb70d52.0",
36
- "@knapsack/prettier-config": "4.71.5--canary.5111.bb70d52.0",
37
- "@knapsack/test-ava": "4.71.5--canary.5111.bb70d52.0",
38
- "@knapsack/types": "4.71.5--canary.5111.bb70d52.0",
39
- "@knapsack/typescript-config-starter": "4.71.5--canary.5111.bb70d52.0",
35
+ "@knapsack/eslint-config-starter": "4.71.5",
36
+ "@knapsack/prettier-config": "4.71.5",
37
+ "@knapsack/test-ava": "4.71.5",
38
+ "@knapsack/types": "4.71.5",
39
+ "@knapsack/typescript-config-starter": "4.71.5",
40
40
  "@types/node": "^20.17.5",
41
41
  "@types/prompts": "^2.4.9",
42
42
  "@types/yargs": "^17.0.33",
@@ -53,5 +53,5 @@
53
53
  "directory": "apps/client/update",
54
54
  "type": "git"
55
55
  },
56
- "gitHead": "bb70d528409193a0086f2e34e76bdf3a1aa7a66c"
56
+ "gitHead": "8ee43e7f37c16227aab8495d8b9a52512fafc19a"
57
57
  }