@rightcapital/lint-eslint-config-rules 2.1.1-renovate-major-auto-merge-dev-dependencies-updates.4236.1.0 → 2.1.1-renovate-auto-merge-dev-dependencies-updates.4242.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.
Files changed (2) hide show
  1. package/CHANGELOG.json +15 -0
  2. 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": "Thu, 06 Nov 2025 02:42:11 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": "c9cfd880858589f07f8e6e4123ed6aca7c5d9877",
14
+ "comment": "chore(deps): update devdependencies"
15
+ }
16
+ ]
17
+ }
18
+ },
4
19
  {
5
20
  "date": "Mon, 27 Oct 2025 06:44:34 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-major-auto-merge-dev-dependencies-updates.4236.1.0",
3
+ "version": "2.1.1-renovate-auto-merge-dev-dependencies-updates.4242.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": "24.9.2",
32
32
  "typescript": "5.9.3",
33
- "@rightcapital/tsconfig": "1.2.17-renovate-major-auto-merge-dev-dependencies-updates.4236.1.0"
33
+ "@rightcapital/tsconfig": "1.2.17-renovate-auto-merge-dev-dependencies-updates.4242.1.0"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "eslint": "^9.0.0"