Skip to content

Commit bf4ccdf

Browse files
authored
chore: Update multiple dependencies (#1002)
1 parent d62a2c3 commit bf4ccdf

File tree

10 files changed

+2497
-4185
lines changed

10 files changed

+2497
-4185
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
- name: Cross compile rust code
184184
env:
185185
RUSTFLAGS: ${{ matrix.rustflags }}
186-
run: npx lerna run --stream build-rust-release -- -- --target ${{ matrix.target }}
186+
run: npx lerna run --stream build-rust-release -- --target ${{ matrix.target }}
187187
# Restore the CLI JS only on Windows because Windows build changes the
188188
# file attributes causing publish to think the change is uncommitted
189189
- run: git restore packages/create-project/cli.js

docs/building.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ By using Node.js' `n-api` we get a binary which _should_ work on all supported N
2929
1. Configure cargo for the Windows and Linux build targets
3030
`cp etc/mac-cargo-config.toml ~/.cargo/config.toml`
3131
1. Install the project's dependencies with `NPM_CONFIG_FOREGROUND_SCRIPTS=true npm ci` if you haven't already
32-
1. Build the the bridge with `CC_aarch64_unknown_linux_gnu=aarch64-unknown-linux-gnu-gcc CC_x86_64_unknown_linux_gnu=x86_64-unknown-linux-gnu-gcc npx lerna run --stream build-rust -- -- --target all`
32+
1. Build the the bridge with `CC_aarch64_unknown_linux_gnu=aarch64-unknown-linux-gnu-gcc CC_x86_64_unknown_linux_gnu=x86_64-unknown-linux-gnu-gcc npx lerna run --stream build-rust -- --target all`

package-lock.json

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@
5050
"temporalio": "file:packages/meta"
5151
},
5252
"devDependencies": {
53-
"@opentelemetry/api": "^1.1.0",
54-
"@opentelemetry/core": "^1.3.1",
55-
"@opentelemetry/sdk-node": "^0.32.0",
56-
"@opentelemetry/semantic-conventions": "^1.3.1",
53+
"@opentelemetry/api": "^1.3.0",
54+
"@opentelemetry/core": "^1.8.0",
55+
"@opentelemetry/sdk-node": "^0.34.0",
56+
"@opentelemetry/semantic-conventions": "^1.8.0",
5757
"@tsconfig/node14": "^1.0.3",
5858
"@types/dedent": "^0.7.0",
5959
"@types/fs-extra": "^9.0.13",
@@ -79,7 +79,7 @@
7979
"glob": "^7.1.7",
8080
"jsdoc": "^3.6.10",
8181
"json5": "^2.2.1",
82-
"lerna": "^5.1.4",
82+
"lerna": "^6.1.0",
8383
"npm-run-all": "^4.1.5",
8484
"pidusage": "^3.0.0",
8585
"prettier": "^2.7.1",
@@ -88,7 +88,7 @@
8888
"ts-prune": "^0.10.3",
8989
"typescript": "^4.7.4",
9090
"uuid": "^8.3.2",
91-
"verdaccio": "^5.14.0"
91+
"verdaccio": "^5.18.0"
9292
},
9393
"engines": {
9494
"node": ">= 14.0.0",

packages/client/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"uuid": "^8.3.2"
2222
},
2323
"devDependencies": {
24-
"@types/long": "^5.0.0",
2524
"protobufjs": "^7.0.0"
2625
},
2726
"bugs": {

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "Temporal Technologies Inc. <sdk@temporal.io>",
1313
"license": "MIT",
1414
"dependencies": {
15-
"@opentelemetry/api": "^1.0.3",
15+
"@opentelemetry/api": "^1.3.0",
1616
"@temporalio/proto": "file:../proto",
1717
"long": "^5.2.0",
1818
"ms": "^2.1.3",

packages/core-bridge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"author": "Temporal Technologies Inc. <sdk@temporal.io>",
2323
"license": "MIT",
2424
"dependencies": {
25-
"@opentelemetry/api": "^1.1.0",
25+
"@opentelemetry/api": "^1.3.0",
2626
"@temporalio/common": "file:../common",
2727
"arg": "^5.0.2",
2828
"cargo-cp-artifact": "^0.1.6",

packages/interceptors-opentelemetry/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"author": "Temporal Technologies Inc. <sdk@temporal.io>",
1515
"license": "MIT",
1616
"dependencies": {
17-
"@opentelemetry/api": "^1.1.0",
18-
"@opentelemetry/core": "^1.3.1",
19-
"@opentelemetry/resources": "^1.3.1",
20-
"@opentelemetry/sdk-trace-base": "^1.3.1",
17+
"@opentelemetry/api": "^1.3.0",
18+
"@opentelemetry/core": "^1.8.0",
19+
"@opentelemetry/resources": "^1.8.0",
20+
"@opentelemetry/sdk-trace-base": "^1.8.0",
2121
"@temporalio/activity": "file:../activity",
2222
"@temporalio/client": "file:../client",
2323
"@temporalio/common": "file:../common",

packages/test/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"dependencies": {
2929
"@grpc/grpc-js": "^1.6.8",
3030
"@grpc/proto-loader": "^0.7.0",
31-
"@opentelemetry/api": "^1.1.0",
32-
"@opentelemetry/core": "^1.4.0",
33-
"@opentelemetry/exporter-trace-otlp-grpc": "^0.29.2",
34-
"@opentelemetry/sdk-node": "^0.30.0",
35-
"@opentelemetry/semantic-conventions": "^1.4.0",
31+
"@opentelemetry/api": "^1.3.0",
32+
"@opentelemetry/core": "^1.8.0",
33+
"@opentelemetry/exporter-trace-otlp-grpc": "^0.34.0",
34+
"@opentelemetry/sdk-node": "^0.34.0",
35+
"@opentelemetry/semantic-conventions": "^1.8.0",
3636
"@temporalio/activity": "file:../activity",
3737
"@temporalio/client": "file:../client",
3838
"@temporalio/common": "file:../common",

packages/worker/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "Temporal Technologies Inc. <sdk@temporal.io>",
1414
"license": "MIT",
1515
"dependencies": {
16-
"@opentelemetry/api": "^1.1.0",
16+
"@opentelemetry/api": "^1.3.0",
1717
"@swc/core": "^1.2.204",
1818
"@temporalio/activity": "file:../activity",
1919
"@temporalio/client": "file:../client",
@@ -31,9 +31,8 @@
3131
"source-map": "^0.7.4",
3232
"source-map-loader": "^4.0.0",
3333
"swc-loader": "^0.2.3",
34-
"terser": "^5.14.2",
3534
"unionfs": "^4.4.0",
36-
"webpack": "^5.73.0"
35+
"webpack": "^5.75.0"
3736
},
3837
"bugs": {
3938
"url": "https://github.com/temporalio/sdk-typescript/issues"

0 commit comments

Comments
 (0)