Paebbels / pyVHDLParser

Streaming based VHDL parser.
https://paebbels.github.io/pyVHDLParser/
Other
78 stars 15 forks source link

[Dependabot]: Bump pyvhdlmodel from 0.14.1 to 0.14.2 #33

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps pyvhdlmodel from 0.14.1 to 0.14.2.

Release notes

Sourced from pyvhdlmodel's releases.

v0.14.2

Release created on: 26.12.2021 - 09:21:13

New Features

  • Add VSCode settings.
  • Add scheduled/cron CI event.

Changes

  • README: update heading levels.
  • Setup: remove redundant classifiers.
  • Update .gitignore.
  • Cleanup doc/Makefile.
  • Merge .coveragerc and pytest.ini into pyproject.toml.

Bug Fixes

  • Job ArtifactCleanUp in CI needs PublishTestResults.
Commits
  • e81dfeb v0.14.2
  • b3f98ef merge .coveragerc and pytest.ini into pyproject.toml
  • 4f143f3 setup: remove redundant classifiers
  • 732f79b readme: update heading levels
  • bcd4567 doc/Makefile: cleanup
  • 24e9567 tests: fix .coverage syntax to be valid TOML
  • dd3b813 ci/ArtifactCleanUp: needs PublishTestResults
  • 656414a ci: add scheduled/cron event
  • c88df73 add VSCode settings
  • d94db6c gitignore: update
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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 2 years ago

The following labels could not be found: Dependencies.

Paebbels commented 2 years ago

@umarcor looks like Dependabot improved a lot... (or I did the correct settings for this repo.)

See the copied release notes and list of commits for the dependency.

umarcor commented 2 years ago

Yes. It was an external service which GitHub bought, and they've been improving it since then. However, in order to use the "new" dependabot, a configuration file is required: https://github.com/Paebbels/pyVHDLParser/blob/main/.github/dependabot.yml.