Skip to content

Commit

Permalink
ci(deps): Bump vendor/bats-core from 4417a96 to f1f5115 (#90)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 23, 2023
1 parent 8f9c5ad commit bff0510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/bats-core
Submodule bats-core updated 52 files
+3 −0 .codespellrc
+3 −1 .devcontainer/Dockerfile
+8 −7 .github/ISSUE_TEMPLATE/bug_report.md
+47 −0 .github/dependabot.yml
+22 −0 .github/workflows/codespell.yml
+22 −0 .github/workflows/dependency-review.yml
+9 −4 .github/workflows/release.yml
+18 −6 .github/workflows/release_dockerhub.yml
+72 −0 .github/workflows/scorecard.yml
+81 −31 .github/workflows/tests.yml
+14 −0 .pre-commit-config.yaml
+1 −1 Dockerfile
+9 −0 SECURITY.md
+4 −1 bin/bats
+1 −1 contrib/rpm/bats.spec
+32 −0 docs/CHANGELOG.md
+20 −196 docs/CONTRIBUTING.md
+18 −6 docs/source/docker-usage.md
+1 −1 docs/source/writing-tests.md
+10 −4 install.sh
+9 −0 lib/bats-core/common.bash
+11 −3 lib/bats-core/formatter.bash
+122 −1 lib/bats-core/test_functions.bash
+3 −3 lib/bats-core/tracing.bash
+1 −1 lib/bats-core/warnings.bash
+17 −4 libexec/bats-core/bats
+9 −9 libexec/bats-core/bats-exec-file
+12 −7 libexec/bats-core/bats-exec-suite
+26 −14 libexec/bats-core/bats-exec-test
+1 −1 libexec/bats-core/bats-format-junit
+1 −1 libexec/bats-core/bats-format-pretty
+1 −1 libexec/bats-core/bats-format-tap
+1 −1 libexec/bats-core/bats-format-tap13
+1 −1 libexec/bats-core/bats-preprocess
+1 −1 man/bats.7
+73 −2 man/bats.7.ronn
+1 −1 package.json
+1 −1 shellcheck.sh
+25 −4 test/bats.bats
+1,410 −0 test/bats_pipe.bats
+1 −1 test/cat-formatter.bats
+3 −0 test/fixtures/bats/date
+11 −0 test/fixtures/bats/override_date_on_path.bats
+3 −0 test/fixtures/bats/test_with_slash.bats
+40 −0 test/fixtures/formatter/echo-formatter
+8 −0 test/fixtures/formatter/retry.bats
+14 −1 test/formatter.bats
+12 −12 test/install.bats
+3 −10 test/parallel.bats
+1 −1 test/test_helper.bash
+2 −2 test/warnings.bats
+35 −11 uninstall.sh

0 comments on commit bff0510

Please sign in to comment.