Skip to content

Commit 171d0a8

Browse files
author
GitHub Actions[bot]
committed
chore(release): applying package updates
1 parent e9ed3c3 commit 171d0a8

20 files changed

+125
-45
lines changed

change/@rightcapital-eslint-config-base-dad885eb-1d46-402f-bcfd-75bcb61b6fe0.json

-7
This file was deleted.

change/@rightcapital-eslint-config-javascript-eaeba6a4-f386-466d-8608-eceaf6cb0762.json

-7
This file was deleted.

change/@rightcapital-eslint-config-typescript-851cf715-5298-4c88-a585-c08ee698dbc7.json

-7
This file was deleted.

change/@rightcapital-eslint-config-typescript-react-7d533dc8-e0c9-484b-b4d6-7e4d19cab7b4.json

-7
This file was deleted.

change/@rightcapital-prettier-config-145b2008-130f-4499-90bc-2ad3f910f373.json

-7
This file was deleted.

packages/eslint-config-base/CHANGELOG.json

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@rightcapital/eslint-config-base",
33
"entries": [
4+
{
5+
"date": "Mon, 13 Nov 2023 07:57:22 GMT",
6+
"version": "14.0.1",
7+
"tag": "@rightcapital/eslint-config-base_v14.0.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "29139614+renovate[bot]@users.noreply.github.com",
12+
"package": "@rightcapital/eslint-config-base",
13+
"commit": "e9ed3c325409336a04423b8aa46b6b9151d5f955",
14+
"comment": "fix(deps): update dependencies (non-major)"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Mon, 06 Nov 2023 02:25:57 GMT",
621
"version": "13.0.0",

packages/eslint-config-base/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @rightcapital/eslint-config-base
22

3-
This log was last generated on Mon, 30 Oct 2023 08:52:41 GMT and should not be manually modified.
3+
This log was last generated on Mon, 13 Nov 2023 07:57:22 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 14.0.1
8+
9+
Mon, 13 Nov 2023 07:57:22 GMT
10+
11+
### [14.0.1](https://github.com/RightCapitalHQ/frontend-style-guide/tree/@rightcapital/eslint-config-base_v14.0.1) (2023-11-13)
12+
13+
- fix(deps): update dependencies (non-major) ([e9ed3c3](https://github.com/RightCapitalHQ/frontend-style-guide/commit/e9ed3c325409336a04423b8aa46b6b9151d5f955))
14+
715
## [9.0.0](https://github.com/RightCapitalHQ/frontend-style-guide/tree/@rightcapital/eslint-config-base_v9.0.0) (2023-10-30)
816

917
- fix(deps): update dependency eslint-plugin-import to v2.29.0 ([e390c45](https://github.com/RightCapitalHQ/frontend-style-guide/commit/e390c45f6c7e29e4248158e7ca71896db4a392e7))

packages/eslint-config-base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rightcapital/eslint-config-base",
3-
"version": "14.0.0",
3+
"version": "14.0.1",
44
"description": "Base ESLint Config for RightCapital",
55
"license": "MIT",
66
"type": "commonjs",

packages/eslint-config-javascript/CHANGELOG.json

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@rightcapital/eslint-config-javascript",
33
"entries": [
4+
{
5+
"date": "Mon, 13 Nov 2023 07:57:22 GMT",
6+
"version": "14.0.1",
7+
"tag": "@rightcapital/eslint-config-javascript_v14.0.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "29139614+renovate[bot]@users.noreply.github.com",
12+
"package": "@rightcapital/eslint-config-javascript",
13+
"commit": "e9ed3c325409336a04423b8aa46b6b9151d5f955",
14+
"comment": "fix(deps): update dependencies (non-major)"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Mon, 06 Nov 2023 02:25:57 GMT",
621
"version": "13.0.0",

packages/eslint-config-javascript/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @rightcapital/eslint-config-javascript
22

3-
This log was last generated on Fri, 27 Oct 2023 03:04:45 GMT and should not be manually modified.
3+
This log was last generated on Mon, 13 Nov 2023 07:57:22 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 14.0.1
8+
9+
Mon, 13 Nov 2023 07:57:22 GMT
10+
11+
### [14.0.1](https://github.com/RightCapitalHQ/frontend-style-guide/tree/@rightcapital/eslint-config-javascript_v14.0.1) (2023-11-13)
12+
13+
- fix(deps): update dependencies (non-major) ([e9ed3c3](https://github.com/RightCapitalHQ/frontend-style-guide/commit/e9ed3c325409336a04423b8aa46b6b9151d5f955))
14+
715
## [9.0.0](https://github.com/RightCapitalHQ/frontend-style-guide/tree/@rightcapital/eslint-config-javascript_v9.0.0) (2023-10-27)
816

917
- fix(deps): update eslint rule and plugin updates ([24c3991](https://github.com/RightCapitalHQ/frontend-style-guide/commit/24c39914f51fd4fbee837bbf66c479a57b803283))

packages/eslint-config-javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rightcapital/eslint-config-javascript",
3-
"version": "14.0.0",
3+
"version": "14.0.1",
44
"description": "Plain JavaScript ESLint Config for RightCapital",
55
"license": "MIT",
66
"type": "commonjs",

packages/eslint-config-typescript-react/CHANGELOG.json

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@rightcapital/eslint-config-typescript-react",
33
"entries": [
4+
{
5+
"date": "Mon, 13 Nov 2023 07:57:22 GMT",
6+
"version": "14.0.1",
7+
"tag": "@rightcapital/eslint-config-typescript-react_v14.0.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "29139614+renovate[bot]@users.noreply.github.com",
12+
"package": "@rightcapital/eslint-config-typescript-react",
13+
"commit": "e9ed3c325409336a04423b8aa46b6b9151d5f955",
14+
"comment": "fix(deps): update dependencies (non-major)"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Mon, 06 Nov 2023 02:25:57 GMT",
621
"version": "13.0.0",

packages/eslint-config-typescript-react/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @rightcapital/eslint-config-typescript-react
22

3-
This log was last generated on Thu, 02 Nov 2023 02:01:28 GMT and should not be manually modified.
3+
This log was last generated on Mon, 13 Nov 2023 07:57:22 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 14.0.1
8+
9+
Mon, 13 Nov 2023 07:57:22 GMT
10+
11+
### [14.0.1](https://github.com/RightCapitalHQ/frontend-style-guide/tree/@rightcapital/eslint-config-typescript-react_v14.0.1) (2023-11-13)
12+
13+
- fix(deps): update dependencies (non-major) ([e9ed3c3](https://github.com/RightCapitalHQ/frontend-style-guide/commit/e9ed3c325409336a04423b8aa46b6b9151d5f955))
14+
715
## 13.0.0
816

917
Thu, 02 Nov 2023 02:01:28 GMT

packages/eslint-config-typescript-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rightcapital/eslint-config-typescript-react",
3-
"version": "14.0.0",
3+
"version": "14.0.1",
44
"description": "TypeScript + React ESLint Config for RightCapital",
55
"license": "MIT",
66
"type": "commonjs",

packages/eslint-config-typescript/CHANGELOG.json

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@rightcapital/eslint-config-typescript",
33
"entries": [
4+
{
5+
"date": "Mon, 13 Nov 2023 07:57:22 GMT",
6+
"version": "14.0.1",
7+
"tag": "@rightcapital/eslint-config-typescript_v14.0.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "29139614+renovate[bot]@users.noreply.github.com",
12+
"package": "@rightcapital/eslint-config-typescript",
13+
"commit": "e9ed3c325409336a04423b8aa46b6b9151d5f955",
14+
"comment": "fix(deps): update dependencies (non-major)"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Wed, 08 Nov 2023 08:00:24 GMT",
621
"version": "14.0.0",

packages/eslint-config-typescript/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @rightcapital/eslint-config-typescript
22

3-
This log was last generated on Wed, 08 Nov 2023 08:00:24 GMT and should not be manually modified.
3+
This log was last generated on Mon, 13 Nov 2023 07:57:22 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 14.0.1
8+
9+
Mon, 13 Nov 2023 07:57:22 GMT
10+
11+
### [14.0.1](https://github.com/RightCapitalHQ/frontend-style-guide/tree/@rightcapital/eslint-config-typescript_v14.0.1) (2023-11-13)
12+
13+
- fix(deps): update dependencies (non-major) ([e9ed3c3](https://github.com/RightCapitalHQ/frontend-style-guide/commit/e9ed3c325409336a04423b8aa46b6b9151d5f955))
14+
715
## 14.0.0
816

917
Wed, 08 Nov 2023 08:00:24 GMT

packages/eslint-config-typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rightcapital/eslint-config-typescript",
3-
"version": "14.0.0",
3+
"version": "14.0.1",
44
"description": "Plain TypeScript ESLint Config for RightCapital",
55
"license": "MIT",
66
"type": "commonjs",

packages/prettier-config/CHANGELOG.json

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@rightcapital/prettier-config",
33
"entries": [
4+
{
5+
"date": "Mon, 13 Nov 2023 07:57:22 GMT",
6+
"version": "6.0.5",
7+
"tag": "@rightcapital/prettier-config_v6.0.5",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "29139614+renovate[bot]@users.noreply.github.com",
12+
"package": "@rightcapital/prettier-config",
13+
"commit": "e9ed3c325409336a04423b8aa46b6b9151d5f955",
14+
"comment": "fix(deps): update dependencies (non-major)"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Mon, 06 Nov 2023 02:25:57 GMT",
621
"version": "6.0.4",

packages/prettier-config/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @rightcapital/prettier-config
22

3-
This log was last generated on Fri, 27 Oct 2023 01:43:09 GMT and should not be manually modified.
3+
This log was last generated on Mon, 13 Nov 2023 07:57:22 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 6.0.5
8+
9+
Mon, 13 Nov 2023 07:57:22 GMT
10+
11+
### [6.0.5](https://github.com/RightCapitalHQ/frontend-style-guide/tree/@rightcapital/prettier-config_v6.0.5) (2023-11-13)
12+
13+
- fix(deps): update dependencies (non-major) ([e9ed3c3](https://github.com/RightCapitalHQ/frontend-style-guide/commit/e9ed3c325409336a04423b8aa46b6b9151d5f955))
14+
715
### [6.0.4](https://github.com/RightCapitalHQ/frontend-style-guide/tree/@rightcapital/prettier-config_v6.0.4) (2023-10-27)
816

917
- chore(deps): update pnpm to v8.9.2 ([b6ead84](https://github.com/RightCapitalHQ/frontend-style-guide/commit/b6ead8470ba7225dd8bb4b797c3b562758655952))

packages/prettier-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rightcapital/prettier-config",
3-
"version": "6.0.4",
3+
"version": "6.0.5",
44
"description": "Prettier Config for RightCapital",
55
"license": "MIT",
66
"type": "commonjs",

0 commit comments

Comments
 (0)