@hexonet/semantic-release-whmcs 5.2.13 → 5.2.14

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/.releaserc.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
17
17
  }
18
18
  ],
19
- "semantic-release-teams-notify-plugin",
19
+ "@team-internet/semantic-release-plugins/teams-notify",
20
20
  "@semantic-release/github"
21
21
  ]
22
22
  }
package/HISTORY.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [5.2.14](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.2.13...v5.2.14) (2026-06-26)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump puppeteer to v25 ([f1fba8c](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/f1fba8c46afde4f41ea748f622e77b880584d30c))
7
+
1
8
  ## [5.2.13](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.2.12...v5.2.13) (2026-05-07)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hexonet/semantic-release-whmcs",
3
3
  "description": "`semantic-release` plugin for auto-publishing on WHMCS marketplace",
4
- "version": "5.2.13",
4
+ "version": "5.2.14",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "publishConfig": {
@@ -78,12 +78,12 @@
78
78
  "@semantic-release/changelog": "^6.0.3",
79
79
  "@semantic-release/exec": "^7.1.0",
80
80
  "@semantic-release/git": "^10.0.1",
81
- "ava": "6.4.1",
82
- "c8": "^10.1.3",
83
- "dotenv": "^16.6.1",
84
- "prettier": "^3.8.1",
85
- "semantic-release": "^25.0.3",
86
- "semantic-release-teams-notify-plugin": "github:centralnicgroup-opensource/rtldev-middleware-semantic-release-notify-plugin",
81
+ "@team-internet/semantic-release-plugins": "^1.0.6",
82
+ "ava": "8.0.1",
83
+ "c8": "^11.0.0",
84
+ "dotenv": "^17.4.2",
85
+ "prettier": "^3.8.5",
86
+ "semantic-release": "^25.0.5",
87
87
  "stream-buffers": "^3.0.3"
88
88
  },
89
89
  "dependencies": {
@@ -91,7 +91,7 @@
91
91
  "@semantic-release/error": "^4.0.0",
92
92
  "aggregate-error": "^5.0.0",
93
93
  "debug": "^4.4.3",
94
- "puppeteer": "^24.37.2",
94
+ "puppeteer": "^25.2.1",
95
95
  "yargs": "^18.0.0"
96
96
  }
97
97
  }
@@ -1,2 +1,5 @@
1
- onlyBuiltDependencies:
2
- - puppeteer
1
+ allowBuilds:
2
+ puppeteer: true
3
+ minimumReleaseAgeExclude:
4
+ - '@team-internet/semantic-release-plugins@1.0.6'
5
+ - 'prettier@3.8.5'