@rightcapital/lint-eslint-config-rules 1.2.6-renovate-pnpm-10.x.2752.1.0 → 1.2.7-feature-expose-plugins-in-presets-for-easier-customizing.2760.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": "Sat, 08 Feb 2025 06:04:37 GMT",
|
|
6
|
+
"version": "1.2.6",
|
|
7
|
+
"tag": "@rightcapital/lint-eslint-config-rules_v1.2.6",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "29139614+renovate[bot]@users.noreply.github.com",
|
|
12
|
+
"package": "@rightcapital/lint-eslint-config-rules",
|
|
13
|
+
"commit": "6ef8edfde43887f752c0d70d55a16020db388f67",
|
|
14
|
+
"comment": "chore(deps): update pnpm to v10"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
4
19
|
{
|
|
5
20
|
"date": "Wed, 15 Jan 2025 08:35:33 GMT",
|
|
6
21
|
"version": "1.2.5",
|
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 Sat, 08 Feb 2025 06:04:37 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [1.2.6](https://github.com/RightCapitalHQ/frontend-style-guide/tree/%40rightcapital%2Flint-eslint-config-rules_v1.2.6) (2025-2-8)
|
|
8
|
+
|
|
9
|
+
### Patches
|
|
10
|
+
|
|
11
|
+
- chore(deps): update pnpm to v10 ([6ef8edf](https://github.com/RightCapitalHQ/frontend-style-guide/commit/6ef8edfde43887f752c0d70d55a16020db388f67))
|
|
12
|
+
|
|
7
13
|
## [1.2.5](https://github.com/RightCapitalHQ/frontend-style-guide/tree/%40rightcapital%2Flint-eslint-config-rules_v1.2.5) (2025-1-3)
|
|
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": "1.2.
|
|
3
|
+
"version": "1.2.7-feature-expose-plugins-in-presets-for-easier-customizing.2760.1.0",
|
|
4
4
|
"description": "Check rule config issues in ESLint configuration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@types/eslint__eslintrc": "2.1.2",
|
|
33
33
|
"@types/node": "22.10.6",
|
|
34
34
|
"typescript": "5.7.3",
|
|
35
|
-
"@rightcapital/tsconfig": "1.2.
|
|
35
|
+
"@rightcapital/tsconfig": "1.2.13-feature-expose-plugins-in-presets-for-easier-customizing.2760.1.0"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"eslint": "^8.0.0"
|