Skip to content

Bump the python-packages group across 1 directory with 2 updates #25

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2024

Updates the requirements on lambdalib and tclint to permit the latest version.
Updates lambdalib to 0.3.2

Release notes

Sourced from lambdalib's releases.

v0.3.2

What's Changed

Full Changelog: siliconcompiler/lambdalib@v0.3.1...v0.3.2

Commits
  • 6341be1 version 0.3.2
  • fce9df2 Merge pull request #90 from siliconcompiler/rename_ram_impl_instances
  • 0b7bec5 Rename to match la_spregfile
  • 931ea82 Differentiate names of ram instances from ram registers in la_*ram_impl to pr...
  • 29c23dc Merge pull request #89 from siliconcompiler/dependabot/github_actions/actions...
  • f7f60f1 Bump pypa/gh-action-pypi-publish in the actions group
  • bbf582a Merge pull request #88 from siliconcompiler/fix-template
  • 4447bb5 use >= for memory mapping to avoid fallthrough
  • a66e6fa version 0.3.1
  • 8d2ce26 Merge pull request #87 from siliconcompiler/ali/ram-fix
  • Additional commits viewable in compare view

Updates tclint from 0.3.2 to 0.5.0

Release notes

Sourced from tclint's releases.

v0.5.0

This release has three major changes:

  • The project now includes a language server, tclsp!
    • This is an LSP-based language server that enables tclint editor integration supporting diagnostics and formatting. See the docs for more info.
  • Style checks have been removed from tclint.
    • This removes the --no-check-style flag and makes its behavior the default.
  • Support has been dropped for Python 3.8, which is now EOL.

Detailed user-facing changes

  • Installing the tclint PyPI package adds a tclsp binary to your path. There should be no need to run this directly; in most cases your editor will be configured to launch it for you.
  • No more style-specific rules. References to these must be removed from config files.
  • No more style.allow-aligned-sets config setting, since tclfmt doesn't respect it. This must be removed from config files.
  • All the style-related configuration flags have been removed from the tclint CLI.
  • The --no-check-style flag has been removed from the tclint CLI, its behavior is now the default.
  • The --show-categories flag has been removed from the tclint CLI. The category separation isn't meaningful now that style checks have been removed.
  • The reported positions of some violations have changed.

v0.4.2

This release fixes a handful of minor bugs.

  • Fix crash on expr or proc commands that have no arguments
  • Fix bug in handling of unintended exceptions in command argument handlers, they're now caught gracefully
  • Fix some missing syntax error handling in expressions (e.g. erroring out on an unbalanced closed paren)
  • Fix incorrect position recorded for a single-item list that isn't enclosed in braces or quotes

v0.4.1

This update features a few parser enhancements, including significant performance improvements (over 2x faster parsing the OpenROAD codebase)! In addition:

  • Unbraced expr commands without substitutions are now parsed as expressions
  • proc arguments are now parsed as lists

These two changes may have effects on formatting, and will result in tclint surfacing some syntax errors that were previously ignored.

In addition, this update enhances some checks:

  • New redundant-expr check flags cases where an [expr ...] is unnecessary, e.g. if {[expr i % 2] == 0}
  • The unbraced-expr check now flags cases where multiple braced or quoted words are passed to expr, since such cases can be hard to reason about

v0.4.0

This release adds a new formatting utility, tclfmt! See the tclfmt docs to learn all about it.

... (truncated)

Commits
  • 21fe000 tclsp: add formatting
  • cdaf842 docs: document LSP
  • fd0d292 tclsp: use client capabilities to enable features
  • 1965819 tclsp: add better error handling for config files
  • 52486f7 tclsp: add tests
  • 04ea002 tclsp: add language server implementing diagnostics
  • a1bce7c config: resolve filesets relative to config file
  • 05e965e config: API tweaks
  • 5cd7ce6 parser: track end positions of syntax errors
  • 79f0b44 violations: track an end position
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [lambdalib](https://github.com/siliconcompiler/lambdalib) and [tclint](https://github.com/nmoroze/tclint) to permit the latest version.

Updates `lambdalib` to 0.3.2
- [Release notes](https://github.com/siliconcompiler/lambdalib/releases)
- [Commits](siliconcompiler/lambdalib@v0.2.9...v0.3.2)

Updates `tclint` from 0.3.2 to 0.5.0
- [Release notes](https://github.com/nmoroze/tclint/releases)
- [Commits](nmoroze/tclint@v0.3.2...v0.5.0)

---
updated-dependencies:
- dependency-name: lambdalib
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: tclint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 20, 2024
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants