Skip to content

chore(deps): bump unsplash-js from 6.3.0 to 7.0.18#1376

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/unsplash-js-7.0.18
Closed

chore(deps): bump unsplash-js from 6.3.0 to 7.0.18#1376
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/unsplash-js-7.0.18

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 6, 2023

Bumps unsplash-js from 6.3.0 to 7.0.18.

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

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

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

---
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 Nov 6, 2023
@dependabot dependabot Bot requested a review from austintoddj November 6, 2023 03:03
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Dec 18, 2023

Superseded by #1396.

@dependabot dependabot Bot closed this Dec 18, 2023
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/unsplash-js-7.0.18 branch December 18, 2023 04:01
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.

0 participants