@itcase/config 1.0.78 → 1.0.80

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.
@@ -3,16 +3,8 @@
3
3
  export default {
4
4
  parserPreset: 'conventional-changelog-conventionalcommits',
5
5
  ignores: [
6
- (commit) => {
7
- return (
8
- /^Merge /i.test(commit) ||
9
- /^(Merge pull request|Squash and merge|Rebase and merge)/i.test(
10
- commit,
11
- ) ||
12
- /^Revert /i.test(commit) ||
13
- /\(cherry picked from commit/i.test(commit)
14
- )
15
- },
6
+ (commit) => /^Merge branch/.test(commit),
7
+ (commit) => /^Merge pull request/.test(commit),
16
8
  ],
17
9
  rules: {
18
10
  'type-case': [2, 'always', 'lower-case'],
@@ -61,12 +53,12 @@ export default {
61
53
  ci: {
62
54
  title: 'Continuous Integrations',
63
55
  description: 'Changes to our CI configuration files and scripts',
64
- emoji: '⚙️',
56
+ emoji: '⚙️ ',
65
57
  },
66
58
  other: {
67
59
  title: 'Other',
68
60
  description: "Other changes that don't include scope",
69
- emoji: '♻️',
61
+ emoji: '♻️ ',
70
62
  },
71
63
  },
72
64
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/config",
3
- "version": "1.0.78",
3
+ "version": "1.0.80",
4
4
  "author": "ITCase",
5
5
  "description": "Config",
6
6
  "engines": {
@@ -31,10 +31,10 @@
31
31
  "registry": "https://registry.npmjs.org/"
32
32
  },
33
33
  "dependencies": {
34
- "@commitlint/cz-commitlint": "^20.2.0",
34
+ "@commitlint/cz-commitlint": "^20.3.0",
35
35
  "@lehoczky/postcss-fluid": "^1.0.3",
36
36
  "@svgr/webpack": "^8.1.0",
37
- "autoprefixer": "^10.4.22",
37
+ "autoprefixer": "^10.4.23",
38
38
  "inquirer": "^13.0.2",
39
39
  "cssnano": "^7.1.2",
40
40
  "commitizen": "^4.3.1",
@@ -62,23 +62,23 @@
62
62
  "postcss-nested-ancestors": "^3.0.0",
63
63
  "postcss-normalize": "^13.0.1",
64
64
  "postcss-prepend-imports": "^1.0.1",
65
- "postcss-preset-env": "^10.5.0",
65
+ "postcss-preset-env": "^10.6.0",
66
66
  "postcss-pxtorem": "^6.1.0",
67
67
  "postcss-sort-media-queries": "^5.2.0",
68
- "@commitlint/cli": "^20.2.0",
69
- "@commitlint/config-conventional": "^20.2.0",
68
+ "@commitlint/cli": "^20.3.0",
69
+ "@commitlint/config-conventional": "^20.3.0",
70
70
  "postcss-url": "^10.1.3",
71
- "postcss-urlrewrite": "^0.3.0"
72
- },
73
- "devDependencies": {
74
- "@itcase/lint": "^1.1.69",
71
+ "postcss-urlrewrite": "^0.3.0",
75
72
  "@semantic-release/changelog": "^6.0.3",
76
73
  "@semantic-release/git": "^10.0.1",
77
74
  "@semantic-release/release-notes-generator": "14.1.0",
78
- "conventional-changelog-conventionalcommits": "^9.1.0",
79
- "eslint": "^9.39.1",
80
- "husky": "^9.1.6",
81
- "inquirer": "^13.0.1",
75
+ "conventional-changelog-conventionalcommits": "^9.1.0"
76
+ },
77
+ "devDependencies": {
78
+ "@itcase/lint": "^1.1.73",
79
+ "eslint": "^9.39.2",
80
+ "husky": "^9.1.7",
81
+ "inquirer": "^13.1.0",
82
82
  "lint-staged": "^16.2.7",
83
83
  "prettier": "^3.7.4",
84
84
  "semantic-release": "^24.2.9",