Skip to content

Bump picomatch from 2.3.1 to 2.3.2 in /packages/pyright#11350

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/packages/pyright/picomatch-2.3.2
Open

Bump picomatch from 2.3.1 to 2.3.2 in /packages/pyright#11350
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/packages/pyright/picomatch-2.3.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps picomatch from 2.3.1 to 2.3.2.

Release notes

Sourced from picomatch's releases.

2.3.2

This is a security release fixing several security relevant issues.

What's Changed

Full Changelog: micromatch/picomatch@2.3.1...2.3.2

Changelog

Sourced from picomatch's changelog.

Release history

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

  • Changelogs are for humans, not machines.
  • There should be an entry for every single version.
  • The same types of changes should be grouped.
  • Versions and sections should be linkable.
  • The latest version comes first.
  • The release date of each versions is displayed.
  • Mention whether you follow Semantic Versioning.

Changelog entries are classified using the following labels (from keep-a-changelog):

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.

4.0.0 (2024-02-07)

Fixes

Changed

3.0.1

Fixes

... (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 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.

Bumps [picomatch](https://github.com/micromatch/picomatch) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/picomatch@2.3.1...2.3.2)

---
updated-dependencies:
- dependency-name: picomatch
  dependency-version: 2.3.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 25, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Diff from mypy_primer, showing the effect of this PR on open source code:

sympy (https://github.com/sympy/sympy)
-   .../projects/sympy/sympy/solvers/ode/subscheck.py:150:48 - error: Argument of type "int | Unknown | str" cannot be assigned to parameter "order" of type "str" in function "checkodesol"
-     Type "int | Unknown | str" is not assignable to type "str"
-       "int" is not assignable to "str" (reportArgumentType)
-   .../projects/sympy/sympy/solvers/ode/systems.py:1167:37 - error: Operator "*" not supported for types "Literal[2]" and "Unknown | Expr | Basic | bool"
+   .../projects/sympy/sympy/solvers/ode/systems.py:1167:37 - error: Operator "*" not supported for types "Literal[2]" and "Unknown | Self@Basic | bool | Expr | Basic"
+     Operator "*" not supported for types "Literal[2]" and "Basic*"
-   .../projects/sympy/sympy/solvers/ode/systems.py:1167:37 - error: Operator "*" not supported for types "Unknown | Expr | int" and "Unknown | Expr | Basic | bool"
+   .../projects/sympy/sympy/solvers/ode/systems.py:1167:37 - error: Operator "*" not supported for types "Unknown | int | Expr" and "Unknown | Self@Basic | bool | Expr | Basic"
+     Operator "*" not supported for types "int" and "Basic*"
+     Operator "*" not supported for types "int" and "Basic"
-     Operator "*" not supported for types "Expr" and "Basic"
+     Operator "*" not supported for types "Expr" and "Basic*"
-     Operator "*" not supported for types "int" and "Basic" (reportOperatorIssue)
-   .../projects/sympy/sympy/solvers/ode/systems.py:1169:30 - error: Operator "*" not supported for types "Literal[2]" and "Unknown | Expr | Basic | bool"
+   .../projects/sympy/sympy/solvers/ode/systems.py:1169:30 - error: Operator "*" not supported for types "Literal[2]" and "Unknown | Self@Basic | bool | Expr | Basic"
+     Operator "*" not supported for types "Literal[2]" and "Basic*"
-   .../projects/sympy/sympy/solvers/ode/systems.py:1169:30 - error: Operator "*" not supported for types "Unknown | Expr | int" and "Unknown | Expr | Basic | bool"
+   .../projects/sympy/sympy/solvers/ode/systems.py:1169:30 - error: Operator "*" not supported for types "Unknown | int | Expr" and "Unknown | Self@Basic | bool | Expr | Basic"
+     Operator "*" not supported for types "int" and "Basic*"
+     Operator "*" not supported for types "int" and "Basic"
-     Operator "*" not supported for types "Expr" and "Basic"
+     Operator "*" not supported for types "Expr" and "Basic*"
-     Operator "*" not supported for types "int" and "Basic" (reportOperatorIssue)
-   .../projects/sympy/sympy/solvers/ode/systems.py:1169:49 - error: Operator "*" not supported for types "Literal[2]" and "Unknown | Expr | Basic | bool"
+   .../projects/sympy/sympy/solvers/ode/systems.py:1169:49 - error: Operator "*" not supported for types "Literal[2]" and "Unknown | Self@Basic | bool | Expr | Basic"
+     Operator "*" not supported for types "Literal[2]" and "Basic*"
-   .../projects/sympy/sympy/solvers/ode/systems.py:1169:49 - error: Operator "*" not supported for types "Unknown | Expr | int" and "Unknown | Expr | Basic | bool"
+   .../projects/sympy/sympy/solvers/ode/systems.py:1169:49 - error: Operator "*" not supported for types "Unknown | int | Expr" and "Unknown | Self@Basic | bool | Expr | Basic"
+     Operator "*" not supported for types "int" and "Basic*"
+     Operator "*" not supported for types "int" and "Basic"
-     Operator "*" not supported for types "Expr" and "Basic"
+     Operator "*" not supported for types "Expr" and "Basic*"
-     Operator "*" not supported for types "int" and "Basic" (reportOperatorIssue)
-   .../projects/sympy/sympy/solvers/tests/test_solveset.py:445:30 - error: Cannot access attribute "limit_denominator" for class "NaN"
-     Attribute "limit_denominator" is unknown (reportAttributeAccessIssue)
-   .../projects/sympy/sympy/solvers/tests/test_solveset.py:445:30 - error: Cannot access attribute "limit_denominator" for class "ComplexInfinity"
-     Attribute "limit_denominator" is unknown (reportAttributeAccessIssue)
-   .../projects/sympy/sympy/stats/crv.py:369:24 - error: Operator "*" not supported for types "Expr" and "Unknown | Basic"
-   .../projects/sympy/sympy/stats/crv.py:379:25 - error: Operator "*" not supported for types "Expr" and "Unknown | Basic"
-   .../projects/sympy/sympy/stats/crv.py:392:29 - error: Operator "-" not supported for types "Unknown | Basic" and "Dummy"
-     Operator "-" not supported for types "Basic" and "Dummy" (reportOperatorIssue)
-   .../projects/sympy/sympy/stats/crv_types.py:1289:16 - error: Operator "-" not supported for types "Unknown | Basic | Any" and "Expr"
-     Operator "-" not supported for types "Basic" and "Expr" (reportOperatorIssue)
-   .../projects/sympy/sympy/stats/crv_types.py:3356:23 - error: Operator "*" not supported for types "Expr" and "Unknown | Basic | Any"
-   .../projects/sympy/sympy/stats/drv.py:266:18 - error: No overloads for "sum" match the provided arguments (reportCallIssue)
-   .../projects/sympy/sympy/stats/drv.py:266:22 - error: Argument of type "Generator[Unknown | Basic, None, None]" cannot be assigned to parameter "iterable" of type "Iterable[_SupportsSumNoDefaultT@sum]" in function "sum"
-     "Generator[Unknown | Basic, None, None]" is not assignable to "Iterable[_SupportsSumNoDefaultT@sum]"
-       Type parameter "_T_co@Iterable" is covariant, but "Unknown | Basic" is not a subtype of "_SupportsSumNoDefaultT@sum"
-         Type "Unknown | Basic" is not assignable to type "_SupportsSumWithNoDefaultGiven"
-           Type "Unknown | Basic" is not assignable to type "_SupportsSumWithNoDefaultGiven"
-             "Basic" is incompatible with protocol "_SupportsSumWithNoDefaultGiven" (reportArgumentType)
-   .../projects/sympy/sympy/stats/frv.py:172:24 - error: Cannot access attribute "lhs" for class "Basic"
+   .../projects/sympy/sympy/stats/frv.py:172:24 - error: Cannot access attribute "lhs" for class "Basic*"
-   .../projects/sympy/sympy/stats/frv.py:172:35 - error: Cannot access attribute "rhs" for class "Basic"
+   .../projects/sympy/sympy/stats/frv.py:172:35 - error: Cannot access attribute "rhs" for class "Basic*"
-     Return type mismatch: base method returns type "bool", override returns type "Unknown | Basic | Literal[False]"
+     Return type mismatch: base method returns type "bool", override returns type "Unknown | Basic* | Literal[False]"
-       Type "Unknown | Basic | Literal[False]" is not assignable to type "bool"
+       Type "Unknown | Basic* | Literal[False]" is not assignable to type "bool"
-         "Basic" is not assignable to "bool" (reportIncompatibleMethodOverride)
+         "Basic*" is not assignable to "bool" (reportIncompatibleMethodOverride)
-   .../projects/sympy/sympy/stats/frv.py:401:34 - error: Operator "*" not supported for types "Unknown | Basic | Literal[0]" and "Expr"
-     Operator "*" not supported for types "Basic" and "Expr" (reportOperatorIssue)
-   .../projects/sympy/sympy/stats/frv.py:411:34 - error: Operator "*" not supported for types "Unknown | Basic | Literal[0]" and "Expr"
-     Operator "*" not supported for types "Basic" and "Expr" (reportOperatorIssue)
-   .../projects/sympy/sympy/stats/joint_rv_types.py:576:27 - error: Argument of type "One | NegativeOne | Zero | Integer | NaN | ComplexInfinity | Rational | Infinity | NegativeInfinity | Float | Number | Expr" cannot be assigned to parameter "stop" of type "SupportsIndex" in function "__new__"
+   .../projects/sympy/sympy/stats/joint_rv_types.py:576:27 - error: Argument of type "One | NegativeOne | Zero | Integer | NaN | ComplexInfinity | Rational | Unknown | Number | Expr" cannot be assigned to parameter "stop" of type "SupportsIndex" in function "__new__"
-     Type "One | NegativeOne | Zero | Integer | NaN | ComplexInfinity | Rational | Infinity | NegativeInfinity | Float | Number | Expr" is not assignable to type "SupportsIndex"
+     Type "One | NegativeOne | Zero | Integer | NaN | ComplexInfinity | Rational | Unknown | Number | Expr" is not assignable to type "SupportsIndex"
-   .../projects/sympy/sympy/stats/random_matrix_models.py:119:9 - error: Method "density" overrides class "RandomMatrixEnsembleModel" in an incompatible manner
-     Return type mismatch: base method returns type "Density", override returns type "Unknown | Basic"
-       Type "Unknown | Basic" is not assignable to type "Density"
-         "Basic" is not assignable to "Density" (reportIncompatibleMethodOverride)
-   .../projects/sympy/sympy/stats/random_matrix_models.py:140:9 - error: Method "density" overrides class "RandomMatrixEnsembleModel" in an incompatible manner
-     Return type mismatch: base method returns type "Density", override returns type "Unknown | Basic"
-       Type "Unknown | Basic" is not assignable to type "Density"
-         "Basic" is not assignable to "Density" (reportIncompatibleMethodOverride)
-   .../projects/sympy/sympy/stats/random_matrix_models.py:161:9 - error: Method "density" overrides class "RandomMatrixEnsembleModel" in an incompatible manner
-     Return type mismatch: base method returns type "Density", override returns type "Unknown | Basic"
-       Type "Unknown | Basic" is not assignable to type "Density"
-         "Basic" is not assignable to "Density" (reportIncompatibleMethodOverride)
-   .../projects/sympy/sympy/stats/rv.py:473:25 - error: Argument of type "Expr | Lambda | Zero | One | Integral | Unknown | Probability | tuple[Unknown, ...] | Sum | ZeroMatrix | NaN | Piecewise | Basic | NegativeOne | Integer | ComplexInfinity | Rational | Infinity | NegativeInfinity | Float | Number | int" cannot be assigned to parameter "args" of type "Expr | complex" in function "__new__"

... (truncated 545 lines) ...

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