Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 27, 2025

Bumps the npm-production group with 2 updates in the / directory: @github/copilot and next.

Updates @github/copilot from 0.0.361 to 0.0.365

Release notes

Sourced from @​github/copilot's releases.

0.0.365

2025-11-25

  • Add --silent option to suppress stats output for scripting

0.0.364

2025-11-25

  • Add syntax highlighting for diffs
  • Fix light theme markdown rendering

0.0.364-0

Pre-release 0.0.364-0

0.0.363

2025-11-24

  • Opus 4.5, GPT-4.1 and GPT-5-Mini are now available in GitHub Copilot CLI
  • Image data paste now prioritizes pasting contents of image files instead of their file icons.
  • Improved timeline rendering of shell tool names
  • Add support for GITHUB_ASKPASS environment variable for authentication
  • MCP servers work in --prompt mode

0.0.363-2

Pre-release 0.0.363-2

0.0.363-1

Pre-release 0.0.363-1

0.0.363-0

Pre-release 0.0.363-0

0.0.362

2025-11-20

  • Fix issues with image drag and drop on Windows
  • Shell commands are no longer included in Bash and PowerShell history files
  • Paste image data from your clipboard directly into the CLI
  • Cleanup and update prompts and tool instructions to be more fluid

0.0.362-1

Pre-release 0.0.362-1

0.0.362-0

Pre-release 0.0.362-0

Changelog

Sourced from @​github/copilot's changelog.

0.0.364 - 2025-11-25

  • Add syntax highlighting for diffs
  • Fix light theme markdown rendering

0.0.363 - 2025-11-24

  • Opus 4.5, GPT-4.1 and GPT-5-Mini are now available in GitHub Copilot CLI
  • Image data paste now prioritizes pasting contents of image files instead of their file icons.
  • Improved timeline rendering of shell tool names
  • Add support for GITHUB_ASKPASS environment variable for authentication
  • MCP servers work in --prompt mode

0.0.362 - 2025-11-20

  • Fix issues with image drag and drop on Windows
  • Shell commands are no longer included in Bash and PowerShell history files
  • Paste image data from your clipboard directly into the CLI
  • Cleanup and update prompts and tool instructions to be more fluid

0.0.360 - 2025-11-18

  • Fix file operations timing out while waiting for user permission

0.0.359 - 2025-11-17

  • Support adding images to context via drag & dropping and pasting paths to image files. Improved how image slugs are rendered in the input box
  • Add /share command to save session as markdown file or GitHub gist
  • Fix a bug where cached tokens were displaying as zero at the end of the session
  • Enable USE_BUILTIN_RIPGREP environment variable to optionally use ripgrep from PATH
  • Fix an issue where sourcing custom agents from the remote repository's default branch led to confusions about whether the local copy of the agent was being used
  • Fix custom agents configuration issues
  • Improve Ctrl+C performance
  • Improve tool argument parsing safety
  • Distinguish tool names from paths and improve tool success/error icons
  • copilot -p will no longer interactively prompt for permission requests
  • Remove unnecessary whitespace from tool descriptions

0.0.358 - 2025-11-14

  • Recovery release to fix availability of GPT-5.1, GPT-5.1-Codex, and GPT-5.1-Codex-Mini models

0.0.357 - 2025-11-13

  • Recovery release to fix an issue with image resizing

0.0.356 - 2025-11-13

  • GPT-5.1, GPT-5.1-Codex, and GPT-5.1-Codex-Mini are now available in GitHub Copilot CLI

... (truncated)

Commits
  • 771f1d7 Update changelog.md for version 0.0.364
  • 4486417 Fix formatting and punctuation in README.md
  • ed08ac1 Update changelog.md for version 0.0.363
  • 5ac1642 Update changelog.md for version 0.0.362
  • 46f34fc Update changelog.md for version 0.0.361
  • See full diff in compare view

Updates next from 16.0.3 to 16.0.5

Release notes

Sourced from next's releases.

v16.0.5

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • fix(nodejs-middleware): await for body cloning to be properly finalized (#85418)

Credits

Huge thanks to @​lucasadrianof for helping!

v16.0.4

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • fix: Rename proxy.js to middleware.js in NFT file (#86214)
  • fix: prevent fetch abort errors propagating to user error boundaries (#86277)
  • Turbopack: fix passing project options from napi (#86256)

Credits

Huge thanks to @​devjiwonchoi, @​sokra and @​ztanner for helping!

Commits
  • 89ccb9f v16.0.5
  • 75f63f7 backport fix(nodejs-middleware): await for body cloning to be properly finali...
  • d440c75 v16.0.4
  • 296923e Turbopack: fix passing project options from napi (#86256)
  • 98317f5 fix: prevent fetch abort errors propagating to user error boundaries (#86277)
  • 7780025 fix: Rename proxy.js to middleware.js in NFT file (#86214)
  • See full diff in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 27, 2025
Bumps the npm-production group with 2 updates in the / directory: [@github/copilot](https://github.com/github/copilot-cli) and [next](https://github.com/vercel/next.js).


Updates `@github/copilot` from 0.0.361 to 0.0.365
- [Release notes](https://github.com/github/copilot-cli/releases)
- [Changelog](https://github.com/github/copilot-cli/blob/main/changelog.md)
- [Commits](github/copilot-cli@v0.0.361...v0.0.365)

Updates `next` from 16.0.3 to 16.0.5
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v16.0.3...v16.0.5)

---
updated-dependencies:
- dependency-name: "@github/copilot"
  dependency-version: 0.0.365
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: next
  dependency-version: 16.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm-production-adc681658e branch from 2528832 to 8d3bc80 Compare November 27, 2025 16:59
@chrisreddington chrisreddington merged commit 12335b7 into main Nov 27, 2025
5 checks passed
@chrisreddington chrisreddington deleted the dependabot/npm_and_yarn/npm-production-adc681658e branch November 27, 2025 17:14
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.

2 participants