Skip to content

Bump the java-codegen-deps group in /java/scripts/codegen with 2 updates#1614

Merged
edburns merged 3 commits into
mainfrom
dependabot/npm_and_yarn/java/scripts/codegen/java-codegen-deps-d8ac117c45
Jun 10, 2026
Merged

Bump the java-codegen-deps group in /java/scripts/codegen with 2 updates#1614
edburns merged 3 commits into
mainfrom
dependabot/npm_and_yarn/java/scripts/codegen/java-codegen-deps-d8ac117c45

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 10, 2026

Copy link
Copy Markdown
Contributor

Bumps the java-codegen-deps group in /java/scripts/codegen with 2 updates: @github/copilot and tsx.

Updates @github/copilot from 1.0.60 to 1.0.61

Release notes

Sourced from @​github/copilot's releases.

1.0.61

2026-06-09

  • Polish /agents picker and Create New Agent wizard with consistent borders, headers, and styled inputs
  • Fixed a bug where resuming a session could leave the screen blank
  • Add /settings interactive dialog to browse and edit all user settings in one place
  • Resuming a local session with memory disabled no longer crashes the UI to a blank screen
  • /after and /every commands now appear in the /experimental slash command list
  • Auto-load MCP servers from .github/mcp.json workspace config file
  • /env output hides internal hooks and shows full file paths for hook sources
  • Prevent crashes from malformed UTF-8, oversized string buffers, and terminal disconnect errors
  • Add support for Claude Fable 5 model
  • Gemini models work correctly with MCP tools that use nullable schema types
  • Number-key selection in pickers (e.g. /agent) works for items 10 and beyond
  • GitHub issue and PR references inside existing links no longer create broken nested autolinks
  • Bash tool correctly handles multi-byte UTF-8 characters (em dash, curly quotes, etc.) in command input
  • Symlinked directories now appear in @-file picker suggestions
  • MCP OAuth re-authentication correctly uses the saved OAuth client ID for remote servers
  • Pasted images no longer leak into the main prompt after a permission dialog closes
  • Press '/' in the /agent picker to filter agents by name
  • Configure home tab bar visibility, order, and hidden tabs via the tabs setting in settings.json
  • grep and glob tools correctly handle single path arguments, preventing missed search results
  • Hook progress status lines marked as temporary collapse in place instead of accumulating in the conversation timeline
  • /fork shows a "Creating fork..." progress notification while the fork is being created
  • /mcp search works correctly with external registries
  • Use natural language with /every and /after to schedule tasks using cron expressions, calendar times, or relative durations
  • Light theme secondary background color is now rendered correctly
  • Search bar match count stays inside the prompt frame
  • GitHub theme adapts to light terminals with an authentic GitHub Primer light color palette
  • Add mTLS and private-CA support for OTLP telemetry export over HTTPS
  • Fixed false positives in shell command validation that could block harmless commands containing words like "kill" in string literals or embedded documents (heredocs).
  • Add full screen scrollbar
  • Grep searches in large monorepos use an indexed search engine for significantly faster results
  • /sessions now navigates to the Sessions tab instead of opening an overlay
  • Add http/protobuf OTLP HTTP export via standard OTel protocol env vars
  • Prompt mode surfaces model-load errors on stderr instead of exiting silently
  • Add /worktree command (aliased /move) to create a new git worktree and switch into it, moving any uncommitted changes along
  • Plugin install enforces managed marketplace policy even when settings cannot be fetched due to network errors
  • /help now lists $HOME/.copilot/instructions/**/*.instructions.md alongside the other user-level instruction locations
  • Colors render correctly in WSL and tmux sessions instead of falling back to a degraded palette
  • Exit shell mode by pressing Esc or Ctrl+C on an empty prompt, in addition to Backspace
  • Add beepOnSchedule setting to disable completion beeps for scheduled /every and /after runs
Changelog

Sourced from @​github/copilot's changelog.

1.0.61 - 2026-06-09

  • Polish /agents picker and Create New Agent wizard with consistent borders, headers, and styled inputs
  • Fixed a bug where resuming a session could leave the screen blank
  • Add /settings interactive dialog to browse and edit all user settings in one place
  • Resuming a local session with memory disabled no longer crashes the UI to a blank screen
  • /after and /every commands now appear in the /experimental slash command list
  • Auto-load MCP servers from .github/mcp.json workspace config file
  • /env output hides internal hooks and shows full file paths for hook sources
  • Prevent crashes from malformed UTF-8, oversized string buffers, and terminal disconnect errors
  • Add support for Claude Fable 5 model
  • Gemini models work correctly with MCP tools that use nullable schema types
  • Number-key selection in pickers (e.g. /agent) works for items 10 and beyond
  • GitHub issue and PR references inside existing links no longer create broken nested autolinks
  • Bash tool correctly handles multi-byte UTF-8 characters (em dash, curly quotes, etc.) in command input
  • Symlinked directories now appear in @-file picker suggestions
  • MCP OAuth re-authentication correctly uses the saved OAuth client ID for remote servers
  • Pasted images no longer leak into the main prompt after a permission dialog closes
  • Press '/' in the /agent picker to filter agents by name
  • Configure home tab bar visibility, order, and hidden tabs via the tabs setting in settings.json
  • grep and glob tools correctly handle single path arguments, preventing missed search results
  • Hook progress status lines marked as temporary collapse in place instead of accumulating in the conversation timeline
  • /fork shows a "Creating fork..." progress notification while the fork is being created
  • /mcp search works correctly with external registries
  • Use natural language with /every and /after to schedule tasks using cron expressions, calendar times, or relative durations
  • Light theme secondary background color is now rendered correctly
  • Search bar match count stays inside the prompt frame
  • GitHub theme adapts to light terminals with an authentic GitHub Primer light color palette
  • Add mTLS and private-CA support for OTLP telemetry export over HTTPS
  • Fixed false positives in shell command validation that could block harmless commands containing words like "kill" in string literals or embedded documents (heredocs).
  • Add full screen scrollbar
  • Grep searches in large monorepos use an indexed search engine for significantly faster results
  • /sessions now navigates to the Sessions tab instead of opening an overlay
  • Add http/protobuf OTLP HTTP export via standard OTel protocol env vars
  • Prompt mode surfaces model-load errors on stderr instead of exiting silently
  • Add /worktree command (aliased /move) to create a new git worktree and switch into it, moving any uncommitted changes along
  • Plugin install enforces managed marketplace policy even when settings cannot be fetched due to network errors
  • /help now lists $HOME/.copilot/instructions/**/*.instructions.md alongside the other user-level instruction locations
  • Colors render correctly in WSL and tmux sessions instead of falling back to a degraded palette
  • Exit shell mode by pressing Esc or Ctrl+C on an empty prompt, in addition to Backspace
  • Add beepOnSchedule setting to disable completion beeps for scheduled /every and /after runs
Commits

Updates tsx from 4.21.0 to 4.22.4

Release notes

Sourced from tsx's releases.

v4.22.4

4.22.4 (2026-05-31)

Bug Fixes

  • resolve CommonJS directory requires inside dependencies (#803) (1ce8463)

This release is also available on:

v4.22.3

4.22.3 (2026-05-19)

Bug Fixes

  • decode typed loader source (dce02fc)
  • preserve entrypoint with TypeScript preload hooks (68f72f3)

This release is also available on:

v4.22.2

4.22.2 (2026-05-18)

Bug Fixes

  • preserve CJS JSON require in ESM hooks (35b700b)
  • preserve named exports from CommonJS TypeScript (11de737)
  • support module.exports require(esm) interop (cf8f199)

This release is also available on:

v4.22.1

4.22.1 (2026-05-17)

Bug Fixes

  • resolve tsconfig path aliases containing a colon (#780) (6979f28)

This release is also available on:

... (truncated)

Commits
  • 1ce8463 fix: resolve CommonJS directory requires inside dependencies (#803)
  • dce02fc fix: decode typed loader source
  • 68f72f3 fix: preserve entrypoint with TypeScript preload hooks
  • 69455cf test: cover package exports for ambiguous ESM reexports
  • 35b700b fix: preserve CJS JSON require in ESM hooks
  • ef807db chore: update testing dependencies
  • 3917090 test: document compatibility test taxonomy
  • de8113f refactor: centralize Node capability facts
  • c1f62db test: consolidate tsconfig path edge coverage
  • 4e08174 test: consolidate loader hook coverage
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for tsx since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the java-codegen-deps group in /java/scripts/codegen with 2 updates: [@github/copilot](https://github.com/github/copilot-cli) and [tsx](https://github.com/privatenumber/tsx).


Updates `@github/copilot` from 1.0.60 to 1.0.61
- [Release notes](https://github.com/github/copilot-cli/releases)
- [Changelog](https://github.com/github/copilot-cli/blob/main/changelog.md)
- [Commits](github/copilot-cli@v1.0.60...v1.0.61)

Updates `tsx` from 4.21.0 to 4.22.4
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.21.0...v4.22.4)

---
updated-dependencies:
- dependency-name: "@github/copilot"
  dependency-version: 1.0.61
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-codegen-deps
- dependency-name: tsx
  dependency-version: 4.22.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-codegen-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 10, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 10, 2026 08:44
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 10, 2026
Auto-committed by java-codegen-check workflow.
@github-actions

Copy link
Copy Markdown
Contributor

Cross-SDK Consistency Review ✅

This PR only modifies build tooling dependencies in java/scripts/codegen/:

  • @github/copilot: 1.0.60 → 1.0.61 (schema package used by the Java code generator)
  • tsx: 4.21.0 → 4.22.4 (TypeScript runtime used to execute codegen scripts)

These are code generation tool dependencies, not SDK public API changes. No SDK client code is modified, and no cross-SDK consistency issues are introduced.

Generated by SDK Consistency Review Agent for issue #1614 · sonnet46 522.9K ·

@edburns edburns added this pull request to the merge queue Jun 10, 2026
Merged via the queue into main with commit 543ecfc Jun 10, 2026
18 checks passed
@edburns edburns deleted the dependabot/npm_and_yarn/java/scripts/codegen/java-codegen-deps-d8ac117c45 branch June 10, 2026 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant