Skip to content

npm(deps-dev): bump the minor-and-patch-updates group with 5 updates#339

Merged
rajbos merged 2 commits intomainfrom
dependabot/npm_and_yarn/minor-and-patch-updates-851d61e0f9
Mar 3, 2026
Merged

npm(deps-dev): bump the minor-and-patch-updates group with 5 updates#339
rajbos merged 2 commits intomainfrom
dependabot/npm_and_yarn/minor-and-patch-updates-851d61e0f9

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps the minor-and-patch-updates group with 5 updates:

Package From To
@github/copilot 0.0.417 0.0.420
@types/node 25.3.0 25.3.3
@typescript-eslint/eslint-plugin 8.56.0 8.56.1
@typescript-eslint/parser 8.56.0 8.56.1
stylelint 17.3.0 17.4.0

Updates @github/copilot from 0.0.417 to 0.0.420

Release notes

Sourced from @​github/copilot's releases.

0.0.420

2026-02-27

  • Auto-update now also updates the binary executable, not just the JS package
  • Plugin and marketplace git repos update correctly after force-pushes and tag-based installs
  • 502 bad gateway errors are retried automatically and no longer crash the session with raw HTML output
  • Copy hint shows cmd+c in Ghostty on macOS and right-click as an alternative for all terminals
  • Type # to reference GitHub issues, pull requests and discussions

0.0.420-0

Improved

  • Copy hint shows cmd+c in Ghostty on macOS and right-click as an alternative for all terminals

Fixed

  • 502 bad gateway errors are retried automatically and no longer crash the session with raw HTML output

0.0.419

2026-02-27

  • Add /chronicle command with standup, tips, and improve subcommands powered by session history (experimental)
  • Scrolling left or right no longer triggers unintended mouse button presses
  • Add Ctrl+F/Ctrl+B as page down/up shortcuts for scrolling in alt-screen views
  • Add --mouse/--no-mouse flag and mouse config to disable mouse mode in alt screen
  • Home and End keys jump to the top and bottom of the alt-screen scroll buffer
  • Add Ctrl+G keyboard shortcut for editing prompts in external editor and dismissing UI elements
  • /mcp enable works for built-in servers that were auto-disabled before configuration
  • CLI spinner stops and final agent response is visible after agent finishes work
  • AUTO theme now uses the terminal's actual ANSI color palette for more accurate colors on any terminal theme
  • MCP server env vars referenced in command, args, or cwd fields are automatically included in the server environment
  • /diagnose shows a helpful message when no session has been started yet
  • MCP server names now support dots, slashes, and @ characters, enabling npm-style names like @​modelcontextprotocol/server and io.github/server

0.0.419-1

Added

  • Add Ctrl+F/Ctrl+B as page down/up shortcuts for scrolling in alt-screen views
  • Add --mouse/--no-mouse flag and mouse config to disable mouse mode in alt screen
  • Home and End keys jump to the top and bottom of the alt-screen scroll buffer
  • Add Ctrl+G keyboard shortcut for editing prompts in external editor and dismissing UI elements

Improved

  • AUTO theme now uses the terminal's actual ANSI color palette for more accurate colors on any terminal theme
  • MCP server env vars referenced in command, args, or cwd fields are automatically included in the server environment
  • /diagnose shows a helpful message when no session has been started yet
  • MCP server names now support dots, slashes, and @ characters, enabling npm-style names like @​modelcontextprotocol/server and io.github/server

Fixed

  • /mcp enable works for built-in servers that were auto-disabled before configuration
  • CLI spinner stops and final agent response is visible after agent finishes work

0.0.419-0

... (truncated)

Changelog

Sourced from @​github/copilot's changelog.

0.0.420 - 2026-02-27

  • Auto-update now also updates the binary executable, not just the JS package
  • Plugin and marketplace git repos update correctly after force-pushes and tag-based installs
  • 502 bad gateway errors are retried automatically and no longer crash the session with raw HTML output
  • Copy hint shows cmd+c in Ghostty on macOS and right-click as an alternative for all terminals
  • Type # to reference GitHub issues, pull requests and discussions

0.0.419 - 2026-02-27

  • Add /chronicle command with standup, tips, and improve subcommands powered by session history (experimental)
  • Scrolling left or right no longer triggers unintended mouse button presses
  • Add Ctrl+F/Ctrl+B as page down/up shortcuts for scrolling in alt-screen views
  • Add --mouse/--no-mouse flag and mouse config to disable mouse mode in alt screen
  • Home and End keys jump to the top and bottom of the alt-screen scroll buffer
  • Add Ctrl+G keyboard shortcut for editing prompts in external editor and dismissing UI elements
  • /mcp enable works for built-in servers that were auto-disabled before configuration
  • CLI spinner stops and final agent response is visible after agent finishes work
  • AUTO theme now uses the terminal's actual ANSI color palette for more accurate colors on any terminal theme
  • MCP server env vars referenced in command, args, or cwd fields are automatically included in the server environment
  • /diagnose shows a helpful message when no session has been started yet
  • MCP server names now support dots, slashes, and @ characters, enabling npm-style names like @​modelcontextprotocol/server and io.github/server

0.0.418 - 2026-02-25

🎉 Copilot CLI is now generally available 🎉

  • Agent protected from accidentally killing itself
  • Remove --disable-parallel-tools-execution flag and parallel_tool_execution config option
  • Plugin agents specified as file paths in plugin.json load correctly
Commits
  • 9596516 Update changelog.md for version 0.0.419
  • 9277ab5 Update changelog.md for version 0.0.418
  • f8396ae Merge pull request #1670 from github/RyanHecht-patch-1
  • b54e97c Update README.md
  • aea9faa Revise README for GitHub Copilot CLI installation
  • 6c3eff1 Update changelog.md for version 0.0.417
  • See full diff in compare view

Updates @types/node from 25.3.0 to 25.3.3

Commits

Updates @typescript-eslint/eslint-plugin from 8.56.0 to 8.56.1

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.56.1

8.56.1 (2026-02-23)

What's Changed

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.56.1 (2026-02-23)

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits
  • 96a04a9 chore(release): publish 8.56.1
  • 958f390 chore(eslint-plugin): add default excludes to vitest (#12067)
  • ffb46ea docs(eslint-plugin): [method-signature-style] clarify autofix impact on type ...
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.56.0 to 8.56.1

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.56.1

8.56.1 (2026-02-23)

What's Changed

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.56.1 (2026-02-23)

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

Updates stylelint from 17.3.0 to 17.4.0

Release notes

Sourced from stylelint's releases.

17.4.0

It adds 2 options to the rules and fixes 7 bugs.

  • Added: ignoreAtRules: [] to at-rule-no-vendor-prefix (#9096) (@​theacrat).
  • Added: ignoreMediaFeatureNames: [] to media-feature-name-no-vendor-prefix (#9097) (@​theacrat).
  • Fixed: performance of selector cloning rules (#9089) (@​jeddy3).
  • Fixed: *-empty-line-before performance (#9092) (@​jeddy3).
  • Fixed: declaration-property-value-no-unknown performance (#9090) (@​jeddy3).
  • Fixed: no-irregular-whitespace performance (#9091) (@​jeddy3).
  • Fixed: property-no-unknown false negatives for at-rule descriptors (#9109) (@​jeddy3).
  • Fixed: property-no-unknown false positives for corner-shape (#9099) (@​jeddy3).
  • Fixed: property-no-unknown false positives for double-slashed properties (#9099) (@​jeddy3).
Changelog

Sourced from stylelint's changelog.

17.4.0 - 2026-02-25

It adds 2 options to the rules and fixes 7 bugs.

  • Added: ignoreAtRules: [] to at-rule-no-vendor-prefix (#9096) (@​theacrat).
  • Added: ignoreMediaFeatureNames: [] to media-feature-name-no-vendor-prefix (#9097) (@​theacrat).
  • Fixed: performance of selector cloning rules (#9089) (@​jeddy3).
  • Fixed: *-empty-line-before performance (#9092) (@​jeddy3).
  • Fixed: declaration-property-value-no-unknown performance (#9090) (@​jeddy3).
  • Fixed: no-irregular-whitespace performance (#9091) (@​jeddy3).
  • Fixed: property-no-unknown false negatives for at-rule descriptors (#9109) (@​jeddy3).
  • Fixed: property-no-unknown false positives for corner-shape (#9099) (@​jeddy3).
  • Fixed: property-no-unknown false positives for double-slashed properties (#9099) (@​jeddy3).
Commits
  • 556b7ad Release 17.4.0 (#9113)
  • 05f64ad Run npm audit for minimatch (#9112)
  • d358479 Document steps for adding an option and fixing a rule bug (#9111)
  • 467c5c9 Fix property-no-unknown false negatives for at-rule descriptors (#9109)
  • 4250b21 Document opening a pull request requests in CONTRIBUTING (#9110)
  • effb787 Remove husky (#8984)
  • f38a18c Remove redundant @types/file-entry-cache type dep (#9108)
  • 83ed11b Add ignoreAtRules: [] to at-rule-no-vendor-prefix (#9096)
  • 0a8f468 Add ignoreMediaFeatureNames: [] to media-feature-name-no-vendor-prefix (#...
  • 83cfd65 Fix property-no-unknown false positives for corner-shape (#9099)
  • Additional commits viewable in compare view
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


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 minor-and-patch-updates group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@github/copilot](https://github.com/github/copilot-cli) | `0.0.417` | `0.0.420` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.3.0` | `25.3.3` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.56.0` | `8.56.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.56.0` | `8.56.1` |
| [stylelint](https://github.com/stylelint/stylelint) | `17.3.0` | `17.4.0` |


Updates `@github/copilot` from 0.0.417 to 0.0.420
- [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.417...v0.0.420)

Updates `@types/node` from 25.3.0 to 25.3.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 8.56.0 to 8.56.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.56.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.56.0 to 8.56.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.56.1/packages/parser)

Updates `stylelint` from 17.3.0 to 17.4.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@17.3.0...17.4.0)

---
updated-dependencies:
- dependency-name: "@github/copilot"
  dependency-version: 0.0.420
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: "@types/node"
  dependency-version: 25.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.56.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.56.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: stylelint
  dependency-version: 17.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@rajbos rajbos enabled auto-merge March 3, 2026 09:32
@rajbos rajbos merged commit 75043c8 into main Mar 3, 2026
16 of 17 checks passed
@rajbos rajbos deleted the dependabot/npm_and_yarn/minor-and-patch-updates-851d61e0f9 branch March 3, 2026 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant