@eagleoutice/eslint-config-flowr 1.0.6 → 1.0.8
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,7 +10,6 @@ jobs:
|
|
|
10
10
|
uses: actions/checkout@v4
|
|
11
11
|
with:
|
|
12
12
|
token: ${{ secrets.PUSH_TOKEN }}
|
|
13
|
-
fetch-depth: 0
|
|
14
13
|
- name: Configure git user
|
|
15
14
|
run: |
|
|
16
15
|
git config --local user.email "action@github.com"
|
|
@@ -27,7 +26,7 @@ jobs:
|
|
|
27
26
|
- name: Bump version
|
|
28
27
|
id: version
|
|
29
28
|
run: npm version patch -m "[skip ci] Release %s"
|
|
30
|
-
- name: Push version update
|
|
29
|
+
- name: Push version update commit
|
|
31
30
|
run: |
|
|
32
31
|
git push
|
|
33
32
|
git push --tags
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eagleoutice/eslint-config-flowr",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "Linting rules for flowr and friends",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "index.js",
|
|
@@ -8,14 +8,14 @@
|
|
|
8
8
|
"publish-npm": "npm publish --access public"
|
|
9
9
|
},
|
|
10
10
|
"peerDependencies": {
|
|
11
|
-
"@stylistic/eslint-plugin": "^1.
|
|
12
|
-
"@stylistic/eslint-plugin-plus": "^1.
|
|
13
|
-
"@stylistic/eslint-plugin-ts": "^1.
|
|
14
|
-
"@typescript-eslint/eslint-plugin": "^7.0
|
|
15
|
-
"eslint": "^8.
|
|
16
|
-
"eslint-plugin-check-file": "^2.
|
|
17
|
-
"eslint-plugin-import": "^2.29.
|
|
18
|
-
"eslint-plugin-n": "^
|
|
11
|
+
"@stylistic/eslint-plugin": "^2.1.0",
|
|
12
|
+
"@stylistic/eslint-plugin-plus": "^2.1.0",
|
|
13
|
+
"@stylistic/eslint-plugin-ts": "^2.1.0",
|
|
14
|
+
"@typescript-eslint/eslint-plugin": "^7.8.0",
|
|
15
|
+
"eslint": "^8.57.0",
|
|
16
|
+
"eslint-plugin-check-file": "^2.8.0",
|
|
17
|
+
"eslint-plugin-import": "^2.29.1",
|
|
18
|
+
"eslint-plugin-n": "^17.6.0",
|
|
19
19
|
"eslint-plugin-promise": "^6.1.1",
|
|
20
20
|
"eslint-plugin-tsdoc": "^0.2.17"
|
|
21
21
|
}
|