@adobe/eslint-config-helix 3.0.8 → 3.0.10

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.
@@ -10,9 +10,9 @@ jobs:
10
10
  name: Test
11
11
  runs-on: ubuntu-latest
12
12
  steps:
13
- - uses: actions/checkout@v4
13
+ - uses: actions/checkout@v5
14
14
  - name: Use Node.js 20.x
15
- uses: actions/setup-node@v4
15
+ uses: actions/setup-node@v5
16
16
  with:
17
17
  node-version: '22.x'
18
18
  - run: npm ci
@@ -33,9 +33,9 @@ jobs:
33
33
  needs: test
34
34
  if: github.ref == 'refs/heads/main'
35
35
  steps:
36
- - uses: actions/checkout@v4
36
+ - uses: actions/checkout@v5
37
37
  - name: Use Node.js 20.x
38
- uses: actions/setup-node@v4
38
+ uses: actions/setup-node@v5
39
39
  with:
40
40
  node-version: '22.x'
41
41
  - run: npm ci
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [3.0.10](https://github.com/adobe/helix-eslint-config/compare/v3.0.9...v3.0.10) (2025-09-15)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update external fixes ([#242](https://github.com/adobe/helix-eslint-config/issues/242)) ([e59d6d4](https://github.com/adobe/helix-eslint-config/commit/e59d6d479db69fd8e8de4c8cc4d3adba6190170c))
7
+
8
+ ## [3.0.9](https://github.com/adobe/helix-eslint-config/compare/v3.0.8...v3.0.9) (2025-08-11)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update dependency @eslint/config-helpers to v0.3.1 ([#239](https://github.com/adobe/helix-eslint-config/issues/239)) ([ef45cd8](https://github.com/adobe/helix-eslint-config/commit/ef45cd8f04cbb690fcd57b2ae7133fd45d3959de))
14
+
1
15
  ## [3.0.8](https://github.com/adobe/helix-eslint-config/compare/v3.0.7...v3.0.8) (2025-07-09)
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.8",
3
+ "version": "3.0.10",
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.3.0",
29
+ "@eslint/config-helpers": "0.3.1",
30
30
  "eslint-plugin-import": "2.32.0",
31
- "globals": "16.3.0"
31
+ "globals": "16.4.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": "24.2.6"
37
+ "semantic-release": "24.2.8"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "eslint": "^9.0.0"