@knapsack/spec-utils 4.78.4--canary.5866.171915e.0 → 4.78.4

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @knapsack/spec-utils@4.78.2 build /home/runner/work/app-monorepo/app-monorepo/apps/client/libs/spec-utils
2
+ > @knapsack/spec-utils@4.78.3 build /home/runner/work/app-monorepo/app-monorepo/apps/client/libs/spec-utils
3
3
  > tsc
4
4
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @knapsack/spec-utils@4.78.2 lint /home/runner/work/app-monorepo/app-monorepo/apps/client/libs/spec-utils
2
+ > @knapsack/spec-utils@4.78.3 lint /home/runner/work/app-monorepo/app-monorepo/apps/client/libs/spec-utils
3
3
  > eslint ./
4
4
 
@@ -1,31 +1,31 @@
1
1
 
2
- > @knapsack/spec-utils@4.78.2 test /home/runner/work/app-monorepo/app-monorepo/apps/client/libs/spec-utils
2
+ > @knapsack/spec-utils@4.78.3 test /home/runner/work/app-monorepo/app-monorepo/apps/client/libs/spec-utils
3
3
  > vitest run
4
4
 
5
5
 
6
6
   RUN  v3.0.9 /home/runner/work/app-monorepo/app-monorepo/apps/client/libs/spec-utils
7
7
  Coverage enabled with v8
8
8
 
9
- ✓ src/convert-to-spec.vtest.ts (4 tests) 5ms
9
+ ✓ src/convert-to-spec.vtest.ts (4 tests) 4ms
10
+ ✓ src/resolve.vtest.ts (6 tests) 35ms
10
11
  ✓ src/get-ts-config.vtest.ts (1 test) 35ms
11
12
  ✓ src/utils.vtest.ts (3 tests) 5ms
12
- ✓ src/resolve.vtest.ts (6 tests) 31ms
13
- ✓ src/analyze-exports.vtest.ts (20 tests) 2237ms
14
- ✓ analyze-exports tests for .ts files > gets export names 1150ms
15
- ✓ analyze-exports tests for .d.ts files > gets export names 1079ms
16
- ✓ src/analyze-exports.sandbox-components.vtest.ts (2 tests) 6149ms
17
- ✓ analyze-exports sandbox components > analyzes react exports 2358ms
18
- ✓ analyze-exports sandbox components > analyzes angular exports 3790ms
19
- ✓ src/align/align.vtest.ts (8 tests) 7841ms
20
- ✓ '@knapsack/sandbox-components/react' > finds same export names in ts and js 2092ms
21
- ✓ '@knapsack/angular-sandbox-components' > finds same export names in ts and js 1592ms
22
- ✓ '@mui/material' > finds same export names in ts and js 2329ms
23
- ✓ '@knapsack/utils' > finds same export names in ts and js 1786ms
13
+ ✓ src/analyze-exports.vtest.ts (20 tests) 2215ms
14
+ ✓ analyze-exports tests for .ts files > gets export names 1128ms
15
+ ✓ analyze-exports tests for .d.ts files > gets export names 1081ms
16
+ ✓ src/analyze-exports.sandbox-components.vtest.ts (2 tests) 5940ms
17
+ ✓ analyze-exports sandbox components > analyzes react exports 2200ms
18
+ ✓ analyze-exports sandbox components > analyzes angular exports 3739ms
19
+ ✓ src/align/align.vtest.ts (8 tests) 7821ms
20
+ ✓ '@knapsack/sandbox-components/react' > finds same export names in ts and js 2127ms
21
+ ✓ '@knapsack/angular-sandbox-components' > finds same export names in ts and js 1591ms
22
+ ✓ '@mui/material' > finds same export names in ts and js 2297ms
23
+ ✓ '@knapsack/utils' > finds same export names in ts and js 1758ms
24
24
 
25
25
   Test Files  7 passed (7)
26
26
   Tests  44 passed (44)
27
-  Start at  21:27:58
28
-  Duration  10.60s (transform 334ms, setup 88ms, collect 10.26s, tests 16.30s, environment 2ms, prepare 883ms)
27
+  Start at  22:27:33
28
+  Duration  10.52s (transform 379ms, setup 74ms, collect 10.15s, tests 16.05s, environment 3ms, prepare 850ms)
29
29
 
30
30
   % Coverage report from v8
31
31
  -------------------|---------|----------|---------|---------|-------------------
package/CHANGELOG.md CHANGED
@@ -1,3 +1,25 @@
1
+ # v4.78.3 (Wed Mar 26 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - strictNullChecks: @knapsack/update [#5788](https://github.com/knapsack-labs/app-monorepo/pull/5788) ([@illepic](https://github.com/illepic))
6
+ - Merge branch 'latest' into docs/supported-browsers ([@mabry1985](https://github.com/mabry1985))
7
+
8
+ #### 🏠 Internal
9
+
10
+ - SSO SAML connection for CSX [#5860](https://github.com/knapsack-labs/app-monorepo/pull/5860) ([@freneticpixel](https://github.com/freneticpixel))
11
+ - KSP-5994: Schema changes to the invite users table. [#5850](https://github.com/knapsack-labs/app-monorepo/pull/5850) ([@illepic](https://github.com/illepic))
12
+ - chore: update dependencies (vitest, vite, next) [#5859](https://github.com/knapsack-labs/app-monorepo/pull/5859) ([@EvanLovely](https://github.com/EvanLovely))
13
+
14
+ #### Authors: 4
15
+
16
+ - Christopher Bloom ([@illepic](https://github.com/illepic))
17
+ - Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
18
+ - Jim Frenette ([@freneticpixel](https://github.com/freneticpixel))
19
+ - Josh Mabry ([@mabry1985](https://github.com/mabry1985))
20
+
21
+ ---
22
+
1
23
  # v4.78.2 (Mon Mar 24 2025)
2
24
 
3
25
  #### 🏠 Internal
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/spec-utils",
3
3
  "description": "",
4
- "version": "4.78.4--canary.5866.171915e.0",
4
+ "version": "4.78.4",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {
@@ -20,17 +20,17 @@
20
20
  "test": "vitest run"
21
21
  },
22
22
  "dependencies": {
23
- "@knapsack/utils": "4.78.4--canary.5866.171915e.0",
23
+ "@knapsack/utils": "4.78.4",
24
24
  "typescript": "^5.7.3"
25
25
  },
26
26
  "devDependencies": {
27
- "@knapsack/angular-sandbox-components": "4.78.4--canary.5866.171915e.0",
28
- "@knapsack/eslint-config-starter": "4.78.4--canary.5866.171915e.0",
29
- "@knapsack/file-utils": "4.78.4--canary.5866.171915e.0",
30
- "@knapsack/prettier-config": "4.78.4--canary.5866.171915e.0",
31
- "@knapsack/sandbox-components": "4.78.4--canary.5866.171915e.0",
32
- "@knapsack/types": "4.78.4--canary.5866.171915e.0",
33
- "@knapsack/typescript-config-starter": "4.78.4--canary.5866.171915e.0",
27
+ "@knapsack/angular-sandbox-components": "4.78.4",
28
+ "@knapsack/eslint-config-starter": "4.78.4",
29
+ "@knapsack/file-utils": "4.78.4",
30
+ "@knapsack/prettier-config": "4.78.4",
31
+ "@knapsack/sandbox-components": "4.78.4",
32
+ "@knapsack/types": "4.78.4",
33
+ "@knapsack/typescript-config-starter": "4.78.4",
34
34
  "@mui/material": "^5.16.14",
35
35
  "@types/node": "^20.17.24",
36
36
  "eslint": "^8.57.0",
@@ -45,5 +45,5 @@
45
45
  "directory": "apps/client/libs/spec-utils",
46
46
  "type": "git"
47
47
  },
48
- "gitHead": "171915e9adb1e49396fbc256cd521a1c4511f09c"
48
+ "gitHead": "8860b8ef1a7906c25c810c3becc0f5b31886c43f"
49
49
  }