Skip to content

Bump the production-dependencies group with 2 updates - #810

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-4327d8210a
Open

Bump the production-dependencies group with 2 updates#810
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-4327d8210a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 11, 2026

Copy link
Copy Markdown
Contributor

Bumps the production-dependencies group with 2 updates: react-ace and react-aria-components.

Updates react-ace from 14.0.1 to 15.0.0

Release notes

Sourced from react-ace's releases.

v15.0.0 - ESM Support

Closes #2122 and #1540

react-ace now ships a native ESM build alongside CommonJS. import AceEditor from "react-ace" resolves to real ES modules in modern bundlers and in Node — fixing default-import interop under Vite 8's stricter CommonJS handling (#2122).

  • New exports map with import/require conditions and per-format TypeScript declarations (lib/index.mjs + lib/index.d.mts for ESM, lib/index.js + lib/index.d.ts for CJS)
  • module field added for older bundlers; main/types unchanged for legacy tooling
  • Verified with publint and arethetypeswrong (green across node10, node16, and bundler resolution modes)

Breaking changes

  • Deep imports are no longer supported. The exports map only exposes the package root, so paths like react-ace/lib/ace no longer resolve. Import everything from the root instead: import AceEditor, { split as SplitEditor, diff as DiffEditor } from "react-ace";
  • These were never documented; most users are unaffected.
  • ace-builds now loads when react-ace is imported rather than lazily on first render. Bundle contents are unchanged (it was always included); if you want to defer loading, lazy-load react-ace itself, e.g. via React.lazy().

Other changes

  • The SSR window shim is gone — modern ace-builds evaluates cleanly without a window object, so server-side imports work with no globals mutation.
  • Fixed prop-types usage that would crash under Node's ESM loader (PropTypes.oneOfType is not a function).
  • Loading Ace from a CDN (window.ace) continues to work as before, as do the UMD bundles in dist/.

v14.1.0

What's Changed

New Contributors

Full Changelog: securingsincity/react-ace@v14.0.1...v14.1.0

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for react-ace since your current version.

Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Updates react-aria-components from 1.19.0 to 1.20.0

Release notes

Sourced from react-aria-components's releases.

React Aria Components v1.20.0

This release includes many new components and features!

  • The new PreviewTrigger component shows a Popover on hover, focus, or long press. Unlike Tooltip, it may include interactive content, useful for hoverable link previews.
  • TokenField (alpha) allows users to enter text with inline tokens. Use it to build AI prompt fields, tag inputs, structured search fields, mention inputs, and multi-select comboboxes.
  • MenuTrigger now supports trigger="contextMenu", enabling accessible context menus via mouse, keyboard, and touch input.
  • A simpler API to implement keyboard shortcuts to useKeyboard.
  • Support for interactive components like textfields inside Table rows.

Finally, the React Aria and React Stately hook documentation has been completely rewritten! The new docs use the same styles as our React Aria Components examples, and show how to use both components and hooks together.

Full Release Notes

Commits
  • 5ecb333 Publish
  • 6d21cbd chore: Revert "docs(collections): explain updating collection structure (#102...
  • 20feac2 chore: Namespace TokenFieldValue.Direction enum (#10402)
  • 2247abc chore: omit shouldSkipAnimation from S2 Popover (#10400)
  • 3f37109 docs: remove duplicate implementation code in useDatePicker and useDateRangeP...
  • ae0ab1d fix: ResponseStatus QA (#10384)
  • 8ab01c9 docs: Document shouldObserveItemSize (#10392)
  • 9a8d4aa chore: Remove old hook docs (#10393)
  • 3823fb8 chore: export various props from mono package, narrow types, prop renames, do...
  • 1e1bd76 fix: SideNav selectedRoute optional (#10391)
  • Additional commits viewable in compare view

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 production-dependencies group with 2 updates: [react-ace](https://github.com/securingsincity/react-ace) and [react-aria-components](https://github.com/adobe/react-spectrum).


Updates `react-ace` from 14.0.1 to 15.0.0
- [Release notes](https://github.com/securingsincity/react-ace/releases)
- [Changelog](https://github.com/securingsincity/react-ace/blob/main/CHANGELOG.md)
- [Commits](securingsincity/react-ace@v14.0.1...v15.0.0)

Updates `react-aria-components` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/react-aria-components@1.19.0...react-aria-components@1.20.0)

---
updated-dependencies:
- dependency-name: react-ace
  dependency-version: 15.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: react-aria-components
  dependency-version: 1.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

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 Aug 11, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 11, 2026 16:17
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 11, 2026
@dependabot dependabot Bot added the javascript Pull requests that update javascript code label Aug 11, 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