Skip to content

Commit a5ee496

Browse files
chore(deps): update devdependencies (#112)
* chore(deps): update devdependencies * bug: 🐞 fix issues after updating devDeps --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: AntoineThibi <[email protected]>
1 parent 2a2370d commit a5ee496

File tree

9 files changed

+2218
-1476
lines changed

9 files changed

+2218
-1476
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"example-app"
77
],
88
"scripts": {
9-
"lint-md": "find . -name '*.md' -not -path './node_modules/*' -exec markdownlint --config ./.markdownlint.json --rules ./markdown-lint-custom-rules/no-relative-links.js {} +"
9+
"lint-md": "find . -name '*.md' -not -path '*/node_modules/*' -exec markdownlint --config ./.markdownlint.json --rules ./markdown-lint-custom-rules/no-relative-links.js {} +"
1010
},
1111
"devDependencies": {
1212
"lerna": "^8.0.0",
13-
"markdownlint": "^0.32.0",
14-
"markdownlint-cli": "^0.38.0",
15-
"markdownlint-rule-helpers": "^0.23.0",
13+
"markdownlint": "^0.39.0",
14+
"markdownlint-cli": "^0.46.0",
15+
"markdownlint-rule-helpers": "^0.30.0",
1616
"prettier": "^3.0.0"
1717
},
1818
"packageManager": "[email protected]",

packages/eslint-plugin/README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -125,15 +125,18 @@ This plugin exports some custom rules that you can optionally use in your projec
125125

126126
<!-- begin auto-generated rules list -->
127127

128+
💼 Configurations enabled in.\
129+
✅ Set in the `recommended` configuration.\
130+
🧪 Set in the `tests` configuration.\
128131
🔧 Automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/user-guide/command-line-interface#--fix).
129132

130-
| Name | Description | 🔧 |
131-
| :-------------------------------------------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------- | :-- |
132-
| [await-user-event](https://github.com/bamlab/react-native-project-config/blob/main/packages/eslint-plugin/docs/rules/await-user-event.md) | Enforces awaiting userEvent calls | 🔧 |
133-
| [no-different-displayname](https://github.com/bamlab/react-native-project-config/blob/main/packages/eslint-plugin/docs/rules/no-different-displayname.md) | Enforce component displayName to match with component name | 🔧 |
134-
| [no-inline-style](https://github.com/bamlab/react-native-project-config/blob/main/packages/eslint-plugin/docs/rules/no-inline-style.md) | Detect inline styles in JSX | |
135-
| [prefer-user-event](https://github.com/bamlab/react-native-project-config/blob/main/packages/eslint-plugin/docs/rules/prefer-user-event.md) | Enforces usage of userEvent over fireEvent in tests. | 🔧 |
136-
| [require-named-effect](https://github.com/bamlab/react-native-project-config/blob/main/packages/eslint-plugin/docs/rules/require-named-effect.md) | Enforces the use of named functions inside a useEffect | |
133+
| Name | Description | 💼 | 🔧 |
134+
| :-------------------------------------------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------- | :-- | :-- |
135+
| [await-user-event](https://github.com/bamlab/react-native-project-config/blob/main/packages/eslint-plugin/docs/rules/await-user-event.md) | Enforces awaiting userEvent calls | 🧪 | 🔧 |
136+
| [no-different-displayname](https://github.com/bamlab/react-native-project-config/blob/main/packages/eslint-plugin/docs/rules/no-different-displayname.md) | Enforce component displayName to match with component name | | 🔧 |
137+
| [no-inline-style](https://github.com/bamlab/react-native-project-config/blob/main/packages/eslint-plugin/docs/rules/no-inline-style.md) | Detect inline styles in JSX | | |
138+
| [prefer-user-event](https://github.com/bamlab/react-native-project-config/blob/main/packages/eslint-plugin/docs/rules/prefer-user-event.md) | Enforces usage of userEvent over fireEvent in tests. | 🧪 | 🔧 |
139+
| [require-named-effect](https://github.com/bamlab/react-native-project-config/blob/main/packages/eslint-plugin/docs/rules/require-named-effect.md) | Enforces the use of named functions inside a useEffect | | |
137140

138141
<!-- end auto-generated rules list -->
139142

packages/eslint-plugin/docs/rules/await-user-event.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Enforces awaiting userEvent calls (`@bam.tech/await-user-event`)
22

3+
💼 This rule is enabled in the 🧪 `tests` config.
4+
35
🔧 This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix).
46

57
<!-- end auto-generated rule header -->

packages/eslint-plugin/docs/rules/no-different-displayname.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Enforce component displayName to match with component name (`@bam.tech/no-different-displayname`)
22

3+
💼 This rule is enabled in the ✅ `recommended` config.
4+
35
🔧 This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix).
46

57
<!-- end auto-generated rule header -->

packages/eslint-plugin/docs/rules/no-inline-style.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Detect inline styles in JSX (`@bam.tech/no-inline-style`)
22

3+
💼 This rule is enabled in the ✅ `recommended` config.
4+
35
<!-- end auto-generated rule header -->
46

57
> **Note:** This rule is a flat config adaptation of [`react-native/no-inline-styles`](https://github.com/Intellicode/eslint-plugin-react-native/blob/master/docs/rules/no-inline-styles.md).

packages/eslint-plugin/docs/rules/prefer-user-event.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Enforces usage of userEvent over fireEvent in tests (`@bam.tech/prefer-user-event`)
22

3+
💼 This rule is enabled in the 🧪 `tests` config.
4+
35
🔧 This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix).
46

57
<!-- end auto-generated rule header -->

packages/eslint-plugin/docs/rules/require-named-effect.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Enforces the use of named functions inside a useEffect (`@bam.tech/require-named-effect`)
22

3+
💼 This rule is enabled in the ✅ `recommended` config.
4+
35
<!-- end auto-generated rule header -->
46

57
Force to use named functions inside a useEffect instead of lambda functions.

packages/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"eslint-plugin-testing-library": "7.1.1",
6868
"eslint-plugin-unused-imports": "^4.1.4",
6969
"jest": "^29.7.0",
70-
"npm-run-all": "^4.1.5",
70+
"npm-run-all2": "^5.0.0",
7171
"prettier": "^3.0.0",
7272
"ts-jest": "^29.1.1",
7373
"ts-node": "^10.9.1",

0 commit comments

Comments
 (0)