dcampogiani / ktmp

Kotlin Multi Platform experiments
6 stars 1 forks source link

Bump ktorVer from 1.6.5 to 1.6.6 #112

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps ktorVer from 1.6.5 to 1.6.6. Updates ktor-client-core from 1.6.5 to 1.6.6

Release notes

Sourced from ktor-client-core's releases.

1.6.6 Release

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Changelog

Sourced from ktor-client-core's changelog.

1.6.6

Published 25 November 2021

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Commits
  • b1dab36 Update CHANGELOG.md and release version
  • 25cd962 KTOR-3472 Make isApplicable method ignore case when comparing auth scheme f...
  • b272e18 KTOR-524 Session cookie with BASE64 encoding fails to set correct cookie (#2697)
  • 82b484f KTOR-3464 Set missing simple properties in Netty EngineMain (#2688)
  • a06675d KTOR-445 corsCheckRequestHeaders false (#2692)
  • 624afa2 KTOR-2527 using baseName prefix for all metrics (#2465)
  • ad10f8b KTOR-3105 Fix HttpCookies feature overwriting request cookies (#2594)
  • b059cd9 KTOR-3316 Fix development mode in routing (#2662)
  • b952790 KTOR-3314 Corrects the port range check for Url. (#2435)
  • 8e6e831 KTOR-3422 Upgrade kotlin to 1.6.0 (#2693)
  • Additional commits viewable in compare view


Updates ktor-client-json from 1.6.5 to 1.6.6

Release notes

Sourced from ktor-client-json's releases.

1.6.6 Release

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Changelog

Sourced from ktor-client-json's changelog.

1.6.6

Published 25 November 2021

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Commits
  • b1dab36 Update CHANGELOG.md and release version
  • 25cd962 KTOR-3472 Make isApplicable method ignore case when comparing auth scheme f...
  • b272e18 KTOR-524 Session cookie with BASE64 encoding fails to set correct cookie (#2697)
  • 82b484f KTOR-3464 Set missing simple properties in Netty EngineMain (#2688)
  • a06675d KTOR-445 corsCheckRequestHeaders false (#2692)
  • 624afa2 KTOR-2527 using baseName prefix for all metrics (#2465)
  • ad10f8b KTOR-3105 Fix HttpCookies feature overwriting request cookies (#2594)
  • b059cd9 KTOR-3316 Fix development mode in routing (#2662)
  • b952790 KTOR-3314 Corrects the port range check for Url. (#2435)
  • 8e6e831 KTOR-3422 Upgrade kotlin to 1.6.0 (#2693)
  • Additional commits viewable in compare view


Updates ktor-client-logging from 1.6.5 to 1.6.6

Release notes

Sourced from ktor-client-logging's releases.

1.6.6 Release

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Changelog

Sourced from ktor-client-logging's changelog.

1.6.6

Published 25 November 2021

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Commits
  • b1dab36 Update CHANGELOG.md and release version
  • 25cd962 KTOR-3472 Make isApplicable method ignore case when comparing auth scheme f...
  • b272e18 KTOR-524 Session cookie with BASE64 encoding fails to set correct cookie (#2697)
  • 82b484f KTOR-3464 Set missing simple properties in Netty EngineMain (#2688)
  • a06675d KTOR-445 corsCheckRequestHeaders false (#2692)
  • 624afa2 KTOR-2527 using baseName prefix for all metrics (#2465)
  • ad10f8b KTOR-3105 Fix HttpCookies feature overwriting request cookies (#2594)
  • b059cd9 KTOR-3316 Fix development mode in routing (#2662)
  • b952790 KTOR-3314 Corrects the port range check for Url. (#2435)
  • 8e6e831 KTOR-3422 Upgrade kotlin to 1.6.0 (#2693)
  • Additional commits viewable in compare view


Updates ktor-client-serialization from 1.6.5 to 1.6.6

Release notes

Sourced from ktor-client-serialization's releases.

1.6.6 Release

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Changelog

Sourced from ktor-client-serialization's changelog.

1.6.6

Published 25 November 2021

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Commits
  • b1dab36 Update CHANGELOG.md and release version
  • 25cd962 KTOR-3472 Make isApplicable method ignore case when comparing auth scheme f...
  • b272e18 KTOR-524 Session cookie with BASE64 encoding fails to set correct cookie (#2697)
  • 82b484f KTOR-3464 Set missing simple properties in Netty EngineMain (#2688)
  • a06675d KTOR-445 corsCheckRequestHeaders false (#2692)
  • 624afa2 KTOR-2527 using baseName prefix for all metrics (#2465)
  • ad10f8b KTOR-3105 Fix HttpCookies feature overwriting request cookies (#2594)
  • b059cd9 KTOR-3316 Fix development mode in routing (#2662)
  • b952790 KTOR-3314 Corrects the port range check for Url. (#2435)
  • 8e6e831 KTOR-3422 Upgrade kotlin to 1.6.0 (#2693)
  • Additional commits viewable in compare view


Updates ktor-client-android from 1.6.5 to 1.6.6

Release notes

Sourced from ktor-client-android's releases.

1.6.6 Release

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Changelog

Sourced from ktor-client-android's changelog.

1.6.6

Published 25 November 2021

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Commits
  • b1dab36 Update CHANGELOG.md and release version
  • 25cd962 KTOR-3472 Make isApplicable method ignore case when comparing auth scheme f...
  • b272e18 KTOR-524 Session cookie with BASE64 encoding fails to set correct cookie (#2697)
  • 82b484f KTOR-3464 Set missing simple properties in Netty EngineMain (#2688)
  • a06675d KTOR-445 corsCheckRequestHeaders false (#2692)
  • 624afa2 KTOR-2527 using baseName prefix for all metrics (#2465)
  • ad10f8b KTOR-3105 Fix HttpCookies feature overwriting request cookies (#2594)
  • b059cd9 KTOR-3316 Fix development mode in routing (#2662)
  • b952790 KTOR-3314 Corrects the port range check for Url. (#2435)
  • 8e6e831 KTOR-3422 Upgrade kotlin to 1.6.0 (#2693)
  • Additional commits viewable in compare view


Updates ktor-client-core-jvm from 1.6.5 to 1.6.6

Release notes

Sourced from ktor-client-core-jvm's releases.

1.6.6 Release

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Changelog

Sourced from ktor-client-core-jvm's changelog.

1.6.6

Published 25 November 2021

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Commits
  • b1dab36 Update CHANGELOG.md and release version
  • 25cd962 KTOR-3472 Make isApplicable method ignore case when comparing auth scheme f...
  • b272e18 KTOR-524 Session cookie with BASE64 encoding fails to set correct cookie (#2697)
  • 82b484f KTOR-3464 Set missing simple properties in Netty EngineMain (#2688)
  • a06675d KTOR-445 corsCheckRequestHeaders false (#2692)
  • 624afa2 KTOR-2527 using baseName prefix for all metrics (#2465)
  • ad10f8b KTOR-3105 Fix HttpCookies feature overwriting request cookies (#2594)
  • b059cd9 KTOR-3316 Fix development mode in routing (#2662)
  • b952790 KTOR-3314 Corrects the port range check for Url. (#2435)
  • 8e6e831 KTOR-3422 Upgrade kotlin to 1.6.0 (#2693)
  • Additional commits viewable in compare view


Updates ktor-client-json-jvm from 1.6.5 to 1.6.6

Release notes

Sourced from ktor-client-json-jvm's releases.

1.6.6 Release

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Changelog

Sourced from ktor-client-json-jvm's changelog.

1.6.6

Published 25 November 2021

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Commits
  • b1dab36 Update CHANGELOG.md and release version
  • 25cd962 KTOR-3472 Make isApplicable method ignore case when comparing auth scheme f...
  • b272e18 KTOR-524 Session cookie with BASE64 encoding fails to set correct cookie (#2697)
  • 82b484f KTOR-3464 Set missing simple properties in Netty EngineMain (#2688)
  • a06675d KTOR-445 corsCheckRequestHeaders false (#2692)
  • 624afa2 KTOR-2527 using baseName prefix for all metrics (#2465)
  • ad10f8b KTOR-3105 Fix HttpCookies feature overwriting request cookies (#2594)
  • b059cd9 KTOR-3316 Fix development mode in routing (#2662)
  • b952790 KTOR-3314 Corrects the port range check for Url. (#2435)
  • 8e6e831 KTOR-3422 Upgrade kotlin to 1.6.0 (#2693)
  • Additional commits viewable in compare view


Updates ktor-client-logging-jvm from 1.6.5 to 1.6.6

Release notes

Sourced from ktor-client-logging-jvm's releases.

1.6.6 Release

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Changelog

Sourced from ktor-client-logging-jvm's changelog.

1.6.6

Published 25 November 2021

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Commits
  • b1dab36 Update CHANGELOG.md and release version
  • 25cd962 KTOR-3472 Make isApplicable method ignore case when comparing auth scheme f...
  • b272e18 KTOR-524 Session cookie with BASE64 encoding fails to set correct cookie (#2697)
  • 82b484f KTOR-3464 Set missing simple properties in Netty EngineMain (#2688)
  • a06675d KTOR-445 corsCheckRequestHeaders false (#2692)
  • 624afa2 KTOR-2527 using baseName prefix for all metrics (#2465)
  • ad10f8b KTOR-3105 Fix HttpCookies feature overwriting request cookies (#2594)
  • b059cd9 KTOR-3316 Fix development mode in routing (#2662)
  • b952790 KTOR-3314 Corrects the port range check for Url. (#2435)
  • 8e6e831 KTOR-3422 Upgrade kotlin to 1.6.0 (#2693)
  • Additional commits viewable in compare view


Updates ktor-client-serialization-jvm from 1.6.5 to 1.6.6

Release notes

Sourced from ktor-client-serialization-jvm's releases.

1.6.6 Release

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Changelog

Sourced from ktor-client-serialization-jvm's changelog.

1.6.6

Published 25 November 2021

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Commits
  • b1dab36 Update CHANGELOG.md and release version
  • 25cd962 KTOR-3472 Make isApplicable method ignore case when comparing auth scheme f...
  • b272e18 KTOR-524 Session cookie with BASE64 encoding fails to set correct cookie (#2697)
  • 82b484f KTOR-3464 Set missing simple properties in Netty EngineMain (#2688)
  • a06675d KTOR-445 corsCheckRequestHeaders false (#2692)
  • 624afa2 KTOR-2527 using baseName prefix for all metrics (#2465)
  • ad10f8b KTOR-3105 Fix HttpCookies feature overwriting request cookies (#2594)
  • b059cd9 KTOR-3316 Fix development mode in routing (#2662)
  • b952790 KTOR-3314 Corrects the port range check for Url. (#2435)
  • 8e6e831 KTOR-3422 Upgrade kotlin to 1.6.0 (#2693)
  • Additional commits viewable in compare view


Updates ktor-client-ios from 1.6.5 to 1.6.6

Release notes

Sourced from ktor-client-ios's releases.

1.6.6 Release

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Changelog

Sourced from ktor-client-ios's changelog.

1.6.6

Published 25 November 2021

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)
Commits
  • b1dab36 Update CHANGELOG.md and release version
  • 25cd962 KTOR-3472 Make isApplicable method ignore case when comparing auth scheme f...
  • b272e18 KTOR-524 Session cookie with BASE64 encoding fails to set correct cookie (#2697)
  • 82b484f KTOR-3464 Set missing simple properties in Netty EngineMain (#2688)
  • a06675d KTOR-445 corsCheckRequestHeaders false (#2692)
  • 624afa2 KTOR-2527 using baseName prefix for all metrics (#2465)
  • ad10f8b KTOR-3105 Fix HttpCookies feature overwriting request cookies (#2594)
  • b059cd9 KTOR-3316 Fix development mode in routing (#2662)
  • b952790 KTOR-3314 Corrects the port range check for Url. (#2435)
  • 8e6e831 KTOR-3422 Upgrade kotlin to 1.6.0 (#2693)
  • Additional commits viewable in compare view


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

Superseded by #113.