@itcase/config 1.6.52 → 1.6.53
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": "@itcase/config",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.53",
|
|
4
4
|
"author": "ITCase",
|
|
5
5
|
"description": "ITCase Config",
|
|
6
6
|
"engines": {
|
|
@@ -31,27 +31,34 @@
|
|
|
31
31
|
"registry": "https://registry.npmjs.org/"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@
|
|
35
|
-
"@
|
|
36
|
-
"@
|
|
37
|
-
"@lerna-lite/run": "^4.11.3",
|
|
38
|
-
"@lerna-lite/watch": "^4.11.3",
|
|
39
|
-
"semantic-release-lerna": "^2.18.0",
|
|
40
|
-
"chokidar-cli": "^3.0.0",
|
|
41
|
-
"@commitlint/cli": "^20.4.3",
|
|
42
|
-
"@commitlint/config-conventional": "^20.4.3",
|
|
43
|
-
"@commitlint/cz-commitlint": "^20.4.3",
|
|
34
|
+
"@commitlint/cli": "^20.5.0",
|
|
35
|
+
"@commitlint/config-conventional": "^20.5.0",
|
|
36
|
+
"@commitlint/cz-commitlint": "^20.5.0",
|
|
44
37
|
"@lehoczky/postcss-fluid": "^1.0.3",
|
|
38
|
+
"@lerna-lite/cli": "^4.11.5",
|
|
39
|
+
"@lerna-lite/exec": "^4.11.5",
|
|
40
|
+
"@lerna-lite/list": "^4.11.5",
|
|
41
|
+
"@lerna-lite/run": "^4.11.5",
|
|
42
|
+
"@lerna-lite/watch": "^4.11.5",
|
|
43
|
+
"@rollup/plugin-alias": "^6.0.0",
|
|
44
|
+
"@rollup/plugin-babel": "^7.0.0",
|
|
45
|
+
"@rollup/plugin-commonjs": "^29.0.2",
|
|
46
|
+
"@rollup/plugin-image": "^3.0.3",
|
|
47
|
+
"@rollup/plugin-json": "^6.1.0",
|
|
48
|
+
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
49
|
+
"@rollup/plugin-terser": "^1.0.0",
|
|
50
|
+
"@rollup/plugin-typescript": "^12.3.0",
|
|
45
51
|
"@semantic-release/changelog": "^6.0.3",
|
|
46
52
|
"@semantic-release/git": "^10.0.1",
|
|
47
53
|
"@semantic-release/release-notes-generator": "14.1.0",
|
|
48
54
|
"@svgr/webpack": "^8.1.0",
|
|
49
55
|
"autoprefixer": "^10.4.27",
|
|
56
|
+
"chokidar-cli": "^3.0.0",
|
|
50
57
|
"commitizen": "^4.3.1",
|
|
51
|
-
"conventional-changelog-conventionalcommits": "^9.
|
|
52
|
-
"cssnano": "^7.1.
|
|
53
|
-
"cssnano-preset-default": "^7.0.
|
|
54
|
-
"inquirer": "^13.3.
|
|
58
|
+
"conventional-changelog-conventionalcommits": "^9.3.0",
|
|
59
|
+
"cssnano": "^7.1.3",
|
|
60
|
+
"cssnano-preset-default": "^7.0.11",
|
|
61
|
+
"inquirer": "^13.3.2",
|
|
55
62
|
"postcss": "^8.5.8",
|
|
56
63
|
"postcss-aspect-ratio-polyfill": "^2.0.0",
|
|
57
64
|
"postcss-clamp": "^4.1.0",
|
|
@@ -78,34 +85,28 @@
|
|
|
78
85
|
"postcss-prepend-imports": "^1.0.1",
|
|
79
86
|
"postcss-preset-env": "^11.2.0",
|
|
80
87
|
"postcss-pxtorem": "^6.1.0",
|
|
81
|
-
"postcss-sort-media-queries": "^
|
|
88
|
+
"postcss-sort-media-queries": "^6.3.2",
|
|
82
89
|
"postcss-unit": "^0.0.3",
|
|
83
|
-
"postcss-unit-processor": "^1.4.
|
|
90
|
+
"postcss-unit-processor": "^1.4.3",
|
|
84
91
|
"postcss-unitlist": "^1.0.4",
|
|
85
92
|
"postcss-unroot": "^1.0.2",
|
|
86
93
|
"postcss-url": "^10.1.3",
|
|
87
|
-
"
|
|
88
|
-
"@rollup/plugin-alias": "^6.0.0",
|
|
89
|
-
"@rollup/plugin-babel": "^6.1.0",
|
|
90
|
-
"@rollup/plugin-image": "^3.0.3",
|
|
91
|
-
"@rollup/plugin-json": "^6.1.0",
|
|
92
|
-
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
93
|
-
"@rollup/plugin-terser": "^0.4.4",
|
|
94
|
-
"@rollup/plugin-typescript": "^12.3.0",
|
|
94
|
+
"postcss-urlrewrite": "^0.3.0",
|
|
95
95
|
"rollup-plugin-copy": "^3.5.0",
|
|
96
|
-
"rollup-plugin-dts": "^6.
|
|
96
|
+
"rollup-plugin-dts": "^6.4.0",
|
|
97
97
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
98
98
|
"rollup-preserve-directives": "^1.1.3",
|
|
99
99
|
"semantic-release": "^25.0.3",
|
|
100
|
-
"
|
|
100
|
+
"semantic-release-lerna": "^2.18.1"
|
|
101
101
|
},
|
|
102
102
|
"devDependencies": {
|
|
103
|
-
"@itcase/lint": "^1.1.
|
|
104
|
-
"eslint": "
|
|
103
|
+
"@itcase/lint": "^1.1.102",
|
|
104
|
+
"eslint": "9.39.2",
|
|
105
105
|
"husky": "^9.1.7",
|
|
106
|
-
"inquirer": "^13.3.
|
|
107
|
-
"lint-staged": "^16.
|
|
106
|
+
"inquirer": "^13.3.2",
|
|
107
|
+
"lint-staged": "^16.4.0",
|
|
108
108
|
"prettier": "^3.8.1",
|
|
109
|
+
"storybook": "^10.3.0",
|
|
109
110
|
"stylelint": "^17.4.0",
|
|
110
111
|
"typescript": "^5.9.3"
|
|
111
112
|
}
|
|
@@ -2,21 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
import { createSemanticReleaseConfig } from './common.js'
|
|
4
4
|
|
|
5
|
+
const RELEASE_ASSETS = [
|
|
6
|
+
'lerna.json',
|
|
7
|
+
'CHANGELOG.md',
|
|
8
|
+
'package.json',
|
|
9
|
+
'package-lock.json',
|
|
10
|
+
'packages/*/package.json',
|
|
11
|
+
'packages/*/package-lock.json',
|
|
12
|
+
]
|
|
13
|
+
|
|
5
14
|
const semanticReleaseMonorepo = createSemanticReleaseConfig({
|
|
6
15
|
branches: ['master'],
|
|
7
16
|
npmConfig: null,
|
|
8
17
|
gitConfig: {
|
|
9
18
|
message: 'publish version ${nextRelease.version} [skip ci]',
|
|
10
|
-
assets:
|
|
11
|
-
'lerna.json',
|
|
12
|
-
'CHANGELOG.md',
|
|
13
|
-
'/**/package.json',
|
|
14
|
-
'/**/package-lock.json',
|
|
15
|
-
'package.json',
|
|
16
|
-
'package-lock.json',
|
|
17
|
-
'packages/*/package.json',
|
|
18
|
-
'packages/*/package-lock.json',
|
|
19
|
-
],
|
|
19
|
+
assets: RELEASE_ASSETS,
|
|
20
20
|
},
|
|
21
21
|
additionalPlugins: [['semantic-release-lerna', { generateNotes: true }]],
|
|
22
22
|
skipReleaseNotesGenerator: true,
|