Skip to content
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): bump unsplash-js from 6.3.0 to 7.0.19 #1396

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2023

Bumps unsplash-js from 6.3.0 to 7.0.19.

Release notes

Sourced from unsplash-js's releases.

v7.0.18

unsplash/unsplash-js@v7.0.17...v7.0.18

v7.0.17

unsplash/unsplash-js@v7.0.16...v7.0.17

v7.0.16

unsplash/unsplash-js@v7.0.15...v7.0.16

v7.0.15

unsplash/unsplash-js@v7.0.14...v7.0.15

v7.0.14

  • Allow 0 params 9036e50
  • Merge pull request #181 from moonrise-tk/master 23f561f
  • Updated docs 4e89783
  • Added Orientation Params to Random Params d788e47
  • Added topics to random photo query 440680a

unsplash/unsplash-js@v7.0.13...v7.0.14

v7.0.13

  • Merge pull request #180 from unsplash/maintenance/export-topics 9771a96
  • Export topic methods e4dd476
  • Add void params 02a891b

unsplash/unsplash-js@v7.0.12...v7.0.13

v7.0.12

  • Merge pull request #178 from unsplash/get-pathname 7029133
  • Create Endpoint type 43845af
  • Inline 405ded0
  • Add missing getPathnames 5dd244f
  • Remove createRequestGenerator for consistency af15af8
  • Correct naming 4795b9e
  • Named params eee2b25
  • Add getPathname functions b173245
  • Extract d53d99d
  • Merge pull request #177 from dcolonv/fix-readme-example 87ab6c7
  • Update Readme example to correct variable name mismatch 9a96523
  • Document 6bc23e3

unsplash/unsplash-js@v7.0.11...v7.0.12

... (truncated)

Changelog

Sourced from unsplash-js's changelog.

Changelog

7.0.3

  • Adds response types to all endpoints.

7.0.0

This version includes a total TypeScript rewrite of the library, with many breaking changes. If upgrading from a previous version, read carefully. You will not be able to upgrade to v7 without making the necessary adjustments.

Breaking Changes

  • Replaces the Unsplash class with a named createApi function:
// before
import Unsplash from 'unsplash-js';
const unsplash = new Unsplash({ accessKey: 'MY_ACCESS_KEY' });
// after
import { createApi } from 'unsplash-js';
const unsplash = createApi({ accessKey: 'MY_ACCESS_KEY' });
// or
import Unsplash from 'unsplash-js';
const unsplash = Unsplash.createApi({ accessKey: 'MY_ACCESS_KEY' });

  • Removes user authentication features from the library. This means that the createApi function does not recieve secret, callbackUrl or bearerToken.
  • Removes the following API methods (primarily due to removal of user authentication):

    • photos:
      • likePhoto
      • unlikePhoto
      • downloadPhoto (deprecated in 6.3, replaced with trackDownload)
    • users:
      • statistics
    • collections:
      • createCollection
      • updateCollection
      • deleteCollection
      • addPhotoToCollection
      • removePhotoFromCollection
    • auth:
      • getAuthenticationUrl
      • userAuthentication
      • setBearerToken
    • currentUser:
      • profile
      • updateProfile

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [unsplash-js](https://github.com/unsplash/unsplash-js) from 6.3.0 to 7.0.19.
- [Release notes](https://github.com/unsplash/unsplash-js/releases)
- [Changelog](https://github.com/unsplash/unsplash-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/unsplash/unsplash-js/commits)

---
updated-dependencies:
- dependency-name: unsplash-js
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file npm Pull requests that update a JS dependency labels Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file npm Pull requests that update a JS dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants