Skip to content

Commit

Permalink
Merge branch 'main' into bm/harpc/listen-on-wait
Browse files Browse the repository at this point in the history
  • Loading branch information
indietyp authored Oct 21, 2024
2 parents 9771d83 + 9a12a9d commit 253adfa
Show file tree
Hide file tree
Showing 32 changed files with 251 additions and 237 deletions.
2 changes: 1 addition & 1 deletion .github/actions/warm-up-repo/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
# cache: yarn ## Currently disabled because of frequent timeouts

- name: Install WASM tools
uses: taiki-e/install-action@42f4ec8e42bf7fe4dadd39bfc534566095a8edff # v2.44.35
uses: taiki-e/install-action@a3df29458daa5c62abace1e6b358018bed57d5b4 # v2.44.43
with:
tool: [email protected]

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Install Rust tools
if: steps.benches.outputs.has-rust == 'true'
uses: taiki-e/install-action@42f4ec8e42bf7fe4dadd39bfc534566095a8edff # v2.44.35
uses: taiki-e/install-action@a3df29458daa5c62abace1e6b358018bed57d5b4 # v2.44.43
with:
tool: [email protected],[email protected]

Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:
- name: Install Rust tools
if: steps.benches.outputs.has-rust == 'true'
uses: taiki-e/install-action@42f4ec8e42bf7fe4dadd39bfc534566095a8edff # v2.44.35
uses: taiki-e/install-action@a3df29458daa5c62abace1e6b358018bed57d5b4 # v2.44.43
with:
tool: [email protected],[email protected]

Expand Down Expand Up @@ -393,7 +393,7 @@ jobs:
[[ ${{ needs.integration-benches.result }} =~ success|skipped ]]
- name: Notify Slack on failure
uses: rtCamp/action-slack-notify@c318f0a93a2bbf24828a21c271765cb9a5c92727
uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce
if: ${{ failure() && github.event_name == 'merge_group' }}
env:
SLACK_LINK_NAMES: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
[[ ${{ needs.sourcemaps.result }} =~ success|skipped ]]
- name: Notify Slack on failure
uses: rtCamp/action-slack-notify@c318f0a93a2bbf24828a21c271765cb9a5c92727
uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce
if: ${{ failure() && github.event_name == 'merge_group' }}
env:
SLACK_LINK_NAMES: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hash-backend-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ jobs:
if: ${{ failure() }}
steps:
- name: Slack Notification
uses: rtCamp/action-slack-notify@c318f0a93a2bbf24828a21c271765cb9a5c92727
uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce
env:
SLACK_LINK_NAMES: true
SLACK_MESSAGE: "Error deploying the HASH backend <@U0143NL4GMP> <@U02NLJY0FGX>" # Notifies C & T
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:

- name: Install Rust tools
if: always() && steps.lints.outputs.has-rust == 'true'
uses: taiki-e/install-action@42f4ec8e42bf7fe4dadd39bfc534566095a8edff # v2.44.35
uses: taiki-e/install-action@a3df29458daa5c62abace1e6b358018bed57d5b4 # v2.44.43
with:
tool: [email protected],[email protected],[email protected],[email protected]

Expand Down Expand Up @@ -342,7 +342,7 @@ jobs:
[[ ${{ needs.global.result }} =~ success|skipped ]]
- name: Notify Slack on failure
uses: rtCamp/action-slack-notify@c318f0a93a2bbf24828a21c271765cb9a5c92727
uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce
if: ${{ failure() && github.event_name == 'merge_group' }}
env:
SLACK_LINK_NAMES: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Notify Slack on failure
uses: rtCamp/action-slack-notify@c318f0a93a2bbf24828a21c271765cb9a5c92727
uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce
if: ${{ failure() }}
env:
SLACK_LINK_NAMES: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:

- name: Install Rust tools
if: always() && steps.tests.outputs.has-rust == 'true'
uses: taiki-e/install-action@42f4ec8e42bf7fe4dadd39bfc534566095a8edff # v2.44.35
uses: taiki-e/install-action@a3df29458daa5c62abace1e6b358018bed57d5b4 # v2.44.43
with:
tool: [email protected],[email protected],[email protected],[email protected]

Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:

- name: Install Rust tools
if: steps.tests.outputs.has-rust == 'true'
uses: taiki-e/install-action@42f4ec8e42bf7fe4dadd39bfc534566095a8edff # v2.44.35
uses: taiki-e/install-action@a3df29458daa5c62abace1e6b358018bed57d5b4 # v2.44.43
with:
tool: [email protected],[email protected],[email protected],[email protected]

Expand Down Expand Up @@ -436,7 +436,7 @@ jobs:
[[ ${{ needs.publish.result }} =~ success|skipped ]]
- name: Notify Slack on failure
uses: rtCamp/action-slack-notify@c318f0a93a2bbf24828a21c271765cb9a5c92727
uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce
if: ${{ failure() && github.event_name == 'merge_group' }}
env:
SLACK_LINK_NAMES: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tf-apply-hash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
env: ${{ matrix.env }}

- name: Notify Slack on failure
uses: rtCamp/action-slack-notify@c318f0a93a2bbf24828a21c271765cb9a5c92727
uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce
if: ${{ failure() }}
env:
SLACK_LINK_NAMES: true
Expand Down
38 changes: 19 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ tracing-core = { version = "=0.1.32", default-features = false }
tracing-subscriber = { version = "=0.3.18", default-features = false }
url = { version = "=2.5.2", default-features = false }
utoipa = { version = "=4.2.3", default-features = false }
uuid = { version = "=1.10.0", default-features = false }
uuid = { version = "=1.11.0", default-features = false }
time = { version = "=0.3.36", default-features = false }
tokio-postgres = { version = "=0.7.12", default-features = false }
tower-http = { version = "=0.6.1", features = ["trace"] }
Expand All @@ -146,7 +146,7 @@ approx = { version = "=0.5.1", default-features = false }
async-scoped = { version = "=0.9.0", default-features = false }
async-trait = { version = "=0.1.83", default-features = false }
aws-config = { version = "=1.5.8" }
aws-sdk-s3 = { version = "=1.56.0", default-features = false }
aws-sdk-s3 = { version = "=1.57.0", default-features = false }
bitvec = { version = "=1.0.1", default-features = false }
bytes-utils = { version = "=0.1.4", default-features = false }
clap = { version = "=4.5.20", features = ["std", "color", "help", "usage", "error-context", "suggestions"] }
Expand All @@ -159,11 +159,11 @@ expect-test = { version = "=1.5.0", default-features = false }
futures = { version = "=0.3.31", default-features = false }
hifijson = { version = "=0.2.2", default-features = false }
humansize = { version = "=2.1.3", default-features = false }
hyper = { version = "=1.4.1", default-features = false }
hyper = { version = "=1.5.0", default-features = false }
include_dir = { version = "=0.7.4", default-features = false }
insta = { version = "=1.40.0", default-features = false }
itertools = { version = "0.13.0", default-features = false }
jsonschema = { version = "=0.23.0", default-features = false }
jsonschema = { version = "=0.24.0", default-features = false }
justjson = { version = "=0.3.0", default-features = false }
lexical = { version = "=7.0.2", default-features = false }
libp2p = { version = "=0.54.1", default-features = false }
Expand Down
16 changes: 8 additions & 8 deletions apps/hash-ai-worker-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@
"@local/hash-subgraph": "0.0.0-private",
"@local/status": "0.0.0-private",
"@sentry/node": "7.119.2",
"@temporalio/activity": "1.11.2",
"@temporalio/common": "1.11.2",
"@temporalio/proto": "1.11.2",
"@temporalio/worker": "1.11.2",
"@temporalio/workflow": "1.11.2",
"@temporalio/activity": "1.11.3",
"@temporalio/common": "1.11.3",
"@temporalio/proto": "1.11.3",
"@temporalio/worker": "1.11.3",
"@temporalio/workflow": "1.11.3",
"ajv": "8.17.1",
"ajv-formats": "3.0.1",
"axios": "1.7.7",
Expand All @@ -79,7 +79,7 @@
"md5": "2.3.0",
"mime-types": "2.1.35",
"officeparser": "4.2.0",
"openai": "4.67.3",
"openai": "4.68.1",
"openai-chat-tokens": "0.2.8",
"papaparse": "5.4.1",
"puppeteer": "22.15.0",
Expand All @@ -103,8 +103,8 @@
"@types/lodash.pickby": "4.6.9",
"@types/md5": "2.3.5",
"@types/mime-types": "2.1.4",
"@types/node": "20.16.11",
"@types/papaparse": "5.3.14",
"@types/node": "20.16.13",
"@types/papaparse": "5.3.15",
"@types/sanitize-html": "2.13.0",
"@vitest/coverage-istanbul": "2.1.2",
"eslint": "8.57.0",
Expand Down
6 changes: 3 additions & 3 deletions apps/hash-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"@rudderstack/rudder-sdk-node": "2.0.10",
"@sentry/node": "7.119.2",
"@snowplow/node-tracker": "3.24.4",
"@temporalio/client": "1.11.2",
"@temporalio/proto": "1.11.2",
"@temporalio/client": "1.11.3",
"@temporalio/proto": "1.11.3",
"@types/ws": "8.5.12",
"agentkeepalive": "4.5.0",
"apollo-datasource": "3.3.2",
Expand Down Expand Up @@ -114,7 +114,7 @@
"@types/express-http-proxy": "1.6.6",
"@types/html-to-text": "8.1.1",
"@types/jsonpath": "0.2.4",
"@types/lodash": "4.17.10",
"@types/lodash": "4.17.12",
"@types/mailchimp__mailchimp_marketing": "3.0.20",
"@types/md5": "2.3.5",
"@types/mime-types": "2.1.4",
Expand Down
12 changes: 6 additions & 6 deletions apps/hash-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@
"react": "18.2.0",
"react-beautiful-dnd": "13.1.1",
"react-dom": "18.2.0",
"react-dropzone": "14.2.9",
"react-dropzone": "14.2.10",
"react-full-screen": "1.1.1",
"react-hook-form": "7.53.0",
"react-hook-form": "7.53.1",
"react-markdown": "9.0.1",
"react-responsive-carousel": "3.2.23",
"react-transition-group": "4.4.5",
Expand Down Expand Up @@ -132,11 +132,11 @@
"@types/emoji-mart": "3.0.9",
"@types/gapi": "0.0.47",
"@types/google.accounts": "0.0.15",
"@types/google.picker": "0.0.42",
"@types/google.picker": "0.0.43",
"@types/iframe-resizer": "3.5.13",
"@types/jsonpath": "0.2.4",
"@types/lodash": "4.17.10",
"@types/papaparse": "5.3.14",
"@types/lodash": "4.17.12",
"@types/papaparse": "5.3.15",
"@types/react": "18.2.68",
"@types/react-beautiful-dnd": "13.1.8",
"@types/react-dom": "18.2.25",
Expand All @@ -146,7 +146,7 @@
"eslint": "8.57.0",
"graphology-types": "0.24.7",
"rimraf": "6.0.1",
"sass": "1.79.5",
"sass": "1.80.2",
"typescript": "5.6.3",
"webpack": "5.95.0"
},
Expand Down
6 changes: 3 additions & 3 deletions apps/hash-integration-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"@local/hash-isomorphic-utils": "0.0.0-private",
"@local/hash-subgraph": "0.0.0-private",
"@sentry/node": "7.119.2",
"@temporalio/activity": "1.11.2",
"@temporalio/worker": "1.11.2",
"@temporalio/workflow": "1.11.2",
"@temporalio/activity": "1.11.3",
"@temporalio/worker": "1.11.3",
"@temporalio/workflow": "1.11.3",
"agentkeepalive": "4.5.0",
"axios": "1.7.7",
"dotenv-flow": "3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/hash-realtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@local/eslint-config": "0.0.0-private",
"@local/tsconfig": "0.0.0-private",
"@types/node": "20.16.11",
"@types/node": "20.16.13",
"@types/set-interval-async": "1.0.3",
"eslint": "8.57.0"
}
Expand Down
Loading

0 comments on commit 253adfa

Please sign in to comment.