@adobe/eslint-config-helix 2.0.2 → 2.0.4
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.
|
@@ -9,9 +9,9 @@ jobs:
|
|
|
9
9
|
runs-on: ubuntu-latest
|
|
10
10
|
if: "!contains(github.event.head_commit.message, '[skip ci]')"
|
|
11
11
|
steps:
|
|
12
|
-
- uses: actions/checkout@
|
|
12
|
+
- uses: actions/checkout@v4
|
|
13
13
|
- name: Use Node.js 18.x
|
|
14
|
-
uses: actions/setup-node@
|
|
14
|
+
uses: actions/setup-node@v4
|
|
15
15
|
with:
|
|
16
16
|
node-version: '18.x'
|
|
17
17
|
- run: npm install
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [2.0.4](https://github.com/adobe/helix-eslint-config/compare/v2.0.3...v2.0.4) (2023-10-28)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency eslint-plugin-import to v2.29.0 ([#196](https://github.com/adobe/helix-eslint-config/issues/196)) ([25a8bf2](https://github.com/adobe/helix-eslint-config/commit/25a8bf2688c9da15a5bcba7cff1e5b4e01dbffdc))
|
|
7
|
+
|
|
8
|
+
## [2.0.3](https://github.com/adobe/helix-eslint-config/compare/v2.0.2...v2.0.3) (2023-08-19)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** update dependency eslint-plugin-import to v2.28.1 ([9f138d3](https://github.com/adobe/helix-eslint-config/commit/9f138d3efe99d0eccad732f37382879d1186f0a4))
|
|
14
|
+
|
|
1
15
|
## [2.0.2](https://github.com/adobe/helix-eslint-config/compare/v2.0.1...v2.0.2) (2023-02-25)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/eslint-config-helix",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.4",
|
|
4
4
|
"description": "Helix's ESLint config, based on Airbnb's style guide",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
"eslint-config-airbnb-base": "15.0.0",
|
|
28
28
|
"eslint-import-resolver-exports": "1.0.0-beta.5",
|
|
29
29
|
"eslint-plugin-header": "3.1.1",
|
|
30
|
-
"eslint-plugin-import": "2.
|
|
30
|
+
"eslint-plugin-import": "2.29.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@semantic-release/changelog": "6.0.
|
|
33
|
+
"@semantic-release/changelog": "6.0.3",
|
|
34
34
|
"@semantic-release/git": "10.0.1",
|
|
35
|
-
"eslint": "8.
|
|
36
|
-
"semantic-release": "
|
|
35
|
+
"eslint": "8.52.0",
|
|
36
|
+
"semantic-release": "22.0.5"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"eslint": "^8.0.0"
|