@adobe/eslint-config-helix 3.0.14 → 3.0.16
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
|
@@ -10,7 +10,7 @@ jobs:
|
|
|
10
10
|
name: Test
|
|
11
11
|
runs-on: ubuntu-latest
|
|
12
12
|
steps:
|
|
13
|
-
- uses: actions/checkout@
|
|
13
|
+
- uses: actions/checkout@v6
|
|
14
14
|
- name: Use Node.js 24.x
|
|
15
15
|
uses: actions/setup-node@v6
|
|
16
16
|
with:
|
|
@@ -38,7 +38,7 @@ jobs:
|
|
|
38
38
|
pull-requests: write
|
|
39
39
|
id-token: write # needed for npm trusted publishers with OIDC
|
|
40
40
|
steps:
|
|
41
|
-
- uses: actions/checkout@
|
|
41
|
+
- uses: actions/checkout@v6
|
|
42
42
|
- name: Use Node.js 24.x
|
|
43
43
|
uses: actions/setup-node@v6
|
|
44
44
|
with:
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [3.0.16](https://github.com/adobe/helix-eslint-config/compare/v3.0.15...v3.0.16) (2026-01-20)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency globals to v17 ([#251](https://github.com/adobe/helix-eslint-config/issues/251)) ([9481e09](https://github.com/adobe/helix-eslint-config/commit/9481e094d8aa7d8f5b5010e9bdeea40506c6678c))
|
|
7
|
+
|
|
8
|
+
## [3.0.15](https://github.com/adobe/helix-eslint-config/compare/v3.0.14...v3.0.15) (2025-12-01)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **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))
|
|
14
|
+
|
|
1
15
|
## [3.0.14](https://github.com/adobe/helix-eslint-config/compare/v3.0.13...v3.0.14) (2025-11-18)
|
|
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.16",
|
|
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": "
|
|
31
|
+
"globals": "17.0.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"
|