@konoma-development/vue-components 0.1.8 → 0.1.9
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/eslint.config.ts
CHANGED
|
@@ -1,44 +1,23 @@
|
|
|
1
1
|
import antfu from '@antfu/eslint-config';
|
|
2
2
|
import * as eslint from '@eslint/js';
|
|
3
|
-
import globals from 'globals';
|
|
4
|
-
import * as vueParser from 'vue-eslint-parser'
|
|
5
3
|
import withNuxt from './.playground/.nuxt/eslint.config.mjs';
|
|
6
4
|
|
|
7
5
|
export default withNuxt(
|
|
8
6
|
eslint.configs.recommended,
|
|
9
7
|
await antfu({
|
|
10
|
-
vue: {
|
|
11
|
-
overrides: {
|
|
12
|
-
'vue/block-order': ['error', {
|
|
13
|
-
order: [['template', 'script'], 'style'],
|
|
14
|
-
}],
|
|
15
|
-
},
|
|
16
|
-
},
|
|
17
8
|
unocss: true,
|
|
18
|
-
|
|
19
|
-
'style/semi': 'off',
|
|
20
|
-
'style/brace-style': ['error', '1tbs'],
|
|
21
|
-
},
|
|
22
|
-
}),
|
|
23
|
-
{
|
|
24
|
-
files: ['**/*.{ts}'],
|
|
25
|
-
languageOptions: {
|
|
26
|
-
parser: vueParser,
|
|
27
|
-
parserOptions: {
|
|
28
|
-
ecmaVersion: 'latest',
|
|
29
|
-
parser: '@typescript-eslint/parser',
|
|
30
|
-
sourceType: 'module',
|
|
31
|
-
},
|
|
32
|
-
globals: {
|
|
33
|
-
...globals.browser,
|
|
34
|
-
},
|
|
35
|
-
},
|
|
9
|
+
vue: true,
|
|
36
10
|
rules: {
|
|
37
11
|
'no-console': 'off',
|
|
38
12
|
'no-debugger': 'off',
|
|
39
13
|
'vue/multi-word-component-names': 'off',
|
|
40
14
|
'no-case-declarations': 'off',
|
|
15
|
+
'style/semi': 'off',
|
|
16
|
+
'style/brace-style': ['error', '1tbs'],
|
|
17
|
+
'vue/block-order': ['error', {
|
|
18
|
+
order: [['template', 'script'], 'style'],
|
|
19
|
+
}],
|
|
41
20
|
},
|
|
42
21
|
ignores: ['.nuxt/*', 'shared/openapi/*', 'node_modules/*'],
|
|
43
|
-
},
|
|
22
|
+
}),
|
|
44
23
|
);
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"type": "module",
|
|
7
|
-
"version": "0.1.
|
|
7
|
+
"version": "0.1.9",
|
|
8
8
|
"packageManager": "yarn@4.14.1",
|
|
9
9
|
"main": "./nuxt.config.ts",
|
|
10
10
|
"scripts": {
|
|
@@ -19,26 +19,22 @@
|
|
|
19
19
|
"upgrade-all": "yarn upgrade-nuxt && yarn upgrade-deps"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
|
-
"vue3-select-component": "
|
|
22
|
+
"vue3-select-component": "0.16.2"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@antfu/eslint-config": "8.2.0",
|
|
26
|
-
"@babel/eslint-parser": "7.28.6",
|
|
27
26
|
"@babel/plugin-transform-typescript": "7.28.6",
|
|
28
27
|
"@babel/preset-typescript": "7.28.5",
|
|
29
28
|
"@iconify-json/carbon": "1.2.20",
|
|
30
29
|
"@nuxt/devtools": "3.2.4",
|
|
31
30
|
"@nuxt/eslint": "1.15.2",
|
|
32
|
-
"@nuxt/eslint-config": "1.15.2",
|
|
33
31
|
"@nuxt/icon": "2.2.1",
|
|
34
32
|
"@nuxt/schema": "4.4.2",
|
|
35
|
-
"@nuxt/test-utils": "4.0.
|
|
33
|
+
"@nuxt/test-utils": "4.0.3",
|
|
36
34
|
"@pinia/nuxt": "0.11.3",
|
|
37
|
-
"@sentry/nuxt": "10.
|
|
35
|
+
"@sentry/nuxt": "10.50.0",
|
|
38
36
|
"@types/node": "22.19.17",
|
|
39
|
-
"@
|
|
40
|
-
"@typescript-eslint/parser": "8.59.0",
|
|
41
|
-
"@unocss/eslint-config": "66.6.8",
|
|
37
|
+
"@unocss/eslint-plugin": "66.6.8",
|
|
42
38
|
"@unocss/nuxt": "66.6.8",
|
|
43
39
|
"@unocss/reset": "66.6.8",
|
|
44
40
|
"@vitejs/plugin-vue": "6.0.6",
|
|
@@ -46,9 +42,6 @@
|
|
|
46
42
|
"babel-preset-vue": "2.0.2",
|
|
47
43
|
"changelogen": "0.6.2",
|
|
48
44
|
"eslint": "10.2.1",
|
|
49
|
-
"eslint-plugin-nuxt": "4.0.0",
|
|
50
|
-
"eslint-plugin-unocss": "0.0.1-alpha.3",
|
|
51
|
-
"eslint-plugin-vue": "10.9.0",
|
|
52
45
|
"floating-vue": "5.2.2",
|
|
53
46
|
"nuxt": "4.4.2",
|
|
54
47
|
"nuxt-headlessui": "1.2.2",
|
|
@@ -57,9 +50,8 @@
|
|
|
57
50
|
"typescript": "6.0.3",
|
|
58
51
|
"unocss": "66.6.8",
|
|
59
52
|
"unocss-preset-scrollbar": "3.2.0",
|
|
60
|
-
"vite": "8.0.
|
|
61
|
-
"vue-eslint-parser": "10.4.0",
|
|
53
|
+
"vite": "8.0.10",
|
|
62
54
|
"vue-tsc": "3.2.7",
|
|
63
|
-
"vue3-select-component": "
|
|
55
|
+
"vue3-select-component": "0.16.2"
|
|
64
56
|
}
|
|
65
57
|
}
|
package/types/table.ts
CHANGED