Skip to content

Update all non-major dependencies #21

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

Merged
merged 1 commit into from
Dec 3, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 16, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
bats 1.9.0 -> 1.11.1 age adoption passing confidence
bats-mock 1.0.1 -> 1.2.5 age adoption passing confidence

Release Notes

bats-core/bats-core (bats)

v1.11.1

Compare Source

Added:

  • make Dockerfile compatible with #!/bin/bash files (#​967)

Documentation

  • document bats_pipe function (#​901)

Fixed:

  • unbreak test suites with multiple files loading common constants (#​904), introduced in v1.11.0
  • docker image won't crash if a file or directory named 'bats' exists (#​920)
  • use $BATS_LIBDIR instead of hardcoded lib in 'bats-gather-tests' (#​985, #​990)

Changed:

  • update Docker image with the latest bats-detik version 1.3.2 (#​1017)
  • cleanup: remove unused $BATS_FILTER (#​907)

Documentation

  • fix hard-coded link to readthedocs (#​901)
  • fix tutorial code for multiline test suite (#​1011)

v1.11.0

Compare Source

Added:

  • hardened CI scripts by using hashes instead of versions for actions and restricting permissions (#​754, #​770)
  • add security.md (#​762)
  • add codespell CI checks (#​720)
  • dynamic test registration via bats_test_function (#​349)
  • add check that Bats is executed with Bash >= 3.2 (#​873)

Fixed:

  • install.sh now works for deviating lib/ dirs (like lib32,lib64) (#​487)
  • catch unset BATS_TEST_SOURCE in lib/bats-core/tracing.bash so
    set -u/set -o nounset works as expected (#​827)
  • fix --gather-test-outputs-in fails on tests with multiple / (#​789)
  • install does not create unused /usr/share/bats anymore (#​857)
  • ensure IFS is unchanged in {setup,teardown}{_suite,_file,}, @test and free code (#​879)
  • junit formatter: remove ANSI Codes to avoid invalid XML character (#​886)

Changed:

  • update Docker image with the latest bats-file version 0.4.0 (#​780)
  • update Docker image with the latest bats-detik version 1.3.0 (#​876)

Documentation

  • clarify docker usage (#​741)
  • update Arch Linux package URL in installation.rst (#​821)
  • rename bash-bats to bats for Arch Linux in installation.rst (#​836)
  • fix FAQ entry about setup-/teardown_suite, as they are available now (#​861)
  • added logo (#​881)

v1.10.0

Compare Source

Added:

  • add ${BATS_TEST_TAGS[@​]} for querying the tags during a test (#​705)
  • print tags on failing tests (#​705)
  • test for negative arguments to --jobs (#​693)
  • add tests for --formatter cat (#​710)
  • test coverage in CI (#​718)
  • Support for rush as alternative to GNU parallel (#​729)
  • add bats_pipe helper function for run that executes \| as pipes (#​663)
  • publish docker images to ghcr.io (additionally to Dockerhub) (#​740)
Documentation:
  • clarify use cases of --formatter cat (#​710)

Fixed:

  • fix run with options overwriting the value of i (#​726, #​727)
  • fix ${BATS_TEST_NAMES[@​]} containing only --tags instead of test name since Bats v1.8.0 (#​705)
  • fix run --keep-empty-lines counting trailing \n as (empty) new line (#​711)
  • fix short flag unpacker creating bogus command lines with valued flags (#​732)
  • fix formatter becoming confused with retries (#​734)
  • fix --gather-test-outputs-in fails on tests with / (#​735)
  • fix overriding date breaks --timing (#​736)
Documentation
jasonkarns/bats-mock (bats-mock)

v1.2.5

Compare Source

Fixed release workflow. Real changes are in v1.2.0

Full Changelog: jasonkarns/bats-mock@v1.2.4...v1.2.5

v1.2.1

Compare Source

Fixed release workflow. Real changes are in v1.2.0

Full Changelog: jasonkarns/bats-mock@v1.2.0...v1.2.1

v1.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: jasonkarns/bats-mock@v1.1.1...v1.2.0

v1.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: jasonkarns/bats-mock@v1.0.0...v1.1.0


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 becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e636eeb to aecd43d Compare August 8, 2023 08:20
@renovate renovate bot changed the title Update dependency bats to v1.10.0 Update dependency bats to v1.11.0 Mar 24, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from aecd43d to 94467aa Compare March 24, 2024 15:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 94467aa to 846375f Compare May 13, 2024 16:06
@renovate renovate bot changed the title Update dependency bats to v1.11.0 Update all non-major dependencies May 13, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 846375f to 55cef26 Compare June 5, 2024 16:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 55cef26 to 417fd8e Compare November 30, 2024 00:19
@deiga deiga merged commit 02d2a46 into master Dec 3, 2024
15 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch December 3, 2024 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant