@open-turo/eslint-config-react 15.0.0-pr-320.9.1.1 → 15.0.0-pr-320.11.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.
@@ -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@v6
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@v6
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@v6
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.15.0
1
+ 22.16.0
package/index.cjs CHANGED
@@ -56,6 +56,8 @@ module.exports = function config(options = {}) {
56
56
  "error",
57
57
  {
58
58
  replacements: {
59
+ args: false,
60
+ e: false,
59
61
  el: false,
60
62
  prop: false,
61
63
  props: false,
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.9.1.1"
52
+ "version": "15.0.0-pr-320.11.1.1"
53
53
  }
package/recommended.cjs CHANGED
@@ -96,6 +96,8 @@ module.exports = {
96
96
  "error",
97
97
  {
98
98
  replacements: {
99
+ args: false,
100
+ e: false,
99
101
  el: false,
100
102
  prop: false,
101
103
  props: false,
@@ -2806,6 +2806,8 @@ exports[`validate config the flat config is correct for index.cjs 1`] = `
2806
2806
  2,
2807
2807
  {
2808
2808
  "replacements": {
2809
+ "args": false,
2810
+ "e": false,
2809
2811
  "el": false,
2810
2812
  "prop": false,
2811
2813
  "props": false,
@@ -5790,6 +5792,8 @@ exports[`validate config the flat config is correct for index.mjs 1`] = `
5790
5792
  2,
5791
5793
  {
5792
5794
  "replacements": {
5795
+ "args": false,
5796
+ "e": false,
5793
5797
  "el": false,
5794
5798
  "prop": false,
5795
5799
  "props": false,
@@ -9196,6 +9200,8 @@ exports[`validate config the legacy recommended config is correct 1`] = `
9196
9200
  "error",
9197
9201
  {
9198
9202
  "replacements": {
9203
+ "args": false,
9204
+ "e": false,
9199
9205
  "el": false,
9200
9206
  "prop": false,
9201
9207
  "props": false,