@knapsack/core 4.71.5--canary.5111.adf7fdd.0 → 4.71.5

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 +25 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
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 Typescript [#5051](https://github.com/knapsack-labs/app-monorepo/pull/5051) ([@renovate[bot]](https://github.com/renovate[bot]))
10
+ - 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]))
11
+ - safer allowed KS HTTP Headers [#5089](https://github.com/knapsack-labs/app-monorepo/pull/5089) ([@EvanLovely](https://github.com/EvanLovely))
12
+ - add token processing to server [#5007](https://github.com/knapsack-labs/app-monorepo/pull/5007) ([@EvanLovely](https://github.com/EvanLovely) [@freneticpixel](https://github.com/freneticpixel))
13
+ - 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]))
14
+ - 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]))
15
+ - 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]))
16
+
17
+ #### Authors: 4
18
+
19
+ - [@renovate[bot]](https://github.com/renovate[bot])
20
+ - Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
21
+ - Jim Frenette ([@freneticpixel](https://github.com/freneticpixel))
22
+ - Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
23
+
24
+ ---
25
+
1
26
  # v4.71.4 (Tue Oct 29 2024)
2
27
 
3
28
  #### 🏠 Internal
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/core",
3
3
  "description": "The core of Knapsack",
4
- "version": "4.71.5--canary.5111.adf7fdd.0",
4
+ "version": "4.71.5",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",
@@ -26,14 +26,14 @@
26
26
  },
27
27
  "author": "Knapsack (https://www.knapsack.cloud)",
28
28
  "dependencies": {
29
- "@knapsack/utils": "4.71.5--canary.5111.adf7fdd.0",
29
+ "@knapsack/utils": "4.71.5",
30
30
  "superstruct": "^0.16.7"
31
31
  },
32
32
  "devDependencies": {
33
- "@knapsack/eslint-config-starter": "4.71.5--canary.5111.adf7fdd.0",
34
- "@knapsack/test-ava": "4.71.5--canary.5111.adf7fdd.0",
35
- "@knapsack/types": "4.71.5--canary.5111.adf7fdd.0",
36
- "@knapsack/typescript-config-starter": "4.71.5--canary.5111.adf7fdd.0",
33
+ "@knapsack/eslint-config-starter": "4.71.5",
34
+ "@knapsack/test-ava": "4.71.5",
35
+ "@knapsack/types": "4.71.5",
36
+ "@knapsack/typescript-config-starter": "4.71.5",
37
37
  "@types/node": "^20.17.5",
38
38
  "ava": "^6.2.0",
39
39
  "eslint": "^8.57.0",
@@ -49,5 +49,5 @@
49
49
  "directory": "libs/core",
50
50
  "type": "git"
51
51
  },
52
- "gitHead": "adf7fdd914784b499986088aac9817501996b620"
52
+ "gitHead": "8ee43e7f37c16227aab8495d8b9a52512fafc19a"
53
53
  }