@maggioli-rd/sr-codeowners-plugin 1.12.7 → 1.14.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ # [1.14.0](https://gitlab.com/maggiolispa/ricerca-sviluppo/semantic-release-shareable-configurations/sr-codeowners-plugin/compare/v1.13.0...v1.14.0) (2024-04-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * removed merge request workflow ([bffd11d](https://gitlab.com/maggiolispa/ricerca-sviluppo/semantic-release-shareable-configurations/sr-codeowners-plugin/commit/bffd11dc4afcce108c699bd511cb2ec3a3989d17))
7
+
8
+
9
+ ### Features
10
+
11
+ * **deps:** update dependency @semantic-release/commit-analyzer from 11.1.0 to 12.0.0 ([7ff0088](https://gitlab.com/maggiolispa/ricerca-sviluppo/semantic-release-shareable-configurations/sr-codeowners-plugin/commit/7ff008846cc557ab1e7404500f9e2736db023dfe))
12
+
13
+ # [1.13.0](https://gitlab.com/maggiolispa/ricerca-sviluppo/semantic-release-shareable-configurations/sr-codeowners-plugin/compare/v1.12.7...v1.13.0) (2024-04-12)
14
+
15
+
16
+ ### Features
17
+
18
+ * **deps:** update vitest monorepo from 1.4.0 to 1.5.0 ([995dace](https://gitlab.com/maggiolispa/ricerca-sviluppo/semantic-release-shareable-configurations/sr-codeowners-plugin/commit/995daceb8503c6c939fddbe1489dc4d498f541c3))
19
+
1
20
  ## [1.12.7](https://gitlab.com/maggiolispa/ricerca-sviluppo/semantic-release-shareable-configurations/sr-codeowners-plugin/compare/v1.12.6...v1.12.7) (2024-04-11)
2
21
 
3
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maggioli-rd/sr-codeowners-plugin",
3
- "version": "1.12.7",
3
+ "version": "1.14.0",
4
4
  "description": "Maggioli Semantic Release Plugin: Codeowners",
5
5
  "files": [
6
6
  "dist/*"
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "devDependencies": {
34
34
  "@semantic-release/changelog": "6.0.3",
35
- "@semantic-release/commit-analyzer": "11.1.0",
35
+ "@semantic-release/commit-analyzer": "12.0.0",
36
36
  "@semantic-release/exec": "6.0.3",
37
37
  "@semantic-release/git": "10.0.1",
38
38
  "@semantic-release/gitlab": "13.0.3",
@@ -42,7 +42,7 @@
42
42
  "@types/signale": "1.4.7",
43
43
  "@typescript-eslint/eslint-plugin": "6.21.0",
44
44
  "@typescript-eslint/parser": "6.21.0",
45
- "@vitest/coverage-v8": "1.4.0",
45
+ "@vitest/coverage-v8": "1.5.0",
46
46
  "eslint": "8.57.0",
47
47
  "eslint-config-prettier": "9.1.0",
48
48
  "eslint-config-semistandard": "17.0.0",
@@ -52,7 +52,7 @@
52
52
  "eslint-plugin-promise": "6.1.1",
53
53
  "semantic-release": "23.0.8",
54
54
  "typescript": "5.4.5",
55
- "vitest": "1.4.0",
55
+ "vitest": "1.5.0",
56
56
  "vitest-mock-extended": "1.3.1"
57
57
  },
58
58
  "scripts": {