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 infection/infection to v0.28.1 #104

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 26, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
infection/infection 0.16.2 -> 0.28.1 age adoption passing confidence

Release Notes

infection/infection (infection/infection)

v0.28.1

Compare Source

v0.28.0

Compare Source

Full Changelog

Added:

v0.27.11: Add --map-source-class-to-test option to speed up Mutation Testing

Compare Source

Added:

Changed:

Full Changelog: infection/infection@0.27.10...0.27.11

v0.27.10: Add support for `sebastian/diff` v6

Compare Source

Changed:

Full Changelog: infection/infection@0.27.9...0.27.10

v0.27.9: Fix an issue with numeric data provider keys in PHPUnit >= 10

Compare Source

Fixed:

Full Changelog: infection/infection@0.27.8...0.27.9

v0.27.8: Do not remove attributes from class methods

Compare Source

Fixed:

Full Changelog: infection/infection@0.27.7...0.27.8

v0.27.7: PHP 8.3, Symfony 7 support

Compare Source

Changed:

Full Changelog: infection/infection@0.27.6...0.27.7

v0.27.6: Fix equivalent mutants

Compare Source

Added:

Fixed:

New Contributors

Full Changelog: infection/infection@0.27.5...0.27.6

v0.27.5: Fix bug with collecting escaped mutants for GitLab logger

Compare Source

Fixed:

Full Changelog: infection/infection@0.27.4...0.27.5

v0.27.4: Allow missing elements when destructuring arrays in foreach loops

Compare Source

Fixed:

Full Changelog: infection/infection@0.27.3...0.27.4

v0.27.3

Compare Source

Full Changelog

Added:

v0.27.2: Tech release: auto-upload PHAR, fixing issue

Compare Source

v0.27.1: Minor fixes and auto-upload PHAR to releases

Compare Source

0.27.1 (2023-09-16)

Full Changelog

Added:

Changed:

New Contributors

v0.27.0

Compare Source

Full Changelog

Added:

Changed:

Fixed:

Internal:

v0.26.21: Fix false-positive with mutations in attributes

Compare Source

0.26.21 (2023-04-27)

Full Changelog

Fixed:

v0.26.20

Compare Source

Full Changelog

Added:

Changed:

v0.26.19

Compare Source

Full Changelog

Added:

  • PHPUnit 10 support

v0.26.18

Compare Source

Full Changelog

Added:

  • New logger "summaryJson" - machine-readable file in JSON format. (#​1808)

v0.26.17

Compare Source

Full Changelog

Added:

  • PHP 8.2 support

Fixed:

  • ArrayItemRemoval mutator should not mutate an array when set as an attributes argument #​1797
  • PHP Warning on startup when using Infection from PHAR #​1770
  • PHP 8.2: Deprecated: Use of "static" in callables is deprecated in .../vendor/webmozart/assert/src/Assert.php on line 939 #​1802
  • False positive: Throw_ mutant not covered by tests #​1778
  • Line CodeCoverage is not a reliable source of truth #​1750

v0.26.16

Compare Source

Full Changelog

Added:

Fixed:

Changed:

v0.26.15: json5 config file support, --threads=max and `dg/bypass-finals` compatibility

Compare Source

Added:

  • Add support for json5 configuration file format #​1727
  • Introduce --threads=max option value to automatically detect the number of CPU cores #​1723
  • Compatibility with dg/bypass-finals #​1728

Fixed:

  • Do not mutate Coalesce operator when null is used on the right #​1726

v0.26.14: Throw error with --git-diff-lines when git is not installed

Compare Source

Fixed:

  • GitDiffFileProvider: execute single program processes to allow errored exits to be caught #​1720

Added:

  • Display generated log file reports to console output #​1711

v0.26.13: Second try: correctly detect if Xdebug should be automatically enabled

Compare Source

Fixed:

  • Running the Infection cannot detect code coverage driver correctly #​1700

v0.26.12: Correctly detect if Xdebug should be automatically enabled

Compare Source

Fixed:

  • Running the Infection cannot detect code coverage driver correctly #​1700

v0.26.11: Use source directories for --git-diff-***

Compare Source

Changed:

  • GitDiffFile: consume configured directories #​1697
  • Auto-detect Github Actions CI and activate github logger accordingly #​1645
  • Replace abandoned webmozart/path-util with symfony/filesystem #​1693

v0.26.10: Escape percent sign in Assert::notSame message

Compare Source

Fixed:

  • Escape percent sign in Assert::notSame message #​1690

v0.26.9: Skip analysis when no executed lines with --git-diff-lines option

Compare Source

Fixed:

  • Skip analysis when no executed lines with --git-diff-lines option #​1688

v0.26.8: Prefix `thecodingmachine/safe` in PHAR distribution

Compare Source

Changed:

  • Remove thecodingmachine/safe from whitelist of Scoper config and prefix it for PHAR #​1684

v0.26.7: Min PHP version - 8.0, upgrade libs, fix config file name wording

Compare Source

Changed:

  • Upgrade Infection to minimum PHP 8.0 #​1641
  • Use newer thecodingmachine/safe #​1649

Fixed:

  • Inconsistent configuration file name #​1679

v0.26.6: Stand with Ukraine

Compare Source

Added:

image

v0.26.5: Upgrade `ondram/ci-detector` to the latest version

Compare Source

Changed:

v0.26.4: Upgrade PHP Parser for PHP 8.1 support

Compare Source

Fixed:

v0.26.3: Use merge-base (three dot diff) instead of direct diff

Compare Source

Changed:

  • Use merge-base (three dot diff) instead of direct diff (#​1653)

v0.26.2

Compare Source

Full Changelog

Added:

Changed:

v0.26.1

Compare Source

Full Changelog

Added:

  • PHPUnit 10 support

v0.26.0

Compare Source

Full Changelog

Added:

Changed:

v0.25.6: Fix compatibility with Symfony 4, 5, 6

Compare Source

Fixed:

v0.25.5

Compare Source

Added:

Changed:

v0.25.4

Compare Source

Full Changelog

Added:

Changed:

v0.25.3: Ignore mutations by regex for uncovered mutants

Compare Source

Fixed:

  • ignoreSourceCodeByRegex option is ignored between // @​codeCoverageIgnoreStart and // @​codeCoverageIgnoreEnd #​1561

v0.25.2: Avoid parser bugs for very large negative numbers

Compare Source

Fixed:

  • Avoid parser bugs for very large negative numbers #​1580

v0.25.1: Count syntax errors caused by a mutatan as a failure of a mutant

Compare Source

Added:

  • Count syntax errors caused by a mutatan as a failure of a mutant #​1571

v0.25.0

Compare Source

Full Changelog

Added:

  • Detect syntax errors during mutation analysis and differentiate them from all errors #​1555 #​262
  • Add $schema to generated infection.json config file for autocomplete #​1553 #​1432

Changed:

  • [Performance] Add files to coverage whitelist instead of the whole directories when --filter or --git-diff-filter are used #​1543
  • [Performance] Speed up Infection runs by remembering which test killed a mutant #​1519 #​1549
  • [internal] Allow Infection test suite to be executed in parallel using Paratest #​1544
  • Generate infection.json (without .dist postfix) by default #​1554
  • Do not mark Mutant as Killed when no tests were executed #​1546

Fixed:

  • Display time and consumed memory even in case of insufficient MSI #​1562
  • Trim "\n" and "\t" characters when replacing relative paths with absolute ones during XML config creation #​1550 #​1542
  • For Mutant's phpunit.xml, set executionOrder="default" to prevent random ordering of the tests since we need them to be sorted (fastest - first) #​1547

v0.24.0

Compare Source

Full Changelog

Added:

  • [Mutator] Add Mutator SpreadAssignment #​1529
  • [Mutator] Add Mutator SpreadRemoval #​1529

Changed:

  • [Performance] Improve Infection performance executed against slow test suites #​1539
  • Allow using MSI Badge for multiple branches #​1538
  • Add Mutator information to GitHub annotation logger #​1540
  • [BC BREAK] Rename Spread mutator to SpreadOneItem #​1529

v0.23.0

Compare Source

Full Changelog

Added:

  • Add support for Pest test framework #​1516

Fixed:

  • Multiplication mutator should not mutate when return value is integer #​1515

Changed:

  • [BE BREAK] Remove CodeCoverageAnnotationIgnorer #​1517
  • Upgrade xdebug-handler to v2 #​1510

v0.22.1: xdebug-handler 2

Compare Source

Fixed:

  • For recent Xdebug coverage collection needs XDEBUG_MODE=coverage or xdebug.mode=coverage #​1473

Changed:

  • Upgrade xdebug-handler to v2 and handle that coverage option is set #​1510

v0.22.0

Compare Source

Full Changelog

Added:

  • Add INFECTION and TEST_TOKEN environment variables for each Mutant process #​1504

Fixed:

v0.21.5: Fix file not found exception for Codeception Cests

Compare Source

Fixed:

  • Fix file not found exception for Codeception Cests #​1503

v0.21.4

Compare Source

Fixed:

  • Invalid mutator config with MBString mutator #​1479

v0.21.3: Fix "Error: Expected a value other than null"

Compare Source

Fixed:

  • ProxyTrace should check for tests locations #​1494

v0.21.2: Fix git-diff-filter option on MacOS

Compare Source

Fixed:

v0.21.1: Do not increment max integer value

Compare Source

Fixed:

v0.21.0

Compare Source

Full Changelog

Added:

Changed:

  • [BC BREAK] Removed OneZeroInteger mutator in favor of IncrementInteger/DecrementInteger mutators
  • [BC BREAK] Rename @zero_iteration profile to the @loop #​1407

v0.20.2: Allow to set both global settings in config file at the same time

Compare Source

Fixed:

v0.20.1: Regex validation in infection.json. Fix bug with order of keys in config settings

Compare Source

Fixed:

v0.20.0

Compare Source

Full Changelog

Added:

Changed:

v0.19.2: Fix issues with JSON schema

Compare Source

Fixed:

v0.19.1: Ensure Mutator::mutate() is mutations-free

Compare Source

Fixed:

v0.19.0

Compare Source

Full Changelog

Added:

  • [MUTATOR] Introduce YieldValue mutator #​1342

Changed:

  • Drop support for PHP 7.3 #​1340
  • Don't mutate $limit argument from 0 to -1 and from -1 to 0 in preg_split function #​1347

Fixed:

  • PHPUnit 9.3 compatibility issue #​1283
  • In Assert.php line 2042: Expected a value other than null #​1357
  • Don't mutant $limit 0, -1 in preg_split #​1345

v0.18.2: Bump PHP-Parser

Compare Source

Changed:

v0.18.1: ArrayItemRemoval should not mutate lists

Compare Source

Fixed:

  • ArrayItemRemoval should not mutate lists (#​1358)

v0.18

Compare Source

Full Changelog

Added:

  • Exclude mutations matching the source code by Regular Expression #​1326
  • [MUTATOR] Add mutator to remove shared cases #​1326

Changed:

  • Allow fractional values for timeout #​1313

v0.17.7: Fixed bug with incorrect XML processing in PHPUnit adapter

Compare Source

Fixed:

  • Check the length of schema node before using its values #​1338

v0.17.6: Composer 2 support

Compare Source

Added:

v0.17.5: Replace non UTF-8 characters before json_encode to avoid failure in JsonLogger

Compare Source

Fixed:

  • Replace non utf-8 characters before json_encode'ing to avoid failure in JsonLogger #​1320

v0.17.4

Compare Source

Added:

  • Declare incompatibility with PHPUnit 9.3+ #​1319

v0.17.3: Fix issue with "Skipped" mutants: TestLocator returns non-unique tests

Compare Source

Fixed:

v0.17.2: Infection must return appropriate exit status when failing

Compare Source

Fixed:

  • Infection must return appropriate exit status when failing #​1299

v0.17.1: Do not mutate openssl_free_key()

Compare Source

Added:

  • Do not mutate openssl_free_key() #​1298

v0.17.0

Compare Source

Full Changelog

Added:

  • Set failOnRisky, failOnWarning to true if parameters are not already set #​1280
  • Add JSON logger, useful for CI and analyzing results of Infection programmatically #​1278
  • Do not mutate clean up functions #​1285
  • Restrict installing with faulty versions of PHPUnit's coverage package #​1295
  • Add --no-progress option to opt-out the CI detection #​1261
  • InstanceOf_ mutator #​1232

Changed:

  • Exclude mutations that are over specified time limit #​1171
  • Decrement mutator makes array indexes negative #​1270
  • Upgrade infection/include-interceptor to ^0.2.4 #​1288
  • U for uncovered #​1233
  • Round MSI scores #​1190

Fixed:

  • symbolic link trouble + PHPUnit unknown #​778

v0.16.6: Update GPG private key as the old one expired

Compare Source

Changed:

  • Update GPG private key as the old one expired

v0.16.5: Restrict installing with faulty versions of PHPUnit's coverage package

Compare Source

Fixed:

  • Restrict installing with faulty versions of PHPUnit's coverage package #​1295

v0.16.4: Respect the list of source directories

Compare Source

Fixed:

v0.16.3: Install test framework adapters as dev dependencies

Compare Source

Fixed:

  • Install test framework adapters as dev dependencies #​1262

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.

🔕 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 has been generated by Mend Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Apr 26, 2020

Codecov Report

Merging #104 (abc233d) into develop (adee2a1) will not change coverage.
The diff coverage is 100.00%.

❗ Current head abc233d differs from pull request most recent head 9dac5f7. Consider uploading reports for the commit 9dac5f7 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##             develop     #104   +/-   ##
==========================================
  Coverage      97.69%   97.69%           
  Complexity       159      159           
==========================================
  Files             45       45           
  Lines            390      390           
==========================================
  Hits             381      381           
  Misses             9        9           
Impacted Files Coverage Δ Complexity Δ
application/app/Kernel/DefaultKernel.php 88.23% <ø> (ø) 6.00 <0.00> (ø)
...pp/Kernel/Traits/EnvironmentConfigurationTrait.php 100.00% <ø> (ø) 6.00 <0.00> (ø)
.../Kernel/Traits/BaseDirRelativeDirectoriesTrait.php 100.00% <100.00%> (ø) 6.00 <6.00> (ø)
.../app/Kernel/Traits/ContainerConfigurationTrait.php 100.00% <100.00%> (ø) 2.00 <2.00> (ø)
...tion/app/Kernel/Traits/RouteConfigurationTrait.php 100.00% <100.00%> (ø) 2.00 <2.00> (ø)

@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch from fa530ed to abc233d Compare July 1, 2020 20:58
@renovate renovate bot changed the title Update dependency infection/infection to v0.16.3 Update dependency infection/infection to v0.16.4 Jul 1, 2020
@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch from abc233d to e8df377 Compare July 2, 2020 12:17
@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch from e8df377 to 09b0b95 Compare August 16, 2020 21:52
@renovate renovate bot changed the title Update dependency infection/infection to v0.16.4 Update dependency infection/infection to v0.16.5 Aug 16, 2020
@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch from 09b0b95 to f99d869 Compare August 17, 2020 21:10
@renovate renovate bot changed the title Update dependency infection/infection to v0.16.5 Update dependency infection/infection to v0.16.6 Aug 17, 2020
@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch from f99d869 to 198361d Compare August 18, 2020 21:51
@renovate renovate bot changed the title Update dependency infection/infection to v0.16.6 Update dependency infection/infection to v0.17.0 Aug 18, 2020
@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch from 198361d to 39a6ee7 Compare August 19, 2020 09:56
@renovate renovate bot changed the title Update dependency infection/infection to v0.17.0 Update dependency infection/infection to v0.17.1 Aug 19, 2020
@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch from 39a6ee7 to f9c3200 Compare August 19, 2020 12:11
@renovate renovate bot changed the title Update dependency infection/infection to v0.17.1 Update dependency infection/infection to v0.17.2 Aug 19, 2020
@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch from f9c3200 to 5c530d3 Compare August 25, 2020 07:18
@renovate renovate bot changed the title Update dependency infection/infection to v0.17.2 Update dependency infection/infection to v0.17.3 Aug 25, 2020
@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch from 5c530d3 to 60c3b98 Compare August 31, 2020 20:27
@renovate renovate bot changed the title Update dependency infection/infection to v0.17.3 Update dependency infection/infection to v0.17.4 Aug 31, 2020
@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch from 60c3b98 to 66770f5 Compare September 1, 2020 05:53
@renovate renovate bot changed the title Update dependency infection/infection to v0.17.4 Update dependency infection/infection to v0.17.5 Sep 1, 2020
@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch from 66770f5 to 06fa0a3 Compare October 28, 2020 08:58
@renovate renovate bot changed the title Update dependency infection/infection to v0.17.5 chore(deps): update dependency infection/infection to v0.19.0 Oct 28, 2020
@renovate
Copy link
Contributor Author

renovate bot commented Oct 28, 2020

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: docker run --rm --name=renovate_composer --label=renovate_child -v "/mnt/renovate/gh/shrikeh/scuba-diving":"/mnt/renovate/gh/shrikeh/scuba-diving" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -e COMPOSER_CACHE_DIR -e COMPOSER_AUTH -w "/mnt/renovate/gh/shrikeh/scuba-diving" docker.io/renovate/composer:1.10.21 bash -l -c "composer update infection/infection --with-dependencies --ignore-platform-reqs --no-ansi --no-interaction --no-scripts --no-autoloader"
Dependency "nikic/php-parser" is also a root requirement, but is not explicitly allowed. Ignoring.
Dependency "nikic/php-parser" is also a root requirement, but is not explicitly allowed. Ignoring.
Dependency "symfony/console" is also a root requirement, but is not explicitly allowed. Ignoring.
Dependency "thecodingmachine/safe" is also a root requirement, but is not explicitly allowed. Ignoring.
Loading composer repositories with package information
Updating dependencies (including require-dev)
Restricting packages listed in "symfony/symfony" to "5.0.*"
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for infection/infection 0.22.0 -> satisfiable by infection/infection[0.22.0].
    - infection/infection 0.22.0 requires nikic/php-parser ^4.10.3 -> satisfiable by nikic/php-parser[v4.10.3, v4.10.4] but these conflict with your requirements or minimum-stability.


@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch from 06fa0a3 to 9e14339 Compare November 26, 2020 20:59
@renovate renovate bot changed the title chore(deps): update dependency infection/infection to v0.19.0 chore(deps): update dependency infection/infection to v0.20.2 Nov 26, 2020
@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch from 9e14339 to c81a1e4 Compare February 1, 2021 23:04
@renovate renovate bot changed the title chore(deps): update dependency infection/infection to v0.20.2 chore(deps): update dependency infection/infection to v0.21.0 Feb 1, 2021
@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch from c81a1e4 to 48a525c Compare April 26, 2021 15:48
@renovate renovate bot changed the title chore(deps): update dependency infection/infection to v0.21.0 chore(deps): update dependency infection/infection to v0.22.0 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch from 48a525c to 2141790 Compare May 9, 2021 21:05
@renovate renovate bot changed the title chore(deps): update dependency infection/infection to v0.26.16 chore(deps): update dependency infection/infection to v0.26.19 Mar 18, 2023
@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch from 09fdb9c to 256ae91 Compare April 17, 2023 13:17
@renovate renovate bot changed the title chore(deps): update dependency infection/infection to v0.26.19 chore(deps): update dependency infection/infection to v0.26.20 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch from 256ae91 to 23dfba2 Compare May 28, 2023 10:44
@renovate renovate bot changed the title chore(deps): update dependency infection/infection to v0.26.20 chore(deps): update dependency infection/infection to v0.27.0 May 28, 2023
@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch from 23dfba2 to 9fcd59a Compare September 16, 2023 17:02
@renovate renovate bot changed the title chore(deps): update dependency infection/infection to v0.27.0 chore(deps): update dependency infection/infection to v0.27.2 Sep 16, 2023
@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch from 9fcd59a to be69c15 Compare September 28, 2023 08:03
@renovate renovate bot changed the title chore(deps): update dependency infection/infection to v0.27.2 chore(deps): update dependency infection/infection to v0.27.3 Sep 28, 2023
@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch from be69c15 to 0beb89f Compare October 9, 2023 15:30
@renovate renovate bot changed the title chore(deps): update dependency infection/infection to v0.27.3 chore(deps): update dependency infection/infection to v0.27.4 Oct 9, 2023
@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch from 0beb89f to c2164ae Compare October 15, 2023 22:08
@renovate renovate bot changed the title chore(deps): update dependency infection/infection to v0.27.4 chore(deps): update dependency infection/infection to v0.27.5 Oct 15, 2023
@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch from c2164ae to 211f6c8 Compare October 16, 2023 12:04
@renovate renovate bot changed the title chore(deps): update dependency infection/infection to v0.27.5 chore(deps): update dependency infection/infection to v0.27.6 Oct 16, 2023
@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch from 211f6c8 to b9b2d20 Compare November 2, 2023 14:40
@renovate renovate bot changed the title chore(deps): update dependency infection/infection to v0.27.6 chore(deps): update dependency infection/infection to v0.27.7 Nov 2, 2023
@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch from b9b2d20 to 5125220 Compare November 8, 2023 15:49
@renovate renovate bot changed the title chore(deps): update dependency infection/infection to v0.27.7 chore(deps): update dependency infection/infection to v0.27.8 Nov 8, 2023
@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch from 5125220 to 68c79b4 Compare December 7, 2023 18:52
@renovate renovate bot changed the title chore(deps): update dependency infection/infection to v0.27.8 chore(deps): update dependency infection/infection to v0.27.9 Dec 7, 2023
@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch from 68c79b4 to 9d40af5 Compare February 20, 2024 01:22
@renovate renovate bot changed the title chore(deps): update dependency infection/infection to v0.27.9 chore(deps): update dependency infection/infection to v0.27.10 Feb 20, 2024
@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch from 9d40af5 to a700ab0 Compare March 20, 2024 09:24
@renovate renovate bot changed the title chore(deps): update dependency infection/infection to v0.27.10 chore(deps): update dependency infection/infection to v0.27.11 Mar 20, 2024
@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch from a700ab0 to 6cac6c9 Compare March 23, 2024 20:15
@renovate renovate bot changed the title chore(deps): update dependency infection/infection to v0.27.11 chore(deps): update dependency infection/infection to v0.28.0 Mar 23, 2024
@renovate renovate bot force-pushed the renovate/infection-infection-0.x branch from 6cac6c9 to 2ab4b44 Compare March 25, 2024 14:22
@renovate renovate bot changed the title chore(deps): update dependency infection/infection to v0.28.0 chore(deps): update dependency infection/infection to v0.28.1 Mar 25, 2024
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.

None yet

0 participants