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

Bump @excalidraw/excalidraw from 0.16.4 to 0.17.6 in the npm_and_yarn group across 1 directory #3671

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 26, 2024

Bumps the npm_and_yarn group with 1 update in the / directory: @excalidraw/excalidraw.

Updates @excalidraw/excalidraw from 0.16.4 to 0.17.6

Release notes

Sourced from @​excalidraw/excalidraw's releases.

v0.17.3 (2024-02-09)

Fixes

  • Keep customData when converting to ExcalidrawElement. #7656

  • Umd build for browser since it was breaking in v0.17.0 #7349. Also make sure that when using Vite, the process.env.IS_PREACT is set as "true" (string) and not a boolean.

define: {
  "process.env.IS_PREACT": JSON.stringify("true"),
}
  • Disable caching bounds for arrow labels #7343

  • Bounds cached prematurely resulting in incorrectly rendered labels #7339

v0.17.0 (2023-11-14)

Features

  • Added support for disabling image tool (also disabling image insertion in general, though keeps support for importing from .excalidraw files) #6320.

    For disabling image you need to set 👇

    UIOptions.tools = {
      image: false
    }
    
  • Support excalidrawAPI prop for accessing the Excalidraw API #7251.

  • Export getCommonBounds helper from the package #7247.

  • Support frames via programmatic API #7205.

  • Export elementsOverlappingBBox, isElementInsideBBox, elementPartiallyOverlapsWithOrContainsBBox helpers for filtering/checking if elements within bounds. #6727

  • Regenerate ids by default when using transform api and also update bindings by 0.5px to avoid possible overlapping #7195

  • Add onChange, onPointerDown, onPointerUp api subscribers #7154.

  • Support props.locked for setActiveTool #7153.

  • Add selected prop for MainMenu.Item and MainMenu.ItemCustom components to indicate active state. #7078

Fixes

  • Double image dialog on image insertion #7152.

... (truncated)

Commits
  • 0dbd2a3 v0.17.6
  • 988f819 fix: allow same origin for all necessary domains (#7889)
  • db4770e v0.17.5
  • 58338e5 fix: parse embeddable srcdoc urls strictly & escape attribute url html
  • 640caba v0.17.4
  • 2879c9d fix: Gist embed allowing unsafe html (#7883)
  • 81046cc fix: keep customData when converting to ExcalidrawElement (#7656)
  • 207a0bc fix: umd build so it can be used in browser (#7349)
  • f53edb7 fix: disable caching bounds for arrow labels (#7343)
  • 8d0a8ce fix: bounds cached prematurely resulting in incorrectly rendered labels (#7339)
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Copy link

vercel bot commented Oct 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
plate 🔄 Building (Inspect) Visit Preview 💬 Add feedback Nov 5, 2024 0:14am

Copy link

codesandbox bot commented Oct 26, 2024

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link

changeset-bot bot commented Oct 26, 2024

⚠️ No Changeset found

Latest commit: 108bf33

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-fe50b054fc branch from bfd9d1b to beaf399 Compare October 26, 2024 10:53
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-fe50b054fc branch from beaf399 to 98f7c99 Compare October 26, 2024 12:22
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-fe50b054fc branch from 98f7c99 to 9fb885b Compare October 27, 2024 06:38
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-fe50b054fc branch from 9fb885b to 9d835a9 Compare October 29, 2024 03:00
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-fe50b054fc branch from 9d835a9 to 3888c68 Compare October 29, 2024 05:35
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-fe50b054fc branch from 3888c68 to 94f8780 Compare October 29, 2024 06:07
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-fe50b054fc branch from 94f8780 to e906e2f Compare October 29, 2024 07:37
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-fe50b054fc branch from e906e2f to 1f9d802 Compare October 29, 2024 08:18
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-fe50b054fc branch from 1f9d802 to 2dcfba5 Compare October 30, 2024 12:30
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-fe50b054fc branch from 2dcfba5 to 6bacac9 Compare November 1, 2024 00:36
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-fe50b054fc branch from 6bacac9 to 40ae47d Compare November 1, 2024 03:45
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-fe50b054fc branch from 40ae47d to 0d60ee6 Compare November 1, 2024 12:26
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-fe50b054fc branch from 0d60ee6 to 20be47d Compare November 1, 2024 16:26
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-fe50b054fc branch 2 times, most recently from 6e782e8 to 94fba54 Compare November 5, 2024 03:34
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-fe50b054fc branch from 94fba54 to 0b2c644 Compare November 5, 2024 08:00
Bumps the npm_and_yarn group with 1 update in the / directory: [@excalidraw/excalidraw](https://github.com/excalidraw/excalidraw).


Updates `@excalidraw/excalidraw` from 0.16.4 to 0.17.6
- [Release notes](https://github.com/excalidraw/excalidraw/releases)
- [Commits](excalidraw/excalidraw@v0.16.4...v0.17.6)

---
updated-dependencies:
- dependency-name: "@excalidraw/excalidraw"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-fe50b054fc branch from 0b2c644 to 108bf33 Compare November 5, 2024 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants