Skip to content

Bump the patch-updates group across 1 directory with 4 updates#1557

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/patch-updates-6e8898ff7e
Open

Bump the patch-updates group across 1 directory with 4 updates#1557
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/patch-updates-6e8898ff7e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Copy link
Copy Markdown
Contributor

Bumps the patch-updates group with 4 updates in the / directory: inter-ui, prosemirror-markdown, react-textarea-autosize and @babel/core.

Updates inter-ui from 4.1.0 to 4.1.1

Changelog

Sourced from inter-ui's changelog.

Change Log

Commits

Updates prosemirror-markdown from 1.13.1 to 1.13.4

Changelog

Sourced from prosemirror-markdown's changelog.

1.13.4 (2026-02-04)

Bug fixes

Fix a regression that caused the serializer to crash when a block ends in a hard break.

1.13.3 (2026-01-20)

Bug fixes

Properly move trailing whitespace out of marks when they end in a hard break node.

1.13.2 (2025-03-18)

Bug fixes

Add a code flag to the code mark.

Commits
  • d86eff3 Mark version 1.13.4
  • 92db93f Fix an out-of-bounds crash in Markdown serialization
  • 3e8fcc5 Mark version 1.13.3
  • 7c42a17 Fix a bug with serializing whitespace-expelling marks
  • d671c23 Mark version 1.13.2
  • 65bf6b8 Mark code marks as being code
  • See full diff in compare view

Updates react-textarea-autosize from 8.5.4 to 8.5.9

Release notes

Sourced from react-textarea-autosize's releases.

v8.5.9

Patch Changes

  • #417 cbced4f Thanks @​threepointone! - Added edge-light and workerd conditions to package.json manifest to better serve users using Vercel Edge and Cloudflare Workers.

    This lets tools like Wrangler and the Cloudflare Vite Plugin pick up the right version of the built module, preventing issues like cloudflare/workers-sdk#8723.

v8.5.8

Patch Changes

  • #414 d12e6a5 Thanks @​benjaminwaterlot! - Fixed a race condition leading to an error caused by textarea being unmounted before internal requestAnimationFrame's callback being fired

v8.5.7

Patch Changes

  • #409 8c47e31 Thanks @​Andarist! - Fixed an issue with resize not happening after the containing form being reset

v8.5.6

Patch Changes

v8.5.5

Patch Changes

  • #401 4a34e1b Thanks @​olee! - Add missing wordSpacing and scrollbarGutter as properties that can impact sizing
Changelog

Sourced from react-textarea-autosize's changelog.

8.5.9

Patch Changes

  • #417 cbced4f Thanks @​threepointone! - Added edge-light and workerd conditions to package.json manifest to better serve users using Vercel Edge and Cloudflare Workers.

    This lets tools like Wrangler and the Cloudflare Vite Plugin pick up the right version of the built module, preventing issues like cloudflare/workers-sdk#8723.

8.5.8

Patch Changes

  • #414 d12e6a5 Thanks @​benjaminwaterlot! - Fixed a race condition leading to an error caused by textarea being unmounted before internal requestAnimationFrame's callback being fired

8.5.7

Patch Changes

  • #409 8c47e31 Thanks @​Andarist! - Fixed an issue with resize not happening after the containing form being reset

8.5.6

Patch Changes

8.5.5

Patch Changes

  • #401 4a34e1b Thanks @​olee! - Add missing wordSpacing and scrollbarGutter as properties that can impact sizing
Commits

Updates @babel/core from 7.29.0 to 7.29.7

Release notes

Sourced from @​babel/core's releases.

v7.29.7 (2026-05-25)

Re-release all packages with npm provenance attestations

v7.29.6 (2026-05-25)

🐛 Bug Fix

Committers: 3

v7.29.5 (2026-05-05)

🏠 Internal

  • babel-preset-env
    • Update @babel/* dependencies

v7.29.4 (2026-05-05)

🐛 Bug Fix

  • babel-plugin-transform-modules-systemjs
    • #17974 [7.x backport]fix(systemjs): improve module string name support (@​JLHwung)

Committers: 1

v7.29.3 (2026-04-30)

👓 Spec Compliance

🐛 Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
    • #17931 fix(decorators): replace super within all removed static elements (@​JLHwung)
  • babel-register
  • babel-compat-data, babel-plugin-bugfix-safari-rest-destructuring-rhs-array, babel-preset-env

💅 Polish

  • babel-parser

... (truncated)

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

Bumps the patch-updates group with 4 updates in the / directory: [inter-ui](https://github.com/philipbelesky/inter-ui), [prosemirror-markdown](https://github.com/prosemirror/prosemirror-markdown), [react-textarea-autosize](https://github.com/Andarist/react-textarea-autosize) and [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core).


Updates `inter-ui` from 4.1.0 to 4.1.1
- [Changelog](https://github.com/philipbelesky/inter-ui/blob/main/CHANGELOG.md)
- [Commits](https://github.com/philipbelesky/inter-ui/commits/v4.1.1)

Updates `prosemirror-markdown` from 1.13.1 to 1.13.4
- [Changelog](https://github.com/ProseMirror/prosemirror-markdown/blob/master/CHANGELOG.md)
- [Commits](ProseMirror/prosemirror-markdown@1.13.1...1.13.4)

Updates `react-textarea-autosize` from 8.5.4 to 8.5.9
- [Release notes](https://github.com/Andarist/react-textarea-autosize/releases)
- [Changelog](https://github.com/Andarist/react-textarea-autosize/blob/main/CHANGELOG.md)
- [Commits](Andarist/react-textarea-autosize@v8.5.4...v8.5.9)

Updates `@babel/core` from 7.29.0 to 7.29.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-core)

---
updated-dependencies:
- dependency-name: inter-ui
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: prosemirror-markdown
  dependency-version: 1.13.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: react-textarea-autosize
  dependency-version: 8.5.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@babel/core"
  dependency-version: 7.29.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 2, 2026
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.

0 participants