@adobe/eslint-config-helix 3.0.24 → 3.0.26

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.
@@ -5,6 +5,12 @@ env:
5
5
  CI_BUILD_NUM: ${{ github.run_id }}
6
6
  CI_BRANCH: ${{ github.ref_name }}
7
7
 
8
+ permissions:
9
+ id-token: write
10
+ contents: write # semantic-release-dry verifies the write permissions
11
+ issues: read # needed by semantic-release
12
+ pull-requests: write # needed by semantic-release
13
+
8
14
  jobs:
9
15
  test:
10
16
  name: Test
@@ -18,7 +24,7 @@ jobs:
18
24
  - run: npm ci
19
25
  - run: npm run lint
20
26
  - run: npm test
21
- - uses: codecov/codecov-action@v5
27
+ - uses: codecov/codecov-action@v6
22
28
  with:
23
29
  token: ${{ secrets.CODECOV_TOKEN }}
24
30
  - name: Semantic Release (Dry Run)
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [3.0.26](https://github.com/adobe/helix-eslint-config/compare/v3.0.25...v3.0.26) (2026-04-27)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update external fixes ([#260](https://github.com/adobe/helix-eslint-config/issues/260)) ([57a9682](https://github.com/adobe/helix-eslint-config/commit/57a9682338df3715886b920cbb4f00a76a3a211f))
7
+
8
+ ## [3.0.25](https://github.com/adobe/helix-eslint-config/compare/v3.0.24...v3.0.25) (2026-04-20)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update dependency @eslint/config-helpers to v0.5.4 ([#259](https://github.com/adobe/helix-eslint-config/issues/259)) ([4dbc4f0](https://github.com/adobe/helix-eslint-config/commit/4dbc4f03d0ac37b0f3cb69bb32000732bb2aa2e1))
14
+
1
15
  ## [3.0.24](https://github.com/adobe/helix-eslint-config/compare/v3.0.23...v3.0.24) (2026-04-02)
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.24",
3
+ "version": "3.0.26",
4
4
  "description": "Helix's ESLint config, based on Airbnb's style guide",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -26,9 +26,9 @@
26
26
  },
27
27
  "homepage": "https://github.com/adobe/helix-eslint-config#readme",
28
28
  "dependencies": {
29
- "@eslint/config-helpers": "0.5.3",
29
+ "@eslint/config-helpers": "0.5.5",
30
30
  "eslint-plugin-import": "2.32.0",
31
- "globals": "17.4.0"
31
+ "globals": "17.5.0"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@semantic-release/changelog": "6.0.3",