-
Notifications
You must be signed in to change notification settings - Fork 34
chore(deps): update dependency imgur to v2 #35
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/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 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
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. |
c29fabb to
400a7e6
Compare
400a7e6 to
8bafb09
Compare
617ed84 to
c6244b3
Compare
c6244b3 to
9aefa12
Compare
a2d3dcc to
6879939
Compare
7546fc0 to
7125522
Compare
0190a7d to
8ae4162
Compare
8ae4162 to
8468c31
Compare
8468c31 to
44f3523
Compare
44f3523 to
91ea873
Compare
91ea873 to
8380dde
Compare
720d02f to
8804894
Compare
9aa384e to
f919cf8
Compare
f919cf8 to
d9c3748
Compare
d9c3748 to
4a29bdc
Compare
3d18da3 to
e812638
Compare
e812638 to
52ee9e0
Compare
52ee9e0 to
f287e45
Compare
5413715 to
fa04269
Compare
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.0Release Notes
keneucker/imgur (imgur)
v2.3.0Compare Source
v2.2.0Compare Source
Features
v2.1.4Compare Source
Bug Fixes
v2.1.3Compare Source
Bug Fixes
v2.1.2Compare Source
Bug Fixes
v2.1.0Compare Source
Features
v2.0.3Compare Source
Bug Fixes
v2.0.2Compare Source
Bug Fixes
v2.0.1Compare Source
Bug Fixes
v2.0.0Compare Source
Bug Fixes
chore
BREAKING CHANGES
v1.0.2Compare Source
v1.0.1Compare Source
Bug Fixes
v1.0.0Compare 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 Granttype,so the outdated (i.e., broken) code that requires your username and password has been removed.
You must now manage the
Authorization Code Granttype flow yourself to obtain an access tokenvia server redirect/callback and then provide it to this module via
setAccessTokenaccepts 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.2Compare Source
v0.3.1Compare 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.