OpenPrinting / system-config-printer

Graphical user interface for CUPS administration
GNU General Public License v2.0
163 stars 90 forks source link

Bump redhat-plumbers-in-action/differential-shellcheck from 3.0.1 to 3.1.1 #290

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps redhat-plumbers-in-action/differential-shellcheck from 3.0.1 to 3.1.1.

Release notes

Sourced from redhat-plumbers-in-action/differential-shellcheck's releases.

v3.1.1

What's Changed

Bug Fixes

Maintenance

Documentation

  • Documentation improvements - including documentation of .shellcheckrc support :ballot_box_with_check: (#115) @​jamacku
  • Update README examples :1234: (#113) @​jamacku

Automation and CI changes

Dependency Updates

Full Changelog: https://github.com/redhat-plumbers-in-action/differential-shellcheck/compare/v3.1.0...v3.1.1

v3.1.0

What's Changed

New

  • Autodetection: add support for emacs and vi/vim file types specifications 📟 (#102) @​jamacku

Bug Fixes

Documentation

Automation and CI changes

  • ci(Mergify): Add option to automatically rebase or squash PRs on merge :package: (#105) @​jamacku
  • ci(Mergify): Delete head branch after merge :wastebasket: (#98) @​jamacku
  • ci(Mergify): configuration update :robot: (#96) @​jamacku

... (truncated)

Changelog

Sourced from redhat-plumbers-in-action/differential-shellcheck's changelog.

Changelog

v3.1.1

  • Documentation updates (.shellcheckrc, examples, etc.)
  • Skip checking of symbolic links

v3.1.0

  • Autodetection: add support for emacs and vi/vim file types specifications
    • emacs - # -*- sh -*-
    • vi - # vi: (set)? (ft|filetype)=sh
    • vim - # vim: (set)? (ft|filetype)=sh
  • Further improved autodetection of shell scripts based on shebangs and ShellCheck directives

v3.0.0

  • Add option external-sources and enable it by default

v2.5.1

  • ignored-codes option is now marked as deprecated and may be removed in future major release. Please consider using .shellcheckrc instead.

v2.5.0

  • Add support for severity option, supported values are: error, warning, info and style

v2.4.0

  • Support for ash, dash, ksh and bats shell interpreters
  • Improve autodetection of shell scripts
    • Support for detection based on ShellCheck directive ; e.g. # shellcheck shell=bash
    • Support for generally used shebang prefixes like: #!/usr/bin, #!/usr/local/bin, #!/bin/env␣, #!/usr/bin/env␣ and #!/usr/local/bin/env␣ ; e.g. #!/bin/env␣bash

v2.3.6

  • Fix tool name in SARIF reports

v2.3.5

  • Update permissions in examples

v2.3.4

  • Fix typos, grammar mistakes and reword some sentences
  • Update image examples to support light/dark modes

v2.3.1 ... v2.3.3

  • Fix release automation

... (truncated)

Commits
  • 1b1b75e v3.1.1
  • fc00120 fix(symlinks): Don't check symbolic links
  • 1c3e01b build: Pin important packages to their releases (#120)
  • a8a483a build(deps): bump test/bats from 0e8d70b to 008e8ce
  • 4d40d84 doc: Document support of .shellcheckrc file
  • 45a82be doc: Update SARIF support documentation
  • 694a8d1 doc: Add more examples of usage
  • 96ab43b fix: TYPO in .shellcheckrc
  • e7af004 src: fixing some defects reported by ShellCheck
  • 17519b9 doc: Update examples
  • 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: type: dependencies, github-actions.

zdohnal commented 1 year ago

@jamacku would you mind looking into the error about missing labels? They were added with dependabot's initial PR, so I expect it is an internal Dependabot stuff.

jamacku commented 1 year ago

@zdohnal Dependabot is trying to say that it can't create labels required by configuration:

So to fix this warning, you either have to delete the labels section from the configuration or manually create labels:

zdohnal commented 1 year ago

@jamacku thx! The labels are now created, so any new PR should have them.