-
-
Notifications
You must be signed in to change notification settings - Fork 280
build(deps): bump image-size from 1.2.0 to 2.0.0 #2003
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
Merged
Merged
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
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]>
yuri-kiss
previously requested changes
Mar 3, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't merge this, it breaks the image validation system
GarboMuffin
approved these changes
Mar 3, 2025
yuri-kiss
approved these changes
Mar 3, 2025
jexjws
pushed a commit
to 40codeTeam/tw-extensions
that referenced
this pull request
Mar 17, 2025
Bumps [image-size](https://github.com/image-size/image-size) from 1.2.0 to 2.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/image-size/image-size/releases">image-size's releases</a>.</em></p> <blockquote> <h2>v2.0.0</h2> <p>The release</p> <ul> <li>Adds dual support for CJS and ESM, switches from <code>Buffer</code> to <code>UInt8Array</code>, uses <code>DataView</code> for reads, and can therefore now also be used in browsers</li> <li>Removes all dependencies</li> <li>Introduces some performance improvements</li> <li><a href="https://github.com/image-size/image-size/blob/main/Readme.md#reading-from-a-file-syncronously-not-recommended-%EF%B8%8F">Drops synchronous API</a>.</li> </ul> <p>Please see the Readme for the usage examples.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/image-size/image-size/compare/v1.2.0...v2.0.0">https://github.com/image-size/image-size/compare/v1.2.0...v2.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/image-size/image-size/commit/1fb8f411593acbdb413eaf97817a8eb0b7e8af83"><code>1fb8f41</code></a> 2.0.0</li> <li><a href="https://github.com/image-size/image-size/commit/7b194931aa62be269d6ea471b056b0f6cddac46f"><code>7b19493</code></a> Fix for reading offset and looking up buffer at that offset without validatin...</li> <li><a href="https://github.com/image-size/image-size/commit/6d1fc2570f5890a777267f455425593dacac64f6"><code>6d1fc25</code></a> Fixed url. The domain had expired. (<a href="https://redirect.github.com/image-size/image-size/issues/423">#423</a>)</li> <li><a href="https://github.com/image-size/image-size/commit/636ebd0a5caea593174e2ff48ba374baf3239757"><code>636ebd0</code></a> 2.0.0-beta.4</li> <li><a href="https://github.com/image-size/image-size/commit/da7a9e870af19c54f99802eed2932727a4a5ffce"><code>da7a9e8</code></a> Update Readme.md</li> <li><a href="https://github.com/image-size/image-size/commit/97a20c44b12ef0410003453bf69717ef61cc2106"><code>97a20c4</code></a> Setup tsup to support both CJS and ESM</li> <li><a href="https://github.com/image-size/image-size/commit/21dbfe4e84fbe94ed14c5a34e71614a487c76992"><code>21dbfe4</code></a> revert the current ESM setup</li> <li><a href="https://github.com/image-size/image-size/commit/a3aa857b6dde7b7c7bcbf2eb038f3b663b6eab88"><code>a3aa857</code></a> Merge remote-tracking branch 'origin/main' into 2.0</li> <li><a href="https://github.com/image-size/image-size/commit/262aa37f2164b139955a30213d17872ce3299927"><code>262aa37</code></a> cleanup</li> <li><a href="https://github.com/image-size/image-size/commit/2051842666a18f57fc669f8308fe6d8843b86822"><code>2051842</code></a> feat: Add support for multi-image HEIF and HEIF transformations (<a href="https://redirect.github.com/image-size/image-size/issues/420">#420</a>)</li> <li>Additional commits viewable in <a href="https://github.com/image-size/image-size/compare/v1.2.0...v2.0.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas Weber <[email protected]>
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
pr: other
Pull requests that neither add new extensions or change existing ones
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.
Bumps image-size from 1.2.0 to 2.0.0.
Release notes
Sourced from image-size's releases.
Commits
1fb8f41
2.0.07b19493
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.4da7a9e8
Update Readme.md97a20c4
Setup tsup to support both CJS and ESM21dbfe4
revert the current ESM setupa3aa857
Merge remote-tracking branch 'origin/main' into 2.0262aa37
cleanup2051842
feat: Add support for multi-image HEIF and HEIF transformations (#420)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)