-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: upgrade dependencies * docs: use GitHub secrets in Action example * fix: module config value with TypeScript 5.2
- Loading branch information
1 parent
29f4452
commit 41f4c53
Showing
22 changed files
with
928 additions
and
774 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,7 +81,7 @@ With the example scenario given previously, the GitHub Action is used as follow: | |
with: | ||
analysis_service: lighthouse | ||
listener_services_only: mysql,slack | ||
mysql_database_url: login:[email protected]:3306 | ||
mysql_database_url: ${{ secrets.MYSQL_DATABASE_URL }} | ||
slack_api_token: ${{ secrets.SLACK_API_TOKEN }} | ||
``` | ||
|
10 changes: 10 additions & 0 deletions
10
common/changes/@fabernovel/heart-api/chore-upgrade-dependencies_2023-09-18-20-58.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@fabernovel/heart-api", | ||
"comment": "", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@fabernovel/heart-api" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@fabernovel/heart-cli/chore-upgrade-dependencies_2023-09-18-20-58.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@fabernovel/heart-cli", | ||
"comment": "", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@fabernovel/heart-cli" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@fabernovel/heart-common/chore-upgrade-dependencies_2023-09-18-20-58.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@fabernovel/heart-common", | ||
"comment": "", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@fabernovel/heart-common" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@fabernovel/heart-greenit/chore-upgrade-dependencies_2023-09-18-20-58.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@fabernovel/heart-greenit", | ||
"comment": "", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@fabernovel/heart-greenit" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@fabernovel/heart-lighthouse/chore-upgrade-dependencies_2023-09-18-20-58.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@fabernovel/heart-lighthouse", | ||
"comment": "", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@fabernovel/heart-lighthouse" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@fabernovel/heart-mysql/chore-upgrade-dependencies_2023-09-18-20-58.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@fabernovel/heart-mysql", | ||
"comment": "", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@fabernovel/heart-mysql" | ||
} |
10 changes: 10 additions & 0 deletions
10
...on/changes/@fabernovel/heart-observatory/chore-upgrade-dependencies_2023-09-18-20-58.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@fabernovel/heart-observatory", | ||
"comment": "", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@fabernovel/heart-observatory" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@fabernovel/heart-slack/chore-upgrade-dependencies_2023-09-18-20-58.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@fabernovel/heart-slack", | ||
"comment": "", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@fabernovel/heart-slack" | ||
} |
10 changes: 10 additions & 0 deletions
10
...changes/@fabernovel/heart-ssllabs-server/chore-upgrade-dependencies_2023-09-18-20-58.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@fabernovel/heart-ssllabs-server", | ||
"comment": "", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@fabernovel/heart-ssllabs-server" | ||
} |
Oops, something went wrong.