base-ui icon indicating copy to clipboard operation
base-ui copied to clipboard

Bump Public packages' dependencies

Open renovate[bot] opened this issue 7 months ago • 2 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/runtime (source) ^7.27.0 -> ^7.27.1 age adoption passing confidence
@​mui/internal-test-utils ^2.0.7 -> ^2.0.8 age adoption passing confidence
@typescript-eslint/parser (source) ^8.31.1 -> ^8.32.1 age adoption passing confidence
react-router (source) ^7.5.3 -> ^7.6.0 age adoption passing confidence
vitest-browser-react ^0.1.1 -> ^0.2.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/runtime)

v7.27.1

Compare Source

:eyeglasses: Spec Compliance
:bug: Bug Fix
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
  • babel-generator, babel-parser
    • #​17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@​JLHwung)
  • babel-parser
  • babel-compat-data, babel-preset-env
  • babel-traverse
  • babel-generator
:nail_care: Polish
  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse
:house: Internal
  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • Other
  • babel-register
  • babel-cli, babel-compat-data, babel-core, babel-generator, babel-helper-compilation-targets, babel-helper-fixtures, babel-helper-module-imports, babel-helper-module-transforms, babel-helper-plugin-test-runner, babel-helper-transform-fixture-test-runner, babel-helpers, babel-node, babel-parser, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-modules-umd, babel-plugin-transform-react-display-name, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-preset-env, babel-register, babel-standalone, babel-types
  • babel-plugin-transform-regenerator
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-regenerator
  • babel-helpers
:microscope: Output optimization
  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.32.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.32.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

remix-run/react-router (react-router)

v7.6.0

Compare Source

Minor Changes
  • Added a new react-router.config.ts routeDiscovery option to configure Lazy Route Discovery behavior. (#​13451)

    • By default, Lazy Route Discovery is enabled and makes manifest requests to the /__manifest path:
      • routeDiscovery: { mode: "lazy", manifestPath: "/__manifest" }
    • You can modify the manifest path used:
      • routeDiscovery: { mode: "lazy", manifestPath: "/custom-manifest" }
    • Or you can disable this feature entirely and include all routes in the manifest on initial document load:
      • routeDiscovery: { mode: "initial" }
  • Add support for route component props in createRoutesStub. This allows you to unit test your route components using the props instead of the hooks: (#​13528)

    let RoutesStub = createRoutesStub([
      {
        path: "/",
        Component({ loaderData }) {
          let data = loaderData as { message: string };
          return <pre data-testid="data">Message: {data.message}</pre>;
        },
        loader() {
          return { message: "hello" };
        },
      },
    ]);
    
    render(<RoutesStub />);
    
    await waitFor(() => screen.findByText("Message: hello"));
    
Patch Changes
  • Fix react-router module augmentation for NodeNext (#​13498)

  • Don't bundle react-router in react-router/dom CJS export (#​13497)

  • Fix bug where a submitting fetcher would get stuck in a loading state if a revalidating loader redirected (#​12873)

  • Fix hydration error if a server loader returned undefined (#​13496)

  • Fix initial load 404 scenarios in data mode (#​13500)

  • Stabilize useRevalidator's revalidate function (#​13542)

  • Preserve status code if a clientAction throws a data() result in framework mode (#​13522)

  • Be defensive against leading double slashes in paths to avoid Invalid URL errors from the URL constructor (#​13510)

    • Note we do not sanitize/normalize these paths - we only detect them so we can avoid the error that would be thrown by new URL("//", window.location.origin)
  • Remove Navigator declaration for navigator.connection.saveData to avoid messing with any other types beyond saveData in userland (#​13512)

  • Fix handleError params values on .data requests for routes with a dynamic param as the last URL segment (#​13481)

  • Don't trigger an ErrorBoundary UI before the reload when we detect a manifest verison mismatch in Lazy Route Discovery (#​13480)

  • Inline [email protected] dependency and fix decoding ordering of Map/Set instances (#​13518)

  • Only render dev warnings in DEV mode (#​13461)

  • UNSTABLE: Fix a few bugs with error bubbling in middleware use-cases (#​13538)

  • Short circuit post-processing on aborted dataStrategy requests (#​13521)

    • This resolves non-user-facing console errors of the form Cannot read properties of undefined (reading 'result')
vitest-dev/vitest-browser-react (vitest-browser-react)

v0.2.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - "before 6:00am on Wednesday" in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • [ ] If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] avatar May 07 '25 03:05 renovate[bot]

Open in StackBlitz

npm i https://pkg.pr.new/@base-ui-components/react@1879

commit: ef4962b

pkg-pr-new[bot] avatar May 07 '25 03:05 pkg-pr-new[bot]

Deploy Preview for base-ui ready!

Name Link
Latest commit ef4962b7503f521cf0d12540aa47d19f39b5ed3f
Latest deploy log https://app.netlify.com/projects/base-ui/deploys/6851803cd827c20008f60ce3
Deploy Preview https://deploy-preview-1879--base-ui.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

netlify[bot] avatar May 07 '25 03:05 netlify[bot]

Bundle size report

Total Size Change: 🔺+582B(+0.04%) - Total Gzip Change: 🔺+309B(+0.06%) Files: 41 total (0 added, 0 removed, 35 changed)

Show details for 41 more bundles

@base-ui-components/react/selectparsed: 🔺+225B(+0.19%) gzip: 🔺+69B(+0.17%) @base-ui-components/react/alert-dialogparsed: 🔺+224B(+0.44%) gzip: 🔺+78B(+0.45%) @base-ui-components/react/dialogparsed: 🔺+224B(+0.43%) gzip: 🔺+72B(+0.41%) @base-ui-components/reactparsed: 🔺+79B(+0.03%) gzip: 🔺+29B(+0.03%) @base-ui-components/react/context-menuparsed: 🔺+79B(+0.07%) gzip: 🔺+37B(+0.10%) @base-ui-components/react/menuparsed: 🔺+79B(+0.07%) gzip: 🔺+33B(+0.09%) @base-ui-components/react/popoverparsed: 🔺+79B(+0.09%) gzip: 🔺+36B(+0.12%) @base-ui-components/react/accordionparsed: 🔺+1B(0.00%) gzip: 🔺+3B(+0.04%) @base-ui-components/react/avatarparsed: 🔺+1B(+0.01%) gzip: 🔺+3B(+0.11%) @base-ui-components/react/checkboxparsed: 🔺+1B(+0.01%) gzip: 🔺+2B(+0.03%) @base-ui-components/react/checkbox-groupparsed: 🔺+1B(+0.01%) gzip: 🔺+1B(+0.02%) @base-ui-components/react/collapsibleparsed: 🔺+1B(+0.01%) gzip: 🔺+1B(+0.02%) @base-ui-components/react/fieldparsed: 🔺+1B(+0.01%) gzip: 🔺+1B(+0.02%) @base-ui-components/react/fieldsetparsed: 🔺+1B(+0.02%) gzip: 🔺+1B(+0.04%) @base-ui-components/react/inputparsed: 🔺+1B(+0.01%) gzip: 0B(0.00%) @base-ui-components/react/menubarparsed: 🔺+1B(0.00%) gzip: 🔺+3B(+0.04%) @base-ui-components/react/meterparsed: 🔺+1B(+0.01%) gzip: 🔺+2B(+0.07%) @base-ui-components/react/number-fieldparsed: 🔺+1B(0.00%) gzip: 🔺+2B(+0.02%) @base-ui-components/react/progressparsed: 🔺+1B(+0.01%) gzip: 🔺+2B(+0.07%) @base-ui-components/react/radioparsed: 🔺+1B(+0.01%) gzip: 🔺+2B(+0.04%) @base-ui-components/react/radio-groupparsed: 🔺+1B(0.00%) gzip: 🔺+4B(+0.05%) @base-ui-components/react/scroll-areaparsed: 🔺+1B(+0.01%) gzip: 🔺+2B(+0.04%) @base-ui-components/react/sliderparsed: 🔺+1B(0.00%) gzip: 🔺+2B(+0.02%) @base-ui-components/react/switchparsed: 🔺+1B(+0.01%) gzip: 🔺+3B(+0.06%) @base-ui-components/react/tabsparsed: 🔺+1B(0.00%) gzip: 🔺+3B(+0.03%) @base-ui-components/react/toastparsed: 🔺+1B(0.00%) gzip: 🔺+1B(+0.01%) @base-ui-components/react/toggleparsed: 🔺+1B(+0.01%) gzip: 🔺+1B(+0.03%) @base-ui-components/react/toggle-groupparsed: 🔺+1B(+0.01%) gzip: 0B(0.00%) @base-ui-components/react/toolbarparsed: 🔺+1B(0.00%) gzip: 🔺+1B(+0.01%) @base-ui-components/react/unstable-no-ssrparsed: 🔺+1B(+0.08%) gzip: 🔺+2B(+0.29%) @base-ui-components/react/utilsparsed: 🔺+1B(+0.01%) gzip: 🔺+2B(+0.06%) Base UI checkboxparsed: 🔺+1B(+0.01%) gzip: 🔺+2B(+0.03%) @base-ui-components/react/navigation-menuparsed: ▼-144B(-0.17%) gzip: ▼-21B(-0.07%) @base-ui-components/react/preview-cardparsed: ▼-144B(-0.25%) gzip: ▼-34B(-0.17%) @base-ui-components/react/tooltipparsed: ▼-144B(-0.22%) gzip: ▼-36B(-0.17%) @base-ui-components/react/direction-providerparsed: 0B(0.00%) gzip: 0B(0.00%) @base-ui-components/react/formparsed: 0B(0.00%) gzip: 0B(0.00%) @base-ui-components/react/merge-propsparsed: 0B(0.00%) gzip: 0B(0.00%) @base-ui-components/react/separatorparsed: 0B(0.00%) gzip: 0B(0.00%) @base-ui-components/react/unstable-use-media-queryparsed: 0B(0.00%) gzip: 0B(0.00%) @base-ui-components/react/use-renderparsed: 0B(0.00%) gzip: 0B(0.00%)

Details of bundle changes

Generated by :no_entry_sign: dangerJS against ef4962b7503f521cf0d12540aa47d19f39b5ed3f

mui-bot avatar May 29 '25 09:05 mui-bot

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

renovate[bot] avatar Jun 06 '25 08:06 renovate[bot]