Skip to content

Javascript dependency: Bump @mui/x-date-pickers from 8.28.3 to 9.0.2 in /web#9888

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/web/mui/x-date-pickers-9.0.2
Open

Javascript dependency: Bump @mui/x-date-pickers from 8.28.3 to 9.0.2 in /web#9888
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/web/mui/x-date-pickers-9.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Bumps @mui/x-date-pickers from 8.28.3 to 9.0.2.

Release notes

Sourced from @​mui/x-date-pickers's releases.

v9.0.2

We'd like to extend a big thank you to the 12 contributors who made this release possible. Here are some highlights ✨:

  • 📊 Added valueGetter to axes and series configurations, which allow for dynamically getting data out of a dataset.
  • 🐞 Bugfixes
  • 📚 Docs updates

Special thanks go out to these community members for their valuable contributions: @​Anexus5919, @​nk10nikhil

The following team members contributed to this release: @​aemartos, @​alexfauquette, @​brijeshb42, @​Janpot, @​JCQuintas, @​LukasTy, @​MBilalShafi, @​michelengelen, @​rita-codes, @​sai6855

Data Grid

@mui/x-data-grid@9.0.2

@mui/x-data-grid-pro@9.0.2 pro

Same changes as in @mui/x-data-grid@9.0.2.

@mui/x-data-grid-premium@9.0.2 premium

Same changes as in @mui/x-data-grid-pro@9.0.2.

Date and Time Pickers

@mui/x-date-pickers@9.0.2

@mui/x-date-pickers-pro@9.0.2 pro

Same changes as in @mui/x-date-pickers@9.0.2.

Charts

@mui/x-charts@9.0.2

... (truncated)

Changelog

Sourced from @​mui/x-date-pickers's changelog.

9.0.2

Apr 15, 2026

We'd like to extend a big thank you to the 12 contributors who made this release possible. Here are some highlights ✨:

  • 📊 Added valueGetter to axes and series configurations, which allow for dynamically getting data out of a dataset.
  • 🐞 Bugfixes
  • 📚 Docs updates

Special thanks go out to these community members for their valuable contributions: @​Anexus5919, @​nk10nikhil

The following team members contributed to this release: @​aemartos, @​alexfauquette, @​brijeshb42, @​Janpot, @​JCQuintas, @​LukasTy, @​MBilalShafi, @​michelengelen, @​rita-codes, @​sai6855

Data Grid

@mui/x-data-grid@9.0.2

@mui/x-data-grid-pro@9.0.2 pro

Same changes as in @mui/x-data-grid@9.0.2.

@mui/x-data-grid-premium@9.0.2 premium

Same changes as in @mui/x-data-grid-pro@9.0.2.

Date and Time Pickers

@mui/x-date-pickers@9.0.2

@mui/x-date-pickers-pro@9.0.2 pro

Same changes as in @mui/x-date-pickers@9.0.2.

Charts

@mui/x-charts@9.0.2

... (truncated)

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@mui/x-date-pickers](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers) from 8.28.3 to 9.0.2.
- [Release notes](https://github.com/mui/mui-x/releases)
- [Changelog](https://github.com/mui/mui-x/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/mui-x/commits/v9.0.2/packages/x-date-pickers)

---
updated-dependencies:
- dependency-name: "@mui/x-date-pickers"
  dependency-version: 9.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the Dependencies Pull requests that update a dependency file label Apr 27, 2026
asheshv added a commit that referenced this pull request May 6, 2026
Python (requirements.txt, tools/, web/regression/):
- cryptography 46.0 -> 47.0 (move CFB8 import to decrepit module to
  silence the 47.0 deprecation warning and survive 49.0 removal)
- typer 0.24 -> 0.25 for python>3.9 (drop removed [all] extra)
- safety >=1.9.0 -> >=3.7.0 (CI audit tool)
- requests >=2.21.0 -> >=2.33.1
- testtools 2.8.7 -> 2.9.1
- pycodestyle >=2.5.0 -> >=2.14.0

JavaScript (web/package.json, web/yarn.lock):
- postcss 8.5.6 -> 8.5.12
- moment-timezone 0.6.0 -> 0.6.2
- @tanstack/react-query 5.90 -> 5.100.5

Skipped (genuine breaking changes): @mui/material 7->9 (#9843),
@mui/x-date-pickers 8->9 (#9888).
asheshv added a commit that referenced this pull request May 6, 2026
Python (requirements.txt):
- boto3 1.42.* -> 1.43.* (#9908)
- psycopg 3.3.3 -> 3.3.4 (#9911) for python_version >= '3.10'

JavaScript (web/package.json, web/yarn.lock):
- axios 1.15.2 -> 1.16.0 (matches dependabot's #9907 in /runtime,
  applied to /web for cross-package consistency)

Electron runtime (runtime/package.json, runtime/yarn.lock):
- axios 1.15.2 -> 1.16.0 (#9907)
- electron 41.3.0 -> 41.5.0 (#9910)
- eslint 10.2.1 -> 10.3.0 (#9912)
- globals 17.5.0 -> 17.6.0 (#9909)
  follow-redirects 1.15.11 -> 1.16.0 transitively

Skipped (genuine breaking changes, deferred to a future minor):
- @mui/material 7 -> 9 (#9843)
- @mui/x-date-pickers 8 -> 9 (#9888)

Verified in an isolated worktree:

  - jest:                140/0/0 suites, 824/0/0 tests
  - eslint:              clean (silent)
  - pycodestyle:         0 violations project-wide
  - python regression:   1879/0/308 (PG18, --exclude feature_tests)

The axios 1.16.0 release notes call out three observable changes; only
the first is potentially relevant to pgAdmin and is a bugfix:

  - Fetch adapter now enforces maxBodyLength / maxContentLength (these
    were silently ignored on the fetch adapter before 1.16.0). pgAdmin
    does not set these limits, so behaviour is unchanged.
  - Proxy requests preserve user-supplied Host headers — pgAdmin does
    not proxy through axios.
  - Basic-auth credentials embedded in URLs are URL-decoded — pgAdmin
    does not construct credential-embedded URLs.

psycopg 3.3.4 brings three bugfixes: spurious connection-timeout in C
extension on long-uptime systems, client-side adaptation of enums whose
names need quoting, and consistent Cursor.statusmessage after
executemany().

electron 41.5.0 is a patch within the 41.x line carrying Chromium
security backports plus a Windows frameless-window resize regression
fix and a low-level mouse-hook teardown fix.
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants