An open index of dependabot pull requests across open source projects.

Bump the all-ui-deps group across 1 directory with 22 updates

Closed
Number: #4619
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: September 04, 2025 at 08:43 AM UTC
(3 days ago)
Updated: September 05, 2025 at 04:43 AM UTC
(2 days ago)
Closed: September 05, 2025 at 04:43 AM UTC
(2 days ago)
Time to Close: about 20 hours
Labels:
dependencies javascript
Description:

Bumps the all-ui-deps group with 22 updates in the / directory:

Package From To
@prettier/plugin-xml 3.3.0 3.4.2
eslint-config-prettier 9.1.2 10.1.8
rollup 4.49.0 4.50.0
yargs 17.7.2 18.0.0
ace-builds 1.43.2 1.43.3
@types/jquery 3.5.32 3.5.33
@atlaskit/pragmatic-drag-and-drop-flourish 2.0.4 2.0.5
@base-ui-components/react 1.0.0-beta.2 1.0.0-beta.3
@graphiql/plugin-explorer 3.2.5 5.1.1
@mui/icons-material 7.3.1 7.3.2
@mui/lab 7.0.0-beta.16 7.0.0-beta.17
@mui/material 7.3.1 7.3.2
@reduxjs/toolkit 2.8.2 2.9.0
graphiql 3.8.3 5.2.0
react-window 1.8.11 2.0.2
uppy 4.17.0 5.1.1
@typescript-eslint/eslint-plugin 8.41.0 8.42.0
@typescript-eslint/parser 8.41.0 8.42.0
vite 7.1.3 7.1.4
@craftercms/classes 4.3.0 4.4.0
@craftercms/content 4.3.0 4.4.1
sass 1.78.0 1.92.0

Updates @prettier/plugin-xml from 3.3.0 to 3.4.2

Changelog

Sourced from @​prettier/plugin-xml's changelog.

[3.4.2] - 2025-07-08

Changed

  • Exclude .ts and .tsx as XML extensions.

[3.4.1] - 2024-03-30

Changed

  • Fix the npm publish.

[3.4.0] - 2024-03-29

Added

  • Export plugin type.

Changed

  • Fix printing around reference nodes.
  • Trim only XML whitespace, not JS whitespace.

[3.3.1] - 2024-02-10

Changed

  • Allow elements to be marked as whitespace ignored even when they have reference nodes.
Commits

Updates eslint-config-prettier from 9.1.2 to 10.1.8

Release notes

Sourced from eslint-config-prettier's releases.

v10.1.8

republish latest version

Full Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.1.5...v10.1.8

v10.1.5

Patch Changes

Full Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.1.4...v10.1.5

v10.1.4

Patch Changes

Full Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.1.3...v10.1.4

v10.1.3

Patch Changes

New Contributors

Full Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.1.2...v10.1.3

v10.1.2

Patch Changes

v10.1.1

Patch Changes

  • #309 eb56a5e Thanks @​JounQin! - fix: separate the /flat entry for compatibility

    For flat config users, the previous "eslint-config-prettier" entry still works, but "eslint-config-prettier/flat" adds a new name property for config-inspector, we just can't add it for the default entry for compatibility.

    See also prettier/eslint-config-prettier#308

    // before
    import eslintConfigPrettier from "eslint-config-prettier";
    

    // after
    import eslintConfigPrettier from "eslint-config-prettier/flat";

... (truncated)

Changelog

Sourced from eslint-config-prettier's changelog.

eslint-config-prettier

10.1.5

Patch Changes

10.1.4

Patch Changes

10.1.3

Patch Changes

10.1.2

Patch Changes

10.1.1

Patch Changes

  • #309 eb56a5e Thanks @​JounQin! - fix: separate the /flat entry for compatibility

    For flat config users, the previous "eslint-config-prettier" entry still works, but "eslint-config-prettier/flat" adds a new name property for config-inspector, we just can't add it for the default entry for compatibility.

    See also prettier/eslint-config-prettier#308

    // before
    import eslintConfigPrettier from "eslint-config-prettier";
    

    // after
    import eslintConfigPrettier from "eslint-config-prettier/flat";

10.1.0

Minor Changes

... (truncated)

Commits

Updates rollup from 4.49.0 to 4.50.0

Release notes

Sourced from rollup's releases.

v4.50.0

4.50.0

2025-08-31

Features

  • Support openharmony-arm64 platform (#6081)

Bug Fixes

  • Fix loading of extensionless imports in config files (#6084)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.50.0

2025-08-31

Features

  • Support openharmony-arm64 platform (#6081)

Bug Fixes

  • Fix loading of extensionless imports in config files (#6084)

Pull Requests

Commits

Updates yargs from 17.7.2 to 18.0.0

Changelog

Sourced from yargs's changelog.

18.0.0 (2025-05-26)

⚠ BREAKING CHANGES

  • command names are not derived from modules passed to command.
  • singleton usage of yargs yargs.foo, yargs().argv, has been removed.
  • minimum node.js versions now ^20.19.0 || ^22.12.0 || >=23.
  • yargs is now ESM first

Features

Bug Fixes

  • addDirectory do not support absolute command dir (#2465) (3a40a78)
  • allows ESM modules commands to be extensible using visit option (#2468) (200e1aa)
  • browser: fix shims so that yargs continues working in browser context (#2457) (4ae5f57)
  • build: address problems with typescript compilation (#2445) (8d72fb3)
  • coerce should play well with parser configuration (#2308) (8343c66)
  • deps: update dependency yargs-parser to v22 (#2470) (639130d)
  • exit after async handler done (#2313) (e326cde)
  • handle spaces in bash completion (#2452) (83b7788)
  • parser-configuration should work well with generated completion script (#2332) (888db19)
  • propagate Dictionary including undefined in value type (#2393) (2b2f7f5)
  • zsh: completion no longer requires double tab when using autoloaded (0dd8fe4)

Code Refactoring

  • command names are not derived from modules passed to command. (d90af45)
  • singleton usage of yargs yargs.foo, yargs().argv, has been removed. (d90af45)

Build System

  • minimum node.js versions now ^20.19.0 || ^22.12.0 || >=23. (d90af45)
Commits
  • 0bc7255 chore(main): release 18.0.0 (#2325)
  • 639130d fix(deps): update dependency yargs-parser to v22 (#2470)
  • 200e1aa fix: allows ESM modules commands to be extensible using visit option (#2468)
  • 888db19 fix: parser-configuration should work well with generated completion script (...
  • 3a40a78 fix: addDirectory do not support absolute command dir (#2465)
  • 90e9eca docs: remove to old slack channel (#2466)
  • 0dd8fe4 fix(zsh): completion no longer requires double tab when using autoloaded
  • 27eec18 feat: commandDir now works with ESM files (#2461)
  • f9c72a7 docs: update examples to run from examples folder (#2463)
  • e02c91b feat(zsh): Add default completion as fallback (#2331)
  • Additional commits viewable in compare view

Updates ace-builds from 1.43.2 to 1.43.3

Changelog

Sourced from ace-builds's changelog.

1.43.3 (2025-09-02)

Bug Fixes

  • firefox textarea autocomplete corruption (#5860) (23ac02f)
Commits

Updates @types/jquery from 3.5.32 to 3.5.33

Commits

Updates @atlaskit/pragmatic-drag-and-drop-flourish from 2.0.4 to 2.0.5

Commits

Updates @base-ui-components/react from 1.0.0-beta.2 to 1.0.0-beta.3

Release notes

Sourced from @​base-ui-components/react's releases.

v1.0.0-beta.3

Sep 3, 2025

General changes

  • Breaking change: Base UI event details. Custom event callbacks provide BaseUIEventDetails object as their second parameter. This object contains the source event, reason and methods to customize the behavior (where applicable). For example, onOpenChange(open, event, reason) becomes onOpenChange(open, eventDetails), where eventDetails contains event and reason properties.
    -onOpenChange: (open, event, reason) => {
    +onOpenChange: (open, eventDetails) => {
    -  if (reason === 'escape-key') {
    +  if (eventDetails.reason === 'escape-key') {
         // ...
       }
     }
    
    (#2382) by @​atomiks

Alert Dialog

  • Breaking change: Support initialFocus and finalFocus functions. The initialFocus and finalFocus props can be functions that return DOM elements to focus. This is a new feature for finalFocus and a breaking change for initialFocus as the element must be returned directly (not as a ref). (#2536) by @​atomiks

Autocomplete

Checkbox

Combobox

Context Menu

  • Fix default offsets when align="center" or side differs (#2601) by @​atomiks

Dialog

  • Breaking change: Support initialFocus and finalFocus functions. The initialFocus and finalFocus props can be functions that return DOM elements to focus. This is a new feature for finalFocus and a breaking change for initialFocus as the element must be returned directly (not as a ref). (#2536) by @​atomiks
  • Restore focus to popup when focused element is removed (#2479) by @​atomiks

... (truncated)

Changelog

Sourced from @​base-ui-components/react's changelog.

v1.0.0-beta.3

Sep 3, 2025

General changes

  • Breaking change: Base UI event details. Custom event callbacks provide BaseUIEventDetails object as their second parameter. This object contains the source event, reason and methods to customize the behavior (where applicable). For example, onOpenChange(open, event, reason) becomes onOpenChange(open, eventDetails), where eventDetails contains event and reason properties.
    -onOpenChange: (open, event, reason) => {
    +onOpenChange: (open, eventDetails) => {
    -  if (reason === 'escape-key') {
    +  if (eventDetails.reason === 'escape-key') {
         // ...
       }
     }
    
    (#2382) by @​atomiks

Alert Dialog

  • Breaking change: Support initialFocus and finalFocus functions. The initialFocus and finalFocus props can be functions that return DOM elements to focus. This is a new feature for finalFocus and a breaking change for initialFocus as the element must be returned directly (not as a ref). (#2536) by @​atomiks

Autocomplete

Checkbox

Combobox

Context Menu

  • Fix default offsets when align="center" or side differs (#2601) by @​atomiks

Dialog

  • Breaking change: Support initialFocus and finalFocus functions. The initialFocus and finalFocus props can be functions that return DOM elements to focus. This is a new feature for finalFocus and a breaking change for initialFocus as the element must be returned directly (not as a ref). (#2536) by @​atomiks

... (truncated)

Commits
  • 6d2e113 [release] 1.0.0-beta.3 (#2616)
  • b7393ac [combobox] New Combobox and Autocomplete components (#2105)
  • f480adb [field][input] Allow onValueChange to fire when defaultValue/value are ...
  • 75a6e9a [select] Fix scroll arrows visibility based on scroll amount (#2614)
  • 457af07 [context menu] Fix default offsets when align=center or side differs (#2601)
  • bda57dd [useAnchorPositioning] Fix limitShift offset based on arrow size (#2571)
  • 6993b71 [useRender] Change StateAttributesMapping type (#2603)
  • 6d05c7b [popups] Fix fallbackEl cleanup (#2605)
  • 12f2f45 [useRender] Add defaultTagName parameter (#2527)
  • c9dc1fc [useRender] Add support for data-* attributes (#2524)
  • Additional commits viewable in compare view

Updates @graphiql/plugin-explorer from 3.2.5 to 5.1.1

Release notes

Sourced from @​graphiql/plugin-explorer's releases.

@​graphiql/plugin-explorer@​5.1.1

Patch Changes

@​graphiql/plugin-explorer@​5.1.0

Minor Changes

Patch Changes

@​graphiql/plugin-explorer@​5.0.0

We're thrilled to announce the release of the all-new GraphiQL 5, powered by the latest version of the Monaco editor! 🎉

We've also added support for comments in the Variables and Headers editors. This release is a major step forward.

The original issue for integrating the Monaco editor was opened over 3 years ago. And the issue requesting comments support in the Variables editor was opened over 6 years ago!

See the migration guide from GraphiQL 4

@​graphiql/plugin-explorer@​5.0.0-rc.3

Major Changes

@​graphiql/plugin-explorer@​5.0.0-rc.2

Major Changes

@​graphiql/plugin-explorer@​5.0.0-rc.1

Major Changes

  • #3990 27e7eb6 Thanks @​dimaMachina! - - allow multiple independent instances of GraphiQL on the same page
    • store onClickReference in query editor in React ref
    • remove onClickReference from variable editor
    • fix shortcut text per OS for run query in execute query button's tooltip and in default query
    • allow override all default GraphiQL plugins
    • adjust operation argument color to be purple from GraphiQL v2 on dark/light theme

@​graphiql/plugin-explorer@​4.0.7-rc.0

Migration guide

... (truncated)

Changelog

Sourced from @​graphiql/plugin-explorer's changelog.

5.1.1

Patch Changes

5.1.0

Minor Changes

Patch Changes

5.0.0

Major Changes

  • #3990 27e7eb6 Thanks @​dimaMachina! - - allow multiple independent instances of GraphiQL on the same page

    • store onClickReference in query editor in React ref
    • remove onClickReference from variable editor
    • fix shortcut text per OS for run query in execute query button's tooltip and in default query
    • allow override all default GraphiQL plugins
    • adjust operation argument color to be purple from GraphiQL v2 on dark/light theme
  • #4009 4936492 Thanks @​dimaMachina! - separate store actions from state, add useGraphiQLActions state

  • #4002 2d9faec Thanks @​dimaMachina! - remove UMD builds

Patch Changes

  • #3949 0844dc1 Thanks @​dimaMachina! - - replace onCopyQuery hook with copyQuery function

    • replace onMergeQuery hook with mergeQuery function
    • replace onPrettifyEditors hook with prettifyEditors function
    • remove fetcher prop from SchemaContextProvider and schemaStore and add fetcher to executionStore
    • add onCopyQuery and onPrettifyQuery props to EditorContextProvider
    • remove exports (use GraphiQLProvider)
      • EditorContextProvider
      • ExecutionContextProvider
      • PluginContextProvider
      • SchemaContextProvider
      • StorageContextProvider
      • ExecutionContextType
      • PluginContextType

... (truncated)

Commits

Updates @mui/icons-material from 7.3.1 to 7.3.2

Release notes

Sourced from @​mui/icons-material's releases.

v7.3.2

A big thanks to the 16 contributors who made this release possible.

@mui/material@7.3.2

@mui/codemod@7.3.2

Docs

Core

... (truncated)

Changelog

Sourced from @​mui/icons-material's changelog.

7.3.2

Sep 1, 2025

A big thanks to the 16 contributors who made this release possible.

@mui/material@7.3.2

@mui/codemod@7.3.2

Docs

Core

... (truncated)

Commits
Pull Request Statistics
Commits:
1
Files Changed:
5
Additions:
+1560
Deletions:
-1256
Package Dependencies
Ecosystem:
npm
Version Change:
1.78.0 → 1.92.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
9.1.2 → 10.1.8
Update Type:
Major
Ecosystem:
npm
Version Change:
7.3.1 → 7.3.2
Update Type:
Patch
Package:
vite
Ecosystem:
npm
Version Change:
7.1.3 → 7.1.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.41.0 → 8.42.0
Update Type:
Minor
Package:
yargs
Ecosystem:
npm
Version Change:
17.7.2 → 18.0.0
Update Type:
Major
Package:
rollup
Ecosystem:
npm
Version Change:
4.49.0 → 4.50.0
Update Type:
Minor
Package:
@mui/lab
Ecosystem:
npm
Version Change:
7.0.0-beta.16 → 7.0.0-beta.17
Ecosystem:
npm
Version Change:
7.3.1 → 7.3.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.41.0 → 8.42.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
2.8.2 → 2.9.0
Update Type:
Minor
Package:
ace-builds
Ecosystem:
npm
Version Change:
1.43.2 → 1.43.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.8.11 → 2.0.2
Update Type:
Major
Package:
graphiql
Ecosystem:
npm
Version Change:
3.8.3 → 5.2.0
Update Type:
Major
Ecosystem:
npm
Version Change:
3.5.32 → 3.5.33
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.0.0-beta.2 → 1.0.0-beta.3
Ecosystem:
npm
Version Change:
3.3.0 → 3.4.2
Update Type:
Minor
Ecosystem:
npm
Version Change:
2.0.4 → 2.0.5
Update Type:
Patch
Package:
uppy
Ecosystem:
npm
Version Change:
4.17.0 → 5.1.1
Update Type:
Major
Ecosystem:
npm
Version Change:
3.2.5 → 5.1.1
Update Type:
Major
Ecosystem:
npm
Version Change:
4.3.0 → 4.4.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.3.0 → 4.4.1
Update Type:
Minor
Technical Details
ID: 6888389
UUID: 2798515555
Node ID: PR_kwDOA71WU86mzfVj
Host: GitHub
Repository: craftercms/studio-ui
Mergeable: Yes
Merge State: Unstable