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 3 directories with 5 updates #3372

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 15, 2024

Bumps the npm_and_yarn group with 4 updates in the / directory: next, @excalidraw/excalidraw, @grpc/grpc-js and braces.
Bumps the npm_and_yarn group with 3 updates in the /templates/plate-playground-template directory: next, @udecode/plate-media and braces.
Bumps the npm_and_yarn group with 2 updates in the /templates/plate-template directory: next and braces.

Updates next from 14.3.0-canary.43 to 14.3.0-canary.87

Release notes

Sourced from next's releases.

v14.3.0-canary.87

Core Changes

  • enhance: ignore nextjs version fetch error in dev overlay: #66271
  • Trigger error for stream on client when it is not finished as expected: #65798

Example Changes

  • Update with-react-hook-form example: #66253

Misc Changes

  • Add support for IPv6 in tests: #66285
  • feat: Upgrade lightningcss: #66280
  • Fail early in release if auth fails with configured gh token: #66171
  • Update turbopack to turbopack-240528.2: #66293
  • docs: change dynamic sitemap output filename: #66273

Credits

Huge thanks to @​shubh73, @​unstubbable, @​huozhi, @​kdy1, @​eps1lon, and @​wbinnssmith for helping!

v14.3.0-canary.86

Core Changes

  • Reland bunling webpack middleware changes (#66049): #66052
  • fix dev overlay version indicator style: #66278
  • [ppr] Don't mark RSC requests as /_next/data requests: #66249

Misc Changes

  • [lint] Disable linting using project config for tests: #66145
  • 📝 docs: Add missing example code file name: #66251

Credits

Huge thanks to @​ijjk, @​huozhi, @​wyattjoh, and @​atik-persei for helping!

v14.3.0-canary.85

Core Changes

  • Bump React types to latest 18.3.x: #66181
  • Bump styled-jsx to 5.1.6: #66185
  • Fix source map loading failure for path-to-regexp: #66242
  • Bump React types to 19 rc: #66186

Example Changes

  • adopt modern & supported Apollo Client patterns in the with-apollo example: #65316

... (truncated)

Commits

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.10.11

Release notes

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

@​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

  • Fix a bug that caused channels with unix: targets to not reconnect after the channel goes idle (#2750)

@​grpc/grpc-js 1.10.7

  • Improve reporting of HTTP error codes (#2723)
  • Update dependency on @grpc/proto-loader to the latest version (#2732)
Commits
  • f8338c5 Merge pull request #2784 from murgatroid99/grpc-js_pick_first_reconnection_fix
  • 023c1d0 Merge pull request #2791 from murgatroid99/grpc-js_channel_close_pick_fix
  • fbbc78d Merge pull request #2790 from murgatroid99/grpc-js_server_idle_test_deflake
  • 810e9e6 grpc-js: Ensure pending calls end after channel close
  • 395de4b grpc-js: Refresh server idle timer if not enough time has passed
  • 745a451 grpc-js: Increase state change deadline in server idle tests
  • a5fac6f grpc-js: pick-first: Fix short circuit READY subchannel handling
  • e804ad6 grpc-js: Bump to 1.10.11
  • c1815e0 grpc-js: Fix pick_first reconnecting without active calls
  • c934257 Merge pull request #2778 from murgatroid99/grpc-js_1.10.10
  • Additional commits viewable in compare view

Updates braces from 3.0.2 to 3.0.3

Commits

Updates next from 14.1.0 to 14.1.1

Release notes

Sourced from next's releases.

v14.3.0-canary.87

Core Changes

  • enhance: ignore nextjs version fetch error in dev overlay: #66271
  • Trigger error for stream on client when it is not finished as expected: #65798

Example Changes

  • Update with-react-hook-form example: #66253

Misc Changes

  • Add support for IPv6 in tests: #66285
  • feat: Upgrade lightningcss: #66280
  • Fail early in release if auth fails with configured gh token: #66171
  • Update turbopack to turbopack-240528.2: #66293
  • docs: change dynamic sitemap output filename: #66273

Credits

Huge thanks to @​shubh73, @​unstubbable, @​huozhi, @​kdy1, @​eps1lon, and @​wbinnssmith for helping!

v14.3.0-canary.86

Core Changes

  • Reland bunling webpack middleware changes (#66049): #66052
  • fix dev overlay version indicator style: #66278
  • [ppr] Don't mark RSC requests as /_next/data requests: #66249

Misc Changes

  • [lint] Disable linting using project config for tests: #66145
  • 📝 docs: Add missing example code file name: #66251

Credits

Huge thanks to @​ijjk, @​huozhi, @​wyattjoh, and @​atik-persei for helping!

v14.3.0-canary.85

Core Changes

  • Bump React types to latest 18.3.x: #66181
  • Bump styled-jsx to 5.1.6: #66185
  • Fix source map loading failure for path-to-regexp: #66242
  • Bump React types to 19 rc: #66186

Example Changes

  • adopt modern & supported Apollo Client patterns in the with-apollo example: #65316

... (truncated)

Commits

Updates @udecode/plate-media from 30.1.2 to 36.0.10

Release notes

Sourced from @​udecode/plate-media's releases.

@​udecode/plate-media@​36.0.10

Patch Changes

  • 1bc0971774fbfb770780c9bdb94746a6f0f196a0 by @​12joan
    • Require the url property returned from URL parsers passed to useMediaState to be a valid URL and have protocol https: or http:, if present.
    • In the return value of useMediaState, rename url to unsafeUrl to indicate that it has not been sanitised.

@​udecode/plate-media@​36.0.0

No release notes provided.

Changelog

Sourced from @​udecode/plate-media's changelog.

36.0.10

Patch Changes

  • 1bc0971774fbfb770780c9bdb94746a6f0f196a0 by @​12joan
    • Require the url property returned from URL parsers passed to useMediaState to be a valid URL and have protocol https: or http:, if present.
    • In the return value of useMediaState, rename url to unsafeUrl to indicate that it has not been sanitised.

36.0.0

34.1.0

Minor Changes

34.0.2

Patch Changes

34.0.0

Minor Changes

33.0.2

Patch Changes

33.0.0

32.0.0

31.0.0

30.5.3

Patch Changes

  • 4cbed7159 by @​zbeyens – Move @udecode/plate-common to peerDeps to fix a bug when multiple instances were installed

30.4.5

Commits

Updates braces from 3.0.2 to 3.0.3

Commits

Updates next from 14.1.0 to 14.1.1

Release notes

Sourced from next's releases.

v14.3.0-canary.87

Core Changes

  • enhance: ignore nextjs version fetch error in dev overlay: #66271
  • Trigger error for stream on client when it is not finished as expected: #65798

Example Changes

  • Update with-react-hook-form example: #66253

Misc Changes

  • Add support for IPv6 in tests: #66285
  • feat: Upgrade lightningcss: #66280
  • Fail early in release if auth fails with configured gh token: #66171
  • Update turbopack to turbopack-240528.2: #66293
  • docs: change dynamic sitemap output filename: #66273

Credits

Huge thanks to @​shubh73, @​unstubbable, @​huozhi, @​kdy1, @​eps1lon, and @​wbinnssmith for helping!

v14.3.0-canary.86

Core Changes

  • Reland bunling webpack middleware changes (#66049): #66052
  • fix dev overlay version indicator style: #66278
  • [ppr] Don't mark RSC requests as /_next/data requests: #66249

Misc Changes

  • [lint] Disable linting using project config for tests: #66145
  • 📝 docs: Add missing example code file name: #66251

Credits

Huge thanks to @​ijjk, @​huozhi, @​wyattjoh, and @​atik-persei for helping!

v14.3.0-canary.85

Core Changes

  • Bump React types to latest 18.3.x: #66181
  • Bump styled-jsx to 5.1.6: #66185
  • Fix source map loading failure for path-to-regexp: #66242
  • Bump React types to 19 rc: #66186

Example Changes

  • adopt modern & supported Apollo Client patterns in the with-apollo example: #65316

... (truncated)

Commits

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.

Bumps the npm_and_yarn group with 4 updates in the / directory: [next](https://github.com/vercel/next.js), [@excalidraw/excalidraw](https://github.com/excalidraw/excalidraw), [@grpc/grpc-js](https://github.com/grpc/grpc-node) and [braces](https://github.com/micromatch/braces).
Bumps the npm_and_yarn group with 3 updates in the /templates/plate-playground-template directory: [next](https://github.com/vercel/next.js), [@udecode/plate-media](https://github.com/udecode/plate/tree/HEAD/packages/media) and [braces](https://github.com/micromatch/braces).
Bumps the npm_and_yarn group with 2 updates in the /templates/plate-template directory: [next](https://github.com/vercel/next.js) and [braces](https://github.com/micromatch/braces).


Updates `next` from 14.3.0-canary.43 to 14.3.0-canary.87
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.3.0-canary.43...v14.3.0-canary.87)

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.10.11
- [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)

Updates `next` from 14.1.0 to 14.1.1
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.3.0-canary.43...v14.3.0-canary.87)

Updates `@udecode/plate-media` from 30.1.2 to 36.0.10
- [Release notes](https://github.com/udecode/plate/releases)
- [Changelog](https://github.com/udecode/plate/blob/main/packages/media/CHANGELOG.md)
- [Commits](https://github.com/udecode/plate/commits/@udecode/[email protected]/packages/media)

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)

Updates `next` from 14.1.0 to 14.1.1
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.3.0-canary.43...v14.3.0-canary.87)

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: next
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- 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
- dependency-name: next
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@udecode/plate-media"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: braces
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: next
  dependency-type: direct:production
  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

vercel bot commented Jul 15, 2024

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

Name Status Preview Comments Updated (UTC)
plate ❌ Failed (Inspect) Jul 15, 2024 6:44pm

Copy link

changeset-bot bot commented Jul 15, 2024

⚠️ No Changeset found

Latest commit: a3fe270

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

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 15, 2024

Superseded by #3375.

@dependabot dependabot bot closed this Jul 15, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm_and_yarn-35b6c32722 branch July 15, 2024 23:53
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