@vaadin/hilla-generator-utils 24.5.0-alpha2 → 24.5.0-alpha4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/hilla-generator-utils",
3
- "version": "24.5.0-alpha2",
3
+ "version": "24.5.0-alpha4",
4
4
  "description": "A set of utils for developing Hilla generator plugins",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -16,7 +16,7 @@
16
16
  "lint": "eslint src test",
17
17
  "lint:fix": "eslint src test --fix",
18
18
  "test": "mocha test/**/*.spec.ts --config ../../../.mocharc.cjs",
19
- "test:coverage": "c8 -c ../../../.c8rc.json npm test",
19
+ "test:coverage": "c8 --experimental-monocart -c ../../../.c8rc.json npm test",
20
20
  "typecheck": "tsc --noEmit"
21
21
  },
22
22
  "exports": {
@@ -59,7 +59,7 @@
59
59
  "dependencies": {
60
60
  "pino": "^8.15.1",
61
61
  "pino-pretty": "^10.2.0",
62
- "typescript": "5.3.2"
62
+ "typescript": "5.5.2"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@types/chai": "^4.3.6",
@@ -67,11 +67,12 @@
67
67
  "@types/node": "^20.7.1",
68
68
  "@types/sinon": "^10.0.17",
69
69
  "@types/sinon-chai": "^3.2.10",
70
- "c8": "^8.0.1",
70
+ "c8": "^10.1.2",
71
71
  "chai": "^4.3.10",
72
72
  "concurrently": "^8.2.1",
73
73
  "copyfiles": "^2.4.1",
74
74
  "mocha": "^10.2.0",
75
+ "monocart-coverage-reports": "^2.8.4",
75
76
  "sinon": "^16.0.0",
76
77
  "sinon-chai": "^3.7.0",
77
78
  "type-fest": "^4.3.2"
@@ -1,4 +1,3 @@
1
- /// <reference types="chai" />
2
1
  declare global {
3
2
  export namespace Chai {
4
3
  interface Assertion {
@@ -1 +1 @@
1
- {"version":3,"file":"snapshotMatcher.d.ts","sourceRoot":"","sources":["../src/testing/snapshotMatcher.ts"],"names":[],"mappings":";AAMA,OAAO,CAAC,MAAM,CAAC;IAEb,MAAM,WAAW,IAAI,CAAC;QACpB,UAAU,SAAS;YACjB,eAAe,CAAC,YAAY,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;SAC7E;KACF;CACF;AAED,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC,UAAU,EAAE,KAAK,EAAE,IAAI,CAAC,SAAS,GAAG,IAAI,CA0B1F"}
1
+ {"version":3,"file":"snapshotMatcher.d.ts","sourceRoot":"","sources":["../src/testing/snapshotMatcher.ts"],"names":[],"mappings":"AAMA,OAAO,CAAC,MAAM,CAAC;IAEb,MAAM,WAAW,IAAI,CAAC;QACpB,UAAU,SAAS;YACjB,eAAe,CAAC,YAAY,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;SAC7E;KACF;CACF;AAED,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC,UAAU,EAAE,KAAK,EAAE,IAAI,CAAC,SAAS,GAAG,IAAI,CA0B1F"}