0xFable / cw-lint

POC State - Code quality and static analysis for CosmWasm based projects
MIT License
11 stars 0 forks source link

build(deps): update dylint_testing requirement from 2.0.1 to 3.0.1 #15

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Updates the requirements on dylint_testing to permit the latest version.

Release notes

Sourced from dylint_testing's releases.

Release 3.0.1

3.0.1

Changelog

Sourced from dylint_testing's changelog.

3.0.1

3.0.0

  • Rename option --path to --lib-path. For the time being, --path will continue to work as before when used to refer to a file as opposed to a directory. (e52da02)
  • FEATURE: Add options --git and --path to allow naming library packages on the command line (883e521)
  • BREAKING CHANGE: Make metadata no longer a default dylint package feature (#1052) (see also renaming of metadata below)
  • BREAKING CHANGE: No longer pass -D warnings to rustc by default in dylint_testing. To retain the previous behavior, enable the deny_warnings feature. (#1053)
  • BREAKING CHANGE: Rename the following package features (42cb7a2):
    • cargo-dylint package: metadata-cargo -> cargo-lib (download library packages using cargo as a library)
    • cargo-dylint package: metadata-cli -> cargo-cli (download library packages using the cargo executable)
    • dylint package: metadata -> library_packages (enable library-package-related functionality, e.g., building them)
  • BREAKING CHANGE: Remove the following deprecated options and their associated Dylint struct fields (7fd2c4d):
    • --allow-downgrade (now part of the upgrade subcommand)
    • --bisect (experimental and no longer deemed necessary)
    • --force (renamed to --allow-downgrade)
    • --isolate (now part of the new subcommand)
    • --list (replaced with the list subcommand)
    • --new (replaced with the new subcommand)
    • --rust-version (now part of the upgrade subcommand)
    • --upgrade (replaced with the upgrade subcommand)
  • Update cargo-dylint MSRV to 1.74 (965ebf5)
  • Eliminate reliance on sedregex (#1079)
  • Make cargo-cli the default method for building library packages (01aa9ba)

2.6.1

  • Fix two bugs (#1014 and #1021) related to how warnings are displayed (#1025)

2.6.0

2.5.0

  • Allow the list subcommand to accept --manifest-path options (#951)

2.4.4

2.4.3

  • #858 made curl-sys a non-optional dependency of the dylint package. This had unintended side effects, e.g., causing all of the example lints to transitively depend on curl-sys. #867 corrects the situation. (#867)
  • Ensure that consecutive uses of --lib produce the correct output, i.e., are not improperly cached (#866)—thanks @​EFanZh for the bug report

2.4.2

... (truncated)

Commits
  • 367414b Bump version
  • b6f42c2 Disable abs_home_path ui tests on GitHub Windows
  • e506288 env_cargo_lint/abs_home_path is no longer a pre-expansion lint
  • 87bca36 Fix adjacent code
  • f4b7e5a Rework env_cargo_path as described in #836
  • 36d38f4 env_cargo_path -> abs_home_path
  • bed8db0 Update duplicate_dependencies test files
  • fbc6a2a Update dependencies
  • cbc6025 Convert CONFIG_TABLE from Mutex to OnceLock
  • e88f6af Bump thiserror from 1.0.58 to 1.0.59 in /utils/linting
  • 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 6 months ago

Superseded by #18.