@adobe/eslint-config-helix 3.0.13 → 3.0.15
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/.github/workflows/main.yaml +2 -2
- package/CHANGELOG.md +14 -0
- package/package.json +4 -4
|
@@ -12,7 +12,7 @@ jobs:
|
|
|
12
12
|
steps:
|
|
13
13
|
- uses: actions/checkout@v5
|
|
14
14
|
- name: Use Node.js 24.x
|
|
15
|
-
uses: actions/setup-node@
|
|
15
|
+
uses: actions/setup-node@v6
|
|
16
16
|
with:
|
|
17
17
|
node-version: '24.x'
|
|
18
18
|
- run: npm ci
|
|
@@ -40,7 +40,7 @@ jobs:
|
|
|
40
40
|
steps:
|
|
41
41
|
- uses: actions/checkout@v5
|
|
42
42
|
- name: Use Node.js 24.x
|
|
43
|
-
uses: actions/setup-node@
|
|
43
|
+
uses: actions/setup-node@v6
|
|
44
44
|
with:
|
|
45
45
|
node-version: '24.x'
|
|
46
46
|
- run: npm ci
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [3.0.15](https://github.com/adobe/helix-eslint-config/compare/v3.0.14...v3.0.15) (2025-12-01)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency @eslint/config-helpers to v0.5.0 ([#249](https://github.com/adobe/helix-eslint-config/issues/249)) ([71dd224](https://github.com/adobe/helix-eslint-config/commit/71dd224935f8e0bb769c5558338c2f6c5ac1028c))
|
|
7
|
+
|
|
8
|
+
## [3.0.14](https://github.com/adobe/helix-eslint-config/compare/v3.0.13...v3.0.14) (2025-11-18)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** update external fixes ([#247](https://github.com/adobe/helix-eslint-config/issues/247)) ([b3fb4d6](https://github.com/adobe/helix-eslint-config/commit/b3fb4d6c94980b1c66dcdec02e88be0ddad9d3d2))
|
|
14
|
+
|
|
1
15
|
## [3.0.13](https://github.com/adobe/helix-eslint-config/compare/v3.0.12...v3.0.13) (2025-11-03)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/eslint-config-helix",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.15",
|
|
4
4
|
"description": "Helix's ESLint config, based on Airbnb's style guide",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -26,15 +26,15 @@
|
|
|
26
26
|
},
|
|
27
27
|
"homepage": "https://github.com/adobe/helix-eslint-config#readme",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@eslint/config-helpers": "0.
|
|
29
|
+
"@eslint/config-helpers": "0.5.0",
|
|
30
30
|
"eslint-plugin-import": "2.32.0",
|
|
31
|
-
"globals": "16.
|
|
31
|
+
"globals": "16.5.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@semantic-release/changelog": "6.0.3",
|
|
35
35
|
"@semantic-release/git": "10.0.1",
|
|
36
36
|
"eslint": "9.4.0",
|
|
37
|
-
"semantic-release": "25.0.
|
|
37
|
+
"semantic-release": "25.0.2"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"eslint": "^9.0.0"
|