@sfxcode/formkit-primevue 3.3.7 → 4.0.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.
@@ -4,7 +4,7 @@ import type { SelectProps } from 'primevue/select'
4
4
  import type { PropType } from 'vue'
5
5
  import type { FormKitIconProps } from './FormKitIcon.vue'
6
6
  import { computed } from 'vue'
7
- import { useFormKitSection } from '../composables/index.ts'
7
+ import { useFormKitSection } from '../composables'
8
8
  import FormKitIcon from './FormKitIcon.vue'
9
9
  import FormKitPrefix from './FormKitPrefix.vue'
10
10
  import FormKitSuffix from './FormKitSuffix.vue'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sfxcode/formkit-primevue",
3
3
  "type": "module",
4
- "version": "3.3.7",
4
+ "version": "4.0.0",
5
5
  "packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017",
6
6
  "author": {
7
7
  "name": "Tom",
@@ -75,7 +75,7 @@
75
75
  "dev": "vite serve dev",
76
76
  "dev:build": "vite build dev",
77
77
  "dev:preview": "vite preview dev",
78
- "release": "npm run lint && npm run build && changelogen --patch --release && npm publish --access public && git push --follow-tags",
78
+ "release": "npm run lint && npm run build && changelogen --major --release && npm publish --access public && git push --follow-tags",
79
79
  "lint": "eslint .",
80
80
  "lint:fix": "eslint . --fix",
81
81
  "prepublishOnly": "pnpm build",
@@ -90,59 +90,58 @@
90
90
  "vue": "^3.4.0"
91
91
  },
92
92
  "dependencies": {
93
- "@formkit/addons": "^1.7.2",
94
- "@formkit/core": "^1.7.2",
95
- "@formkit/i18n": "^1.7.2",
96
- "@formkit/inputs": "^1.7.2",
97
- "@formkit/vue": "^1.7.2",
98
- "@intlify/core": "^11.3.0",
93
+ "@formkit/addons": "^2.0.0",
94
+ "@formkit/core": "^2.0.0",
95
+ "@formkit/i18n": "^2.0.0",
96
+ "@formkit/inputs": "^2.0.0",
97
+ "@formkit/vue": "^2.0.0",
98
+ "@intlify/core": "^11.3.2",
99
99
  "primeicons": "^7.0.0",
100
- "primevue": "^4.5.4",
101
- "vue-i18n": "^11.3.0"
100
+ "primevue": "^4.5.5",
101
+ "vue-i18n": "^11.3.2"
102
102
  },
103
103
  "devDependencies": {
104
- "@antfu/eslint-config": "^7.7.2",
105
- "@formkit/core": "^1.6.9",
104
+ "@antfu/eslint-config": "^8.1.0",
106
105
  "@formkit/drag-and-drop": "^0.5.3",
107
106
  "@primeuix/themes": "^2.0.3",
108
- "@types/node": "^25.5.0",
109
- "@unocss/preset-icons": "66.6.6",
110
- "@unocss/preset-uno": "66.6.6",
107
+ "@types/node": "^25.5.2",
108
+ "@unocss/preset-icons": "66.6.8",
109
+ "@unocss/preset-uno": "66.6.8",
111
110
  "@vitejs/plugin-vue": "^6.0.5",
112
- "@vitest/coverage-v8": "^4.1.0",
113
- "@vitest/ui": "^4.1.0",
114
- "@vue/compiler-sfc": "^3.5.30",
115
- "@vue/server-renderer": "^3.5.30",
111
+ "@vitest/coverage-v8": "^4.1.3",
112
+ "@vitest/ui": "^4.1.3",
113
+ "@vue/compiler-sfc": "^3.5.32",
114
+ "@vue/server-renderer": "^3.5.32",
116
115
  "@vue/test-utils": "^2.4.6",
117
- "@vue/tsconfig": "^0.9.0",
116
+ "@vue/tsconfig": "^0.9.1",
118
117
  "@vueuse/core": "^14.2.1",
119
118
  "@vueuse/head": "^2.0.0",
120
119
  "changelogen": "^0.6.2",
121
120
  "chart.js": "^4.5.1",
122
121
  "consola": "^3.4.2",
123
122
  "cookie": "^1.1.1",
124
- "esbuild": "^0.27.4",
125
- "eslint": "^10.0.3",
126
- "happy-dom": "^20.8.4",
123
+ "esbuild": "^0.28.0",
124
+ "eslint": "^10.2.0",
125
+ "happy-dom": "^20.8.9",
127
126
  "json-editor-vue": "^0.18.1",
128
127
  "mkdist": "^2.4.1",
129
- "sass": "^1.98.0",
128
+ "sass": "^1.99.0",
130
129
  "tslib": "^2.8.1",
131
- "typescript": "^5.9.3",
130
+ "typescript": "^6.0.2",
132
131
  "unbuild": "^3.6.1",
133
- "unocss": "66.6.6",
132
+ "unocss": "66.6.8",
134
133
  "unplugin-auto-import": "^21.0.0",
135
- "unplugin-vue-components": "^31.0.0",
136
- "vite": "^8.0.0",
134
+ "unplugin-vue-components": "^32.0.0",
135
+ "vite": "^8.0.7",
137
136
  "vite-plugin-dts": "^4.5.4",
138
137
  "vite-plugin-eslint": "^1.8.1",
139
138
  "vite-plugin-pages": "^0.33.3",
140
139
  "vite-ssg": "^28.3.0",
141
140
  "vitepress": "2.0.0-alpha.16",
142
- "vitest": "^4.1.0",
143
- "vue": "^3.5.30",
141
+ "vitest": "^4.1.3",
142
+ "vue": "^3.5.32",
144
143
  "vue-demi": "^0.14.10",
145
- "vue-router": "^5.0.3",
146
- "vue-tsc": "^3.2.5"
144
+ "vue-router": "^5.0.4",
145
+ "vue-tsc": "^3.2.6"
147
146
  }
148
147
  }