Skip to content

Commit

Permalink
npm:(deps-dev): bump @connectrpc/connect-web from 1.3.0 to 1.4.0 (#69)
Browse files Browse the repository at this point in the history
* npm:(deps-dev): bump @connectrpc/connect-web from 1.3.0 to 1.4.0

https://connectrpc.com/docs/node/interceptors

Other Changes

- Add service and method in grpc-web unary response by @​minimal1 in connectrpc/connect-es#984
- Document the ts_nocheck plugin option by @​timostamm in connectrpc/connect-es#1012
- Remove node export condition by @​smaye81 in connectrpc/connect-es#1017
- Avoid instanceof Message by @​timostamm in connectrpc/connect-es#1023

Bumps [@connectrpc/connect-web](https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-web) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/connectrpc/connect-es/releases)
- [Commits](https://github.com/connectrpc/connect-es/commits/v1.4.0/packages/connect-web)

---
updated-dependencies:
- dependency-name: "@connectrpc/connect-web"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] committed May 9, 2024
1 parent bb40960 commit 3dd416d
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 7 deletions.
18 changes: 18 additions & 0 deletions .changelog/69.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
```release-note:enhancement
ci/dependabot: npm:(deps-dev): bump @connectrpc/connect-web from 1.3.0 to 1.4.0

npm:(deps-dev): bump @connectrpc/connect-web from 1.3.0 to 1.4.0

Bumps [@connectrpc/connect-web](https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-web) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/connectrpc/connect-es/releases)
- [Commits](https://github.com/connectrpc/connect-es/commits/v1.4.0/packages/connect-web)

---
updated-dependencies:
- dependency-name: "@connectrpc/connect-web"
dependency-type: direct:development
update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
```
Binary file modified .yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@babel/core": "^7.23.2",
"@bufbuild/protobuf": "^1.9.0",
"@connectrpc/connect": "^1.4.0",
"@connectrpc/connect-web": "^1.3.0",
"@connectrpc/connect-web": "^1.4.0",
"@connectrpc/protoc-gen-connect-es": "^1.4.0",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@vitejs/plugin-vue": "^5.0.4",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -668,13 +668,13 @@ __metadata:
languageName: node
linkType: hard

"@connectrpc/connect-web@npm:^1.3.0":
version: 1.3.0
resolution: "@connectrpc/connect-web@npm:1.3.0"
"@connectrpc/connect-web@npm:^1.4.0":
version: 1.4.0
resolution: "@connectrpc/connect-web@npm:1.4.0"
peerDependencies:
"@bufbuild/protobuf": ^1.4.2
"@connectrpc/connect": 1.3.0
checksum: 734cc0b21d0d74369d55764b9b5c858eba1f194ea3dd0bcf2daef2f6e6ac9386a1ec7dce119873884dcb5553bea9b4486df13b0f67b17fa56b03eaff51e0de05
"@connectrpc/connect": 1.4.0
checksum: 8f636ebda5b2707416c94aff72d285972e85eba15cae57eb6126b1d0da6f9dcdc7452ab3bd5d527cd987eb527e2f5cdc453ccb43098ac20ea2e2c3604c69c366
languageName: node
linkType: hard

Expand Down Expand Up @@ -6220,7 +6220,7 @@ __metadata:
"@babel/core": "npm:^7.23.2"
"@bufbuild/protobuf": "npm:^1.9.0"
"@connectrpc/connect": "npm:^1.4.0"
"@connectrpc/connect-web": "npm:^1.3.0"
"@connectrpc/connect-web": "npm:^1.4.0"
"@connectrpc/protoc-gen-connect-es": "npm:^1.4.0"
"@grpc/grpc-js": "npm:^1.10.6"
"@originjs/vite-plugin-commonjs": "npm:^1.0.3"
Expand Down

0 comments on commit 3dd416d

Please sign in to comment.