PHS-TSA / wizards-in-calculus

TSA Video Game Design 2023-2024
3 stars 0 forks source link

chore(deps): bump Scony/godot-gdscript-toolkit from cbd7a1dcff14cd272787a4ca497c7ff328714a6c to 320df8a7efc10fddaa380db78acde0c75ae1efdf #72

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps Scony/godot-gdscript-toolkit from cbd7a1dcff14cd272787a4ca497c7ff328714a6c to 320df8a7efc10fddaa380db78acde0c75ae1efdf.

Changelog

Sourced from Scony/godot-gdscript-toolkit's changelog.

Changelog

[4.2.2] 2023-12-11

Added

  • Added gdformatrc configuration file to gdformat

Changed

  • Fixed support for r-strings
  • Fixed support for breakpoint statement in formatter

[4.2.1] 2023-12-10

Added

  • Added support for multiline patterns within match statement branches
  • Added support for r-strings

[4.2.0] 2023-11-30

Added

  • Added support for breakpoint statement
  • Added support for function-level annotations
  • Added support for typed for loop iterator (#241)
  • Added the --use-spaces=<int> option to gdformat so that space-based indentations can be used instead of tab-based ones

Changed

  • Fixed max-public-methods linter check disabling (#222)
  • Default regex for names of constants now allows underscore as a prefix to denote private contants (#223)
  • Fixed parsing of files without newline at the end of file ending with comment (#237)
  • Fixed linter support for docstrings (#233)
  • Fixed linter support for trailing comma in function's args list (#206)
  • Fixed linter support for static variables and classnames bundled with extends (#242)
  • Enforced function statement annotations to be formatted to separate lines (#252)

[4.1.0] 2023-07-06

Added

  • Added support for not in operator
  • Added support for static class variables

Changed

  • Improved exceptions formatting

[4.0.1] 2023-04-22

Added

  • Added support for user-defined types in type hints
  • Added support for annotations with empty argument list (e.g. @onready())
  • Added support for power operator **

... (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 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 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[bot] commented 4 months ago

Superseded by #77.