Skip to content

Commit

Permalink
Merge pull request #4062 from signalco-io/next
Browse files Browse the repository at this point in the history
Next
  • Loading branch information
AleksandarDev authored Dec 10, 2023
2 parents e758056 + c16435b commit 4b29c58
Show file tree
Hide file tree
Showing 90 changed files with 3,199 additions and 2,602 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cloud-deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
popd
- name: ✨ Setup DotNet ${{ env.DOTNET_VERSION }} Environment
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ env.DOTNET_VERSION }}

Expand All @@ -44,7 +44,7 @@ jobs:
- name: ✨ Setup Node LTS
uses: actions/setup-node@v4
with:
node-version: "18.x"
node-version: "20.x"
cache: pnpm
cache-dependency-path: ./cloud/infrastructure

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cloud-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
popd
- name: ✨ Setup DotNet ${{ env.DOTNET_VERSION }} Environment
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ env.DOTNET_VERSION }}

Expand All @@ -46,7 +46,7 @@ jobs:
- name: ✨ Setup Node LTS
uses: actions/setup-node@v4
with:
node-version: "18.x"
node-version: "20.x"
cache: pnpm
cache-dependency-path: ./cloud/infrastructure

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/companions-maui-build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.x
- name: Install workload
run: dotnet workload install maui-android
- name: Setup Java JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/nextjs_bundle_analysis_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: signalco
TURBO_REMOTE_ONLY: true
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY: ${{ secrets.NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY }}
CLERK_SECRET_KEY: ${{ secrets.CLERK_SECRET_KEY }}
DOPROCESS_DATABASE_HOST: ${{ secrets.DOPROCESS_DATABASE_HOST }}
DOPROCESS_DATABASE_USERNAME: ${{ secrets.DOPROCESS_DATABASE_USERNAME }}
DOPROCESS_DATABASE_PASSWORD: ${{ secrets.DOPROCESS_DATABASE_PASSWORD }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

defaults:
run:
Expand All @@ -45,7 +51,7 @@ jobs:
version: 'latest'
- uses: actions/setup-node@v4
with:
node-version: "18.x"
node-version: "20.x"
cache: "pnpm"
cache-dependency-path: ./web
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/station-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/station-release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-stories-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
version: 'latest'
- uses: actions/setup-node@v4
with:
node-version: "18.x"
node-version: "20.x"
cache: "pnpm"
cache-dependency-path: ./web
- name: Install dependencies
Expand Down
10 changes: 8 additions & 2 deletions .github/workflows/web-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,14 @@ jobs:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: signalco
TURBO_REMOTE_ONLY: true
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY: ${{ secrets.NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY }}
CLERK_SECRET_KEY: ${{ secrets.CLERK_SECRET_KEY }}
DOPROCESS_DATABASE_HOST: ${{ secrets.DOPROCESS_DATABASE_HOST }}
DOPROCESS_DATABASE_USERNAME: ${{ secrets.DOPROCESS_DATABASE_USERNAME }}
DOPROCESS_DATABASE_PASSWORD: ${{ secrets.DOPROCESS_DATABASE_PASSWORD }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
container:
image: mcr.microsoft.com/playwright:v1.40.0-focal
image: mcr.microsoft.com/playwright:v1.40.1-focal
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -35,7 +41,7 @@ jobs:
version: 'latest'
- uses: actions/setup-node@v4
with:
node-version: "18.x"
node-version: "20.x"
cache: "pnpm"
cache-dependency-path: ./web
- name: Install dependencies
Expand Down
18 changes: 9 additions & 9 deletions cloud/infrastructure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@
"restart-functions": "node tools/restart-functions.js"
},
"devDependencies": {
"@types/node": "18.18.13",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"eslint": "8.54.0",
"@types/node": "20.10.4",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"eslint": "8.55.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-n": "16.3.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"typescript": "5.3.2"
"typescript": "5.3.3"
},
"dependencies": {
"@checkly/pulumi": "1.1.4",
"@pulumi/aws": "6.10.0",
"@pulumi/azure-native": "2.19.0",
"@pulumi/cloudflare": "5.15.0",
"@pulumi/aws": "6.13.2",
"@pulumi/azure-native": "2.21.2",
"@pulumi/cloudflare": "5.16.0",
"@pulumi/command": "0.9.2",
"@pulumi/docker": "4.5.0",
"@pulumi/pulumi": "3.94.2",
"@pulumi/pulumi": "3.96.2",
"@pulumiverse/vercel": "1.0.1"
}
}
Loading

7 comments on commit 4b29c58

@vercel
Copy link

@vercel vercel bot commented on 4b29c58 Dec 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 4b29c58 Dec 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

signalco-ui-docs – ./web/apps/ui-docs

signalco-ui-docs.vercel.app
signalco-ui-docs-git-main-signalco.vercel.app
signalco-ui-docs-signalco.vercel.app
ui.signalco.io

@vercel
Copy link

@vercel vercel bot commented on 4b29c58 Dec 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

signalco-slco – ./web/apps/slco

signalco-slco-git-main-signalco.vercel.app
signalco-slco.vercel.app
signalco-slco-signalco.vercel.app
slco.signalco.io
slco.io

@vercel
Copy link

@vercel vercel bot commented on 4b29c58 Dec 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

signalco-app – ./web/apps/app

signalco-app-git-main-signalco.vercel.app
signalco-app-signalco.vercel.app
app.signalco.io
signalco-app.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 4b29c58 Dec 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 4b29c58 Dec 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

signalco-blog – ./web/apps/blog

signalco-blog.vercel.app
signalco-blog-signalco.vercel.app
signalco-blog-git-main-signalco.vercel.app
blog.signalco.io

@vercel
Copy link

@vercel vercel bot commented on 4b29c58 Dec 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.