Skip to content

Merge queue: Consolidate 15 passing dependabot PRs#961

Merged
phlax merged 16 commits into
mainfrom
copilot/create-merge-queue-pr-again
Jan 3, 2026
Merged

Merge queue: Consolidate 15 passing dependabot PRs#961
phlax merged 16 commits into
mainfrom
copilot/create-merge-queue-pr-again

Conversation

Copilot AI commented Jan 3, 2026

Copy link
Copy Markdown
Contributor

CI is expensive. Rather than land each passing dependabot PR individually, this consolidates 15 PRs labeled pick-me into a single merge queue.

Applied in reverse line order where conflicts existed (e.g., multiple updates to single-page-app/ui/package.json). Skipped 5 PRs: 4 already in base, 1 superseded by newer version.

Updates

JavaScript (single-page-app/ui)

  • @vitejs/plugin-react 5.1.0 → 5.1.2
  • react-router-dom 7.9.5 → 7.11.0

Go

  • golang-network/simple: envoy 1.36.2 → 1.36.4, protobuf 1.36.10 → 1.36.11
  • load-reporting-service: grpc 1.77.0 → 1.78.0
  • ext_authz/auth/grpc-service: grpc 1.77.0 → 1.78.0
  • golang-http/simple: envoy 1.36.2 → 1.36.3
  • grpc-bridge/server: golang.org/x/net 0.46.0 → 0.47.0, grpc 1.76.0 → 1.77.0

Docker

  • shared/golang: 1.25.4-bookworm → 1.25.5-bookworm
  • shared/jaeger: 1.74.0 → 1.76.0
  • opentelemetry: alpine 3.22 → 3.23
  • local_ratelimit: nginx digest
  • ext_authz: OPA 1.9.0-envoy-5-static → 1.9.0-envoy-6-static

Python

  • grpc-bridge/client: grpcio-tools 1.69.0 → 1.76.0, protobuf 5.29.5 → 6.33.2
  • shared/python/postgres: psycopg2-binary 2.9.10 → 2.9.11

GitHub Actions

  • actions/checkout 5.0.0 → 6.0.0

PRs: #960, #958, #957, #956, #955, #953, #952, #949, #948, #947, #944, #933, #927, #901, #899

Original prompt

this repo has many pending dependabot prs - some are failing, some are passing

ci is expensive - so rather than landing all the passing ones individually i want you to create a merge queue pr that picks the commits from all the passing dependabot prs

ive labelled the passing ones with pick-me - ONLY pick those

note: if any touch the same file then you should apply in reverse order from their affected line nos - this generally avoids conflicts


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

dependabot Bot added 11 commits January 3, 2026 14:13
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 5.1.0 to 5.1.2.
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@5.1.2/packages/plugin-react)

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 5.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 7.9.5 to 7.11.0.
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.11.0/packages/react-router-dom)

---
updated-dependencies:
- dependency-name: react-router-dom
  dependency-version: 7.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the examples-golang-network group in /golang-network/simple with 2 updates: [github.com/envoyproxy/envoy](https://github.com/envoyproxy/envoy) and google.golang.org/protobuf.


Updates `github.com/envoyproxy/envoy` from 1.36.2 to 1.36.4
- [Release notes](https://github.com/envoyproxy/envoy/releases)
- [Changelog](https://github.com/envoyproxy/envoy/blob/main/RELEASES.md)
- [Commits](envoyproxy/envoy@v1.36.2...v1.36.4)

Updates `google.golang.org/protobuf` from 1.36.10 to 1.36.11

---
updated-dependencies:
- dependency-name: github.com/envoyproxy/envoy
  dependency-version: 1.36.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: examples-golang-network
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: examples-golang-network
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the examples-load-reporting group with 1 update in the /load-reporting-service directory: [google.golang.org/grpc](https://github.com/grpc/grpc-go).


Updates `google.golang.org/grpc` from 1.77.0 to 1.78.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.77.0...v1.78.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-version: 1.78.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: examples-load-reporting
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the examples-ext-authz group with 1 update in the /ext_authz/auth/grpc-service directory: [google.golang.org/grpc](https://github.com/grpc/grpc-go).


Updates `google.golang.org/grpc` from 1.77.0 to 1.78.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.77.0...v1.78.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-version: 1.78.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: examples-ext-authz
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps golang from 1.25.4-bookworm to 1.25.5-bookworm.

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.25.5-bookworm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps jaegertracing/all-in-one from 1.74.0 to 1.76.0.

---
updated-dependencies:
- dependency-name: jaegertracing/all-in-one
  dependency-version: 1.76.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps alpine from 3.22 to 3.23.

---
updated-dependencies:
- dependency-name: alpine
  dependency-version: '3.23'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the examples-grpc-bridge group in /grpc-bridge/client with 2 updates: [grpcio-tools](https://github.com/grpc/grpc) and [protobuf](https://github.com/protocolbuffers/protobuf).


Updates `grpcio-tools` from 1.69.0 to 1.76.0
- [Release notes](https://github.com/grpc/grpc/releases)
- [Commits](grpc/grpc@v1.69.0...v1.76.0)

Updates `protobuf` from 5.29.5 to 6.33.2
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

---
updated-dependencies:
- dependency-name: grpcio-tools
  dependency-version: 1.76.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: examples-grpc-bridge
- dependency-name: protobuf
  dependency-version: 6.33.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: examples-grpc-bridge
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the examples-postgres group in /shared/python/postgres with 1 update: [psycopg2-binary](https://github.com/psycopg/psycopg2).


Updates `psycopg2-binary` from 2.9.10 to 2.9.11
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS)
- [Commits](psycopg/psycopg2@2.9.10...2.9.11)

---
updated-dependencies:
- dependency-name: psycopg2-binary
  dependency-version: 2.9.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: examples-postgres
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/envoyproxy/envoy](https://github.com/envoyproxy/envoy) from 1.36.2 to 1.36.3.
- [Release notes](https://github.com/envoyproxy/envoy/releases)
- [Changelog](https://github.com/envoyproxy/envoy/blob/main/RELEASES.md)
- [Commits](envoyproxy/envoy@v1.36.2...v1.36.3)

---
updated-dependencies:
- dependency-name: github.com/envoyproxy/envoy
  dependency-version: 1.36.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Copilot AI changed the title [WIP] Create merge queue PR for passing dependabot PRs Merge queue: Consolidate 15 passing dependabot PRs Jan 3, 2026
Copilot AI requested a review from phlax January 3, 2026 14:22
dependabot Bot added 4 commits January 3, 2026 14:27
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@08c6903...1af3b93)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Bumps the examples-grpc-bridge group with 2 updates in the /grpc-bridge/server directory: [golang.org/x/net](https://github.com/golang/net) and [google.golang.org/grpc](https://github.com/grpc/grpc-go).


Updates `golang.org/x/net` from 0.46.0 to 0.47.0
- [Commits](golang/net@v0.46.0...v0.47.0)

Updates `google.golang.org/grpc` from 1.76.0 to 1.77.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.76.0...v1.77.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: examples-grpc-bridge
- dependency-name: google.golang.org/grpc
  dependency-version: 1.77.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: examples-grpc-bridge
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the examples-local-ratelimit group in /local_ratelimit with 1 update: nginx.


Updates `nginx` from `029d446` to `b619c34`

---
updated-dependencies:
- dependency-name: nginx
  dependency-version: b619c34a163ac12f68c1982568a122c4953dbf3126b8dbf0cc2f6fdbfd85de27
  dependency-type: direct:production
  dependency-group: examples-local-ratelimit
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the examples-ext-authz group in /ext_authz with 1 update: openpolicyagent/opa.


Updates `openpolicyagent/opa` from 1.9.0-envoy-5-static to 1.9.0-envoy-6-static

---
updated-dependencies:
- dependency-name: openpolicyagent/opa
  dependency-version: 1.9.0-envoy-6-static
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: examples-ext-authz
...

Signed-off-by: dependabot[bot] <support@github.com>
@phlax
phlax force-pushed the copilot/create-merge-queue-pr-again branch from 12e655a to 2058d92 Compare January 3, 2026 14:27
@phlax
phlax marked this pull request as ready for review January 3, 2026 14:49
@phlax
phlax merged commit f929536 into main Jan 3, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants