@open-turo/eslint-config-react 15.0.0-pr-320.10.1.1 → 15.0.0-pr-320.12.1.1
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.yaml +2 -2
- package/.github/workflows/release.yaml +1 -1
- package/.nvmrc +1 -1
- package/index.cjs +2 -1
- package/pack/open-turo-eslint-config-react-15.0.0-pr-320.12.1.1.tgz +0 -0
- package/package.json +2 -2
- package/pack/open-turo-eslint-config-react-15.0.0-pr-320.10.1.1.tgz +0 -0
|
@@ -14,7 +14,7 @@ jobs:
|
|
|
14
14
|
mkdir -p "$HOME/bin"
|
|
15
15
|
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash) latest "$HOME/bin"
|
|
16
16
|
echo "${HOME}/bin" >> "$GITHUB_PATH"
|
|
17
|
-
- uses: open-turo/actions-node/lint@
|
|
17
|
+
- uses: open-turo/actions-node/lint@v7
|
|
18
18
|
with:
|
|
19
19
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
20
20
|
npm-token: ${{ secrets.OPEN_TURO_NPM_TOKEN }}
|
|
@@ -22,7 +22,7 @@ jobs:
|
|
|
22
22
|
name: Test
|
|
23
23
|
runs-on: ubuntu-latest
|
|
24
24
|
steps:
|
|
25
|
-
- uses: open-turo/actions-node/test@
|
|
25
|
+
- uses: open-turo/actions-node/test@v7
|
|
26
26
|
with:
|
|
27
27
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
28
28
|
test-flags: --coverage
|
|
@@ -10,7 +10,7 @@ jobs:
|
|
|
10
10
|
name: Release
|
|
11
11
|
runs-on: ubuntu-latest
|
|
12
12
|
steps:
|
|
13
|
-
- uses: open-turo/actions-node/release@
|
|
13
|
+
- uses: open-turo/actions-node/release@v7
|
|
14
14
|
with:
|
|
15
15
|
github-token: ${{ secrets.OPEN_TURO_GITHUB_TOKEN }}
|
|
16
16
|
npm-token: ${{ secrets.OPEN_TURO_NPM_TOKEN }}
|
package/.nvmrc
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
22.
|
|
1
|
+
22.16.0
|
package/index.cjs
CHANGED
|
@@ -4,7 +4,8 @@ const reactPlugin = require("eslint-plugin-react");
|
|
|
4
4
|
const reactCompilerPlugin = require("eslint-plugin-react-compiler");
|
|
5
5
|
const reactHooksPlugin = require("eslint-plugin-react-hooks");
|
|
6
6
|
const globals = require("globals");
|
|
7
|
-
// TODO
|
|
7
|
+
// TODO typescript-eslint is not a dependency in this repository,
|
|
8
|
+
// but a transitive dependency coming from @open-turo/eslint-config-typescript
|
|
8
9
|
const tseslint = require("typescript-eslint");
|
|
9
10
|
|
|
10
11
|
/**
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@types/react": "19.0.10",
|
|
16
16
|
"eslint": "9.20.1",
|
|
17
|
-
"jest": "29.7.0",
|
|
18
17
|
"prettier": "3.5.3",
|
|
18
|
+
"jest": "30.0.0",
|
|
19
19
|
"react": "19.0.0"
|
|
20
20
|
},
|
|
21
21
|
"engines": {
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"access": "public"
|
|
50
50
|
},
|
|
51
51
|
"repository": "https://github.com/open-turo/eslint-config-react",
|
|
52
|
-
"version": "15.0.0-pr-320.
|
|
52
|
+
"version": "15.0.0-pr-320.12.1.1"
|
|
53
53
|
}
|
|
Binary file
|