Skip to content

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

Merged
rajbos merged 2 commits intomainfrom
dependabot/npm_and_yarn/minor-and-patch-updates-798e89320c
Mar 17, 2026
Merged

npm(deps-dev): bump the minor-and-patch-updates group with 6 updates#399
rajbos merged 2 commits intomainfrom
dependabot/npm_and_yarn/minor-and-patch-updates-798e89320c

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

Package From To
@github/copilot 1.0.4 1.0.5
@types/node 25.3.5 25.5.0
@types/vscode 1.109.0 1.110.0
@typescript-eslint/eslint-plugin 8.56.1 8.57.0
@typescript-eslint/parser 8.56.1 8.57.0
esbuild 0.27.3 0.27.4

Updates @github/copilot from 1.0.4 to 1.0.5

Release notes

Sourced from @​github/copilot's releases.

1.0.5

2026-03-13

  • Terminal title resets to default after running /clear or /new
  • Add /extensions command to view, enable, and disable CLI extensions
  • @ file mentions now support paths outside the project: absolute paths (@/usr/...), home directory (@~/...), and relative parent paths (@../...)
  • Toggling experimental mode with /experimental on|off automatically restarts the CLI to apply changes immediately
  • Right-click paste goes to the active dialog input instead of the main conversation input
  • Introducing /pr to help create and view PRs, automatically fix CI failures, address review feedback, and resolve merge conflicts
  • Block network (UNC) paths to prevent credential leakage via SMB authentication
  • Send follow-up messages to background agents with the write_agent tool for multi-turn conversations
  • Memory storage errors now indicate when repository doesn't exist or you lack write access
  • Show a clear error when a classic Personal Access Token (ghp_) is set in environment variables instead of silently exiting
  • Diff view displays correctly on Windows instead of showing corrupted/overwritten text
  • Fix Kitty keyboard protocol escape sequences appearing at shutdown
  • Setting claude-sonnet-4.6 as the default model is now preserved correctly
  • Plugin uninstall reliably removes files using the stored install path
  • Add /version command to display CLI version and check for updates from within the session
  • Add experimental embedding-based dynamic retrieval of MCP and skill instructions per turn
  • Syntax highlighting in /diff with support for 17 programming languages
  • Add preCompact hook to run commands before context compaction starts
  • Request ID from the API now appears in the timeline when errors occur after retries are exhausted
  • PR descriptions with backtick-formatted code render correctly on Windows/PowerShell
  • Show a helpful error message when a file path is passed as a CLI command
  • Session reports an authentication error instead of hanging when the token is invalid or expired
  • View tool shows partial content for large single-line files (e.g. minified JS, large JSON blobs) instead of empty output
  • /changelog supports last <N>, since <version>, and summarize to browse and summarize multiple release notes at once
  • Hooks config files that omit the version field are now accepted by the CLI

1.0.5-0

Added

  • Add /version command to display CLI version and check for updates from within the session
  • Add experimental embedding-based dynamic retrieval of MCP and skill instructions per turn
  • Syntax highlighting in /diff with support for 17 programming languages
  • Add preCompact hook to run commands before context compaction starts

Improved

  • /changelog supports last <N>, since <version>, and summarize to browse and summarize multiple release notes at once
  • Hooks config files that omit the version field are now accepted by the CLI

Fixed

  • Request ID from the API now appears in the timeline when errors occur after retries are exhausted
  • PR descriptions with backtick-formatted code render correctly on Windows/PowerShell
  • Show a helpful error message when a file path is passed as a CLI command
  • Session reports an authentication error instead of hanging when the token is invalid or expired
  • View tool shows partial content for large single-line files (e.g. minified JS, large JSON blobs) instead of empty output
Changelog

Sourced from @​github/copilot's changelog.

1.0.5 - 2026-03-13

  • Terminal title resets to default after running /clear or /new
  • Add /extensions command to view, enable, and disable CLI extensions
  • @ file mentions now support paths outside the project: absolute paths (@/usr/...), home directory (@~/...), and relative parent paths (@../...)
  • Toggling experimental mode with /experimental on|off automatically restarts the CLI to apply changes immediately
  • Right-click paste goes to the active dialog input instead of the main conversation input
  • Introducing /pr to help create and view PRs, automatically fix CI failures, address review feedback, and resolve merge conflicts
  • Block network (UNC) paths to prevent credential leakage via SMB authentication
  • Send follow-up messages to background agents with the write_agent tool for multi-turn conversations
  • Memory storage errors now indicate when repository doesn't exist or you lack write access
  • Show a clear error when a classic Personal Access Token (ghp_) is set in environment variables instead of silently exiting
  • Diff view displays correctly on Windows instead of showing corrupted/overwritten text
  • Fix Kitty keyboard protocol escape sequences appearing at shutdown
  • Setting claude-sonnet-4.6 as the default model is now preserved correctly
  • Plugin uninstall reliably removes files using the stored install path
  • Add /version command to display CLI version and check for updates from within the session
  • Add experimental embedding-based dynamic retrieval of MCP and skill instructions per turn
  • Syntax highlighting in /diff with support for 17 programming languages
  • Add preCompact hook to run commands before context compaction starts
  • Request ID from the API now appears in the timeline when errors occur after retries are exhausted
  • PR descriptions with backtick-formatted code render correctly on Windows/PowerShell
  • Show a helpful error message when a file path is passed as a CLI command
  • Session reports an authentication error instead of hanging when the token is invalid or expired
  • View tool shows partial content for large single-line files (e.g. minified JS, large JSON blobs) instead of empty output
  • /changelog supports last <N>, since <version>, and summarize to browse and summarize multiple release notes at once
  • Hooks config files that omit the version field are now accepted by the CLI
Commits
  • 894b48f Merge pull request #2004 from github/tpope/fix-install-shell-profile
  • 10fc284 Incorporate ZDOTDIR into .zprofile path
  • 33b5f9c Alter PATH for login shells, not interactive shells
  • 9a0d581 Update changelog.md for version 1.0.4
  • See full diff in compare view

Updates @types/node from 25.3.5 to 25.5.0

Commits

Updates @types/vscode from 1.109.0 to 1.110.0

Commits

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

Release notes

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

v8.57.0

8.57.0 (2026-03-09)

🚀 Features

  • eslint-plugin: [no-unnecessary-condition] allow literal loop conditions in for/do loops (#12080)

🩹 Fixes

  • eslint-plugin: [strict-void-return] false positives with overloads (#12055)
  • eslint-plugin: handle statically analyzable computed keys in prefer-readonly (#12079)
  • eslint-plugin: guard against negative paramIndex in no-useless-default-assignment (#12077)
  • eslint-plugin: [prefer-promise-reject-errors] add allow TypeOrValueSpecifier to prefer-promise-reject-errors (#12094)
  • eslint-plugin: [no-base-to-string] fix false positive for toString with overloads (#12089)
  • typescript-estree: switch back to use ts.getModifiers() (#12034)
  • typescript-estree: if the template literal is tagged and the text has an invalid escape, cooked will be null (#11355)

❤️ Thank You

See GitHub Releases for more information.

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

Changelog

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

8.57.0 (2026-03-09)

🚀 Features

  • eslint-plugin: [no-unnecessary-condition] allow literal loop conditions in for/do loops (#12080)

🩹 Fixes

  • eslint-plugin: [no-base-to-string] fix false positive for toString with overloads (#12089)
  • eslint-plugin: [prefer-promise-reject-errors] add allow TypeOrValueSpecifier to prefer-promise-reject-errors (#12094)
  • typescript-estree: if the template literal is tagged and the text has an invalid escape, cooked will be null (#11355)
  • eslint-plugin: guard against negative paramIndex in no-useless-default-assignment (#12077)
  • eslint-plugin: handle statically analyzable computed keys in prefer-readonly (#12079)
  • eslint-plugin: [strict-void-return] false positives with overloads (#12055)

❤️ Thank You

See GitHub Releases for more information.

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

Commits
  • 2c6aeee chore(release): publish 8.57.0
  • 46bf066 docs(eslint-plugin): document no-unnecessary-condition limitation with object...
  • f696dad chore: use pnpm catalog (#12047)
  • 2029c78 fix(eslint-plugin): [no-base-to-string] fix false positive for toString with ...
  • 0f4f101 fix(eslint-plugin): [prefer-promise-reject-errors] add allow `TypeOrValueSpec...
  • 53f473b fix(typescript-estree): if the template literal is tagged and the text has an...
  • 2291b81 docs: minor grammar adjustment (#12112)
  • fc5cd09 fix(eslint-plugin): guard against negative paramIndex in no-useless-default-a...
  • adc2aad fix(eslint-plugin): handle statically analyzable computed keys in prefer-read...
  • 85badff fix(eslint-plugin): [strict-void-return] false positives with overloads (#12055)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.56.1 to 8.57.0

Release notes

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

v8.57.0

8.57.0 (2026-03-09)

🚀 Features

  • eslint-plugin: [no-unnecessary-condition] allow literal loop conditions in for/do loops (#12080)

🩹 Fixes

  • eslint-plugin: [strict-void-return] false positives with overloads (#12055)
  • eslint-plugin: handle statically analyzable computed keys in prefer-readonly (#12079)
  • eslint-plugin: guard against negative paramIndex in no-useless-default-assignment (#12077)
  • eslint-plugin: [prefer-promise-reject-errors] add allow TypeOrValueSpecifier to prefer-promise-reject-errors (#12094)
  • eslint-plugin: [no-base-to-string] fix false positive for toString with overloads (#12089)
  • typescript-estree: switch back to use ts.getModifiers() (#12034)
  • typescript-estree: if the template literal is tagged and the text has an invalid escape, cooked will be null (#11355)

❤️ Thank You

See GitHub Releases for more information.

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

Changelog

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

8.57.0 (2026-03-09)

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 esbuild from 0.27.3 to 0.27.4

Release notes

Sourced from esbuild's releases.

v0.27.4

  • Fix a regression with CSS media queries (#4395, #4405, #4406)

    Version 0.25.11 of esbuild introduced support for parsing media queries. This unintentionally introduced a regression with printing media queries that use the <media-type> and <media-condition-without-or> grammar. Specifically, esbuild was failing to wrap an or clause with parentheses when inside <media-condition-without-or>. This release fixes the regression.

    Here is an example:

    /* Original code */
    @media only screen and ((min-width: 10px) or (min-height: 10px)) {
      a { color: red }
    }
    /* Old output (incorrect) */
    @​media only screen and (min-width: 10px) or (min-height: 10px) {
    a {
    color: red;
    }
    }
    /* New output (correct) */
    @​media only screen and ((min-width: 10px) or (min-height: 10px)) {
    a {
    color: red;
    }
    }

  • Fix an edge case with the inject feature (#4407)

    This release fixes an edge case where esbuild's inject feature could not be used with arbitrary module namespace names exported using an export {} from statement with bundling disabled and a target environment where arbitrary module namespace names is unsupported.

    With the fix, the following inject file:

    import jquery from 'jquery';
    export { jquery as 'window.jQuery' };

    Can now always be rewritten as this without esbuild sometimes incorrectly generating an error:

    export { default as 'window.jQuery' } from 'jquery';
  • Attempt to improve API handling of huge metafiles (#4329, #4415)

    This release contains a few changes that attempt to improve the behavior of esbuild's JavaScript API with huge metafiles (esbuild's name for the build metadata, formatted as a JSON object). The JavaScript API is designed to return the metafile JSON as a JavaScript object in memory, which makes it easy to access from within a JavaScript-based plugin. Multiple people have encountered issues where this API breaks down with a pathologically-large metafile.

    The primary issue is that V8 has an implementation-specific maximum string length, so using the JSON.parse API with large enough strings is impossible. This release will now attempt to use a fallback JavaScript-based JSON parser that operates directly on the UTF8-encoded JSON bytes instead of using JSON.parse when the JSON metafile is too big to fit in a JavaScript string. The new fallback path has not yet been heavily-tested. The metafile will also now be generated with whitespace removed if the bundle is significantly large, which will reduce the size of the metafile JSON slightly.

... (truncated)

Changelog

Sourced from esbuild's changelog.

0.27.4

  • Fix a regression with CSS media queries (#4395, #4405, #4406)

    Version 0.25.11 of esbuild introduced support for parsing media queries. This unintentionally introduced a regression with printing media queries that use the <media-type> and <media-condition-without-or> grammar. Specifically, esbuild was failing to wrap an or clause with parentheses when inside <media-condition-without-or>. This release fixes the regression.

    Here is an example:

    /* Original code */
    @media only screen and ((min-width: 10px) or (min-height: 10px)) {
      a { color: red }
    }
    /* Old output (incorrect) */
    @​media only screen and (min-width: 10px) or (min-height: 10px) {
    a {
    color: red;
    }
    }
    /* New output (correct) */
    @​media only screen and ((min-width: 10px) or (min-height: 10px)) {
    a {
    color: red;
    }
    }

  • Fix an edge case with the inject feature (#4407)

    This release fixes an edge case where esbuild's inject feature could not be used with arbitrary module namespace names exported using an export {} from statement with bundling disabled and a target environment where arbitrary module namespace names is unsupported.

    With the fix, the following inject file:

    import jquery from 'jquery';
    export { jquery as 'window.jQuery' };

    Can now always be rewritten as this without esbuild sometimes incorrectly generating an error:

    export { default as 'window.jQuery' } from 'jquery';
  • Attempt to improve API handling of huge metafiles (#4329, #4415)

    This release contains a few changes that attempt to improve the behavior of esbuild's JavaScript API with huge metafiles (esbuild's name for the build metadata, formatted as a JSON object). The JavaScript API is designed to return the metafile JSON as a JavaScript object in memory, which makes it easy to access from within a JavaScript-based plugin. Multiple people have encountered issues where this API breaks down with a pathologically-large metafile.

... (truncated)

Commits

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 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@github/copilot](https://github.com/github/copilot-cli) | `1.0.4` | `1.0.5` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.3.5` | `25.5.0` |
| [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) | `1.109.0` | `1.110.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.56.1` | `8.57.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.56.1` | `8.57.0` |
| [esbuild](https://github.com/evanw/esbuild) | `0.27.3` | `0.27.4` |


Updates `@github/copilot` from 1.0.4 to 1.0.5
- [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.4...v1.0.5)

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

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

Updates `@typescript-eslint/eslint-plugin` from 8.56.1 to 8.57.0
- [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.57.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.56.1 to 8.57.0
- [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.57.0/packages/parser)

Updates `esbuild` from 0.27.3 to 0.27.4
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.27.3...v0.27.4)

---
updated-dependencies:
- dependency-name: "@github/copilot"
  dependency-version: 1.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: "@types/node"
  dependency-version: 25.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
- dependency-name: "@types/vscode"
  dependency-version: 1.110.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.57.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.57.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
- dependency-name: esbuild
  dependency-version: 0.27.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@rajbos rajbos enabled auto-merge March 17, 2026 18:58
@rajbos rajbos merged commit fd3a491 into main Mar 17, 2026
15 checks passed
@rajbos rajbos deleted the dependabot/npm_and_yarn/minor-and-patch-updates-798e89320c branch March 17, 2026 18:59
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