PyFLP icon indicating copy to clipboard operation
PyFLP copied to clipboard

build(deps): bump construct-typing from 0.5.6 to 0.6.2

Open dependabot[bot] opened this issue 10 months ago • 0 comments

Bumps construct-typing from 0.5.6 to 0.6.2.

Release notes

Sourced from construct-typing's releases.

v0.6.2

  • fixed error message from EnumBase and FlagsEnumBase that occures since pyright v1.1.320
  • removed unnessasary __new__ methods in DataclassStruct, TEnum and TFlagsEnum

v0.6.1

fixed missmatch between stub and runtime type for Array

v0.6.0

  • Reworked construct-stubs so that it supports pyright>=v1.1.310. To support pyright and mypy in the past, __new__ and __init__ had to be defined. However, this is no longer supported by pyright. Now in most cases only __init__ is defined. Only for some special cases __new__ is used (e.g. for FormatField, Const, Hex, HexDump, IfThenElse, Switch)
  • Added stubs for cs.Compiled.
  • Added some more missing definitions (__author__, __version__, possiblestringencodings, hexdump, hexundump, PY)
  • Use PEP688 buffer protocol for the parse method (fixes #24). This requires a dependency to typing_extensions>=4.6.0.
  • build_stream and build_file do not return anything (fixes #25).
Commits
  • 2ffa785 incremented version to 0.6.2
  • c7e3fc7 removed unnessasary __new__ methods in DataclassStruct, TEnum and `TFla...
  • c405d09 fixed error message from EnumBase and FlagsEnumBase that occures since py...
  • af98d20 incremented version to 0.6.1
  • 7459340 fixed missmatch between stub and runtime type for Array
  • af1a93c incremented version to 0.6.0
  • c04a905 use PEP688 buffer protocol for "parse" Method (fixes #24)
  • c6bded5 fixes #25
  • 86fddbe simplified "IfThenElse"
  • 26f7fd8 removed unnessesary comment
  • Additional commits viewable in compare view

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 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[bot] avatar Aug 07 '23 05:08 dependabot[bot]