Skip to content

chore(deps): bump unsplash-js from 7.0.15 to 8.0.0 in /scripts/sample-images - #288

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/scripts/sample-images/unsplash-js-8.0.0
Closed

chore(deps): bump unsplash-js from 7.0.15 to 8.0.0 in /scripts/sample-images#288
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/scripts/sample-images/unsplash-js-8.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 4, 2026

Copy link
Copy Markdown

Bumps unsplash-js from 7.0.15 to 8.0.0.

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

Changelog

Sourced from unsplash-js's changelog.

8.0.0

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

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for unsplash-js since your current version.


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 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 7.0.15 to 8.0.0.
- [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-version: 8.0.0
  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 javascript Pull requests that update Javascript code labels Jun 4, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 18, 2026

Copy link
Copy Markdown
Author

Superseded by #300.

@dependabot dependabot Bot closed this Aug 18, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/scripts/sample-images/unsplash-js-8.0.0 branch August 18, 2026 14:03
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants