Skip to content

Comments

Bump @isaacs/brace-expansion from 5.0.0 to 5.0.1 in /packages/vscode-pyright#11269

Open
dependabot[bot] wants to merge 4 commits intomainfrom
dependabot/npm_and_yarn/packages/vscode-pyright/isaacs/brace-expansion-5.0.1
Open

Bump @isaacs/brace-expansion from 5.0.0 to 5.0.1 in /packages/vscode-pyright#11269
dependabot[bot] wants to merge 4 commits intomainfrom
dependabot/npm_and_yarn/packages/vscode-pyright/isaacs/brace-expansion-5.0.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2026

Bumps @isaacs/brace-expansion from 5.0.0 to 5.0.1.

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 3, 2026
Graham Wheeler and others added 4 commits February 6, 2026 10:58
- Created 11 epics tracking test coverage needs
- Added ~50 tasks covering all major pyright components
- Created comprehensive documentation in docs/rust-port-test-coverage-plan.md
- Identified components needing refactoring for testability

Components covered:
- Parser (tokenizer, parser, parse nodes)
- Binder (scopes, symbols, declarations)
- Type Evaluator (types, type utils, type printer)
- Code Flow Engine (narrowing, reachability)
- Checker (diagnostics, protocol checks)
- Constraint Solver (TypeVar, ParamSpec, TypeVarTuple)
- Import Resolver (module, package, stub resolution)
- Program/Service (file management, incremental analysis)
- Language Service (completions, hover, definitions)
- Common Utilities (URI, path, text range)
- Special Type Handlers (dataclass, namedtuple, typeddict)
Added 27 new tests (86 -> 113 total) covering:
- Template strings (t-strings) for Python 3.14+
- Raw template strings (rt/tr prefixes)
- Multiline template strings
- Matrix multiply operator (@)
- Matrix multiply assignment operator (@=)
- All 39 Python keywords
- Soft keywords as identifiers
- Unicode identifiers (Greek, Japanese, Chinese)
- Complex number literals
- Numbers with leading zeros
- All escape sequences in strings
- Line continuation in expressions
- Mixed tabs/spaces indentation
- Empty f-strings and template strings
- Deeply nested f-strings
- F-strings with colons in expressions
- Very long identifiers, strings, and numbers
- Named Unicode escapes
- Multiple operators without spaces
- Chained comparison operators
- All bitwise operators
- All assignment operators

Part of: pyright-rzw (Parser Component Test Coverage)
Bumps @isaacs/brace-expansion from 5.0.0 to 5.0.1.

---
updated-dependencies:
- dependency-name: "@isaacs/brace-expansion"
  dependency-version: 5.0.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/packages/vscode-pyright/isaacs/brace-expansion-5.0.1 branch from e386d74 to 6084a7b Compare February 6, 2026 19:24
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.

0 participants