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 the npm_and_yarn group across 1 directory with 3 updates #3555

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 20, 2024

Bumps the npm_and_yarn group with 3 updates in the / directory: @excalidraw/excalidraw, @grpc/grpc-js and braces.

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

Updates @grpc/grpc-js from 1.10.6 to 1.11.3

Release notes

Sourced from @​grpc/grpc-js's releases.

@​grpc/grpc-js 1.11.3

  • Ensure the client queries the name resolver again after connections drop while using the round_robin load balancing policy (#2825)

@​grpc/grpc-js 1.11.2

  • Fix client crash on receiving a custom error code (#2801 contributed by @​hastom)
  • Report connection errors more consistently (#2808)
  • Avoid computing the channel constructor trace log when that tracer is not enabled (#2817 contributed by @​ygalbel)

@​grpc/grpc-js 1.11.1

  • Revert a change that used APIs that were not available in early minor versions of Node 14 (#2799 contributed by @​xqin)

@​grpc/grpc-js-xds 1.11.0

  • Add xDS Servers (#2783)
    • Note: this is primarily a foundation for future features. It doesn't actually do much right now.
  • Add support for dualstack socket support in xDS clients (#2665)

@​grpc/grpc-js 1.11.0

Changelog

  • Add Server connection injection API as described in gRFC L114 (#2675)
  • Implement support for an alternate DNS resolver that supports custom authorities (#2776 contributed by @​gkampitakis)
  • Add a channel option to configure retry attempt limits (#2795)
  • Add a getHost method to server call objects (#2783, #2793)
  • Fix typos and omissions in service config validation errors (#2782 contributed by @​matthewbinshtok)

Experimental API changes

Added:

  • splitHostPort
  • HostPort
  • createServerCredentialsWithInterceptors

@​grpc/grpc-js 1.10.11

  • Fix a bug that caused clients to reconnect unnecessarily while no requests are pending. (#2784)
  • Fix a bug that caused clients to fail to re-establish existing connections while waiting for DNS results (#2784)
  • Fix a bug that caused servers to sometimes not close idle connections depending on timing (#2790)
  • Fix a bug that caused calls to be pending indefinitely while unable to start after a channel is closed (#2791)

@​grpc/grpc-js 1.10.10

  • Various improvements to handling of keepalive timers (#2760 by @​davidfiala)
  • Fix a bug causing unary response client requests to hang when unexpectedly receiving multiple messages (#2772)
  • Fix a bug causing some requests to fail when making requests through a local proxy (#2746 contributed by @​mjameswh, backported in #2777)
  • Fix handling of URL-encoded user credentials in proxy configuration (#2761 contributed by @​brendan-myers, backported in #2777)
  • Fix missing client-side handling of the grpc.max_send_message_length channel option (#2779)

@​grpc/grpc-js 1.10.9

  • Avoid buffering significantly more than grpc.max_receive_message_size per received message.

@​grpc/grpc-js 1.10.8

... (truncated)

Commits
  • 8841efe Merge pull request #2825 from murgatroid99/grpc-js_round_robin_reresolve
  • a1b8972 Merge pull request #2806 from murgatroid99/grpc-js_connectivity_management_fixes
  • b3c24d0 grpc-js: round_robin: Request resolution on connection drop
  • 0c5ab98 Merge pull request #2803 from murgatroid99/grpc-js_1.11.2
  • bb4496b Merge pull request #2817 from ygalbel/tracer-slow
  • 90e472e made the call to trace to be called only when tracer is enabled
  • c63bdae Merge pull request #2808 from murgatroid99/grpc-js_transport_error_reporting
  • 3d43b1a Further reduce pick_first state space
  • d409311 grpc-js: Report session error events instead of waiting for close
  • a6575c3 grpc-js: Simplify pick_first behavior
  • Additional commits viewable in compare view

Updates braces from 3.0.2 to 3.0.3

Commits

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 Sep 20, 2024

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

Name Status Preview Comments Updated (UTC)
plate 🛑 Canceled (Inspect) Oct 2, 2024 11:41am

Copy link

codesandbox bot commented Sep 20, 2024

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link

changeset-bot bot commented Sep 20, 2024

⚠️ No Changeset found

Latest commit: db36b46

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-092e857ac7 branch from d6e7338 to 083e038 Compare September 20, 2024 12:05
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-092e857ac7 branch from 083e038 to 443a88c Compare September 20, 2024 12:46
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-092e857ac7 branch 2 times, most recently from e106b1c to 334f266 Compare September 23, 2024 07:05
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-092e857ac7 branch from 334f266 to 312f307 Compare September 23, 2024 10:00
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-092e857ac7 branch from 312f307 to c3b9274 Compare September 23, 2024 11:21
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-092e857ac7 branch from c3b9274 to 628a611 Compare September 24, 2024 01:54
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-092e857ac7 branch 2 times, most recently from 9866a2f to 9def1cf Compare September 24, 2024 02:50
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-092e857ac7 branch from 9def1cf to b5db241 Compare September 24, 2024 09:59
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-092e857ac7 branch 2 times, most recently from 7064d70 to d7a84d8 Compare September 28, 2024 13:09
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-092e857ac7 branch from d7a84d8 to e12b290 Compare September 29, 2024 02:05
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-092e857ac7 branch from e12b290 to a5354da Compare September 29, 2024 10:56
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-092e857ac7 branch 2 times, most recently from 6a79699 to 094193d Compare October 1, 2024 02:18
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-092e857ac7 branch from 094193d to b2d24ce Compare October 1, 2024 12:41
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-092e857ac7 branch from b2d24ce to 7b1de52 Compare October 1, 2024 17:29
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-092e857ac7 branch from 7b1de52 to b438cb7 Compare October 2, 2024 11:13
Bumps the npm_and_yarn group with 3 updates in the / directory: [@excalidraw/excalidraw](https://github.com/excalidraw/excalidraw), [@grpc/grpc-js](https://github.com/grpc/grpc-node) and [braces](https://github.com/micromatch/braces).


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)

Updates `@grpc/grpc-js` from 1.10.6 to 1.11.3
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/[email protected]...@grpc/[email protected])

Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 4, 2024

Superseded by #3608.

@dependabot dependabot bot closed this Oct 4, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm_and_yarn-092e857ac7 branch October 4, 2024 07:41
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