Skip to content

Bump the npm-packages group with 10 updates#152

Merged
MTSOnGithub merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/npm-packages-ba0ace7cfa
Apr 6, 2026
Merged

Bump the npm-packages group with 10 updates#152
MTSOnGithub merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/npm-packages-ba0ace7cfa

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2026

Bumps the npm-packages group with 10 updates:

Package From To
ra-i18n-polyglot 5.14.4 5.14.5
ra-language-english 5.14.4 5.14.5
ra-ui-materialui 5.14.4 5.14.5
react-admin 5.14.4 5.14.5
react-router 7.13.2 7.14.0
react-router-dom 7.13.2 7.14.0
@eslint/compat 2.0.3 2.0.4
@types/node 24.12.0 24.12.2
typescript-eslint 8.57.2 8.58.0
vite 7.3.1 7.3.2

Updates ra-i18n-polyglot from 5.14.4 to 5.14.5

Release notes

Sourced from ra-i18n-polyglot's releases.

5.14.5

Changelog

Sourced from ra-i18n-polyglot's changelog.

5.14.5

Commits
Maintainer changes

This version was pushed to npm by thiery, a new releaser for ra-i18n-polyglot since your current version.


Updates ra-language-english from 5.14.4 to 5.14.5

Release notes

Sourced from ra-language-english's releases.

5.14.5

Changelog

Sourced from ra-language-english's changelog.

5.14.5

Commits
Maintainer changes

This version was pushed to npm by thiery, a new releaser for ra-language-english since your current version.


Updates ra-ui-materialui from 5.14.4 to 5.14.5

Release notes

Sourced from ra-ui-materialui's releases.

5.14.5

Changelog

Sourced from ra-ui-materialui's changelog.

5.14.5

Commits
Maintainer changes

This version was pushed to npm by thiery, a new releaser for ra-ui-materialui since your current version.


Updates react-admin from 5.14.4 to 5.14.5

Release notes

Sourced from react-admin's releases.

5.14.5

Changelog

Sourced from react-admin's changelog.

5.14.5

Commits
Maintainer changes

This version was pushed to npm by thiery, a new releaser for react-admin since your current version.


Updates react-router from 7.13.2 to 7.14.0

Release notes

Sourced from react-router's releases.

v7.14.0

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7140

Changelog

Sourced from react-router's changelog.

7.14.0

Patch Changes

  • UNSTABLE RSC FRAMEWORK MODE BREAKING CHANGE - Existing route module exports remain unchanged from stable v7 non-RSC mode, but new exports are added for RSC mode. If you want to use RSC features, you will need to update your route modules to export the new annotations. (#14901)

    If you are using RSC framework mode currently, you will need to update your route modules to the new conventions. The following route module components have their own mutually exclusive server component counterparts:

    Server Component Export Client Component
    ServerComponent default
    ServerErrorBoundary ErrorBoundary
    ServerLayout Layout
    ServerHydrateFallback HydrateFallback

    If you were previously exporting a ServerComponent, your ErrorBoundary, Layout, and HydrateFallback were also server components. If you want to keep those as server components, you can rename them and prefix them with Server. If you were previously importing the implementations of those components from a client module, you can simply inline them.

    Example:

    Before

    import { ErrorBoundary as ClientErrorBoundary } from "./client";
    export function ServerComponent() {
    // ...
    }
    export function ErrorBoundary() {
    return <ClientErrorBoundary />;
    }
    export function Layout() {
    // ...
    }
    export function HydrateFallback() {
    // ...
    }

    After

    export function ServerComponent() {
      // ...
    }
    export function ErrorBoundary() {
    // previous implementation of ClientErrorBoundary, this is now a client component

... (truncated)

Commits

Updates react-router-dom from 7.13.2 to 7.14.0

Changelog

Sourced from react-router-dom's changelog.

7.14.0

Patch Changes

  • Updated dependencies:
    • react-router@7.14.0
Commits

Updates @eslint/compat from 2.0.3 to 2.0.4

Release notes

Sourced from @​eslint/compat's releases.

migrate-config: v2.0.4

2.0.4 (2026-03-20)

Bug Fixes

  • update dependency @​eslint/eslintrc to ^3.3.5 (#397) (8567c19)

compat: v2.0.4

2.0.4 (2026-04-03)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^1.1.1 to ^1.2.0
Changelog

Sourced from @​eslint/compat's changelog.

2.0.4 (2026-04-03)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^1.1.1 to ^1.2.0
Commits

Updates @types/node from 24.12.0 to 24.12.2

Commits

Updates typescript-eslint from 8.57.2 to 8.58.0

Release notes

Sourced from typescript-eslint's releases.

v8.58.0

8.58.0 (2026-03-30)

🚀 Features

  • support TypeScript 6 (#12124)

🩹 Fixes

  • eslint-plugin: crash in no-unnecessary-type-arguments (#12163)
  • eslint-plugin: [no-extraneous-class] handle index signatures (#12142)
  • eslint-plugin: [prefer-regexp-exec] avoid fixing unknown RegExp flags (#12161)

❤️ Thank You

See GitHub Releases for more information.

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

Changelog

Sourced from typescript-eslint's changelog.

8.58.0 (2026-03-30)

🚀 Features

  • support TypeScript 6 (#12124)

❤️ Thank You

See GitHub Releases for more information.

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

Commits

Updates vite from 7.3.1 to 7.3.2

Release notes

Sourced from vite's releases.

v7.3.2

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

7.3.2 (2026-04-06)

Bug Fixes

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added the type:dependency Dependency-related changes label Apr 6, 2026
@MTSOnGithub MTSOnGithub enabled auto-merge (rebase) April 6, 2026 14:09
@dolfinus dolfinus force-pushed the dependabot/npm_and_yarn/npm-packages-ba0ace7cfa branch from ff61dc9 to eb2dd3a Compare April 6, 2026 15:52
@dolfinus
Copy link
Copy Markdown
Member

dolfinus commented Apr 6, 2026

react-addmin 5.14.5 introduced TypeScript compilation errors, and was temporary ignored in this PR: #11232

@MTSOnGithub MTSOnGithub merged commit a464d14 into develop Apr 6, 2026
6 checks passed
@MTSOnGithub MTSOnGithub deleted the dependabot/npm_and_yarn/npm-packages-ba0ace7cfa branch April 6, 2026 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:dependency Dependency-related changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants