Skip to content

Bump Public packages' dependencies #1879

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jun 17, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 7, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/runtime (source) ^7.27.0 -> ^7.27.6 age adoption passing confidence
@floating-ui/react (source) ^0.27.10 -> ^0.27.12 age adoption passing confidence
@​mui/internal-test-utils ^2.0.7 -> ^2.0.9 age adoption passing confidence
@typescript-eslint/parser (source) ^8.31.1 -> ^8.33.1 age adoption passing confidence
react-router (source) ^7.5.3 -> ^7.6.2 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.6

Compare Source

🐛 Bug Fix
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • babel-generator, babel-parser, babel-types

v7.27.4

Compare Source

👓 Spec Compliance
  • babel-parser, babel-plugin-proposal-explicit-resource-management
💅 Polish
🔬 Output optimization
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3
  • babel-core, babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone

v7.27.3

Compare Source

🐛 Bug Fix
  • babel-generator
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-proposal-explicit-resource-management
  • babel-plugin-proposal-decorators, babel-types
  • babel-helper-module-transforms, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd
    • #​17257 Preserve class id when transforming using declarations with exported class (@​JLHwung)
  • babel-parser
  • babel-generator, babel-parser

v7.27.1

Compare Source

👓 Spec Compliance
🐛 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
💅 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
🏠 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
🔬 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
floating-ui/floating-ui (@​floating-ui/react)

v0.27.12

Compare Source

Patch Changes
  • fix(FloatingFocusManager): ensure aria-hidden/inert are cleaned up correctly when mixing outsideElementsInert true/false
  • fix(safePolygon): revert to checking if any nested child is open

v0.27.11

Compare Source

Patch Changes
  • fix(FloatingFocusManager): check if target is connected for restoreFocus prop
  • Update dependencies: @floating-ui/[email protected]
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.33.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.

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

v7.6.2

Compare Source

Patch Changes
  • Avoid additional with-props chunk in Framework Mode by moving route module component prop logic from the Vite plugin to react-router (#​13650)
  • [INTERNAL] Slight refactor of internal headers() function processing for use with RSC (#​13639)

v7.6.1

Compare Source

Patch Changes
  • Update Route.MetaArgs to reflect that data can be potentially undefined (#​13563)

    This is primarily for cases where a route loader threw an error to it's own ErrorBoundary. but it also arises in the case of a 404 which renders the root ErrorBoundary/meta but the root loader did not run because not routes matched.

  • Partially revert optimization added in 7.1.4 to reduce calls to matchRoutes because it surfaced other issues (#​13562)

  • Fix typegen when same route is used at multiple paths (#​13574)

    For example, routes/route.tsx is used at 4 different paths here:

    import { type RouteConfig, route } from "@​react-router/dev/routes";
    export default [
      route("base/:base", "routes/base.tsx", [
        route("home/:home", "routes/route.tsx", { id: "home" }),
        route("changelog/:changelog", "routes/route.tsx", { id: "changelog" }),
        route("splat/*", "routes/route.tsx", { id: "splat" }),
      ]),
      route("other/:other", "routes/route.tsx", { id: "other" }),
    ] satisfies RouteConfig;

    Previously, typegen would arbitrarily pick one of these paths to be the "winner" and generate types for the route module based on that path.
    Now, typegen creates unions as necessary for alternate paths for the same route file.

  • Better types for params (#​13543)

    For example:

    // routes.ts
    import { type RouteConfig, route } from "@​react-router/dev/routes";
    
    export default [
      route("parent/:p", "routes/parent.tsx", [
        route("layout/:l", "routes/layout.tsx", [
          route("child1/:c1a/:c1b", "routes/child1.tsx"),
          route("child2/:c2a/:c2b", "routes/child2.tsx"),
        ]),
      ]),
    ] satisfies RouteConfig;

    Previously, params for the routes/layout.tsx route were calculated as { p: string, l: string }.
    This incorrectly ignores params that could come from child routes.
    If visiting /parent/1/layout/2/child1/3/4, the actual params passed to routes/layout.tsx will have a type of { p: string, l: string, c1a: string, c1b: string }.

    Now, params are aware of child routes and autocompletion will include child params as optionals:

    params.|
    //     ^ cursor is here and you ask for autocompletion
    // p: string
    // l: string
    // c1a?: string
    // c1b?: string
    // c2a?: string
    // c2b?: string

    You can also narrow the types for params as it is implemented as a normalized union of params for each page that includes routes/layout.tsx:

    if (typeof params.c1a === 'string') {
      params.|
      //     ^ cursor is here and you ask for autocompletion
      // p: string
      // l: string
      // c1a: string
      // c1b: string
    }

    UNSTABLE: renamed internal react-router/route-module export to react-router/internal
    UNSTABLE: removed Info export from generated +types/* files

  • Avoid initial fetcher execution 404 error when Lazy Route Discovery is interrupted by a navigation (#​13564)

  • href replaces splats * (#​13593)

    const a = href("/products/*", { "*": "/1/edit" });
    // -> /products/1/edit

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 renovate bot added the dependencies Update of dependencies label May 7, 2025
@renovate renovate bot added the dependencies Update of dependencies label May 7, 2025
Copy link

pkg-pr-new bot commented May 7, 2025

Open in StackBlitz

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

commit: ef4962b

Copy link

netlify bot commented May 7, 2025

Deploy Preview for base-ui ready!

Name Link
🔨 Latest commit ef4962b
🔍 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.

@renovate renovate bot force-pushed the renovate/public-packages'-dependencies branch 2 times, most recently from 699d264 to 2dc9e39 Compare May 12, 2025 23:07
@renovate renovate bot force-pushed the renovate/public-packages'-dependencies branch 2 times, most recently from 873f1d8 to ea81a4f Compare May 25, 2025 14:02
@renovate renovate bot force-pushed the renovate/public-packages'-dependencies branch from ea81a4f to 017f932 Compare May 26, 2025 03:43
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label May 27, 2025
@renovate renovate bot force-pushed the renovate/public-packages'-dependencies branch from 017f932 to 97e2f1d Compare May 27, 2025 09:08
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label May 27, 2025
@renovate renovate bot force-pushed the renovate/public-packages'-dependencies branch from 97e2f1d to ad2b1b3 Compare May 27, 2025 20:58
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label May 29, 2025
@renovate renovate bot force-pushed the renovate/public-packages'-dependencies branch from ad2b1b3 to ac5f407 Compare May 29, 2025 07:29
@github-actions github-actions bot added PR: out-of-date The pull request has merge conflicts and can't be merged and removed PR: out-of-date The pull request has merge conflicts and can't be merged labels May 29, 2025
@renovate renovate bot force-pushed the renovate/public-packages'-dependencies branch from ac5f407 to 3e95df6 Compare May 29, 2025 09:42
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label May 29, 2025
@mui-bot
Copy link

mui-bot commented May 29, 2025

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 🚫 dangerJS against ef4962b

@renovate renovate bot force-pushed the renovate/public-packages'-dependencies branch 2 times, most recently from 2967a8a to 6117cb0 Compare May 31, 2025 17:39
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Jun 2, 2025
@renovate renovate bot force-pushed the renovate/public-packages'-dependencies branch from 6117cb0 to e502c92 Compare June 2, 2025 04:00
@github-actions github-actions bot added PR: out-of-date The pull request has merge conflicts and can't be merged and removed PR: out-of-date The pull request has merge conflicts and can't be merged labels Jun 2, 2025
@renovate renovate bot force-pushed the renovate/public-packages'-dependencies branch from e502c92 to 9052397 Compare June 2, 2025 04:28
@github-actions github-actions bot added PR: out-of-date The pull request has merge conflicts and can't be merged and removed PR: out-of-date The pull request has merge conflicts and can't be merged labels Jun 2, 2025
@renovate renovate bot force-pushed the renovate/public-packages'-dependencies branch 3 times, most recently from 3913da2 to 38d57d2 Compare June 2, 2025 04:53
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Jun 2, 2025
@renovate renovate bot force-pushed the renovate/public-packages'-dependencies branch 4 times, most recently from 8141a14 to 290f421 Compare June 4, 2025 01:37
@renovate renovate bot force-pushed the renovate/public-packages'-dependencies branch from 290f421 to bcdc290 Compare June 5, 2025 08:48
Copy link
Contributor Author

renovate bot commented Jun 6, 2025

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.

@michaldudak michaldudak merged commit 8418e55 into master Jun 17, 2025
22 checks passed
@michaldudak michaldudak deleted the renovate/public-packages'-dependencies branch June 17, 2025 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update of dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants