Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .nx/version-plans/version-plan-1781260629899.md

This file was deleted.

5 changes: 0 additions & 5 deletions .nx/version-plans/version-plan-1781475205175.md

This file was deleted.

5 changes: 0 additions & 5 deletions .nx/version-plans/version-plan-1781501911519.md

This file was deleted.

5 changes: 0 additions & 5 deletions .nx/version-plans/version-plan-1781568761062.md

This file was deleted.

5 changes: 0 additions & 5 deletions .nx/version-plans/version-plan-1781663593587.md

This file was deleted.

17 changes: 17 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 70.0.0 (2026-07-18)

### 🩹 Fixes

- chore(deps): update non-major dependencies to v11.5.2 ([02e5305](https://github.com/RightCapitalHQ/frontend-style-guide/commit/02e5305))

### ⚠️ Breaking Changes

- fix(deps): update eslint rules and plugins to v65 ([24fed86](https://github.com/RightCapitalHQ/frontend-style-guide/commit/24fed86))
- fix(deps): update eslint rules and plugins to v5.8.17 ([62f4959](https://github.com/RightCapitalHQ/frontend-style-guide/commit/62f4959))
- fix(deps): update eslint rules and plugins ([39f02fd](https://github.com/RightCapitalHQ/frontend-style-guide/commit/39f02fd))
- fix(deps): update eslint rules and plugins ([b001611](https://github.com/RightCapitalHQ/frontend-style-guide/commit/b001611))

### 🧱 Updated Dependencies

- Updated tsconfig to 1.2.22

## 69.0.0 (2026-06-08)

### 🩹 Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rightcapital/eslint-config",
"version": "69.0.0",
"version": "70.0.0",
"description": "ESLint Config for RightCapital",
"keywords": [
"eslint",
Expand Down
17 changes: 17 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 70.0.0 (2026-07-18)

### 🩹 Fixes

- chore(deps): update non-major dependencies to v11.5.2 ([02e5305](https://github.com/RightCapitalHQ/frontend-style-guide/commit/02e5305))

### ⚠️ Breaking Changes

- fix(deps): update eslint rules and plugins to v65 ([24fed86](https://github.com/RightCapitalHQ/frontend-style-guide/commit/24fed86))
- fix(deps): update eslint rules and plugins to v5.8.17 ([62f4959](https://github.com/RightCapitalHQ/frontend-style-guide/commit/62f4959))
- fix(deps): update eslint rules and plugins ([39f02fd](https://github.com/RightCapitalHQ/frontend-style-guide/commit/39f02fd))
- fix(deps): update eslint rules and plugins ([b001611](https://github.com/RightCapitalHQ/frontend-style-guide/commit/b001611))

### 🧱 Updated Dependencies

- Updated tsconfig to 1.2.22

## 69.0.0 (2026-06-08)

### 🩹 Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rightcapital/eslint-plugin",
"version": "69.0.0",
"version": "70.0.0",
"description": "ESLint plugin for RightCapital",
"keywords": [
"eslint",
Expand Down
10 changes: 10 additions & 0 deletions packages/lint-eslint-config-rules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 2.1.7 (2026-07-18)

### 🩹 Fixes

- chore(deps): update non-major dependencies to v11.5.2 ([02e5305](https://github.com/RightCapitalHQ/frontend-style-guide/commit/02e5305))

### 🧱 Updated Dependencies

- Updated tsconfig to 1.2.22

## 2.1.6 (2026-06-08)

### 🩹 Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/lint-eslint-config-rules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rightcapital/lint-eslint-config-rules",
"version": "2.1.6",
"version": "2.1.7",
"description": "Check rule config issues in ESLint configuration",
"keywords": [
"eslint",
Expand Down
10 changes: 10 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 8.0.6 (2026-07-18)

### 🩹 Fixes

- chore(deps): update non-major dependencies to v11.5.2 ([02e5305](https://github.com/RightCapitalHQ/frontend-style-guide/commit/02e5305))

### 🧱 Updated Dependencies

- Updated tsconfig to 1.2.22

## 8.0.5 (2026-06-08)

### 🩹 Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rightcapital/prettier-config",
"version": "8.0.5",
"version": "8.0.6",
"description": "Prettier Config for RightCapital",
"keywords": [
"prettier",
Expand Down
6 changes: 6 additions & 0 deletions packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.2.22 (2026-07-18)

### 🩹 Fixes

- chore(deps): update non-major dependencies to v11.5.2 ([02e5305](https://github.com/RightCapitalHQ/frontend-style-guide/commit/02e5305))

## 1.2.21 (2026-06-08)

### 🩹 Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rightcapital/tsconfig",
"version": "1.2.21",
"version": "1.2.22",
"description": "TypeScript Config for RightCapital",
"keywords": [
"typescript",
Expand Down