Skip to content

Conversation

@dependabot
Copy link
Contributor

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

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps pyright from 1.1.405 to 1.1.407.

Release notes

Sourced from pyright's releases.

Published 1.1.407

Changes:

  • 276448f4d1f9bef30601a5efaf112b0df9e40f10 Fixed package-lock files
  • 783ee6761a96b0668476dec953196d1ff11daa98 Published 1.1.407
  • f9fc2aa85a9a606b689e90bf9555bbbf41f1bb4f Updated typeshed stubs to the latest version (#11051)
  • 5f599f92719e68b852f0dea3cffcfae3a19f2db5 Added error reporting for unknown or unsupported config settings. This addresses #11040. (#11045)
  • cadded6f4a2d04ad18f5ffa4133f0adee39476b4 Fixed regression that results in --createstub doing nothing. This addresses #11043. (#11044)
  • 538053da7a6007b5b121f612a443e6ccb83675ed Fixed bug that causes a false negative when a TypedDict overrides a parent with extra_items that are not ReadOnly with a ReadOnly field. This addresses #11037. (#11038)
  • ba3f0d4313dae034f0d6a6b57c772052b80662d3 Fixed bug that results in a false positive when a namedtuple functional form is used with a field starting with an underscore and rename=True. This addresses #11033. (#11034)
  • 80eb0dccbe69361b95b0c3f821af8c3719c5b51d Fixed bug in type narrowing for literal patterns. The runtime uses equality checks, so matching against the pattern 3 cannot necessarily narrow the type to Literal[3]. This addresses #11026. (#11028)
  • b1c9ae2bb843043987486bb9914ece57484d29df Fixed bug that results in a false positive error when a with statement has a single parenthesized context manager. This addresses #11020. (#11024)
  • 346f74cb92e1258c26adbf029ffab1240655753b Fixed a bug that causes a @dataclass_transform to fail if the decorator returns a callback protocol rather than a Callable. This addresses #11015. (#11018)
  • 20aa20a100027682203bc17d78c809a2959f6cf2 Pull Pylance with Pyright 1.1.406 (#11010)
  • 9ed33cf7be6150dc53244e8d4009c06e4daedeae Fixed bug that results in a spurious error when running pyright on Python 3.14 but configured for Python 3.13 or earlier. This addresses #11003. (#11006)
  • 6e877ddb100364e5249f4248aa81def5de63e4e6 Changed default Python version from 3.13 to 3.14 to reflect new stable version (#11004)
  • 69a5d849618443d8833d8626afd8f99a1ba6d91f Fixed bug that omit **kwargs parameter with an unpacked TypedDict with extra items. (#10997) [ #10996 ]
  • ed83d58de9314533c9f577edd72bd709242235e5 Eagerly exit isEnumClassWithMembers (#10990)
  • 17f24b348073681e24c845539e6afa01bc98b293 Updated diagnostic message to include "standard" mode. This addresses #10988. (#10989)
  • 30db40b689e325d3451a644e4361b3df71d33a15 Add users to notification list for manual validation (#10984)

This list of changes was auto generated.

Published 1.1.406

Changes:

  • 308f5c0f152320401cc767d912508502688a1819 Published 1.1.406
  • 38317d66f6358a951ddb162336d1ddd2a061f0fa Fixed bug that results in false positive for module attributes that are synthesized for namespace modules. This addresses #10692. (#10972)
  • 676cd113ff841f2cfa320743432898e68700c076 Fixed several bugs related to subscripts with unpack operators, notably when the unpack targets a tuple with a known length. This addresses #10723. (#10971)
  • 8996f91155836b7de44d80fd733c4c2f2cea093f Removed remaining code that was left over from PEP 637, which was rejected.
  • f7285d95d3f31999d6fe17db21507ee3bb302aad Added special casing in reportUnnecessaryComparison check for modules. This addresses #10706. (#10970)
  • 907028c4d284e943ac45c237037be729f8b3b7ad Added check for the use of a NewType in a class pattern. This addresses #10784. (#10969)
  • 7b28a6103e7f7ad87dd04c6650d739d7f6ceb7fb Updated typeshed stubs to the latest version (#10968)
  • ad557b583f8db0a4260519e91f81468780cb52f6 Fixed bug that results in incorrect behavior when partial is applied to a function with a positional-only parameter separator. This addresses #10954. (#10967)
  • 6a92d6081349456d730468a2c1477164d5ed7c22 Bump tar-fs from 2.1.3 to 2.1.4 in /packages/vscode-pyright (#10965)
  • b0fb77d4886a2f427468f9a1fe9bc0c6a666ccf9 Fixed bug that causes workspace edits to include annotation IDs without changeAnnotations field. (#10902) [ #10671 ]
  • 79ff3e3b1e7c75781787e3b1b1ef3ed6edf7c3c2 Fix literal overload completions in call arguments (#10762)
  • 1a46b0f006fc9841195f755841dba940164c7e7e Clarified implicit import rules in docs.
  • 97ae524744ccb4c624ec70eec2b44d8d1caf3090 Fix regression in symlinked files (#10944)
  • b122ef906bbc740711b8df805c4fc004f1b83317 Fix mypy_primer to run again (#10945)
  • 135fa85132f24c248c3fe1475e7e40568816083d Subtle issue with change tracking when not doing analysis (#10918)
  • 7905b1936a0f42642c56bae9060d9f3112faddd0 Removed "reportShadowedImports" check and associated "renameShadowedFile" action. This feature is off by default in pyright although enabled by default in pylance. (#10891)
  • b182c80288f76ba615acdffa15b9253c0e67fb61 Fixed bug that results in spurious errors when a wildcard import targets a traditional TypeVar with the same name as a PEP 695 TypeVar. This addresses #10900. (#10903)
  • eaa43e434b581390dce07a7d4ab95e78d6a76a08 Reduced log level for "Skipping recursive symlink" when enumerating project files.

... (truncated)

Commits

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 1, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/pyright-1.1.407 branch from ee35fbd to 192b781 Compare November 1, 2025 06:54
Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.405 to 1.1.407.
- [Release notes](https://github.com/Microsoft/pyright/releases)
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.407/packages/pyright)

---
updated-dependencies:
- dependency-name: pyright
  dependency-version: 1.1.407
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/pyright-1.1.407 branch from 192b781 to dfa4e84 Compare November 1, 2025 06:55
@fannheyward fannheyward merged commit 9ac99c7 into master Nov 1, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/pyright-1.1.407 branch November 1, 2025 06:56
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