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 image-size from 1.2.0 to 2.0.0 #809

Closed
wants to merge 3 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2025

Bumps image-size from 1.2.0 to 2.0.0.

Release notes

Sourced from image-size's releases.

v2.0.0

The release

  • Adds dual support for CJS and ESM, switches from Buffer to UInt8Array, uses DataView for reads, and can therefore now also be used in browsers
  • Removes all dependencies
  • Introduces some performance improvements

Please see the Readme for the usage examples.

Full Changelog: image-size/image-size@v1.2.0...v2.0.0

Commits
  • 1fb8f41 2.0.0
  • 7b19493 Fix for reading offset and looking up buffer at that offset without validatin...
  • 6d1fc25 Fixed url. The domain had expired. (#423)
  • 636ebd0 2.0.0-beta.4
  • da7a9e8 Update Readme.md
  • 97a20c4 Setup tsup to support both CJS and ESM
  • 21dbfe4 revert the current ESM setup
  • a3aa857 Merge remote-tracking branch 'origin/main' into 2.0
  • 262aa37 cleanup
  • 2051842 feat: Add support for multi-image HEIF and HEIF transformations (#420)
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 26, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/image-size-2.0.0 branch from 85eebca to b7a3319 Compare March 2, 2025 14:18
Copy link
Owner

@boyum boyum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add test which compares output in example projects

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/image-size-2.0.0 branch 4 times, most recently from 7a7e31a to b6d10ab Compare March 7, 2025 15:18
dependabot bot and others added 3 commits March 9, 2025 18:46
Bumps [image-size](https://github.com/image-size/image-size) from 1.2.0 to 2.0.0.
- [Release notes](https://github.com/image-size/image-size/releases)
- [Commits](image-size/image-size@v1.2.0...v2.0.0)

---
updated-dependencies:
- dependency-name: image-size
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@boyum boyum force-pushed the dependabot/npm_and_yarn/image-size-2.0.0 branch from 06812d8 to 0bebae7 Compare March 9, 2025 17:46
@boyum boyum closed this Mar 9, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 9, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/image-size-2.0.0 branch March 9, 2025 22:31
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.

1 participant