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): Bump super-linter/super-linter from 7.2.0 to 7.2.1 #16313

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps super-linter/super-linter from 7.2.0 to 7.2.1.

Release notes

Sourced from super-linter/super-linter's releases.

v7.2.1

7.2.1 (2024-12-12)

🐛 Bugfixes

  • define command options function before use (#6375) (6b60f4c), closes #6372
  • downgrade npm-groovy-lint to 15.0.0 (#6373) (ffccf2d)
  • ensure setting /github/workdir as Git safe directory works always (#6242) (ec05515)
  • make git conflict markers check more precise (#6379) (d929d04)

⬆️ Dependency updates

  • bundler: bump standard from 1.42.0 to 1.42.1 in /dependencies (#6383) (6776692)
  • docker: bump the docker group across 1 directory with 4 updates (#6381) (0fe8b07)
  • npm: bump @​stoplight/spectral-cli in /dependencies (#6389) (39b1577)
  • npm: bump renovate from 39.15.4 to 39.31.3 in /dependencies (#6397) (70a684d)
  • npm: bump renovate from 39.31.3 to 39.58.1 in /dependencies (#6432) (71cc525)
  • php: bump phpstan/phpstan (#6419) (24a53df)
  • php: bump the composer group across 1 directory with 2 updates (#6365) (de5f8a4)

🧰 Maintenance

Changelog

Sourced from super-linter/super-linter's changelog.

7.2.1 (2024-12-12)

🐛 Bugfixes

  • define command options function before use (#6375) (6b60f4c), closes #6372
  • downgrade npm-groovy-lint to 15.0.0 (#6373) (ffccf2d)
  • ensure setting /github/workdir as Git safe directory works always (#6242) (ec05515)
  • make git conflict markers check more precise (#6379) (d929d04)

⬆️ Dependency updates

  • bundler: bump standard from 1.42.0 to 1.42.1 in /dependencies (#6383) (6776692)
  • docker: bump the docker group across 1 directory with 4 updates (#6381) (0fe8b07)
  • npm: bump @​stoplight/spectral-cli in /dependencies (#6389) (39b1577)
  • npm: bump renovate from 39.15.4 to 39.31.3 in /dependencies (#6397) (70a684d)
  • npm: bump renovate from 39.31.3 to 39.58.1 in /dependencies (#6432) (71cc525)
  • php: bump phpstan/phpstan (#6419) (24a53df)
  • php: bump the composer group across 1 directory with 2 updates (#6365) (de5f8a4)

🧰 Maintenance

Commits
  • 85f7611 chore(main): release 7.2.1 (#6404)
  • ec05515 fix: ensure setting /github/workdir as Git safe directory works always (#6242)
  • 24a53df deps(php): bump phpstan/phpstan (#6419)
  • 71cc525 deps(npm): bump renovate from 39.31.3 to 39.58.1 in /dependencies (#6432)
  • d929d04 fix: make git conflict markers check more precise (#6379)
  • 6b60f4c fix: define command options function before use (#6375)
  • de5f8a4 deps(php): bump the composer group across 1 directory with 2 updates (#6365)
  • 0fe8b07 deps(docker): bump the docker group across 1 directory with 4 updates (#6381)
  • 6776692 deps(bundler): bump standard from 1.42.0 to 1.42.1 in /dependencies (#6383)
  • 39b1577 deps(npm): bump @​stoplight/spectral-cli in /dependencies (#6389)
  • 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 show <dependency name> 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)

Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 7.2.0 to 7.2.1.
- [Release notes](https://github.com/super-linter/super-linter/releases)
- [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md)
- [Commits](super-linter/super-linter@v7.2.0...v7.2.1)

---
updated-dependencies:
- dependency-name: super-linter/super-linter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 16, 2024
@telegraf-tiger telegraf-tiger bot added the chore label Dec 16, 2024
@srebhan srebhan added the ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review. label Dec 17, 2024
@DStrand1 DStrand1 merged commit b89f127 into master Dec 17, 2024
28 checks passed
@DStrand1 DStrand1 deleted the dependabot/github_actions/super-linter/super-linter-7.2.1 branch December 17, 2024 17:04
@github-actions github-actions bot added this to the v1.33.1 milestone Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore dependencies Pull requests that update a dependency file ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants