Bump the all-ui-deps group across 1 directory with 22 updates
Type: Pull Request
State: Closed
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(3 days ago)
(2 days ago)
(2 days ago)
dependencies javascript
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
- See full diff in compare view
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
- #328
94b4799
Thanks@silvenon
! - fix(cli): do not crash on no rules configuredFull Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.1.3...v10.1.4
v10.1.3
Patch Changes
New Contributors
@pilikan
made their first contribution in prettier/eslint-config-prettier#325Full Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.1.2...v10.1.3
v10.1.2
Patch Changes
- #321
a8768bf
Thanks@Fdawgs
! - chore(package): add homepage for some 3rd-party registry - see #321 for more detailsv10.1.1
Patch Changes
#309
eb56a5e
Thanks@JounQin
! - fix: separate the/flat
entry for compatibilityFor flat config users, the previous
"eslint-config-prettier"
entry still works, but"eslint-config-prettier/flat"
adds a newname
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
- #328
94b4799
Thanks@silvenon
! - fix(cli): do not crash on no rules configured10.1.3
Patch Changes
10.1.2
Patch Changes
- #321
a8768bf
Thanks@Fdawgs
! - chore(package): add homepage for some 3rd-party registry - see #321 for more details10.1.1
Patch Changes
#309
eb56a5e
Thanks@JounQin
! - fix: separate the/flat
entry for compatibilityFor flat config users, the previous
"eslint-config-prettier"
entry still works, but"eslint-config-prettier/flat"
adds a newname
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
- See full diff in compare view
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
- #6081: Add support for openharmony-arm64 platform (
@hqzing
,@lukastaegert
)- #6084: Return null to defer to the default resolution behavior (
@TrickyPi
)
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
- #6081: Add support for openharmony-arm64 platform (
@hqzing
,@lukastaegert
)- #6084: Return null to defer to the default resolution behavior (
@TrickyPi
)
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
- commandDir now works with ESM files (#2461) (27eec18)
- locale: adds hebrew translation (#2357) (4266485)
- yargs is now ESM first (d90af45)
- zsh: Add default completion as fallback (#2331) (e02c91b)
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 autoloaded27eec18
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
Commits
933d576
package 02.09.25- See full diff in compare view
Updates @types/jquery
from 3.5.32 to 3.5.33
Commits
- See full diff in compare view
Updates @atlaskit/pragmatic-drag-and-drop-flourish
from 2.0.4 to 2.0.5
Commits
- See full diff in compare view
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)
becomesonOpenChange(open, eventDetails)
, whereeventDetails
containsevent
andreason
properties.(#2382) by-onOpenChange: (open, event, reason) => { +onOpenChange: (open, eventDetails) => { - if (reason === 'escape-key') { + if (eventDetails.reason === 'escape-key') { // ... } }
@atomiks
Alert Dialog
- Breaking change: Support
initialFocus
andfinalFocus
functions. TheinitialFocus
andfinalFocus
props can be functions that return DOM elements to focus. This is a new feature forfinalFocus
and a breaking change forinitialFocus
as the element must be returned directly (not as a ref). (#2536) by@atomiks
Autocomplete
Checkbox
Combobox
Context Menu
Dialog
- Breaking change: Support
initialFocus
andfinalFocus
functions. TheinitialFocus
andfinalFocus
props can be functions that return DOM elements to focus. This is a new feature forfinalFocus
and a breaking change forinitialFocus
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)
becomesonOpenChange(open, eventDetails)
, whereeventDetails
containsevent
andreason
properties.(#2382) by-onOpenChange: (open, event, reason) => { +onOpenChange: (open, eventDetails) => { - if (reason === 'escape-key') { + if (eventDetails.reason === 'escape-key') { // ... } }
@atomiks
Alert Dialog
- Breaking change: Support
initialFocus
andfinalFocus
functions. TheinitialFocus
andfinalFocus
props can be functions that return DOM elements to focus. This is a new feature forfinalFocus
and a breaking change forinitialFocus
as the element must be returned directly (not as a ref). (#2536) by@atomiks
Autocomplete
Checkbox
Combobox
Context Menu
Dialog
- Breaking change: Support
initialFocus
andfinalFocus
functions. TheinitialFocus
andfinalFocus
props can be functions that return DOM elements to focus. This is a new feature forfinalFocus
and a breaking change forinitialFocus
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] NewCombobox
andAutocomplete
components (#2105)f480adb
[field][input] AllowonValueChange
to fire whendefaultValue
/value
are ...75a6e9a
[select] Fix scroll arrows visibility based on scroll amount (#2614)457af07
[context menu] Fix default offsets whenalign=center
orside
differs (#2601)bda57dd
[useAnchorPositioning] Fix limitShift offset based on arrow size (#2571)6993b71
[useRender] ChangeStateAttributesMapping
type (#2603)6d05c7b
[popups] FixfallbackEl
cleanup (#2605)12f2f45
[useRender] AdddefaultTagName
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.1Patch Changes
@graphiql/plugin-explorer
@5
.1.0Minor Changes
- #4077
3d41e11
Thanks@dimaMachina
! - add new example Usage GraphiQL 5 with Vite, React Router andssr: true
Patch Changes
@graphiql/plugin-explorer
@5
.0.0We'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.3Major Changes
- #4009
4936492
Thanks@dimaMachina
! - separate store actions from state, adduseGraphiQLActions
state
@graphiql/plugin-explorer
@5
.0.0-rc.2Major Changes
- #4002
2d9faec
Thanks@dimaMachina
! - remove UMD builds
@graphiql/plugin-explorer
@5
.0.0-rc.1Major Changes
- #3990
27e7eb6
Thanks@dimaMachina
! - - allow multiple independent instances of GraphiQL on the same page
- store
onClickReference
in query editor in Reactref
- 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
... (truncated)
Changelog
Sourced from @graphiql/plugin-explorer
's changelog.
5.1.1
Patch Changes
5.1.0
Minor Changes
- #4077
3d41e11
Thanks@dimaMachina
! - add new example Usage GraphiQL 5 with Vite, React Router andssr: true
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 Reactref
- 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, adduseGraphiQLActions
state#4002
2d9faec
Thanks@dimaMachina
! - remove UMD buildsPatch Changes
#3949
0844dc1
Thanks@dimaMachina
! - - replaceonCopyQuery
hook withcopyQuery
function
- replace
onMergeQuery
hook withmergeQuery
function- replace
onPrettifyEditors
hook withprettifyEditors
function- remove
fetcher
prop fromSchemaContextProvider
andschemaStore
and addfetcher
toexecutionStore
- add
onCopyQuery
andonPrettifyQuery
props toEditorContextProvider
- remove exports (use
GraphiQLProvider
)
EditorContextProvider
ExecutionContextProvider
PluginContextProvider
SchemaContextProvider
StorageContextProvider
ExecutionContextType
PluginContextType
... (truncated)
Commits
2634924
Version Packages (#4080)1dfc857
Version Packages (#4073)d17b546
GraphiQL 5 (#3979)917b505
Sort dependencies (#3974)c8dde6c
Version Packages (#3971)7054591
revert graphql/graphiql#3946 to have support multiple...3b93d27
Version Packages (#3962)71755b7
feat(@graphiql/react
): migrate React context to zustand. Replace `useExecutio...fdc0a4f
add types check github action (#3960)60b0798
Version Packages (#3948)- Additional commits viewable in compare view
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
- [Chip] Remove unnecessary optional chaining from key event handlers (#46752)
@ZeeshanTamboli
- [Drawer] Add dialog role and aria-modal for
temporary
variant (#46690)@Yashkanekar
- [PaginationItem] Add slot descriptions and default components in API documentation (#46677)
@sai6855
- [utils] Remove duplicate isHostComponent function (#46721)
@frontman-git
@mui/codemod@7.3.2
Docs
- Remove outdated Next.js lint command (#46847)
@oliviertassinari
- Add
View as Markdown
to component link header (#46835)@siriwatknp
- Add a link to open
llms.txt
(#46832)@siriwatknp
- Fix typos in Material UI API docs (#46787)
@noritaka1166
- Fix typo extra "to" word (#46783)
@danpeleg4
- Remove past employees from about page (#46780)
@Janpot
- Fix typos in
docs/pages
folder (#46761)@noritaka1166
- Add clarification on
react-is
resolution with Material UI v6 and v7 for React 18 and below (#46633)@alisasanib
- Fix typos in
joy
andutils
package (#46713)@noritaka1166
- [autocomplete] Fix console in unstyled demo (#46804)
@oliviertassinari
- [autocomplete] Fix Google Maps brand attribution (#46803)
@oliviertassinari
- [autocomplete] Fix header sentence case (#46805)
@oliviertassinari
- [autocomplete] Fix Google Maps demo (#46793)
@oliviertassinari
- [Select] Fix labeling issues in grouped select demo (#46722)
@mj12albert
- [table] Remove outdated unstyled section (#46786)
@mj12albert
- [TextField] Add note about removal of
sizeMedium
class from InputLabel in v7 upgrade guide (#46693)@checcoux
Core
- Update
cipher-base
transitive dependency (#46800)@Janpot
- [charts] Marked Treemap chart as Pro (#46691)
@prakhargupta1
- [code-infra] Remove some csbci references (#46797)
@Janpot
- [code-infra] update build tool (#46801)
@Janpot
- [code-infra] Align pkg.pr.new with other projects (#46467)
@Janpot
- [code-infra] Prepare for incoming
execa
update (#46781)@Janpot
- [code-infra] Remove
@mui/internal-babel-plugin-resolve-imports
override config (#46754)@ZeeshanTamboli
- [core] Fix typo in
docs/mui-vale
folder (#46760)@noritaka1166
- [core] Fix typos in
docs/data/material
folder (#46757)@noritaka1166
- [core] Fix typos in
netlify
folder (#46756)@noritaka1166
- [core] Upgrade brace-expansion (#46747)
@oliviertassinari
- [core] Fix typos in Joy UI docs and
test
folder (#46738)@noritaka1166
- [core] Upgrade KaTeX (#46731)
@oliviertassinari
- [core] Avoid Polynomial regex backtracking (#46732)
@oliviertassinari
- [core] Remove dead
@toolpad/core
dependency (#46730)@oliviertassinari
... (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
- [Chip] Remove unnecessary optional chaining from key event handlers (#46752)
@ZeeshanTamboli
- [Drawer] Add dialog role and aria-modal for
temporary
variant (#46690)@Yashkanekar
- [PaginationItem] Add slot descriptions and default components in API documentation (#46677)
@sai6855
- [utils] Remove duplicate isHostComponent function (#46721)
@frontman-git
@mui/codemod@7.3.2
Docs
- Remove outdated Next.js lint command (#46847)
@oliviertassinari
- Add
View as Markdown
to component link header (#46835)@siriwatknp
- Add a link to open
llms.txt
(#46832)@siriwatknp
- Fix typos in Material UI API docs (#46787)
@noritaka1166
- Fix typo extra "to" word (#46783)
@danpeleg4
- Remove past employees from about page (#46780)
@Janpot
- Fix typos in
docs/pages
folder (#46761)@noritaka1166
- Add clarification on
react-is
resolution with Material UI v6 and v7 for React 18 and below (#46633)@alisasanib
- Fix typos in
joy
andutils
package (#46713)@noritaka1166
- [autocomplete] Fix console in unstyled demo (#46804)
@oliviertassinari
- [autocomplete] Fix Google Maps brand attribution (#46803)
@oliviertassinari
- [autocomplete] Fix header sentence case (#46805)
@oliviertassinari
- [autocomplete] Fix Google Maps demo (#46793)
@oliviertassinari
- [Select] Fix labeling issues in grouped select demo (#46722)
@mj12albert
- [table] Remove outdated unstyled section (#46786)
@mj12albert
- [TextField] Add note about removal of
sizeMedium
class from InputLabel in v7 upgrade guide (#46693)@checcoux
Core
- Update
cipher-base
transitive dependency (#46800)@Janpot
- [charts] Marked Treemap chart as Pro (#46691)
@prakhargupta1
- [code-infra] Remove some csbci references (#46797)
@Janpot
- [code-infra] update build tool (#46801)
@Janpot
- [code-infra] Align pkg.pr.new with other projects (#46467)
@Janpot
- [code-infra] Prepare for incoming
execa
update (#46781)@Janpot
- [code-infra] Remove
@mui/internal-babel-plugin-resolve-imports
override config (#46754)@ZeeshanTamboli
- [core] Fix typo in
docs/mui-vale
folder (#46760)@noritaka1166
- [core] Fix typos in
docs/data/material
folder (#46757)@noritaka1166
- [core] Fix typos in
netlify
folder (#46756)@noritaka1166
... (truncated)
Commits
857be0e
[release] v7.3.2 (#46848)433d741
Bump chalk to ^5.6.0 (#46814)f2b73a0
Bump@types/react
to ^19.1.11 (#46810)a9da53a
[code-infra] update build tool (#46801)b3a8c4b
Bump babel monorepo to ^7.28.3 (#46764)af55548
Bump@types/react
to ^19.1.10 (#46763)d0c18aa
[infra] Removefs-extra
frommui-icons-material
(#46745)d632373...
Description has been truncated
Pull Request Statistics
1
5
+1560
-1256
Package Dependencies
@typescript-eslint/parser
npm
8.41.0 → 8.42.0
Minor
@typescript-eslint/eslint-plugin
npm
8.41.0 → 8.42.0
Minor
npm
2.0.4 → 2.0.5
Patch
Technical Details
ID: | 6888389 |
UUID: | 2798515555 |
Node ID: | PR_kwDOA71WU86mzfVj |
Host: | GitHub |
Repository: | craftercms/studio-ui |
Mergeable: | Yes |
Merge State: | Unstable |