From 16410fa90163d0e7168a5f478ce16756edb016ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 02:37:11 +0000 Subject: [PATCH] chore(deps): update dependency @bufbuild/protoc-gen-es to v2 --- frontend/console/package.json | 2 +- pnpm-lock.yaml | 50 ++++++++++++++++++++++++++++------- 2 files changed, 41 insertions(+), 11 deletions(-) diff --git a/frontend/console/package.json b/frontend/console/package.json index 77eed18be1..a94f8f8b20 100644 --- a/frontend/console/package.json +++ b/frontend/console/package.json @@ -62,7 +62,7 @@ "type-fest": "^4.18.2" }, "devDependencies": { - "@bufbuild/protoc-gen-es": "^1.10.0", + "@bufbuild/protoc-gen-es": "^2.0.0", "@chromatic-com/storybook": "^2.0.0", "@connectrpc/protoc-gen-connect-es": "^1.5.0", "@playwright/test": "^1.46.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 740081faa8..2c80986174 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -103,14 +103,14 @@ importers: version: 4.26.1 devDependencies: '@bufbuild/protoc-gen-es': - specifier: ^1.10.0 - version: 1.10.0(@bufbuild/protobuf@1.10.0) + specifier: ^2.0.0 + version: 2.1.0(@bufbuild/protobuf@1.10.0) '@chromatic-com/storybook': specifier: ^2.0.0 version: 2.0.2(react@18.3.1) '@connectrpc/protoc-gen-connect-es': specifier: ^1.5.0 - version: 1.5.0(@bufbuild/protoc-gen-es@1.10.0(@bufbuild/protobuf@1.10.0))(@connectrpc/connect@1.5.0(@bufbuild/protobuf@1.10.0)) + version: 1.5.0(@bufbuild/protoc-gen-es@2.1.0(@bufbuild/protobuf@1.10.0))(@connectrpc/connect@1.5.0(@bufbuild/protobuf@1.10.0)) '@playwright/test': specifier: ^1.46.1 version: 1.47.2 @@ -412,12 +412,15 @@ packages: '@bufbuild/protobuf@1.10.0': resolution: {integrity: sha512-QDdVFLoN93Zjg36NoQPZfsVH9tZew7wKDKyV5qRdj8ntT4wQCOradQjRaTdwMhWUYsgKsvCINKKm87FdEk96Ag==} - '@bufbuild/protoc-gen-es@1.10.0': - resolution: {integrity: sha512-zBYBsVT/ul4uZb6F+kD7/k4sWNHVVbEPfJwKi0FDr+9VJo8MKIofI6pkr5ksBLr4fi/74r+e/75Xi/0clL5dXg==} + '@bufbuild/protobuf@2.1.0': + resolution: {integrity: sha512-+2Mx67Y3skJ4NCD/qNSdBJNWtu6x6Qr53jeNg+QcwiL6mt0wK+3jwHH2x1p7xaYH6Ve2JKOVn0OxU35WsmqI9A==} + + '@bufbuild/protoc-gen-es@2.1.0': + resolution: {integrity: sha512-xGadPol0k8cdDNSbMdHMo0QEK0JvebxGD6KQl5hCVfLTFbpMM4dfMiubyT9gdcwqfwstRe5Tin0Us3dyOzHtag==} engines: {node: '>=14'} hasBin: true peerDependencies: - '@bufbuild/protobuf': 1.10.0 + '@bufbuild/protobuf': 2.1.0 peerDependenciesMeta: '@bufbuild/protobuf': optional: true @@ -425,6 +428,9 @@ packages: '@bufbuild/protoplugin@1.10.0': resolution: {integrity: sha512-u6NE4vL0lw1+EK4/PiE/SQB7fKO4LRJNTEScIXVOi2x88K/c8WKc/k0KyEaA0asVBMpwekJQZGnRyj04ZtN5Gg==} + '@bufbuild/protoplugin@2.1.0': + resolution: {integrity: sha512-8bE6/bAA0UCDa7ZplKhJq4TU/YFgIH04U4x6hhCQP1FXGuTtRk/FH5tiS7y+3kbjpM97Zlk9DwmFhW0BusF4ew==} + '@changesets/changelog-github@0.4.8': resolution: {integrity: sha512-jR1DHibkMAb5v/8ym77E4AMNWZKB5NPzw5a5Wtqm1JepAuIF+hrKp2u04NKM14oBZhHglkCfrla9uq8ORnK/dw==} @@ -5355,6 +5361,11 @@ packages: engines: {node: '>=4.2.0'} hasBin: true + typescript@5.4.5: + resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==} + engines: {node: '>=14.17'} + hasBin: true + typescript@5.6.2: resolution: {integrity: sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==} engines: {node: '>=14.17'} @@ -5982,9 +5993,11 @@ snapshots: '@bufbuild/protobuf@1.10.0': {} - '@bufbuild/protoc-gen-es@1.10.0(@bufbuild/protobuf@1.10.0)': + '@bufbuild/protobuf@2.1.0': {} + + '@bufbuild/protoc-gen-es@2.1.0(@bufbuild/protobuf@1.10.0)': dependencies: - '@bufbuild/protoplugin': 1.10.0 + '@bufbuild/protoplugin': 2.1.0 optionalDependencies: '@bufbuild/protobuf': 1.10.0 transitivePeerDependencies: @@ -5998,6 +6011,14 @@ snapshots: transitivePeerDependencies: - supports-color + '@bufbuild/protoplugin@2.1.0': + dependencies: + '@bufbuild/protobuf': 2.1.0 + '@typescript/vfs': 1.6.0(typescript@5.4.5) + typescript: 5.4.5 + transitivePeerDependencies: + - supports-color + '@changesets/changelog-github@0.4.8': dependencies: '@changesets/get-github-info': 0.5.2 @@ -6090,12 +6111,12 @@ snapshots: dependencies: '@bufbuild/protobuf': 1.10.0 - '@connectrpc/protoc-gen-connect-es@1.5.0(@bufbuild/protoc-gen-es@1.10.0(@bufbuild/protobuf@1.10.0))(@connectrpc/connect@1.5.0(@bufbuild/protobuf@1.10.0))': + '@connectrpc/protoc-gen-connect-es@1.5.0(@bufbuild/protoc-gen-es@2.1.0(@bufbuild/protobuf@1.10.0))(@connectrpc/connect@1.5.0(@bufbuild/protobuf@1.10.0))': dependencies: '@bufbuild/protobuf': 1.10.0 '@bufbuild/protoplugin': 1.10.0 optionalDependencies: - '@bufbuild/protoc-gen-es': 1.10.0(@bufbuild/protobuf@1.10.0) + '@bufbuild/protoc-gen-es': 2.1.0(@bufbuild/protobuf@1.10.0) '@connectrpc/connect': 1.5.0(@bufbuild/protobuf@1.10.0) transitivePeerDependencies: - supports-color @@ -7946,6 +7967,13 @@ snapshots: transitivePeerDependencies: - supports-color + '@typescript/vfs@1.6.0(typescript@5.4.5)': + dependencies: + debug: 4.3.7(supports-color@8.1.1) + typescript: 5.4.5 + transitivePeerDependencies: + - supports-color + '@uiw/codemirror-theme-atomone@4.23.5(@codemirror/language@6.10.3)(@codemirror/state@6.4.1)(@codemirror/view@6.34.1)': dependencies: '@uiw/codemirror-themes': 4.23.5(@codemirror/language@6.10.3)(@codemirror/state@6.4.1)(@codemirror/view@6.34.1) @@ -11310,6 +11338,8 @@ snapshots: typescript@4.5.2: {} + typescript@5.4.5: {} + typescript@5.6.2: {} uc.micro@2.1.0: {}