eslint-plugin-primer-react 0.0.0-20251124040715 → 0.0.0-20251124041240
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/.github/workflows/ci.yml
CHANGED
|
@@ -9,7 +9,7 @@ jobs:
|
|
|
9
9
|
format:
|
|
10
10
|
runs-on: ubuntu-latest
|
|
11
11
|
steps:
|
|
12
|
-
- uses: actions/checkout@
|
|
12
|
+
- uses: actions/checkout@v6
|
|
13
13
|
- name: Use Node.js
|
|
14
14
|
uses: actions/setup-node@v4
|
|
15
15
|
with:
|
|
@@ -21,7 +21,7 @@ jobs:
|
|
|
21
21
|
test:
|
|
22
22
|
runs-on: ubuntu-latest
|
|
23
23
|
steps:
|
|
24
|
-
- uses: actions/checkout@
|
|
24
|
+
- uses: actions/checkout@v6
|
|
25
25
|
- name: Use Node.js
|
|
26
26
|
uses: actions/setup-node@v4
|
|
27
27
|
with:
|
|
@@ -33,7 +33,7 @@ jobs:
|
|
|
33
33
|
lint:
|
|
34
34
|
runs-on: ubuntu-latest
|
|
35
35
|
steps:
|
|
36
|
-
- uses: actions/checkout@
|
|
36
|
+
- uses: actions/checkout@v6
|
|
37
37
|
- name: Use Node.js
|
|
38
38
|
uses: actions/setup-node@v4
|
|
39
39
|
with:
|
|
@@ -20,7 +20,7 @@ jobs:
|
|
|
20
20
|
runs-on: ubuntu-latest
|
|
21
21
|
steps:
|
|
22
22
|
- name: Checkout repository
|
|
23
|
-
uses: actions/checkout@
|
|
23
|
+
uses: actions/checkout@v6
|
|
24
24
|
with:
|
|
25
25
|
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
|
|
26
26
|
fetch-depth: 0
|
|
@@ -56,7 +56,7 @@ jobs:
|
|
|
56
56
|
runs-on: ubuntu-latest
|
|
57
57
|
steps:
|
|
58
58
|
- name: Checkout repository
|
|
59
|
-
uses: actions/checkout@
|
|
59
|
+
uses: actions/checkout@v6
|
|
60
60
|
with:
|
|
61
61
|
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
|
|
62
62
|
fetch-depth: 0
|
|
@@ -106,7 +106,7 @@ jobs:
|
|
|
106
106
|
runs-on: ubuntu-latest
|
|
107
107
|
steps:
|
|
108
108
|
- name: Checkout repository
|
|
109
|
-
uses: actions/checkout@
|
|
109
|
+
uses: actions/checkout@v6
|
|
110
110
|
with:
|
|
111
111
|
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
|
|
112
112
|
fetch-depth: 0
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-primer-react",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-20251124041240",
|
|
4
4
|
"description": "ESLint rules for Primer React",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"engines": {
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"eslint-plugin-prettier": "^5.5.4",
|
|
57
57
|
"globals": "^16.3.0",
|
|
58
58
|
"jest": "^30.0.5",
|
|
59
|
-
"markdownlint-cli2": "^0.
|
|
59
|
+
"markdownlint-cli2": "^0.18.1",
|
|
60
60
|
"markdownlint-cli2-formatter-pretty": "^0.0.9"
|
|
61
61
|
},
|
|
62
62
|
"prettier": "@github/prettier-config"
|