@futdevpro/dynamo-eslint 1.14.11 → 1.14.13
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.
|
@@ -103,7 +103,7 @@ jobs:
|
|
|
103
103
|
timeout-minutes: 20
|
|
104
104
|
steps:
|
|
105
105
|
- name: Checkout code
|
|
106
|
-
uses: actions/checkout@
|
|
106
|
+
uses: actions/checkout@v4
|
|
107
107
|
|
|
108
108
|
- name: Install Node.js
|
|
109
109
|
uses: actions/setup-node@v2
|
|
@@ -143,7 +143,7 @@ jobs:
|
|
|
143
143
|
timeout-minutes: 20
|
|
144
144
|
steps:
|
|
145
145
|
- name: Checkout code
|
|
146
|
-
uses: actions/checkout@
|
|
146
|
+
uses: actions/checkout@v4
|
|
147
147
|
|
|
148
148
|
- name: Set NPM RC
|
|
149
149
|
run: |
|
|
@@ -184,7 +184,7 @@ jobs:
|
|
|
184
184
|
version_published: ${{ steps.version_check_results.outputs.version_published }}
|
|
185
185
|
steps:
|
|
186
186
|
- name: Checkout code
|
|
187
|
-
uses: actions/checkout@
|
|
187
|
+
uses: actions/checkout@v4
|
|
188
188
|
|
|
189
189
|
- name: Set Package Name
|
|
190
190
|
run: |
|
|
@@ -233,7 +233,7 @@ jobs:
|
|
|
233
233
|
if: ${{ needs.check_version.outputs.version_published != 'true' }}
|
|
234
234
|
steps:
|
|
235
235
|
- name: Checkout code
|
|
236
|
-
uses: actions/checkout@
|
|
236
|
+
uses: actions/checkout@v4
|
|
237
237
|
|
|
238
238
|
- name: Set RC
|
|
239
239
|
run: |
|
|
@@ -276,7 +276,7 @@ jobs:
|
|
|
276
276
|
|
|
277
277
|
# NEW IMPLEMENTATION using futdevpro/fdp-github-actions/send-build-report@master:
|
|
278
278
|
- name: Checkout code
|
|
279
|
-
uses: actions/checkout@
|
|
279
|
+
uses: actions/checkout@v4
|
|
280
280
|
|
|
281
281
|
- name: Send Build Report
|
|
282
282
|
uses: futdevpro/fdp-github-actions/send-build-report@master
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@futdevpro/dynamo-eslint",
|
|
3
|
-
"version": "1.14.
|
|
3
|
+
"version": "1.14.13",
|
|
4
4
|
"description": "Shared ESLint configs, Dynamo-powered plugin and validators for FutDevPro stacks",
|
|
5
5
|
"author": "Future Development Program Ltd.",
|
|
6
6
|
"license": "ISC",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"prettier": "^3.3.0"
|
|
85
85
|
},
|
|
86
86
|
"dependencies": {
|
|
87
|
-
"@futdevpro/fsm-dynamo": "1.14.
|
|
87
|
+
"@futdevpro/fsm-dynamo": "1.14.15",
|
|
88
88
|
"fast-glob": "^3.3.2",
|
|
89
89
|
"tslib": "~2.8.1"
|
|
90
90
|
},
|
|
Binary file
|