@darksheep/eslint-formatter-github 2.1.0 → 2.2.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.
- package/CHANGELOG.md +15 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,20 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [2.2.0](https://github.com/DarkSheepSoftware/node-packages/compare/eslint-formatter-github-v2.1.0...eslint-formatter-github-v2.2.0) (2025-10-09)
|
4
|
+
|
5
|
+
|
6
|
+
### 🌟 Features
|
7
|
+
|
8
|
+
* Support node 24 ([#761](https://github.com/DarkSheepSoftware/node-packages/issues/761)) ([f13caae](https://github.com/DarkSheepSoftware/node-packages/commit/f13caaef978c7a657e4599f775e0a62d1738f475))
|
9
|
+
|
10
|
+
|
11
|
+
### Dependencies
|
12
|
+
|
13
|
+
* The following workspace dependencies were updated
|
14
|
+
* dependencies
|
15
|
+
* @darksheep/github-actions bumped from 2.0.9 to 2.1.0
|
16
|
+
* @darksheep/package.json bumped from 3.0.1 to 3.1.0
|
17
|
+
|
3
18
|
## [2.1.0](https://github.com/DarkSheepSoftware/node-packages/compare/eslint-formatter-github-v2.0.10...eslint-formatter-github-v2.1.0) (2025-01-11)
|
4
19
|
|
5
20
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@darksheep/eslint-formatter-github",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.2.0",
|
4
4
|
"description": "ESLint + Github actions",
|
5
5
|
"license": "UNLICENCED",
|
6
6
|
"type": "commonjs",
|
@@ -15,10 +15,10 @@
|
|
15
15
|
"prepack": "tsc"
|
16
16
|
},
|
17
17
|
"dependencies": {
|
18
|
-
"@darksheep/github-actions": "2.0
|
19
|
-
"@darksheep/package.json": "3.0
|
18
|
+
"@darksheep/github-actions": "2.1.0",
|
19
|
+
"@darksheep/package.json": "3.1.0"
|
20
20
|
},
|
21
21
|
"engines": {
|
22
|
-
"node": "^20.13.1 ||
|
22
|
+
"node": "^20.13.1 || >=22.2.0"
|
23
23
|
}
|
24
24
|
}
|