@rightcapital/lint-eslint-config-rules 2.1.1-renovate-eslint-rule-and-plugin-updates.4263.1.0 → 2.1.2-renovate-eslint-rule-and-plugin-updates.4278.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 +3 -3
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, 12 Nov 2025 10:51:07 GMT",
|
|
6
|
+
"version": "2.1.1",
|
|
7
|
+
"tag": "@rightcapital/lint-eslint-config-rules_v2.1.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "im@pyonpyon.today",
|
|
12
|
+
"package": "@rightcapital/lint-eslint-config-rules",
|
|
13
|
+
"commit": "614fcbb48c30f5dabe029ab9f1f1cd52008d4135",
|
|
14
|
+
"comment": "chore: set proper ESLint and @eslint/core version and upgrade them together"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
4
19
|
{
|
|
5
20
|
"date": "Thu, 06 Nov 2025 02:42:11 GMT",
|
|
6
21
|
"version": "2.1.0",
|
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, 12 Nov 2025 10:51:07 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [2.1.1](https://github.com/RightCapitalHQ/frontend-style-guide/tree/%40rightcapital%2Flint-eslint-config-rules_v2.1.1) (2025-11-12)
|
|
8
|
+
|
|
9
|
+
### Patches
|
|
10
|
+
|
|
11
|
+
- chore: set proper ESLint and @eslint/core version and upgrade them together ([614fcbb](https://github.com/RightCapitalHQ/frontend-style-guide/commit/614fcbb48c30f5dabe029ab9f1f1cd52008d4135))
|
|
12
|
+
|
|
7
13
|
## [2.1.0](https://github.com/RightCapitalHQ/frontend-style-guide/tree/%40rightcapital%2Flint-eslint-config-rules_v2.1.0) (2025-8-12)
|
|
8
14
|
|
|
9
15
|
### Minor changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rightcapital/lint-eslint-config-rules",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.2-renovate-eslint-rule-and-plugin-updates.4278.1.0",
|
|
4
4
|
"description": "Check rule config issues in ESLint configuration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -30,10 +30,10 @@
|
|
|
30
30
|
"@types/eslint": "9.6.1",
|
|
31
31
|
"@types/node": "24.9.2",
|
|
32
32
|
"typescript": "5.9.3",
|
|
33
|
-
"@rightcapital/tsconfig": "1.2.17-renovate-eslint-rule-and-plugin-updates.
|
|
33
|
+
"@rightcapital/tsconfig": "1.2.17-renovate-eslint-rule-and-plugin-updates.4278.1.0"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
|
-
"eslint": "
|
|
36
|
+
"eslint": "9.x"
|
|
37
37
|
},
|
|
38
38
|
"engines": {
|
|
39
39
|
"node": ">=20.0.0"
|