File tree Expand file tree Collapse file tree 7 files changed +736
-2187
lines changed
Expand file tree Collapse file tree 7 files changed +736
-2187
lines changed Original file line number Diff line number Diff line change 11coverage :
22 totals :
3- statements : 24.27 %
4- branches : 14.72 %
5- functions : 22.91 %
6- lines : 25.14 %
7- total : 21.76 %
3+ statements : 7.51 %
4+ branches : 3.06 %
5+ functions : 8.33 %
6+ lines : 7.78 %
7+ total : 6.67 %
88 src :
99 totals :
10- statements : 48.13 %
11- branches : 44.17 %
12- functions : 46.25 %
13- lines : 48.13 %
10+ statements : 30.63 %
11+ branches : 35.83 %
12+ functions : 40 %
13+ lines : 30.63 %
1414 " app.tsx " :
1515 statements : 0%
1616 branches : 0%
@@ -19,26 +19,28 @@ coverage:
1919 uncovered_line_numbers : " 11-57"
2020 assets :
2121 " colors.ts " :
22- statements : 100 %
22+ statements : 0 %
2323 branches : 100%
2424 functions : 100%
25- lines : 100%
25+ lines : 0%
26+ uncovered_line_numbers : " 5"
2627 " consts.tsx " :
27- statements : 80 %
28- branches : 33.33 %
28+ statements : 0 %
29+ branches : 0 %
2930 functions : 0%
30- lines : 80 %
31- uncovered_line_numbers : " 59 "
31+ lines : 0 %
32+ uncovered_line_numbers : " 9-74 "
3233 " layout.ts " :
3334 statements : 100%
3435 branches : 100%
3536 functions : 100%
3637 lines : 100%
3738 " logos.tsx " :
38- statements : 100%
39- branches : 100%
40- functions : 100%
41- lines : 100%
39+ statements : 0%
40+ branches : 0%
41+ functions : 0%
42+ lines : 0%
43+ uncovered_line_numbers : " 21-230"
4244 components :
4345 export :
4446 " controlButton.tsx " :
Original file line number Diff line number Diff line change 11{
22 "name" : " @instructure.ai/nutritionfacts" ,
3- "version" : " 2.0.11 " ,
3+ "version" : " 2.0.12 " ,
44 "private" : true ,
55 "repository" : {
66 "type" : " git" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22 "dependencies" : {
33 "@instructure/ui" : " ^11.2.0" ,
44 "@instructure/ui-color-utils" : " ^11.2.0" ,
5- "react" : " ^19.2.0 " ,
6- "react-dom" : " ^19.2.0 "
5+ "react" : " ^19.2.3 " ,
6+ "react-dom" : " ^19.2.3 "
77 },
88 "devDependencies" : {
99 "@instructure.ai/shared-configs" : " workspace:^"
Original file line number Diff line number Diff line change 1212 "browserslist" : " ^4.28.1" ,
1313 "istanbul-lib-report" : " ^3.0.1" ,
1414 "istanbul-reports" : " ^3.2.0" ,
15- "jsdom" : " ^27.3 .0" ,
15+ "jsdom" : " ^27.4 .0" ,
1616 "lightningcss" : " ^1.30.2" ,
1717 "oxfmt" : " ^0.18.0" ,
18- "oxlint" : " ^1.33 .0" ,
19- "oxlint-tsgolint" : " ^0.9 .1" ,
18+ "oxlint" : " ^1.38 .0" ,
19+ "oxlint-tsgolint" : " ^0.10 .1" ,
2020 "react-compiler-runtime" : " ^1.0.0" ,
2121 "tsdown" : " ^0.16.8" ,
22- "vite" : " npm:rolldown-vite@^7.2.11 " ,
22+ "vite" : " 8.0.0-beta.5 " ,
2323 "vite-node" : " ^3.2.4" ,
2424 "vitest" : " ^3.2.4" ,
2525 "yaml" : " ^2.8.2"
2626 },
27+ "pnpm" : {
28+ "peerDependencyRules" : {
29+ "allowedVersions" : {
30+ "vite" : " ^8.0.0-beta"
31+ }
32+ }
33+ },
2734 "version" : " 3.0.1" ,
2835 "name" : " @instructure.ai/shared-configs" ,
29- "packageManager" : " pnpm@10.26 .0" ,
36+ "packageManager" : " pnpm@10.27 .0" ,
3037 "private" : true ,
3138 "type" : " module" ,
3239 "scripts" : {
Original file line number Diff line number Diff line change 3535 "write:entries" : " WRITE=1 vite-node ./scripts/writeEntries.mts --entries" ,
3636 "write:barrel" : " WRITE=1 vite-node ./scripts/writeEntries.mts --barrel"
3737 },
38- "dependencies" : {},
3938 "devDependencies" : {
4039 "@instructure.ai/shared-configs" : " workspace:^" ,
4140 "@instructure/ui-instructure" : " ^11.2.0" ,
42- "@types/papaparse" : " ^5.3.16 " ,
41+ "@types/papaparse" : " ^5.5.2 " ,
4342 "ansis" : " ^4.2.0" ,
4443 "papaparse" : " ^5.5.3" ,
4544 "typescript" : " ^5.9.3"
You can’t perform that action at this time.
0 commit comments