svelte-common 6.10.2 → 6.10.3

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.
Files changed (1) hide show
  1. package/package.json +19 -18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelte-common",
3
- "version": "6.10.2",
3
+ "version": "6.10.3",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -34,45 +34,46 @@
34
34
  "scripts": {
35
35
  "prepare": "npm run prepare:vite && npm run prepare:typescript",
36
36
  "prepare:vite": "vite build",
37
- "prepare:typescript": "tsc --allowJs --declaration --emitDeclarationOnly --declarationDir types -t esnext -m esnext --module nodenext --moduleResolution nodenext --rootDir src ./src**/*.mjs",
37
+ "prepare:typescript": "tsc --allowJs --declaration --emitDeclarationOnly --declarationDir types --resolveJsonModule -t esnext -m esnext --module nodenext --moduleResolution nodenext --rootDir src ./src**/*.mjs",
38
38
  "start": "vite",
39
39
  "test": "npm run test:ava && npm run test:cafe",
40
40
  "test:cafe": "testcafe $BROWSER:headless tests/cafe/*-cafe.mjs -s build/test --page-request-timeout 5000 --app-init-delay 8000 --app vite",
41
41
  "test:ava": "ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs",
42
42
  "cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
43
43
  "docs": "documentation readme --section=API ./src/**/*.mjs",
44
- "lint": "npm run lint:css && npm run lint:docs",
44
+ "lint": "npm run lint:css && npm run lint:docs && npm run lint:typescript",
45
45
  "lint:docs": "documentation lint ./src/**/*.mjs",
46
46
  "lint:css": "stylelint ./src/*.css",
47
+ "lint:typescript": "tsc --allowJs --checkJs --noEmit --resolveJsonModule -t esnext -m esnext --module nodenext --moduleResolution nodenext ./src**/*.mjs",
47
48
  "preview": "vite preview"
48
49
  },
49
50
  "dependencies": {
50
- "pacc": "^3.1.5",
51
+ "pacc": "^3.1.6",
51
52
  "svelte-command": "^1.1.50",
52
- "svelte-entitlement": "^1.2.72"
53
+ "svelte-entitlement": "^1.2.76"
53
54
  },
54
55
  "devDependencies": {
55
- "@semantic-release/commit-analyzer": "^11.1.0",
56
+ "@semantic-release/commit-analyzer": "^12.0.0",
56
57
  "@semantic-release/exec": "^6.0.3",
57
- "@semantic-release/release-notes-generator": "^12.1.0",
58
- "@sveltejs/vite-plugin-svelte": "^3.0.2",
58
+ "@semantic-release/release-notes-generator": "^13.0.0",
59
+ "@sveltejs/vite-plugin-svelte": "^3.1.0",
59
60
  "ava": "^6.1.2",
60
61
  "c8": "^9.1.0",
61
62
  "documentation": "^14.0.3",
62
- "mf-styling": "^3.1.5",
63
- "npm-pkgbuild": "^13.4.0",
64
- "semantic-release": "^23.0.2",
65
- "stylelint": "^16.2.1",
63
+ "mf-styling": "^3.1.6",
64
+ "npm-pkgbuild": "^15.2.5",
65
+ "semantic-release": "^23.0.8",
66
+ "stylelint": "^16.3.1",
66
67
  "stylelint-config-standard": "^36.0.0",
67
- "svelte": "^4.2.12",
68
+ "svelte": "^4.2.15",
68
69
  "testcafe": "^3.5.0",
69
- "typescript": "^5.3.3",
70
- "vite": "^5.1.5",
71
- "vite-plugin-compression2": "^1.0.0"
70
+ "typescript": "^5.4.5",
71
+ "vite": "^5.2.9",
72
+ "vite-plugin-compression2": "^1.1.0"
72
73
  },
73
74
  "optionalDependencies": {
74
75
  "mf-hosting-cloudflare": "^1.0.6",
75
- "mf-hosting-frontend": "^2.2.6"
76
+ "mf-hosting-frontend": "^3.0.3"
76
77
  },
77
78
  "repository": {
78
79
  "type": "git",
@@ -100,7 +101,7 @@
100
101
  [
101
102
  "@semantic-release/exec",
102
103
  {
103
- "publishCmd": "npx npm-pkgbuild --available --continue --publish dist"
104
+ "publishCmd": "npx npm-pkgbuild --publish dist"
104
105
  }
105
106
  ],
106
107
  [