@rightcapital/lint-eslint-config-rules 2.0.3-renovate-eslint-rule-and-plugin-updates.3557.1.0 → 2.0.4-remove-deprecated-no-return-await-rule.3586.1.0
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/CHANGELOG.json +15 -0
- package/CHANGELOG.md +7 -1
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rightcapital/lint-eslint-config-rules",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"date": "Wed, 04 Jun 2025 02:31:04 GMT",
|
|
6
|
+
"version": "2.0.3",
|
|
7
|
+
"tag": "@rightcapital/lint-eslint-config-rules_v2.0.3",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "29139614+renovate[bot]@users.noreply.github.com",
|
|
12
|
+
"package": "@rightcapital/lint-eslint-config-rules",
|
|
13
|
+
"commit": "d0edb86636e0925fbd42e28de7e1f3e80b5d734b",
|
|
14
|
+
"comment": "fix(deps): update dependencies (non-major)"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
4
19
|
{
|
|
5
20
|
"date": "Tue, 20 May 2025 07:23:51 GMT",
|
|
6
21
|
"version": "2.0.2",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
# Change Log - @rightcapital/lint-eslint-config-rules
|
|
2
2
|
|
|
3
|
-
<!-- This log was last generated on
|
|
3
|
+
<!-- This log was last generated on Wed, 04 Jun 2025 02:31:04 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [2.0.3](https://github.com/RightCapitalHQ/frontend-style-guide/tree/%40rightcapital%2Flint-eslint-config-rules_v2.0.3) (2025-6-4)
|
|
8
|
+
|
|
9
|
+
### Patches
|
|
10
|
+
|
|
11
|
+
- fix(deps): update dependencies (non-major) ([d0edb86](https://github.com/RightCapitalHQ/frontend-style-guide/commit/d0edb86636e0925fbd42e28de7e1f3e80b5d734b))
|
|
12
|
+
|
|
7
13
|
## [2.0.2](https://github.com/RightCapitalHQ/frontend-style-guide/tree/%40rightcapital%2Flint-eslint-config-rules_v2.0.2) (2025-5-20)
|
|
8
14
|
|
|
9
15
|
### Patches
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rightcapital/lint-eslint-config-rules",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.4-remove-deprecated-no-return-await-rule.3586.1.0",
|
|
4
4
|
"description": "Check rule config issues in ESLint configuration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@types/eslint": "9.6.1",
|
|
31
31
|
"@types/node": "22.15.17",
|
|
32
32
|
"typescript": "5.8.3",
|
|
33
|
-
"@rightcapital/tsconfig": "1.2.
|
|
33
|
+
"@rightcapital/tsconfig": "1.2.16-remove-deprecated-no-return-await-rule.3586.1.0"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"eslint": "^9.0.0"
|