dcampogiani / ktmp

Kotlin Multi Platform experiments
6 stars 1 forks source link

Bump ktorVer from 1.6.5 to 1.6.7 #113

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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

Release notes

Sourced from ktor-client-core's releases.

1.6.7 Release

Published 6 December 2021

  • Explicitly specify jdk version for building (KTOR-3358)
  • Make URL constructor public again (KTOR-3514)

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.7

Published 6 December 2021

  • Explicitly specify jdk version for building (KTOR-3358)
  • Make URL constructor public again (KTOR-3514)

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
  • 05d8386 Update publishing Url
  • 755304c Release 1.6.7
  • 7c244bf Update CHANGELOG.md
  • de4602a Fix codestyle
  • e587640 Update public API
  • ceafe54 Fix HttpTimeoutTest (#2709)
  • 5f2ed37 KTOR-3358 Explicitly specify jdk version for building
  • 152e3c4 KTOR-3514 Make URL constructor public again
  • b1dab36 Update CHANGELOG.md and release version
  • 25cd962 KTOR-3472 Make isApplicable method ignore case when comparing auth scheme f...
  • Additional commits viewable in compare view


Updates ktor-client-json from 1.6.5 to 1.6.7

Release notes

Sourced from ktor-client-json's releases.

1.6.7 Release

Published 6 December 2021

  • Explicitly specify jdk version for building (KTOR-3358)
  • Make URL constructor public again (KTOR-3514)

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.7

Published 6 December 2021

  • Explicitly specify jdk version for building (KTOR-3358)
  • Make URL constructor public again (KTOR-3514)

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
  • 05d8386 Update publishing Url
  • 755304c Release 1.6.7
  • 7c244bf Update CHANGELOG.md
  • de4602a Fix codestyle
  • e587640 Update public API
  • ceafe54 Fix HttpTimeoutTest (#2709)
  • 5f2ed37 KTOR-3358 Explicitly specify jdk version for building
  • 152e3c4 KTOR-3514 Make URL constructor public again
  • b1dab36 Update CHANGELOG.md and release version
  • 25cd962 KTOR-3472 Make isApplicable method ignore case when comparing auth scheme f...
  • Additional commits viewable in compare view


Updates ktor-client-logging from 1.6.5 to 1.6.7

Release notes

Sourced from ktor-client-logging's releases.

1.6.7 Release

Published 6 December 2021

  • Explicitly specify jdk version for building (KTOR-3358)
  • Make URL constructor public again (KTOR-3514)

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.7

Published 6 December 2021

  • Explicitly specify jdk version for building (KTOR-3358)
  • Make URL constructor public again (KTOR-3514)

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
  • 05d8386 Update publishing Url
  • 755304c Release 1.6.7
  • 7c244bf Update CHANGELOG.md
  • de4602a Fix codestyle
  • e587640 Update public API
  • ceafe54 Fix HttpTimeoutTest (#2709)
  • 5f2ed37 KTOR-3358 Explicitly specify jdk version for building
  • 152e3c4 KTOR-3514 Make URL constructor public again
  • b1dab36 Update CHANGELOG.md and release version
  • 25cd962 KTOR-3472 Make isApplicable method ignore case when comparing auth scheme f...
  • Additional commits viewable in compare view


Updates ktor-client-serialization from 1.6.5 to 1.6.7

Release notes

Sourced from ktor-client-serialization's releases.

1.6.7 Release

Published 6 December 2021

  • Explicitly specify jdk version for building (KTOR-3358)
  • Make URL constructor public again (KTOR-3514)

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.7

Published 6 December 2021

  • Explicitly specify jdk version for building (KTOR-3358)
  • Make URL constructor public again (KTOR-3514)

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
  • 05d8386 Update publishing Url
  • 755304c Release 1.6.7
  • 7c244bf Update CHANGELOG.md
  • de4602a Fix codestyle
  • e587640 Update public API
  • ceafe54 Fix HttpTimeoutTest (#2709)
  • 5f2ed37 KTOR-3358 Explicitly specify jdk version for building
  • 152e3c4 KTOR-3514 Make URL constructor public again
  • b1dab36 Update CHANGELOG.md and release version
  • 25cd962 KTOR-3472 Make isApplicable method ignore case when comparing auth scheme f...
  • Additional commits viewable in compare view


Updates ktor-client-android from 1.6.5 to 1.6.7

Release notes

Sourced from ktor-client-android's releases.

1.6.7 Release

Published 6 December 2021

  • Explicitly specify jdk version for building (KTOR-3358)
  • Make URL constructor public again (KTOR-3514)

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.7

Published 6 December 2021

  • Explicitly specify jdk version for building (KTOR-3358)
  • Make URL constructor public again (KTOR-3514)

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
  • 05d8386 Update publishing Url
  • 755304c Release 1.6.7
  • 7c244bf Update CHANGELOG.md
  • de4602a Fix codestyle
  • e587640 Update public API
  • ceafe54 Fix HttpTimeoutTest (#2709)
  • 5f2ed37 KTOR-3358 Explicitly specify jdk version for building
  • 152e3c4 KTOR-3514 Make URL constructor public again
  • b1dab36 Update CHANGELOG.md and release version
  • 25cd962 KTOR-3472 Make isApplicable method ignore case when comparing auth scheme f...
  • Additional commits viewable in compare view


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

Release notes

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

1.6.7 Release

Published 6 December 2021

  • Explicitly specify jdk version for building (KTOR-3358)
  • Make URL constructor public again (KTOR-3514)

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.7

Published 6 December 2021

  • Explicitly specify jdk version for building (KTOR-3358)
  • Make URL constructor public again (KTOR-3514)

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
  • 05d8386 Update publishing Url
  • 755304c Release 1.6.7
  • 7c244bf Update CHANGELOG.md
  • de4602a Fix codestyle
  • e587640 Update public API
  • ceafe54 Fix HttpTimeoutTest (#2709)
  • 5f2ed37 KTOR-3358 Explicitly specify jdk version for building
  • 152e3c4 KTOR-3514 Make URL constructor public again
  • b1dab36 Update CHANGELOG.md and release version
  • 25cd962 KTOR-3472 Make isApplicable method ignore case when comparing auth scheme f...
  • Additional commits viewable in compare view


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

Release notes

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

1.6.7 Release

Published 6 December 2021

  • Explicitly specify jdk version for building (KTOR-3358)
  • Make URL constructor public again (KTOR-3514)

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.7

Published 6 December 2021

  • Explicitly specify jdk version for building (KTOR-3358)
  • Make URL constructor public again (KTOR-3514)

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
  • 05d8386 Update publishing Url
  • 755304c Release 1.6.7
  • 7c244bf Update CHANGELOG.md
  • de4602a Fix codestyle
  • e587640 Update public API
  • ceafe54 Fix HttpTimeoutTest (#2709)
  • 5f2ed37 KTOR-3358 Explicitly specify jdk version for building
  • 152e3c4 KTOR-3514 Make URL constructor public again
  • b1dab36 Update CHANGELOG.md and release version
  • 25cd962 KTOR-3472 Make isApplicable method ignore case when comparing auth scheme f...
  • Additional commits viewable in compare view


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

Release notes

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

1.6.7 Release

Published 6 December 2021

  • Explicitly specify jdk version for building (KTOR-3358)
  • Make URL constructor public again (KTOR-3514)

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.7

Published 6 December 2021

  • Explicitly specify jdk version for building (KTOR-3358)
  • Make URL constructor public again (KTOR-3514)

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
  • 05d8386 Update publishing Url
  • 755304c Release 1.6.7
  • 7c244bf Update CHANGELOG.md
  • de4602a Fix codestyle
  • e587640 Update public API
  • ceafe54 Fix HttpTimeoutTest (#2709)
  • 5f2ed37 KTOR-3358 Explicitly specify jdk version for building
  • 152e3c4 KTOR-3514 Make URL constructor public again
  • b1dab36 Update CHANGELOG.md and release version
  • 25cd962 KTOR-3472 Make isApplicable method ignore case when comparing auth scheme f...
  • Additional commits viewable in compare view


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

Release notes

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

1.6.7 Release

Published 6 December 2021

  • Explicitly specify jdk version for building (KTOR-3358)
  • Make URL constructor public again (KTOR-3514)

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.7

Published 6 December 2021

  • Explicitly specify jdk version for building (KTOR-3358)
  • Make URL constructor public again (KTOR-3514)

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
  • 05d8386 Update publishing Url
  • 755304c Release 1.6.7
  • 7c244bf Update CHANGELOG.md
  • de4602a Fix codestyle
  • e587640 Update public API
  • ceafe54 Fix HttpTimeoutTest (#2709)
  • 5f2ed37 KTOR-3358 Explicitly specify jdk version for building
  • 152e3c4 KTOR-3514 Make URL constructor public again
  • b1dab36 Update CHANGELOG.md and release version
  • 25cd962 KTOR-3472 Make isApplicable method ignore case when comparing auth scheme f...
  • Additional commits viewable in compare view


Updates ktor-client-ios from 1.6.5 to 1.6.7

Release notes

Sourced from ktor-client-ios's releases.

1.6.7 Release

Published 6 December 2021

  • Explicitly specify jdk version for building (KTOR-3358)
  • Make URL constructor public again (KTOR-3514)

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.7

Published 6 December 2021

  • Explicitly specify jdk version for building (KTOR-3358)
  • Make URL constructor public again (KTOR-3514)

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
  • 05d8386 Update publishing Url
  • 755304c Release 1.6.7
  • 7c244bf Update CHANGELOG.md
  • de4602a Fix codestyle
  • e587640 Update public API
  • ceafe54 Fix HttpTimeoutTest (#2709)
  • 5f2ed37 KTOR-3358 Explicitly specify jdk version for building
  • 152e3c4 KTOR-3514 Make URL constructor public again
  • b1dab36 Update CHANGELOG.md and release version
  • 25cd962 KTOR-3472 Make isApplicable method ignore case when comparing auth scheme f...
  • 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)
dcampogiani commented 2 years ago

@dependabot rebase