Skip to content

chore(deps): bump the dependencies group with 4 updates#8178

Merged
webpack[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/dependencies-4035f8376e
Apr 7, 2026
Merged

chore(deps): bump the dependencies group with 4 updates#8178
webpack[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/dependencies-4035f8376e

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the dependencies group with 4 updates: react-router, react-router-dom, eslint-config-webpack and eslint-plugin-cypress.

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-config-webpack from 4.9.4 to 4.9.5

Release notes

Sourced from eslint-config-webpack's releases.

v4.9.5

Patch Changes

Changelog

Sourced from eslint-config-webpack's changelog.

4.9.5

Patch Changes

Commits
  • 99cbacb chore(release): new release (#140)
  • c7c82ca fix: update deps (#139)
  • 46017f3 chore(deps-dev): bump typescript from 5.9.3 to 6.0.2 (#132)
  • 930f937 chore(deps): bump the dependencies group with 2 updates (#136)
  • aeea78f chore(deps): bump brace-expansion (#135)
  • c4bcb23 chore(deps): bump eslint-plugin-jsdoc in the dependencies group (#133)
  • 8476983 chore(deps): bump codecov/codecov-action in the dependencies group (#134)
  • 22537eb chore(deps): bump eslint-plugin-jest (#129)
  • See full diff in compare view

Updates eslint-plugin-cypress from 6.2.1 to 6.2.3

Release notes

Sourced from eslint-plugin-cypress's releases.

v6.2.3

6.2.3 (2026-04-06)

Bug Fixes

  • no-unnecessary-waiting flag identifiers defined in object/array patterns (#308) (f5ccf77)

v6.2.2

6.2.2 (2026-04-02)

Bug Fixes

  • deps: update dependency globals to ^17.4.0 (#319) (3653e82)
Commits
  • f5ccf77 fix: no-unnecessary-waiting flag identifiers defined in object/array patter...
  • 3653e82 fix(deps): update dependency globals to ^17.4.0 (#319)
  • c85eae0 chore(renovate): disable peerDependencies updating (#318)
  • 34440ee chore(deps): move semantic-release to circleci only (#311)
  • See full diff in compare view

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

Bumps the dependencies group with 4 updates: [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router), [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom), [eslint-config-webpack](https://github.com/webpack/eslint-config-webpack) and [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress).


Updates `react-router` from 7.13.2 to 7.14.0
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router@7.14.0/packages/react-router)

Updates `react-router-dom` from 7.13.2 to 7.14.0
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.14.0/packages/react-router-dom)

Updates `eslint-config-webpack` from 4.9.4 to 4.9.5
- [Release notes](https://github.com/webpack/eslint-config-webpack/releases)
- [Changelog](https://github.com/webpack/eslint-config-webpack/blob/main/CHANGELOG.md)
- [Commits](webpack/eslint-config-webpack@v4.9.4...v4.9.5)

Updates `eslint-plugin-cypress` from 6.2.1 to 6.2.3
- [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases)
- [Commits](cypress-io/eslint-plugin-cypress@v6.2.1...v6.2.3)

---
updated-dependencies:
- dependency-name: react-router
  dependency-version: 7.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react-router-dom
  dependency-version: 7.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint-config-webpack
  dependency-version: 4.9.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: eslint-plugin-cypress
  dependency-version: 6.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 7, 2026
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 7, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
webpack-js-org Ready Ready Preview, Comment Apr 7, 2026 7:19pm

Request Review

@webpack webpack bot enabled auto-merge (squash) April 7, 2026 19:16
@webpack webpack bot merged commit d8e02e7 into main Apr 7, 2026
9 checks passed
@webpack webpack bot deleted the dependabot/npm_and_yarn/dependencies-4035f8376e branch April 7, 2026 19:25
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