@rightcapital/lint-eslint-config-rules 2.1.1-renovate-auto-merge-dev-dependencies-updates.4011.1.0 → 2.1.1-renovate-major-eslint-rule-and-plugin-updates.4021.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/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": "Tue, 30 Sep 2025 05:47:38 GMT",
|
|
6
|
+
"version": "2.1.0",
|
|
7
|
+
"tag": "@rightcapital/lint-eslint-config-rules_v2.1.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"none": [
|
|
10
|
+
{
|
|
11
|
+
"author": "29139614+renovate[bot]@users.noreply.github.com",
|
|
12
|
+
"package": "@rightcapital/lint-eslint-config-rules",
|
|
13
|
+
"commit": "cf8814b50eabd9dd966b5390c22d3f45cdfc8311",
|
|
14
|
+
"comment": "chore(deps): update devdependencies"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
4
19
|
{
|
|
5
20
|
"date": "Tue, 12 Aug 2025 10:40:45 GMT",
|
|
6
21
|
"version": "2.1.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rightcapital/lint-eslint-config-rules",
|
|
3
|
-
"version": "2.1.1-renovate-
|
|
3
|
+
"version": "2.1.1-renovate-major-eslint-rule-and-plugin-updates.4021.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.18.6",
|
|
32
32
|
"typescript": "5.9.2",
|
|
33
|
-
"@rightcapital/tsconfig": "1.2.17-renovate-
|
|
33
|
+
"@rightcapital/tsconfig": "1.2.17-renovate-major-eslint-rule-and-plugin-updates.4021.1.0"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"eslint": "^9.0.0"
|