-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Update external minor dep #92
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/external-minor-dep
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1733320
to
45c2e75
Compare
45c2e75
to
f532554
Compare
f532554
to
e8ec918
Compare
e8ec918
to
6ed1410
Compare
a13f142
to
c57313c
Compare
c57313c
to
d0dfc5f
Compare
d0dfc5f
to
2640478
Compare
2640478
to
f30d979
Compare
b07ead1
to
49844c1
Compare
8ae416a
to
3ce5679
Compare
1a397a7
to
9c1e214
Compare
9c1e214
to
321dfa5
Compare
e1c1605
to
424ec28
Compare
584ba47
to
d0e278d
Compare
d0e278d
to
482f457
Compare
e5a73d2
to
cb2ead3
Compare
b17ac4c
to
2a1e068
Compare
8cd4d25
to
d2b4aef
Compare
d2b4aef
to
3fb4c1f
Compare
3fb4c1f
to
c49a377
Compare
c49a377
to
05bbbf5
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.3.4
->v2.7.0
v2.2.2
->v2.3.4
v3.1.1
->v3.2.0
v1.2.1
->v1.7.0
v2.1.0
->v2.7.0
"5.14.4"
->"5.25.5"
"1.4.3"
->"1.7.1"
"0.14.1"
->"0.15.2"
Release Notes
actions/checkout (actions/checkout)
v2.7.0
Compare Source
What's Changed
Full Changelog: actions/checkout@v2.6.0...v2.7.0
v2.6.0
Compare Source
What's Changed
Full Changelog: actions/checkout@v2.5.0...v2.6.0
v2.5.0
Compare Source
What's Changed
Full Changelog: actions/checkout@v2...v2.5.0
v2.4.2
Compare Source
What's Changed
Full Changelog: actions/checkout@v2...v2.4.2
v2.4.1
Compare Source
safe.directory
v2.4.0
Compare Source
org-<ORG_ID>@​github.com:
tohttps://github.com/
- prv2.3.5
Compare Source
Update dependencies
actions/setup-python (actions/setup-python)
v2.3.4
Compare Source
What's Changed
In the scope of this patch release, the warning for deprecating Python 2.x was added in https://github.com/actions/setup-python/pull/675 by @dmitry-shibanov
For more information, check out https://github.com/actions/setup-python/issues/672
Full Changelog: actions/setup-python@v2...v2.3.4
v2.3.3
: Update actions/core to 1.10.0 for v2Compare Source
In scope of this release we update actions/core to 1.10.0 for v2 major tag: https://github.com/actions/setup-python/pull/533.
v2.3.2
: Update primary and restore keys for pipCompare Source
In scope of this release we include a version of python in restore and primary cache keys for pip. Besides, we add temporary fix for Windows caching issue, that the
pip cache dir
command returns non zero exit code or writes to stderr. Moreover we updated node-fetch dependency.v2.3.1
: Update actions/cache version to 1.0.8Compare Source
We have updated actions/cache dependency version to 1.0.8 to support 10GB cache upload
v2.3.0
: Support caching dependenciesCompare Source
This release introduces dependency caching support (https://github.com/actions/setup-python/pull/266)
Caching dependencies.
The action has a built-in functionality for caching and restoring pip/pipenv dependencies. The
cache
input is optional, and caching is turned off by default.Besides, this release introduces dependency caching support for mono repos and repositories with complex structure.
By default, the action searches for the dependency file (requirements.txt for pip or Pipfile.lock for pipenv) in the whole repository. Use the
cache-dependency-path
input for cases when you want to override current behaviour and use different file for hash generation (for example requirements-dev.txt). This input supports wildcards or a list of file names for caching multiple dependencies.Caching pip dependencies:
Caching pipenv dependencies:
Change dependency file:
crazy-max/ghaction-github-labeler (crazy-max/ghaction-github-labeler)
v3.2.0
Compare Source
helm/chart-releaser-action (helm/chart-releaser-action)
v1.7.0
Compare Source
For
cr
changes see https://github.com/helm/chart-releaser/releases/tag/v1.7.0What's Changed
New Contributors
Full Changelog: helm/chart-releaser-action@v1...v1.7.0
v1.6.0
Compare Source
What's Changed
skip-existing
to skip upload if release exists by @xunleii in https://github.com/helm/chart-releaser-action/pull/134charts_repo_url
from readme by @viceice in https://github.com/helm/chart-releaser-action/pull/144charts_repo_url
option in documentation by @krapie in https://github.com/helm/chart-releaser-action/pull/137changed_charts
andchart_version
outputs by @n-oden in https://github.com/helm/chart-releaser-action/pull/130show_help
withpackages-with-index
by @michalbiesek in https://github.com/helm/chart-releaser-action/pull/160--pages-branch
parameter by @michalbiesek in https://github.com/helm/chart-releaser-action/pull/156New Contributors
Full Changelog: helm/chart-releaser-action@v1.5.0...v1.6.0
v1.5.0
Compare Source
What's Changed
New Contributors
Full Changelog: helm/chart-releaser-action@v1...v1.5.0
v1.4.1
Compare Source
What's Changed
Full Changelog: helm/chart-releaser-action@v1.4.0...v1.4.1
v1.4.0
Compare Source
What's Changed
Full Changelog: helm/chart-releaser-action@v1.3.0...v1.4.0
v1.3.0
Compare Source
What's Changed
New Contributors
Full Changelog: helm/chart-releaser-action@v1.2.1...v1.3.0
helm/chart-testing-action (helm/chart-testing-action)
v2.7.0
Compare Source
For
ct
change see https://github.com/helm/chart-testing/releases/tag/v3.12.0What's Changed
New Contributors
Full Changelog: helm/chart-testing-action@v2.6.1...v2.7.0
v2.6.1
Compare Source
What's Changed
Full Changelog: helm/chart-testing-action@v2...v2.6.1
v2.6.0
Compare Source
What's Changed
Full Changelog: helm/chart-testing-action@v2...v2.6.0
v2.5.0
Compare Source
What's Changed
c3667d9
to6e04d22
by @dependabot in https://github.com/helm/chart-testing-action/pull/125New Contributors
Full Changelog: helm/chart-testing-action@v2.4.0...v2.5.0
v2.4.0
Compare Source
What's Changed
New Contributors
Full Changelog: helm/chart-testing-action@v2...v2.4.0
v2.3.1
Compare Source
What's Changed
Full Changelog: helm/chart-testing-action@v2.3.0...v2.3.1
v2.3.0
Compare Source
What's Changed
New Contributors
Full Changelog: helm/chart-testing-action@v2.2.1...v2.3.0
v2.2.1
Compare Source
What's Changed
New Contributors
Full Changelog: helm/chart-testing-action@v2.2.0...v2.2.1
v2.2.0
Compare Source
What's Changed
New Contributors
Full Changelog: helm/chart-testing-action@v2.1.0...v2.2.0
minitest/minitest (minitest)
v5.25.5
Compare Source
v5.25.4
Compare Source
v5.25.3
Compare Source
v5.25.2
Compare Source
v5.25.1
Compare Source
v5.25.0
Compare Source
v5.24.1
Compare Source
v5.24.0
Compare Source
v5.23.1
Compare Source
v5.23.0
Compare Source
v5.22.3
Compare Source
v5.22.2
Compare Source
v5.22.1
Compare Source
v5.22.0
Compare Source
v5.21.2
Compare Source
v5.21.1
Compare Source
v5.21.0
Compare Source
v5.20.0
Compare Source
v5.19.0
Compare Source
v5.18.1
Compare Source
v5.18.0
Compare Source
v5.17.0
Compare Source
v5.16.3
Compare Source
v5.16.2
Compare Source
v5.16.1
Compare Source
v5.16.0
Compare Source
v5.15.0
Compare Source
CapnKernul/minitest-reporters (minitest-reporters)
v1.7.1
Compare Source
suppress_inline_failure_output
. This option was doing the opposite of what it intended to do.#354
v1.7.0
Compare Source
JUnitReporter
to output a failure screenshot path when included in the minitest result #346 contributed by matteeyahProgressReporter
default format #348 contributed by notEthansuppress_inline_failure_output
toSpecReporter
to provide an explicit switch, separate fromprint_failure_summary
, for suppressing inline failure messages. Until this change, theprint_failure_summary
would do both: print a failure/error summary after all tests run and suppress the inline failure messages. With this changeprint_failure_summary
will just add a summary at the end of a test run, and it will no longer suppress the inline failure messages. #352 contributed by rthboundv1.6.1
Compare Source
MiniTest
constant withMinitest
#345 contributed by istanav1.6.0
Compare Source
percent_skipps
->percent_skips
) #326 contributed by andyw8Object#=~
#318 contributed by etiennebarrieprint_failure_summary
toSpecReporter
which causes failures and errors to print at the end of the test suite instead of inlineas they happen #306 contributed by picandocodigo
v1.5.0
Compare Source
detailed_skip
is disabled #312 contributed by seven1mfile
attribute to<testcase>
tags in JUnitReporter for CircleCI compatibility #313 contributed by nbudinConfiguration
📅 Schedule: Branch creation - "every 2 months on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.