@knapsack/update 4.81.0--canary.6078.6bf07c6.0 → 4.81.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 +78 -0
- package/dist/utils/oldDb.js +3 -3
- package/dist/utils/oldDb.js.map +1 -1
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,81 @@
|
|
|
1
|
+
# v4.81.0 (Fri Jun 20 2025)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Merge branch 'latest' into feature/ksp-6428-setup-caching-infer-spec ([@mabry1985](https://github.com/mabry1985))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Josh Mabry ([@mabry1985](https://github.com/mabry1985))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v4.80.15 (Fri Jun 13 2025)
|
|
14
|
+
|
|
15
|
+
#### 🏠 Internal
|
|
16
|
+
|
|
17
|
+
- ensureDir cache [#6259](https://github.com/knapsack-labs/app-monorepo/pull/6259) ([@EvanLovely](https://github.com/EvanLovely))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
# v4.80.13 (Wed Jun 11 2025)
|
|
26
|
+
|
|
27
|
+
#### 🏠 Internal
|
|
28
|
+
|
|
29
|
+
- adds shouldRenderOnTransaction false to config [#6207](https://github.com/knapsack-labs/app-monorepo/pull/6207) ([@mabry1985](https://github.com/mabry1985))
|
|
30
|
+
|
|
31
|
+
#### Authors: 1
|
|
32
|
+
|
|
33
|
+
- Josh Mabry ([@mabry1985](https://github.com/mabry1985))
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
# v4.80.11 (Thu Jun 05 2025)
|
|
38
|
+
|
|
39
|
+
#### 🏠 Internal
|
|
40
|
+
|
|
41
|
+
- add default value prop to fieldLinkSelector [#6198](https://github.com/knapsack-labs/app-monorepo/pull/6198) ([@mabry1985](https://github.com/mabry1985))
|
|
42
|
+
- Update Node.js to v20.19.2 [#5949](https://github.com/knapsack-labs/app-monorepo/pull/5949) ([@renovate[bot]](https://github.com/renovate[bot]))
|
|
43
|
+
|
|
44
|
+
#### Authors: 2
|
|
45
|
+
|
|
46
|
+
- [@renovate[bot]](https://github.com/renovate[bot])
|
|
47
|
+
- Josh Mabry ([@mabry1985](https://github.com/mabry1985))
|
|
48
|
+
|
|
49
|
+
---
|
|
50
|
+
|
|
51
|
+
# v4.80.10 (Wed May 28 2025)
|
|
52
|
+
|
|
53
|
+
#### 🏠 Internal
|
|
54
|
+
|
|
55
|
+
- Update dependency @segment/analytics-next to ^1.81.0 [#6112](https://github.com/knapsack-labs/app-monorepo/pull/6112) ([@renovate[bot]](https://github.com/renovate[bot]))
|
|
56
|
+
- Custom domain for gsk sites [#6158](https://github.com/knapsack-labs/app-monorepo/pull/6158) ([@freneticpixel](https://github.com/freneticpixel))
|
|
57
|
+
- Update axiom SAML connection sign-in url [#6167](https://github.com/knapsack-labs/app-monorepo/pull/6167) ([@freneticpixel](https://github.com/freneticpixel))
|
|
58
|
+
|
|
59
|
+
#### Authors: 2
|
|
60
|
+
|
|
61
|
+
- [@renovate[bot]](https://github.com/renovate[bot])
|
|
62
|
+
- Jim Frenette ([@freneticpixel](https://github.com/freneticpixel))
|
|
63
|
+
|
|
64
|
+
---
|
|
65
|
+
|
|
66
|
+
# v4.80.8 (Wed May 21 2025)
|
|
67
|
+
|
|
68
|
+
#### 🏠 Internal
|
|
69
|
+
|
|
70
|
+
- Update firebase sdk to 11.7.1 [#6128](https://github.com/knapsack-labs/app-monorepo/pull/6128) ([@freneticpixel](https://github.com/freneticpixel))
|
|
71
|
+
- Remove hasura-cli npm package and switch to official binary [#6138](https://github.com/knapsack-labs/app-monorepo/pull/6138) ([@freneticpixel](https://github.com/freneticpixel))
|
|
72
|
+
|
|
73
|
+
#### Authors: 1
|
|
74
|
+
|
|
75
|
+
- Jim Frenette ([@freneticpixel](https://github.com/freneticpixel))
|
|
76
|
+
|
|
77
|
+
---
|
|
78
|
+
|
|
1
79
|
# v4.80.3 (Thu May 08 2025)
|
|
2
80
|
|
|
3
81
|
#### 🐛 Bug Fix
|
package/dist/utils/oldDb.js
CHANGED
|
@@ -3,20 +3,20 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Emulate the >=4.0 | <4.28 way of reading and writing the db, which was a single yaml file
|
|
5
5
|
*/
|
|
6
|
-
import {
|
|
6
|
+
import { ensureDir, readYaml, writeYaml } from '@knapsack/file-utils';
|
|
7
7
|
import { join } from 'node:path';
|
|
8
8
|
/**
|
|
9
9
|
* The pre-4.28.0 way of reading the db, which was a single yaml file
|
|
10
10
|
*/
|
|
11
11
|
export async function readDb({ dataDir, }) {
|
|
12
|
-
await
|
|
12
|
+
await ensureDir(dataDir);
|
|
13
13
|
return readYaml(join(dataDir, 'db.yml'));
|
|
14
14
|
}
|
|
15
15
|
/**
|
|
16
16
|
* The pre-4.28.0 way of writing the db, which was a single yaml file
|
|
17
17
|
*/
|
|
18
18
|
export async function writeDb({ dataDir, db, }) {
|
|
19
|
-
await
|
|
19
|
+
await ensureDir(dataDir);
|
|
20
20
|
return writeYaml({ path: join(dataDir, 'db.yml'), contents: db });
|
|
21
21
|
}
|
|
22
22
|
//# sourceMappingURL=oldDb.js.map
|
package/dist/utils/oldDb.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"oldDb.js","sourceRoot":"","sources":["../../src/utils/oldDb.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"oldDb.js","sourceRoot":"","sources":["../../src/utils/oldDb.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAEtE,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAEjC;;GAEG;AACH,MAAM,CAAC,KAAK,UAAU,MAAM,CAAC,EAC3B,OAAO,GAGR;IACC,MAAM,SAAS,CAAC,OAAO,CAAC,CAAC;IACzB,OAAO,QAAQ,CAAwB,IAAI,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC,CAAC;AAClE,CAAC;AAED;;GAEG;AACH,MAAM,CAAC,KAAK,UAAU,OAAO,CAAC,EAC5B,OAAO,EACP,EAAE,GAIH;IACC,MAAM,SAAS,CAAC,OAAO,CAAC,CAAC;IACzB,OAAO,SAAS,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,OAAO,EAAE,QAAQ,CAAC,EAAE,QAAQ,EAAE,EAAE,EAAE,CAAC,CAAC;AACpE,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knapsack/update",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "4.81.0
|
|
4
|
+
"version": "4.81.0",
|
|
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.81.0
|
|
22
|
-
"@knapsack/creator-utils": "4.81.0
|
|
23
|
-
"@knapsack/design-token-utils": "4.81.0
|
|
24
|
-
"@knapsack/file-utils": "4.81.0
|
|
25
|
-
"@knapsack/ks-file-utils": "4.81.0
|
|
26
|
-
"@knapsack/tiptap-utils": "4.81.0
|
|
27
|
-
"@knapsack/utils": "4.81.0
|
|
21
|
+
"@knapsack/app": "4.81.0",
|
|
22
|
+
"@knapsack/creator-utils": "4.81.0",
|
|
23
|
+
"@knapsack/design-token-utils": "4.81.0",
|
|
24
|
+
"@knapsack/file-utils": "4.81.0",
|
|
25
|
+
"@knapsack/ks-file-utils": "4.81.0",
|
|
26
|
+
"@knapsack/tiptap-utils": "4.81.0",
|
|
27
|
+
"@knapsack/utils": "4.81.0",
|
|
28
28
|
"cheerio": "^1.0.0",
|
|
29
29
|
"isomorphic-dompurify": "^1.13.0",
|
|
30
30
|
"marked": "^6.0.0",
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
"yargs": "^17.7.2"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@knapsack/eslint-config-starter": "4.81.0
|
|
37
|
-
"@knapsack/prettier-config": "4.81.0
|
|
38
|
-
"@knapsack/test-ava": "4.81.0
|
|
39
|
-
"@knapsack/types": "4.81.0
|
|
40
|
-
"@knapsack/typescript-config-starter": "4.81.0
|
|
41
|
-
"@types/node": "^20.17.
|
|
36
|
+
"@knapsack/eslint-config-starter": "4.81.0",
|
|
37
|
+
"@knapsack/prettier-config": "4.81.0",
|
|
38
|
+
"@knapsack/test-ava": "4.81.0",
|
|
39
|
+
"@knapsack/types": "4.81.0",
|
|
40
|
+
"@knapsack/typescript-config-starter": "4.81.0",
|
|
41
|
+
"@types/node": "^20.17.57",
|
|
42
42
|
"@types/prompts": "^2.4.9",
|
|
43
43
|
"@types/semver": "^7.7.0",
|
|
44
44
|
"@types/yargs": "^17.0.33",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"directory": "apps/client/update",
|
|
56
56
|
"type": "git"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "cc8190461b1c6ca81ccfcfaec1354b17c6d6d9fe"
|
|
59
59
|
}
|