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

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 29, 2024

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

Release notes

Sourced from lambdalib's releases.

v0.3.0

What's Changed

Full Changelog: siliconcompiler/lambdalib@v0.2.10...v0.3.0

Commits
  • b17fbca update version to 0.3.0
  • bfd667e Merge pull request #83 from siliconcompiler/input
  • 79a8998 add back ie to input cell and fix typo
  • 603ca6a Adding missing CFGW
  • 4e59d6a Adding back ctrl signals to la_ioinput
  • 6e8c766 Adding back ctrls to la_ioinput
  • 8380d64 Removing signal
  • 6ff7f95 Updating padring with new pe/ps cells
  • 997f82e Updating side logic for new io cells
  • 7152e56 Making bidir cell more robust
  • Additional commits viewable in compare view

Updates tclint from 0.3.2 to 0.4.2

Release notes

Sourced from tclint's releases.

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.

tclfmt will be this project's canonical method of style enforcement going forward. That means tclint's style checks will be deprecated. To preview its future behavior, tclint now supports a new option --no-check-style.

Other updates:

  • Fix bug parsing eval command within a command substitution
  • Fix some spelling mistakes in tool output
  • Fix bug where tclint would not detect trailing whitespace on lines that contain URLs
Commits
  • 3b095ad parser: fix position bug with unbraced list
  • 7cdd8e4 parser: catch unbalanced closed paren in expr
  • 1b9d037 parser: ensure errors in command arg parsers are caught
  • 80cbd50 checks: fix crash on proc without arguments
  • d2e7662 checks: fix crash on expr without arguments
  • c0b57a2 parser: parse proc arguments to list node
  • aa75079 checks: add redundant-expr check
  • 1088eb1 build(deps): bump submodules/OpenROAD from 8d52b96 to bbe9401
  • c31f12f checks: flag unbraced quoted or braced words in expr
  • 2757ca1 parser: handle unbraced expressions of BareWords
  • 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.0
- [Release notes](https://github.com/siliconcompiler/lambdalib/releases)
- [Commits](siliconcompiler/lambdalib@v0.2.9...v0.3.0)

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

---
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 Oct 29, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 7, 2024

Superseded by #23.

@dependabot dependabot bot closed this Nov 7, 2024
@dependabot dependabot bot deleted the dependabot/pip/python-packages-c46eb1e995 branch November 7, 2024 07:07
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