Skip to content

Commit eb89cf1

Browse files
Merge pull request ubiquity-os#57 from gentlementlegen/fix/bumps
Update dependencies, scripts, and configuration files
2 parents d3dac1f + c92ac58 commit eb89cf1

17 files changed

Lines changed: 80960 additions & 33687 deletions

.github/workflows/compute.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
SUPABASE_KEY: ${{ secrets.SUPABASE_KEY }}
3636

3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v5
3939

4040
- name: execute directive
4141
run: node ./dist/index.js

.github/workflows/deno-deploy.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,22 @@ jobs:
1515
id-token: write
1616

1717
steps:
18+
- uses: actions/checkout@v5
19+
- uses: ubiquity-os/deno-plugin-adapter@main
20+
id: adapter
21+
with:
22+
pluginEntry: "./worker"
1823
- uses: ubiquity-os/deno-deploy@main
1924
env:
20-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21-
KERNEL_PUBLIC_KEY: ${{ secrets.KERNEL_PUBLIC_KEY }}
2225
APP_ID: ${{ secrets.APP_ID }}
2326
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
24-
APP_INSTALLATION_ID: ${{ secrets.APP_INSTALLATION_ID }}
27+
KERNEL_PUBLIC_KEY: ${{ secrets.KERNEL_PUBLIC_KEY }}
28+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29+
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
30+
SUPABASE_KEY: ${{ secrets.SUPABASE_KEY }}
2531
with:
2632
token: ${{ secrets.DENO_DEPLOY_TOKEN }}
2733
action: ${{ github.event_name == 'delete' && 'delete' || 'deploy' }}
2834
organization: ${{ secrets.DENO_ORG_NAME }}
35+
entrypoint: ${{ steps.adapter.outputs.entrypoint }}
36+
project_name: ${{ secrets.DENO_PROJECT_NAME }}

.github/workflows/formatting-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515

1616
- name: Setup Bun
1717
uses: oven-sh/setup-bun@v2

.github/workflows/jest-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
bun-version: latest
1717

18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
with:
2020
fetch-depth: 0
2121

.github/workflows/knip-reporter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
if: ${{ github.event.workflow_run.conclusion != 'success' }}
1515
steps:
16-
- uses: actions/download-artifact@v4
16+
- uses: actions/download-artifact@v6
1717
with:
1818
name: knip-results
1919
run-id: ${{ github.event.workflow_run.id }}

.github/workflows/knip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313

1414
- name: Setup Bun
1515
uses: oven-sh/setup-bun@v2

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.10.0
1+
v24.11.0

.prettierignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
tests/__mocks__/*
2+
dist
3+
CHANGELOG.md

bun.lock

Lines changed: 728 additions & 737 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js

Lines changed: 50 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)