@adobe/eslint-config-helix 3.0.7 → 3.0.9
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 +14 -0
- package/index.js +2 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [3.0.9](https://github.com/adobe/helix-eslint-config/compare/v3.0.8...v3.0.9) (2025-08-11)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **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))
|
|
7
|
+
|
|
8
|
+
## [3.0.8](https://github.com/adobe/helix-eslint-config/compare/v3.0.7...v3.0.8) (2025-07-09)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* allow https in copyright ([#237](https://github.com/adobe/helix-eslint-config/issues/237)) ([d2157de](https://github.com/adobe/helix-eslint-config/commit/d2157dec99edc3d8c64cd587f7c8c86778d6f230))
|
|
14
|
+
|
|
1
15
|
## [3.0.7](https://github.com/adobe/helix-eslint-config/compare/v3.0.6...v3.0.7) (2025-07-08)
|
|
2
16
|
|
|
3
17
|
|
package/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Copyright 2025 Adobe. All rights reserved.
|
|
3
3
|
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
4
4
|
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
5
|
-
* of the License at
|
|
5
|
+
* of the License at https://www.apache.org/licenses/LICENSE-2.0
|
|
6
6
|
*
|
|
7
7
|
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
8
8
|
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
@@ -95,7 +95,7 @@ const recommended = {
|
|
|
95
95
|
{ pattern: ' * Copyright \\d{4} Adobe\\. All rights reserved\\.' },
|
|
96
96
|
' * This file is licensed to you under the Apache License, Version 2.0 (the "License");',
|
|
97
97
|
' * you may not use this file except in compliance with the License. You may obtain a copy',
|
|
98
|
-
' * of the License at
|
|
98
|
+
{ pattern: ' * of the License at https?://www.apache.org/licenses/LICENSE-2.0' },
|
|
99
99
|
' *',
|
|
100
100
|
' * Unless required by applicable law or agreed to in writing, software distributed under',
|
|
101
101
|
' * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS',
|
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.9",
|
|
4
4
|
"description": "Helix's ESLint config, based on Airbnb's style guide",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"homepage": "https://github.com/adobe/helix-eslint-config#readme",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@eslint/config-helpers": "0.3.
|
|
29
|
+
"@eslint/config-helpers": "0.3.1",
|
|
30
30
|
"eslint-plugin-import": "2.32.0",
|
|
31
31
|
"globals": "16.3.0"
|
|
32
32
|
},
|
|
@@ -34,7 +34,7 @@
|
|
|
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.
|
|
37
|
+
"semantic-release": "24.2.7"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"eslint": "^9.0.0"
|