@forsakringskassan/vue-lib-template 1.0.1 → 1.0.2

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/files/Jenkinsfile CHANGED
@@ -1 +1,12 @@
1
- buildRepo()
1
+ buildRepo([
2
+ nodejs: [
3
+ docs: [
4
+ deploy: false,
5
+ outputRelativePath: "./docs/public",
6
+ repositoryUrl: null,
7
+ ],
8
+ cypress: [
9
+ runOnRelease: false,
10
+ ],
11
+ ],
12
+ ])
@@ -107,7 +107,7 @@
107
107
  "@forsakringskassan/stylelint-config": "3.4.5",
108
108
  "@forsakringskassan/vite-lib-config": "5.10.1",
109
109
  "@forsakringskassan/vitest-config-jsdom": "2.7.0",
110
- "@forsakringskassan/vue-lib-template": "1.0.1",
110
+ "@forsakringskassan/vue-lib-template": "1.0.2",
111
111
  "@html-validate/release-scripts": "7.6.8",
112
112
  "@types/node": "24.13.3",
113
113
  "@typescript/native": "npm:typescript@7.0.2",
@@ -132,20 +132,10 @@
132
132
  "vue-tsc": "3.3.11"
133
133
  },
134
134
  "peerDependencies": {
135
- "@fkui/design": "^6.53.0",
136
- "@fkui/logic": "^6.53.0",
137
- "@fkui/vue": "^6.53.0",
138
- "fk-icons": "^4.30.1",
139
- "html-validate": ">= 10.10.0",
140
- "vue": "^3.5.34"
141
- },
142
- "peerDependenciesMeta": {
143
- "fk-icons": {
144
- "optional": true
145
- },
146
- "html-validate": {
147
- "optional": true
148
- }
135
+ "@fkui/design": "^6.0.0",
136
+ "@fkui/logic": "^6.0.0",
137
+ "@fkui/vue": "^6.0.0",
138
+ "vue": "^3.5.0"
149
139
  },
150
140
  "engines": {
151
141
  "node": "^24 || >= 26",
@@ -161,7 +151,7 @@
161
151
  },
162
152
  "cloneman": {
163
153
  "template": "@forsakringskassan/vue-lib-template",
164
- "version": "1.0.1"
154
+ "version": "1.0.2"
165
155
  },
166
156
  "externalDependencies": []
167
157
  }
@@ -31,7 +31,6 @@
31
31
  "core-js",
32
32
  "cypress",
33
33
  "cypress-html-validate",
34
- "fk-icons",
35
34
  "html-validate",
36
35
  "html-validate-markdown",
37
36
  "html-validate-vue",
@@ -45,29 +44,5 @@
45
44
  "vitest",
46
45
  "vue",
47
46
  "vue-tsc"
48
- ],
49
- "ignorePaths": [
50
- "node_modules/**"
51
- ],
52
- "packageRules": [
53
- {
54
- "description": "Raise PR instead of merging minor versions of typescript",
55
- "matchPackageNames": [
56
- "typescript"
57
- ],
58
- "matchUpdateTypes": [
59
- "minor"
60
- ],
61
- "automerge": false
62
- },
63
- {
64
- "description": "Group vue and @vue/* packages together",
65
- "matchPackageNames": [
66
- "vue",
67
- "@vue/**"
68
- ],
69
- "groupName": "Vue monorepo",
70
- "groupSlug": "vue-monorepo"
71
- }
72
47
  ]
73
48
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forsakringskassan/vue-lib-template",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Vue library template based on Cloneman",
5
5
  "keywords": [
6
6
  "template",