Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency astroid to v3.1.0 #10

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 29, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
astroid ==3.0.2 -> ==3.1.0 age adoption passing confidence

Release Notes

pylint-dev/astroid (astroid)

v3.1.0

Compare Source

============================
Release date: 2024-02-23

  • Include PEP 695 (Python 3.12) generic type syntax nodes in get_children(),
    allowing checkers to visit them.

    Refs pylint-dev/pylint#9193

  • Add __main__ as a possible inferred value for __name__ to improve
    control flow inference around if __name__ == "__main__": guards.

    Closes #​2071

  • Following a deprecation period, the names arg to the Import constructor and
    the op arg to the BoolOp constructor are now required, and the doc args
    to the PartialFunction and Property constructors have been removed (call
    postinit(doc_node=...) instead.)

  • Following a deprecation announced in astroid 1.5.0, the alias AstroidBuildingException is removed in favor of AstroidBuildingError.

  • Include modname in AST warnings. Useful for invalid escape sequence warnings
    with Python 3.12.

  • RecursionError is now trapped and logged out as UserWarning during astroid node transformations with instructions about raising the system recursion limit.

    Closes pylint-dev/pylint#8842

  • Suppress SyntaxWarning for invalid escape sequences on Python 3.12 when parsing modules.

    Closes pylint-dev/pylint#9322

v3.0.3

Compare Source

============================
Release date: 2024-02-04


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

github-actions bot commented Mar 29, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ BASH bash-exec 14 0 0.03s
✅ CLOUDFORMATION cfn-lint 26 0 11.38s
✅ DOCKERFILE hadolint 1 0 0.12s
✅ EDITORCONFIG editorconfig-checker 418 0 1.49s
✅ JAVASCRIPT standard 2 0 1.29s
✅ JSON jsonlint 26 0 0.24s
✅ JSON prettier 26 0 3.65s
✅ JSON v8r 26 0 31.25s
✅ MARKDOWN markdownlint 34 0 2.08s
✅ MARKDOWN markdown-link-check 34 0 13.89s
✅ MARKDOWN markdown-table-formatter 34 0 0.43s
✅ SPELL cspell 419 0 11.57s
✅ TERRAFORM tflint yes no 1.93s
✅ YAML yamllint 76 0 1.85s

See detailed report in MegaLinter reports

You could have the same capabilities but better runtime performances if you use a MegaLinter flavor:

MegaLinter is graciously provided by OX Security

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant