-
Notifications
You must be signed in to change notification settings - Fork 29
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 imgur to v2 #35
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/imgur-2.x
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 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
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #35 +/- ##
=======================================
Coverage ? 79.51%
=======================================
Files ? 7
Lines ? 83
Branches ? 17
=======================================
Hits ? 66
Misses ? 12
Partials ? 5 ☔ View full report in Codecov by Sentry. |
renovate
bot
force-pushed
the
renovate/imgur-2.x
branch
5 times, most recently
from
January 12, 2022 16:11
c29fabb
to
400a7e6
Compare
renovate
bot
force-pushed
the
renovate/imgur-2.x
branch
from
January 29, 2022 00:01
400a7e6
to
8bafb09
Compare
renovate
bot
force-pushed
the
renovate/imgur-2.x
branch
3 times, most recently
from
March 14, 2022 13:09
617ed84
to
c6244b3
Compare
renovate
bot
force-pushed
the
renovate/imgur-2.x
branch
from
March 25, 2022 16:31
c6244b3
to
9aefa12
Compare
renovate
bot
force-pushed
the
renovate/imgur-2.x
branch
3 times, most recently
from
April 9, 2022 00:06
a2d3dcc
to
6879939
Compare
renovate
bot
force-pushed
the
renovate/imgur-2.x
branch
2 times, most recently
from
April 26, 2022 17:23
7546fc0
to
7125522
Compare
renovate
bot
force-pushed
the
renovate/imgur-2.x
branch
3 times, most recently
from
May 5, 2022 16:34
0190a7d
to
8ae4162
Compare
renovate
bot
force-pushed
the
renovate/imgur-2.x
branch
from
May 16, 2022 22:48
8ae4162
to
8468c31
Compare
renovate
bot
force-pushed
the
renovate/imgur-2.x
branch
from
June 16, 2022 16:35
8468c31
to
44f3523
Compare
renovate
bot
force-pushed
the
renovate/imgur-2.x
branch
from
June 30, 2022 15:17
44f3523
to
91ea873
Compare
renovate
bot
force-pushed
the
renovate/imgur-2.x
branch
from
July 20, 2022 16:11
91ea873
to
8380dde
Compare
renovate
bot
force-pushed
the
renovate/imgur-2.x
branch
2 times, most recently
from
October 3, 2022 14:47
720d02f
to
8804894
Compare
renovate
bot
force-pushed
the
renovate/imgur-2.x
branch
2 times, most recently
from
November 3, 2022 18:28
9aa384e
to
f919cf8
Compare
renovate
bot
force-pushed
the
renovate/imgur-2.x
branch
from
November 18, 2022 16:46
f919cf8
to
d9c3748
Compare
renovate
bot
force-pushed
the
renovate/imgur-2.x
branch
from
December 20, 2022 17:37
d9c3748
to
4a29bdc
Compare
renovate
bot
force-pushed
the
renovate/imgur-2.x
branch
2 times, most recently
from
January 17, 2023 22:54
3d18da3
to
e812638
Compare
renovate
bot
force-pushed
the
renovate/imgur-2.x
branch
from
March 7, 2023 16:59
e812638
to
52ee9e0
Compare
renovate
bot
force-pushed
the
renovate/imgur-2.x
branch
from
April 19, 2023 17:16
52ee9e0
to
f287e45
Compare
renovate
bot
force-pushed
the
renovate/imgur-2.x
branch
5 times, most recently
from
July 5, 2023 11:25
5413715
to
fa04269
Compare
renovate
bot
force-pushed
the
renovate/imgur-2.x
branch
from
July 19, 2023 16:54
fa04269
to
e0d61ba
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:
^0.2.1
->^2.0.0
Release Notes
keneucker/imgur (imgur)
v2.3.0
Compare Source
v2.2.0
Compare Source
Features
v2.1.4
Compare Source
Bug Fixes
v2.1.3
Compare Source
Bug Fixes
v2.1.2
Compare Source
Bug Fixes
v2.1.0
Compare Source
Features
v2.0.3
Compare Source
Bug Fixes
v2.0.2
Compare Source
Bug Fixes
v2.0.1
Compare Source
Bug Fixes
v2.0.0
Compare Source
Bug Fixes
chore
BREAKING CHANGES
v1.0.2
Compare Source
v1.0.1
Compare Source
Bug Fixes
v1.0.0
Compare Source
Bug Fixes
Code Refactoring
Features
Reverts
Revert "refactor(authorization): remove built-in authorization flow" (6cd8643)
refactor!: remove globbing from uploadFile (f09f017)
BREAKING CHANGES
files. This moves a single line of code, using fs.createReadStream, out of the project and places
that responsibility on the consumer. The package now supports streams in favor of the string
filepath upload.
Resource Owner Password Credentials Grant
type,so the outdated (i.e., broken) code that requires your username and password has been removed.
You must now manage the
Authorization Code Grant
type flow yourself to obtain an access tokenvia server redirect/callback and then provide it to this module via
setAccessToken
accepts either a single image path or an array of image paths. If you
must glob, do it yourself and then pass in the array. This removes an
unnecessary complexity from the most important method.
v0.3.2
Compare Source
v0.3.1
Compare Source
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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.