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

chore(deps): update dependency dotenv-linter to v3.3.0 #641

Merged
merged 1 commit into from
Feb 21, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 21, 2025

This PR contains the following updates:

Package Update Change
dotenv-linter minor 'v3.2.0' -> v3.3.0

Release Notes

dotenv-linter/dotenv-linter (dotenv-linter)

v3.3.0

Compare Source

Features
  • Add check for values that require surrounding quotes (#​521)
Fixes
  • Check that tag is valid semver (#​556)
  • Don't remove quotes for values containing hash-sign (#​560)
CI
  • Fix arm docker build (#​609)
  • Replace actions-rs/toolchain with dtolnay/rust-toolchain (#​573)
  • Add docker arm64 image (#​533)
  • Fix release builds (#​531)
  • Add job to check release builds (#​529)
  • Add dprint and lychee actions + ci optimization (#​503)
  • Add stale action (#​483)
  • Fix release (#​465)
Documentation
  • Add commit standard for the CONTRIBUTION file (#​561)
  • Update readme (#​543)
  • Fix links in CHANGELOG.md (#​536)
Miscellaneous Tasks
  • Use Box::<T>::default() instead of Box::new(T::default()) (#​605)
  • Fix clippy warning (#​585)
  • Generate a changelog and update release process (#​544)
  • Update criterion-compare action (#​484)
  • Update cargo-deny config (#​481)
  • Clippy warnings (#​480)
  • Add dependabot (#​472)
Refactor
  • Move CLI commands to separate functions (#​489)
  • Check ci with all-targets arg (#​488)
  • Usage of fix and compare (#​486)
  • Skip_checks with use default iterator (#​482)
Testing
  • Add tests to verify cli application (#​490)
Update dependencies
  • Bump actions/stale from 6 to 7 (#​607)
  • Bump update-informer from 0.5.0 to 0.6.0 (#​603)
  • Bump wagoid/commitlint-github-action from 5.2.2 to 5.3.0 (#​595)
  • Bump Swatinem/rust-cache from 2.1.0 to 2.2.0 (#​588)
  • Bump lycheeverse/lychee-action from 1.5.3 to 1.5.4 (#​587)
  • Bump lycheeverse/lychee-action from 1.5.2 to 1.5.3 (#​586)
  • Bump Swatinem/rust-cache from 2.0.1 to 2.1.0 (#​582)
  • Bump lycheeverse/lychee-action from 1.5.1 to 1.5.2 (#​583)
  • Bump wagoid/commitlint-github-action from 5.2.0 to 5.2.2 (#​581)
  • Bump boa-dev/criterion-compare-action from 3.2.3 to 3.2.4 (#​580)
  • Bump assert_cmd from 2.0.4 to 2.0.5 (#​578)
  • Bump criterion from 0.3.6 to 0.4.0 (#​575)
  • Bump Swatinem/rust-cache from 2.0.0 to 2.0.1 (#​571)
  • Bump dunce from 1.0.2 to 1.0.3 (#​564)
  • Bump wagoid/commitlint-github-action from 5.0.2 to 5.2.0 (#​565)
  • Bump boa-dev/criterion-compare-action from 3.2.2 to 3.2.3 (#​570)
  • Bump actions/stale from 5 to 6 (#​552)
  • Bump lycheeverse/lychee-action from 1.5.0 to 1.5.1 (#​538)
  • Bump Swatinem/rust-cache from 1.4.0 to 2.0.0 (#​534)
  • Bump dprint/check from 2.0 to 2.1 (#​535)
  • Bump criterion from 0.3.5 to 0.3.6 (#​532)
  • Bump wagoid/commitlint-github-action from 5.0.1 to 5.0.2 (#​530)
  • Bump Swatinem/rust-cache from 1.3.0 to 1.4.0 (#​528)
  • Bump actions/cache from 3.0.2 to 3.0.4 (#​522)
  • Bump boa-dev/criterion-compare-action from 3.2.1 to 3.2.2 (#​518)
  • Bump regex from 1.5.4 to 1.5.6 (#​520)
  • Bump crossbeam-utils from 0.8.5 to 0.8.8 (#​519)
  • Bump wagoid/commitlint-github-action from 4.1.11 to 5.0.1 (#​527)
  • Bump boa-dev/criterion-compare-action from 3.2.0 to 3.2.1 (#​509)
  • Bump clap from 3.1.9 to 3.1.10 (#​506)
  • Bump clap from 3.1.8 to 3.1.9 (#​505)
  • Bump actions/stale from 4 to 5 (#​502)
  • Bump actions/cache from 3.0.1 to 3.0.2 (#​501)
  • Bump codecov/codecov-action from 2.1.0 to 3 (#​499)
  • Bump wagoid/commitlint-github-action from 4.1.10 to 4.1.11 (#​500)
  • Bump clap from 3.1.6 to 3.1.8 (#​497)
  • Bump wagoid/commitlint-github-action from 4.1.9 to 4.1.10 (#​495)
  • Bump actions/cache from 3.0.0 to 3.0.1 (#​494)
  • Update dependency update-informer (#​493)
  • Bump actions/cache from 2 to 3.0.0 (#​491)
  • Update clap (#​485)
  • Bump wagoid/commitlint-github-action from 2 to 4.1.9 (#​473)
  • Bump actions/checkout from 1 to 3 (#​474)
  • Bump codecov/codecov-action from 1 to 2.1.0 (#​475)
  • Bump tempfile from 3.2.0 to 3.3.0 (#​478)
  • Bump assert_cmd from 2.0.2 to 2.0.4 (#​479)
  • Bump update-informer from 0.3.0 to 0.4.0 (#​477)
  • Update dependency update-informer (#​470)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@ro0NL ro0NL merged commit 9364cc9 into main Feb 21, 2025
2 checks passed
@ro0NL ro0NL deleted the renovate/dotenv-linter-3.3.x branch February 21, 2025 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant