generated from frutbits/template
-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update all non-major dependencies #19
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all-minor-patch
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.
Conversation
This file contains hidden or 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
e4b2acf to
929227f
Compare
929227f to
a69b10a
Compare
b183e54 to
7f54c6d
Compare
693a20f to
755b598
Compare
3ddb9b4 to
6ca0c3c
Compare
72f7e25 to
df8dfc5
Compare
baa8301 to
2ec0ef8
Compare
291dca3 to
bc2eb90
Compare
942cea3 to
67b9f1b
Compare
8d70d43 to
e16c1ac
Compare
e16c1ac to
72745b5
Compare
f3fb64c to
0a2f27f
Compare
f64fa29 to
3f75bad
Compare
3f75bad to
d902c81
Compare
d902c81 to
f790796
Compare
f790796 to
bbe6255
Compare
bbe6255 to
680b566
Compare
680b566 to
7876153
Compare
7876153 to
1eb071a
Compare
1eb071a to
d364bb8
Compare
d364bb8 to
f249fbb
Compare
f249fbb to
dee898c
Compare
dee898c to
e968fcc
Compare
e968fcc to
135f470
Compare
135f470 to
26db234
Compare
26db234 to
436bbb3
Compare
436bbb3 to
babc856
Compare
babc856 to
427215b
Compare
427215b to
d60ebda
Compare
869e639 to
67a3a1f
Compare
67a3a1f to
0d3458b
Compare
0d3458b to
d090e65
Compare
d090e65 to
314b5b9
Compare
314b5b9 to
cbc640a
Compare
cbc640a to
70fe814
Compare
70fe814 to
c59db43
Compare
c59db43 to
4b0a1cb
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:
v3.0.2→v3.6.0v3.4.1→v3.9.1v3.1.1→v3.3.1v2.0.0→v2.2.0v4.0.1→v4.6.0v2.0.0→v2.10.0v2.0.0→v2.2.01.63.0-slim→1.92.0-slim1.63.0-alpine→1.92.0-alpine1.62.0-slim→1.92.0-slim1.62.0-alpine→1.92.0-alpine1.61.0-slim→1.92.0-slim1.61.0-alpine→1.92.0-alpineRelease Notes
actions/checkout (actions/checkout)
v3.6.0Compare Source
v3.5.3Compare Source
v3.5.2Compare Source
v3.5.1Compare Source
v3.5.0Compare Source
v3.4.0Compare Source
v3.3.0Compare Source
v3.2.0Compare Source
v3.1.0Compare Source
saveStateandgetStategithub-server-urlinputactions/setup-node (actions/setup-node)
v3.9.1Compare Source
What's Changed
Full Changelog: actions/setup-node@v3...v3.9.1
v3.9.0Compare Source
What's Changed
In scope of this release we updated actions/cache package to ensure continued support and compatibility, as older versions of the package are now deprecated. For more information please refer to the toolkit/cache.
Full Changelog: actions/setup-node@v3...v3.9.0
v3.8.2Compare Source
What's Changed
Full Changelog: actions/setup-node@v3...v3.8.2
v3.8.1Compare Source
What's Changed
In scope of this release, the filter was removed within the cache-save step by @dmitry-shibanov in #831. It is filtered and checked in the toolkit/cache library.
Full Changelog: actions/setup-node@v3...v3.8.1
v3.8.0Compare Source
What's Changed
Bug fixes:
Feature implementations:
Documentation changes:
Update dependencies:
New Contributors
Full Changelog: actions/setup-node@v3...v3.8.0
v3.7.0Compare Source
What's Changed
In scope of this release we added a logic to save an additional cache path for yarn 3 (related pull request and feature request). Moreover, we added functionality to use all the sub directories derived from
cache-dependency-pathinput and add detect all dependencies directories to cache (related pull request and feature request).Besides, we made such changes as:
New Contributors
Full Changelog: actions/setup-node@v3...v3.7.0
v3.6.0: Add Support for Nightly, Canary and RC builds for Node.jsCompare Source
In scope of this release we added support to download nightly, rc (#611) and canary (#619) Node.js distributions.
For nightly versions:
For canary versions:
For rc versions:
Note: For more examples please refer to documentation.
Besides, we added the following changes as:
v3.5.1: Update @actions/core and Print Node, Npm, Yarn versionsCompare Source
In scope of this release we updated actions/core to 1.10.0. Moreover, we added logic to print Nodejs, Npm, Yarn versions after installation.
v3.5.0: Add support for engines.node and VoltaCompare Source
In scope of this release we add support for engines.node. The action will be able to grab the version form package.json#engines.node. #485. Moreover, we added support for Volta
Besides, we updated @actions/core to 1.9.1 and @actions/cache to 3.0.4
docker/build-push-action (docker/build-push-action)
v3.3.1Compare Source
Full Changelog: docker/build-push-action@v3.3.0...v3.3.1
v3.3.0Compare Source
attests,provenanceandsbominputs by @crazy-max (#746 #759)Full Changelog: docker/build-push-action@v3.2.0...v3.3.0
v3.2.0Compare Source
setOutputby @crazy-max (#704)Full Changelog: docker/build-push-action@v3.1.1...v3.2.0
docker/login-action (docker/login-action)
v2.2.0Compare Source
Full Changelog: docker/login-action@v2.1.0...v2.2.0
v2.1.0Compare Source
Full Changelog: docker/login-action@v2.0.0...v2.1.0
docker/metadata-action (docker/metadata-action)
v4.6.0Compare Source
Full Changelog: docker/metadata-action@v4.5.0...v4.6.0
v4.5.0Compare Source
Full Changelog: docker/metadata-action@v4.4.0...v4.5.0
v4.4.0Compare Source
contextinput to define the metadata provider by @neilime in #248Full Changelog: docker/metadata-action@v4.3.0...v4.4.0
v4.3.0Compare Source
Full Changelog: docker/metadata-action@v4.2.0...v4.3.0
v4.2.0Compare Source
tzattribute to handlebar date function by @chroju (#251)Full Changelog: docker/metadata-action@v4.1.1...v4.2.0
v4.1.1Compare Source
DOCKER_METADATA_PR_HEAD_SHA=trueFull Changelog: docker/metadata-action@v4.1.0...v4.1.1
v4.1.0Compare Source
sep-tagsandsep-labelsinputs by @crazy-max (#233)setOutputby @crazy-max (#236)Full Changelog: docker/metadata-action@v4.0.1...v4.1.0
docker/setup-buildx-action (docker/setup-buildx-action)
v2.10.0Compare Source
Full Changelog: docker/setup-buildx-action@v2.9.1...v2.10.0
v2.9.1Compare Source
Full Changelog: docker/setup-buildx-action@v2.9.0...v2.9.1
v2.9.0Compare Source
Full Changelog: docker/setup-buildx-action@v2.8.0...v2.9.0
v2.8.0Compare Source
Full Changelog: docker/setup-buildx-action@v2.7.0...v2.8.0
v2.7.0Compare Source
Full Changelog: docker/setup-buildx-action@v2.6.0...v2.7.0
v2.6.0Compare Source
Full Changelog: docker/setup-buildx-action@v2.5.0...v2.6.0
v2.5.0Compare Source
cleanupinput to remove builder and temp files by @crazy-max in #213dockerdriver by @crazy-max in #218dockerdriver by @crazy-max in #209Full Changelog: docker/setup-buildx-action@v2.4.1...v2.5.0
v2.4.1Compare Source
Full Changelog: docker/setup-buildx-action@v2.4.0...v2.4.1
v2.4.0Compare Source
Full Changelog: docker/setup-buildx-action@v2.3.0...v2.4.0
v2.3.0Compare Source
Full Changelog: docker/setup-buildx-action@v2.2.1...v2.3.0
v2.2.1Compare Source
platformsinput by @crazy-max (#175)Full Changelog: docker/setup-buildx-action@v2.2.0...v2.2.1
v2.2.0Compare Source
Full Changelog: docker/setup-buildx-action@v2.1.0...v2.2.0
v2.1.0Compare Source
endpoint,statusandflagsoutputs are deprecated. Usenodesoutput instead.setOutputby @crazy-max (#170)fs.rmdirby @crazy-max (#171)Full Changelog: docker/setup-buildx-action@v2.0.0...v2.1.0
docker/setup-qemu-action (docker/setup-qemu-action)
v2.2.0Compare Source
platformsinput by @Chocobo1 in #64Full Changelog: docker/setup-qemu-action@v2.1.0...v2.2.0
v2.1.0Compare Source
getExecOutputby @crazy-max (#61)setOutputby @crazy-max (#63)Full Changelog: docker/setup-qemu-action@v2.0.0...v2.1.0
Configuration
📅 Schedule: Branch creation - "before 6am" in timezone Asia/Jakarta, 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.
This PR was generated by Mend Renovate. View the repository job log.