Skip to content

chore: cherry-pick pick-me PRs (#4864, #4861, #4800, #4835, #4805, #4831, #4857) - #4914

Closed
phlax with Copilot wants to merge 7 commits into
mainfrom
copilot/pick-me-merge-prs
Closed

chore: cherry-pick pick-me PRs (#4864, #4861, #4800, #4835, #4805, #4831, #4857)#4914
phlax with Copilot wants to merge 7 commits into
mainfrom
copilot/pick-me-merge-prs

Conversation

Copilot AI commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Consolidates 7 open PRs labeled pick-me into a single branch.

Included

PR Change
#4864 bump codeql-action v4.37.3→v4.37.4, toolshed pr action SHA
#4861 bump actions/setup-java 5.6.0→5.7.0
#4800 bump serial_test 3.5.0→4.0.1 (rust)
#4835 globals 17.8.0→17.9.0
#4805 nock 14.0.16→14.0.17
#4831 @octokit/types v16→v17
#4857 typescript-eslint monorepo v8.65.0→v8.66.0

Cherry-pick ordering

PRs touching overlapping package-lock.json files were applied smallest-diff-first to minimise conflicts:
globals (6 lines/file) → nock (6–7) → @octokit/types (79–124) → typescript-eslint (122+). All applied cleanly.

dependabot Bot and others added 7 commits August 5, 2026 13:17
…dates

Bumps the dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [envoyproxy/toolshed/actions/github/pr](https://github.com/envoyproxy/toolshed) | `482edc1a9bd7317a4fee708e06729c25b46054bb` | `6a376dc7f9b74ca79ef667f7a055b06c2ff9b99f` |
| [github/codeql-action/init](https://github.com/github/codeql-action) | `4.37.3` | `4.37.4` |
| [github/codeql-action/autobuild](https://github.com/github/codeql-action) | `4.37.3` | `4.37.4` |
| [github/codeql-action/analyze](https://github.com/github/codeql-action) | `4.37.3` | `4.37.4` |
| [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) | `4.37.3` | `4.37.4` |



Updates `envoyproxy/toolshed/actions/github/pr` from 482edc1 to 6a376dc
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](482edc1...6a376dc)

Updates `github/codeql-action/init` from 4.37.3 to 4.37.4
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@e4fba86...f205ea1)

Updates `github/codeql-action/autobuild` from 4.37.3 to 4.37.4
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@e4fba86...f205ea1)

Updates `github/codeql-action/analyze` from 4.37.3 to 4.37.4
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@e4fba86...f205ea1)

Updates `github/codeql-action/upload-sarif` from 4.37.3 to 4.37.4
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@e4fba86...f205ea1)

---
updated-dependencies:
- dependency-name: envoyproxy/toolshed/actions/github/pr
  dependency-version: 6a376dc
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: github/codeql-action/init
  dependency-version: 4.37.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github/codeql-action/autobuild
  dependency-version: 4.37.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github/codeql-action/analyze
  dependency-version: 4.37.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github/codeql-action/upload-sarif
  dependency-version: 4.37.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: phlax <454682+phlax@users.noreply.github.com>
Bumps the dependencies group with 1 update in the /actions/envoy/android/pre directory: [actions/setup-java](https://github.com/actions/setup-java).


Updates `actions/setup-java` from 5.6.0 to 5.7.0
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@03ad4de...b6effb0)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-version: 5.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: phlax <454682+phlax@users.noreply.github.com>
Bumps the dependencies group with 1 update in the /rust directory: [serial_test](https://github.com/palfrey/serial_test).


Updates `serial_test` from 3.5.0 to 4.0.1
- [Release notes](https://github.com/palfrey/serial_test/releases)
- [Commits](palfrey/serial_test@v3.5.0...v4.0.1)

---
updated-dependencies:
- dependency-name: serial_test
  dependency-version: 4.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: phlax <454682+phlax@users.noreply.github.com>
Co-authored-by: phlax <454682+phlax@users.noreply.github.com>
Co-authored-by: phlax <454682+phlax@users.noreply.github.com>
Co-authored-by: phlax <454682+phlax@users.noreply.github.com>
Co-authored-by: phlax <454682+phlax@users.noreply.github.com>
@netlify

netlify Bot commented Aug 5, 2026

Copy link
Copy Markdown

Deploy Preview for nifty-bassi-e26446 ready!

Name Link
🔨 Latest commit ceb95b1
🔍 Latest deploy log https://app.netlify.com/projects/nifty-bassi-e26446/deploys/6a73380b8dcc6500090baf16
😎 Deploy Preview https://deploy-preview-4914--nifty-bassi-e26446.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copilot AI changed the title chore: pick-me PRs (#4864, #4861, #4800, #4835, #4805, #4831, #4857) chore: cherry-pick pick-me PRs (#4864, #4861, #4800, #4835, #4805, #4831, #4857) Aug 5, 2026
Copilot AI requested a review from phlax August 5, 2026 13:23
@phlax phlax closed this Aug 5, 2026
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