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 with 2 updates #113

Merged
merged 2 commits into from
Nov 25, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the python-packages group with 2 updates: tclint and lambdalib.

Updates tclint from 0.4.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.
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

Updates lambdalib from 0.3.1 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
  • See full diff 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

Bumps the python-packages group with 2 updates: [tclint](https://github.com/nmoroze/tclint) and [lambdalib](https://github.com/siliconcompiler/lambdalib).


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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 25, 2024
@gadfort gadfort merged commit 9a81d92 into main Nov 25, 2024
3 checks passed
@gadfort gadfort deleted the dependabot/pip/python-packages-50903bd1b2 branch November 25, 2024 23:00
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.

1 participant