@anolilab/multi-semantic-release 1.0.3 → 1.0.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +43 -40
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.0.4](https://github.com/anolilab/multi-semantic-release/compare/v1.0.3...v1.0.4) (2024-05-14)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * updated core dep of @semrel-extra/topo, execa, semver and dev deps ([#18](https://github.com/anolilab/multi-semantic-release/issues/18)) ([50cd408](https://github.com/anolilab/multi-semantic-release/commit/50cd408ec7b126a1ff9e4aa04aa5759e8d995c30))
7
+
1
8
  ## [1.0.3](https://github.com/anolilab/multi-semantic-release/compare/v1.0.2...v1.0.3) (2023-12-03)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/multi-semantic-release",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "A multi semantic release tool for a monorepo.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -35,6 +35,7 @@
35
35
  "lint:eslint:fix": "pnpm run lint:eslint --fix",
36
36
  "lint:prettier": "prettier --config=.prettierrc.cjs --check .",
37
37
  "lint:prettier:fix": "prettier --config=.prettierrc.cjs --write .",
38
+ "lint:secrets": "secretlint **/*",
38
39
  "lint:staged": "lint-staged --verbose --concurrent false --debug",
39
40
  "lint:text": "textlint ./.github/ ./README.md ./UPGRADE.md --parallel --experimental --cache --dry-run",
40
41
  "lint:text:fix": "textlint ./.github/ ./README.md ./UPGRADE.md --parallel --experimental --fix",
@@ -44,69 +45,71 @@
44
45
  "test:bench": "vitest bench",
45
46
  "test:coverage": "vitest run --coverage",
46
47
  "test:watch": "vitest",
48
+ "update:deps": "taze",
47
49
  "validate:package": "pnpx publint"
48
50
  },
49
51
  "dependencies": {
50
- "@semrel-extra/topo": "^1.14.0",
52
+ "@semrel-extra/topo": "^1.14.1",
51
53
  "blork": "^9.3.0",
52
54
  "cosmiconfig": "^9.0.0",
53
55
  "debug": "^4.3.4",
54
56
  "detect-indent": "^7.0.1",
55
57
  "detect-newline": "^4.0.1",
56
- "execa": "^8.0.1",
58
+ "execa": "^9.1.0",
57
59
  "git-log-parser": "^1.2.0",
58
60
  "lodash-es": "^4.17.21",
59
61
  "resolve-from": "^5.0.0",
60
- "semver": "^7.5.4",
62
+ "semver": "^7.6.2",
61
63
  "signale": "^1.4.0",
62
64
  "stream-buffers": "^3.0.2",
63
65
  "yargs": "^17.7.2"
64
66
  },
65
67
  "devDependencies": {
66
- "@anolilab/commitlint-config": "^5.0.2",
67
- "@anolilab/eslint-config": "^15.0.2",
68
- "@anolilab/lint-staged-config": "^2.1.6",
69
- "@anolilab/prettier-config": "^5.0.13",
70
- "@anolilab/textlint-config": "^8.0.15",
71
- "@babel/core": "^7.23.5",
68
+ "@anolilab/commitlint-config": "^5.0.3",
69
+ "@anolilab/eslint-config": "^15.0.3",
70
+ "@anolilab/lint-staged-config": "^2.1.7",
71
+ "@anolilab/prettier-config": "^5.0.14",
72
+ "@anolilab/textlint-config": "^8.0.16",
73
+ "@babel/core": "^7.24.5",
72
74
  "@babel/eslint-parser": "7.23.3",
73
- "@commitlint/cli": "^18.4.3",
74
- "@commitlint/config-conventional": "^18.4.3",
75
- "@secretlint/secretlint-rule-preset-recommend": "^8.0.0",
75
+ "@commitlint/cli": "^19.3.0",
76
+ "@commitlint/config-conventional": "^19.2.2",
77
+ "@secretlint/secretlint-rule-preset-recommend": "^8.2.4",
76
78
  "@semantic-release/changelog": "^6.0.3",
77
79
  "@semantic-release/git": "^10.0.1",
78
- "@semantic-release/github": "^9.2.4",
79
- "@semantic-release/npm": "^11.0.1",
80
- "@vitest/coverage-v8": "^0.34.6",
80
+ "@semantic-release/github": "^10.0.3",
81
+ "@semantic-release/npm": "^12.0.1",
82
+ "@vitest/coverage-v8": "^1.6.0",
81
83
  "commitizen": "^4.3.0",
82
- "commitlint": "^18.4.3",
84
+ "commitlint": "^19.3.0",
83
85
  "cross-env": "^7.0.3",
84
86
  "cz-conventional-changelog": "^3.3.0",
85
87
  "eslint": "^8.55.0",
86
88
  "eslint-plugin-editorconfig": "^4.0.3",
87
89
  "eslint-plugin-import": "npm:eslint-plugin-i@2.29.0",
88
- "eslint-plugin-mdx": "^2.2.0",
89
- "eslint-plugin-n": "^16.3.1",
90
+ "eslint-plugin-mdx": "^3.1.5",
91
+ "eslint-plugin-n": "^17.7.0",
90
92
  "eslint-plugin-vitest": "^0.3.10",
91
- "eslint-plugin-vitest-globals": "^1.4.0",
92
- "eslint-plugin-you-dont-need-lodash-underscore": "^6.13.0",
93
+ "eslint-plugin-vitest-globals": "^1.5.0",
94
+ "eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0",
93
95
  "file-url": "^4.0.0",
94
- "husky": "^8.0.3",
96
+ "husky": "^9.0.11",
95
97
  "is-ci": "^3.0.1",
96
- "lint-staged": "^15.2.0",
97
- "prettier": "^3.1.0",
98
- "rimraf": "^5.0.5",
98
+ "lint-staged": "^15.2.2",
99
+ "prettier": "^3.2.5",
100
+ "rimraf": "^5.0.7",
99
101
  "secretlint": "8.0.0",
100
- "semantic-release": "^22.0.8",
101
- "sort-package-json": "^2.6.0",
102
+ "semantic-release": "^23.1.1",
103
+ "sort-package-json": "^2.10.0",
104
+ "taze": "^0.13.8",
102
105
  "tempy": "^3.1.0",
103
- "textlint": "^13.4.1",
104
- "vitest": "^0.34.6"
106
+ "textlint": "^14.0.4",
107
+ "vitest": "^1.6.0"
105
108
  },
106
109
  "peerDependencies": {
107
110
  "semantic-release": "^20.0 || ^21.0 || >=22.0.3"
108
111
  },
109
- "packageManager": "pnpm@8.11.0",
112
+ "packageManager": "pnpm@9.1.1",
110
113
  "engines": {
111
114
  "node": ">=18 || >=20.6.1"
112
115
  },
@@ -114,6 +117,16 @@
114
117
  "access": "public",
115
118
  "provenance": true
116
119
  },
120
+ "pnpm": {
121
+ "overrides": {
122
+ "chai": ">=5.1.1",
123
+ "chrono-node@<2.2.4": ">=2.7.5",
124
+ "get-func-name@<2.0.1": ">=3.0.0",
125
+ "got@<11.8.5": ">=14.2.1",
126
+ "postcss@<8.4.31": ">=8.4.38",
127
+ "trim@<0.0.3": ">=1.0.1"
128
+ }
129
+ },
117
130
  "anolilab": {
118
131
  "eslint-config": {
119
132
  "plugin": {},
@@ -127,15 +140,5 @@
127
140
  "verify-node-version.cjs"
128
141
  ]
129
142
  }
130
- },
131
- "pnpm": {
132
- "overrides": {
133
- "got@<11.8.5": ">=11.8.5",
134
- "trim@<0.0.3": ">=0.0.3",
135
- "chrono-node@<2.2.4": ">=2.2.4",
136
- "get-func-name@<2.0.1": ">=3.0.0",
137
- "chai": ">=4.3.10",
138
- "postcss@<8.4.31": ">=8.4.31"
139
- }
140
143
  }
141
144
  }