@kong/icons 1.8.15-pr.214.77974e9.0 → 1.8.15-pr.216.ec35080.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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * This file was generated via the build script. Do not edit this file directly.
3
- * Generated on Mon, 01 Apr 2024 18:05:19 GMT
3
+ * Generated on Mon, 01 Apr 2024 18:05:18 GMT
4
4
  *
5
5
  * GitHub: https://github.com/Kong/icons
6
6
  * License: Apache-2.0
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * This file was generated via the build script. Do not edit this file directly.
3
- * Generated on Mon, 01 Apr 2024 18:05:19 GMT
3
+ * Generated on Mon, 01 Apr 2024 18:05:18 GMT
4
4
  *
5
5
  * GitHub: https://github.com/Kong/icons
6
6
  * License: Apache-2.0
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * This file was generated via the build script. Do not edit this file directly.
3
- * Generated on Mon, 01 Apr 2024 18:05:19 GMT
3
+ * Generated on Mon, 01 Apr 2024 18:05:18 GMT
4
4
  *
5
5
  * GitHub: https://github.com/Kong/icons
6
6
  * License: Apache-2.0
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * This file was generated via the build script. Do not edit this file directly.
3
- * Generated on Mon, 01 Apr 2024 18:05:19 GMT
3
+ * Generated on Mon, 01 Apr 2024 18:05:18 GMT
4
4
  *
5
5
  * GitHub: https://github.com/Kong/icons
6
6
  * License: Apache-2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong/icons",
3
- "version": "1.8.15-pr.214.77974e9.0",
3
+ "version": "1.8.15-pr.216.ec35080.0",
4
4
  "description": "Kong Icon Library",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -28,8 +28,8 @@
28
28
  "build": "yarn delete:generated && yarn stylelint && yarn lint && yarn build:components",
29
29
  "build:components": "yarn generate && yarn typecheck && vite build && rimraf ./dist/style.css && vue-tsc -p './tsconfig.build.json' --emitDeclarationOnly && tsc-alias -p './tsconfig.build.json'",
30
30
  "build:visualize": "yarn generate && cross-env BUILD_VISUALIZER=true vite build -m production",
31
- "generate": "yarn delete:generated && ts-node -P './scripts/tsconfig.json' './scripts/generate.ts' && yarn fix:generated",
32
- "update-component-list": "ts-node -P './scripts/tsconfig.json' './scripts/component-list.ts' && yarn fix:generated",
31
+ "generate": "yarn delete:generated && npx --yes tsx --tsconfig './scripts/tsconfig.json' './scripts/generate.ts' && yarn fix:generated",
32
+ "update-component-list": "npx --yes tsx --tsconfig './scripts/tsconfig.json' './scripts/component-list.ts' && yarn fix:generated",
33
33
  "delete:generated": "rimraf './src/components' && rimraf './dist'",
34
34
  "build:sandbox": "yarn generate && yarn typecheck && cross-env USE_SANDBOX=true vite build",
35
35
  "preview:sandbox": "cross-env USE_SANDBOX=true vite preview",
@@ -52,11 +52,11 @@
52
52
  "@commitlint/config-conventional": "^18.4.4",
53
53
  "@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
54
54
  "@evilmartians/lefthook": "^1.5.6",
55
- "@kong/design-tokens": "^1.12.6",
55
+ "@kong/design-tokens": "^1.12.7",
56
56
  "@semantic-release/changelog": "^6.0.3",
57
57
  "@semantic-release/git": "^10.0.1",
58
58
  "@types/jsdom": "^21.1.6",
59
- "@types/node": "^20.10.8",
59
+ "@types/node": "^20.11.1",
60
60
  "@types/node-emoji": "^2.1.0",
61
61
  "@typescript-eslint/eslint-plugin": "^6.18.1",
62
62
  "@typescript-eslint/parser": "^6.18.1",
@@ -65,7 +65,7 @@
65
65
  "@vue/test-utils": "^2.4.3",
66
66
  "@vue/tsconfig": "^0.5.1",
67
67
  "autoprefixer": "^10.4.16",
68
- "c8": "^9.0.0",
68
+ "c8": "^9.1.0",
69
69
  "cheerio": "^1.0.0-rc.12",
70
70
  "commitizen": "^4.3.0",
71
71
  "cross-env": "^7.0.3",
@@ -75,12 +75,12 @@
75
75
  "eslint-plugin-import": "^2.29.1",
76
76
  "eslint-plugin-n": "^16.6.2",
77
77
  "eslint-plugin-promise": "^6.1.1",
78
- "eslint-plugin-vue": "^9.19.2",
79
- "jsdom": "^23.0.1",
78
+ "eslint-plugin-vue": "^9.20.1",
79
+ "jsdom": "^23.2.0",
80
80
  "node-emoji": "^2.1.3",
81
81
  "picocolors": "^1.0.0",
82
82
  "postcss": "^8.4.33",
83
- "postcss-html": "^1.5.0",
83
+ "postcss-html": "^1.6.0",
84
84
  "rimraf": "^5.0.5",
85
85
  "rollup-plugin-visualizer": "^5.12.0",
86
86
  "sass": "^1.69.7",
@@ -90,11 +90,10 @@
90
90
  "stylelint-config-recommended-scss": "^14.0.0",
91
91
  "stylelint-config-recommended-vue": "^1.5.0",
92
92
  "stylelint-order": "^6.0.4",
93
- "ts-node": "^10.9.2",
94
93
  "tsc-alias": "^1.8.8",
95
94
  "typescript": "^5.3.3",
96
95
  "vite": "^5.0.11",
97
- "vitest": "^1.1.3",
96
+ "vitest": "^1.2.0",
98
97
  "vue": "^3.4.13",
99
98
  "vue-router": "^4.2.5",
100
99
  "vue-tsc": "^1.8.27"
@@ -154,7 +153,7 @@
154
153
  "node": ">=18.17.0"
155
154
  },
156
155
  "volta": {
157
- "node": "18.18.2",
156
+ "node": "20.11.0",
158
157
  "yarn": "1.22.21"
159
158
  },
160
159
  "config": {