@globalbrain/sefirot 4.38.0 → 4.39.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@globalbrain/sefirot",
3
- "version": "4.38.0",
3
+ "version": "4.39.0",
4
4
  "description": "Vue Components for Global Brain Design System.",
5
5
  "keywords": [
6
6
  "components",
@@ -53,14 +53,14 @@
53
53
  "coverage": "vitest run --coverage",
54
54
  "test": "pnpm run type && pnpm run lint && pnpm run coverage",
55
55
  "test:fail": "pnpm run type && pnpm run lint:fail && pnpm run coverage",
56
- "release": "release-it"
56
+ "release": "pnpm whoami >/dev/null 2>&1 || pnpm login && release-it"
57
57
  },
58
58
  "dependencies": {
59
59
  "@iconify-json/ph": "^1.2.2",
60
60
  "@iconify-json/ri": "^1.2.10",
61
61
  "@popperjs/core": "^2.11.8",
62
- "@sentry/browser": "^10.40.0",
63
- "@sentry/vue": "^10.40.0",
62
+ "@sentry/browser": "^10.44.0",
63
+ "@sentry/vue": "^10.44.0",
64
64
  "@tanstack/vue-virtual": "3.0.0-beta.62",
65
65
  "@tinyhttp/content-disposition": "^2.2.4",
66
66
  "@tinyhttp/cookie": "^2.1.1",
@@ -70,53 +70,54 @@
70
70
  "@types/file-saver": "^2.0.7",
71
71
  "@types/lodash-es": "^4.17.12",
72
72
  "@types/markdown-it": "^14.1.2",
73
- "@types/qs": "^6.14.0",
74
- "@vitejs/plugin-vue": "^6.0.4",
75
- "@vue/reactivity": "^3.5.29",
73
+ "@types/qs": "^6.15.0",
74
+ "@vitejs/plugin-vue": "^6.0.5",
75
+ "@vue/reactivity": "^3.5.30",
76
76
  "@vuelidate/core": "^2.0.3",
77
77
  "@vuelidate/validators": "^2.0.4",
78
78
  "@vueuse/core": "^14.2.1",
79
79
  "body-scroll-lock": "4.0.0-beta.0",
80
80
  "d3": "^7.9.0",
81
- "dayjs": "^1.11.19",
82
- "dompurify": "^3.3.1",
81
+ "dayjs": "^1.11.20",
82
+ "dompurify": "^3.3.3",
83
83
  "file-saver": "^2.0.5",
84
84
  "fuse.js": "^7.1.0",
85
85
  "html2canvas": "^1.4.1",
86
- "jsdom": "^28.1.0",
86
+ "jsdom": "^29.0.0",
87
87
  "lodash-es": "^4.17.23",
88
88
  "magic-string": "^0.30.21",
89
89
  "markdown-it": "^14.1.1",
90
90
  "normalize.css": "^8.0.1",
91
91
  "ofetch": "^1.5.1",
92
92
  "pinia": "^3.0.4",
93
- "postcss": "^8.5.6",
93
+ "postcss": "^8.5.8",
94
94
  "postcss-nested": "^7.0.2",
95
95
  "punycode": "^2.3.1",
96
96
  "qs": "^6.15.0",
97
97
  "unplugin-icons": "^23.0.1",
98
98
  "v-calendar": "3.0.1",
99
99
  "vite": "^7.3.1",
100
- "vue": "^3.5.29",
100
+ "vue": "^3.5.30",
101
101
  "vue-draggable-plus": "^0.6.1",
102
102
  "vue-router": "^4.6.4"
103
103
  },
104
104
  "devDependencies": {
105
105
  "@globalbrain/eslint-config": "^3.0.1",
106
106
  "@histoire/plugin-vue": "1.0.0-beta.1",
107
- "@release-it/conventional-changelog": "^10.0.5",
107
+ "@release-it/conventional-changelog": "^10.0.6",
108
108
  "@types/jsdom": "^28.0.0",
109
- "@types/node": "^25.3.3",
110
- "@vitest/coverage-v8": "^4.0.18",
109
+ "@types/node": "^25.5.0",
110
+ "@typescript-eslint/rule-tester": "^8.57.1",
111
+ "@vitest/coverage-v8": "^4.1.0",
111
112
  "@vue/test-utils": "^2.4.6",
112
- "eslint": "^9.39.3",
113
- "happy-dom": "^20.7.0",
113
+ "eslint": "^9.39.4",
114
+ "happy-dom": "^20.8.4",
114
115
  "histoire": "1.0.0-beta.1",
115
116
  "release-it": "^19.2.4",
116
117
  "typescript": "~5.9.3",
117
118
  "vitepress": "^2.0.0-alpha.16",
118
- "vitest": "^4.0.18",
119
- "vue-tsc": "^3.2.5"
119
+ "vitest": "^4.1.0",
120
+ "vue-tsc": "^3.2.6"
120
121
  },
121
- "packageManager": "pnpm@10.30.3"
122
+ "packageManager": "pnpm@10.32.1"
122
123
  }