Skip to content

Bump the frontends-prod group across 2 directories with 4 updates#489

Merged
oharsta merged 1 commit intomainfrom
dependabot/npm_and_yarn/client/frontends-prod-d6c9f0f2e3
Jul 13, 2025
Merged

Bump the frontends-prod group across 2 directories with 4 updates#489
oharsta merged 1 commit intomainfrom
dependabot/npm_and_yarn/client/frontends-prod-d6c9f0f2e3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jul 10, 2025

Bumps the frontends-prod group with 4 updates in the /client directory: isomorphic-dompurify, luxon, react-router and react-router-dom.
Bumps the frontends-prod group with 4 updates in the /welcome directory: isomorphic-dompurify, luxon, react-router and react-router-dom.

Updates isomorphic-dompurify from 2.25.0 to 2.26.0

Release notes

Sourced from isomorphic-dompurify's releases.

Fixed package import in different environments

Changelog

See the complete changelog for more details.

Release

2.26.0

Commits
  • 44fb2da chore: Prepared for a release.
  • 8d6b190 docs: Removed Known Issues section from the readme to rely upon the github is...
  • 7253f1d chore: Updated dev deps.
  • a98ff10 Merge pull request #348 from dargmuesli/fix/package/exports
  • 0cdec2b fix(package): add exports
  • 1fdbdfa Merge pull request #346 from kkomelin/dependabot/npm_and_yarn/terser-5.43.1
  • 20e0883 Bump terser from 5.43.0 to 5.43.1
  • 9691604 Merge pull request #345 from kkomelin/dependabot/npm_and_yarn/vitest-3.2.4
  • e2f77b8 Bump vitest from 3.2.3 to 3.2.4
  • 2b459fe Merge pull request #344 from kkomelin/dependabot/npm_and_yarn/terser-5.43.0
  • Additional commits viewable in compare view

Updates luxon from 3.6.1 to 3.7.1

Changelog

Sourced from luxon's changelog.

3.7.1 (2025-07-09)

  • Revert change in ES6 packaging

3.7.0 (2025-07-09)

  • Added showZeros option to Duration#toHuman
  • Added Duration#removeZeros method.
  • Added rounding option to DateTime#toRelative
  • Added precision option to ISO formatting methods
  • Added signMode option to Duration#toFormat
  • Allow escaping single quotes in format strings
  • Improve output of Info.months and Info.monthsFormat for ja locale
  • Accept lowercase t as a separator in ISO strings
  • Accept lowercase z as an offset in ISO strings
  • Reject non-finite numbers where previously only NaN was rejected
  • Improve the documentation for Interval
  • Added a dark theme for the documentation site
Commits
  • 3b2f374 Release version 3.7.1
  • c67ee7d Revert "build: use the es6 build for ESM exports (#1707)"
  • cfa58a2 Release version 3.7.0
  • 7d379cc Fix unsupported signDisplay value
  • 4e81ef9 Implement "signMode" on Duration#toFormat
  • 5aa55da Improve documentation regarding Interval's half-openness
  • b188e10 add dark theme to docs (#1713)
  • cf67025 build: use the es6 build for ESM exports (#1707)
  • 73d3ee9 Improve workaround for Info.months and Info.monthsFormat for "ja" locale
  • 1a51faa Workaround for Info.months in certain locales
  • Additional commits viewable in compare view

Updates react-router from 7.6.2 to 7.6.3

Release notes

Sourced from react-router's releases.

v7.6.3

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

Changelog

Sourced from react-router's changelog.

7.6.3

Patch Changes

  • Do not serialize types for useRouteLoaderData<typeof clientLoader> (#13752)

    For types to distinguish a clientLoader from a serverLoader, you MUST annotate clientLoader args:

    //                                   👇 annotation required to skip serializing types
    export function clientLoader({}: Route.ClientLoaderArgs) {
      return { fn: () => "earth" };
    }
    function SomeComponent() {
    const data = useRouteLoaderData<typeof clientLoader>("routes/this-route");
    const planet = data?.fn() ?? "world";
    return <h1>Hello, {planet}!</h1>;
    }

Commits

Updates react-router-dom from 7.6.2 to 7.6.3

Release notes

Sourced from react-router-dom's releases.

react-router-dom-v5-compat@6.4.0-pre.15

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.15
    • react-router-dom@6.4.0-pre.15

react-router-dom-v5-compat@6.4.0-pre.11

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.11
    • react-router-dom@6.4.0-pre.11

react-router-dom-v5-compat@6.4.0-pre.10

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.10
    • react-router-dom@6.4.0-pre.10

react-router-dom-v5-compat@6.4.0-pre.9

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.9
    • react-router-dom@6.4.0-pre.9
Changelog

Sourced from react-router-dom's changelog.

7.6.3

Patch Changes

  • Updated dependencies:
    • react-router@7.6.3
Commits

Updates isomorphic-dompurify from 2.25.0 to 2.26.0

Release notes

Sourced from isomorphic-dompurify's releases.

Fixed package import in different environments

Changelog

See the complete changelog for more details.

Release

2.26.0

Commits
  • 44fb2da chore: Prepared for a release.
  • 8d6b190 docs: Removed Known Issues section from the readme to rely upon the github is...
  • 7253f1d chore: Updated dev deps.
  • a98ff10 Merge pull request #348 from dargmuesli/fix/package/exports
  • 0cdec2b fix(package): add exports
  • 1fdbdfa Merge pull request #346 from kkomelin/dependabot/npm_and_yarn/terser-5.43.1
  • 20e0883 Bump terser from 5.43.0 to 5.43.1
  • 9691604 Merge pull request #345 from kkomelin/dependabot/npm_and_yarn/vitest-3.2.4
  • e2f77b8 Bump vitest from 3.2.3 to 3.2.4
  • 2b459fe Merge pull request #344 from kkomelin/dependabot/npm_and_yarn/terser-5.43.0
  • Additional commits viewable in compare view

Updates luxon from 3.6.1 to 3.7.1

Changelog

Sourced from luxon's changelog.

3.7.1 (2025-07-09)

  • Revert change in ES6 packaging

3.7.0 (2025-07-09)

  • Added showZeros option to Duration#toHuman
  • Added Duration#removeZeros method.
  • Added rounding option to DateTime#toRelative
  • Added precision option to ISO formatting methods
  • Added signMode option to Duration#toFormat
  • Allow escaping single quotes in format strings
  • Improve output of Info.months and Info.monthsFormat for ja locale
  • Accept lowercase t as a separator in ISO strings
  • Accept lowercase z as an offset in ISO strings
  • Reject non-finite numbers where previously only NaN was rejected
  • Improve the documentation for Interval
  • Added a dark theme for the documentation site
Commits
  • 3b2f374 Release version 3.7.1
  • c67ee7d Revert "build: use the es6 build for ESM exports (#1707)"
  • cfa58a2 Release version 3.7.0
  • 7d379cc Fix unsupported signDisplay value
  • 4e81ef9 Implement "signMode" on Duration#toFormat
  • 5aa55da Improve documentation regarding Interval's half-openness
  • b188e10 add dark theme to docs (#1713)
  • cf67025 build: use the es6 build for ESM exports (#1707)
  • 73d3ee9 Improve workaround for Info.months and Info.monthsFormat for "ja" locale
  • 1a51faa Workaround for Info.months in certain locales
  • Additional commits viewable in compare view

Updates react-router from 7.6.2 to 7.6.3

Release notes

Sourced from react-router's releases.

v7.6.3

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

Changelog

Sourced from react-router's changelog.

7.6.3

Patch Changes

  • Do not serialize types for useRouteLoaderData<typeof clientLoader> (#13752)

    For types to distinguish a clientLoader from a serverLoader, you MUST annotate clientLoader args:

    //                                   👇 annotation required to skip serializing types
    export function clientLoader({}: Route.ClientLoaderArgs) {
      return { fn: () => "earth" };
    }
    function SomeComponent() {
    const data = useRouteLoaderData<typeof clientLoader>("routes/this-route");
    const planet = data?.fn() ?? "world";
    return <h1>Hello, {planet}!</h1>;
    }

Commits

Updates react-router-dom from 7.6.2 to 7.6.3

Release notes

Sourced from react-router-dom's releases.

react-router-dom-v5-compat@6.4.0-pre.15

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.15
    • react-router-dom@6.4.0-pre.15

react-router-dom-v5-compat@6.4.0-pre.11

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.11
    • react-router-dom@6.4.0-pre.11

react-router-dom-v5-compat@6.4.0-pre.10

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.10
    • react-router-dom@6.4.0-pre.10

react-router-dom-v5-compat@6.4.0-pre.9

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.9
    • react-router-dom@6.4.0-pre.9
Changelog

Sourced from react-router-dom's changelog.

7.6.3

Patch Changes

  • Updated dependencies:
    • react-router@7.6.3
Commits

Updates isomorphic-dompurify from 2.25.0 to 2.26.0

Release notes

Sourced from isomorphic-dompurify's releases.

Fixed package import in different environments

Changelog

See the complete changelog for more details.

Release

2.26.0

Commits
  • 44fb2da chore: Prepared for a release.
  • 8d6b190 docs: Removed Known Issues section from the readme to rely upon the github is...
  • 7253f1d chore: Updated dev deps.
  • a98ff10 Merge pull request #348 from dargmuesli/fix/package/exports
  • 0cdec2b fix(package): add exports
  • 1fdbdfa Merge pull request #346 from kkomelin/dependabot/npm_and_yarn/terser-5.43.1
  • 20e0883 Bump terser from 5.43.0 to 5.43.1
  • 9691604 Merge pull request #345 from kkomelin/dependabot/npm_and_yarn/vitest-3.2.4
  • e2f77b8 Bump vitest from 3.2.3 to 3.2.4
  • 2b459fe Merge pull request #344 from kkomelin/dependabot/npm_and_yarn/terser-5.43.0
  • Additional commits viewable in compare view

Updates luxon from 3.6.1 to 3.7.1

Changelog

Sourced from luxon's changelog.

3.7.1 (2025-07-09)

  • Revert change in ES6 packaging

3.7.0 (2025-07-09)

  • Added showZeros option to Duration#toHuman
  • Added Duration#removeZeros method.
  • Added rounding option to DateTime#toRelative
  • Added precision option to ISO formatting methods
  • Added signMode option to Duration#toFormat
  • Allow escaping single quotes in format strings
  • Improve output of Info.months and Info.monthsFormat for ja locale
  • Accept lowercase t as a separator in ISO strings
  • Accept lowercase z as an offset in ISO strings
  • Reject non-finite numbers where previously only NaN was rejected
  • Improve the documentation for Interval
  • Added a dark theme for the documentation site
Commits
  • 3b2f374 Release version 3.7.1
  • c67ee7d Revert "build: use the es6 build for ESM exports (#1707)"
  • cfa58a2 Release version 3.7.0
  • 7d379cc Fix unsupported signDisplay value
  • 4e81ef9 Implement "signMode" on Duration#toFormat
  • 5aa55da Improve documentation regarding Interval's half-openness
  • b188e10 add dark theme to docs (#1713)
  • cf67025 build: use the es6 build for ESM exports (#1707)
  • 73d3ee9 Improve workaround for Info.months and Info.monthsFormat for "ja" locale
  • 1a51faa Workaround for Info.months in certain locales
  • Additional commits viewable in compare view

Updates react-router from 7.6.2 to 7.6.3

Release notes

Sourced from react-router's releases.

v7.6.3

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

Changelog

Sourced from react-router's changelog.

7.6.3

Patch Changes

  • Do not serialize types for useRouteLoaderData<typeof clientLoader> (#13752)

    For types to distinguish a clientLoader from a serverLoader, you MUST annotate clientLoader args:

    //                                   👇 annotation required to skip serializing types
    export function clientLoader({}: Route.ClientLoaderArgs) {
      return { fn: () => "earth" };
    }
    function SomeComponent() {
    const data = useRouteLoaderData<typeof clientLoader>("routes/this-route");
    const planet = data?.fn() ?? "world";
    return <h1>Hello, {planet}!</h1>;
    }

Commits

Updates react-router-dom from 7.6.2 to 7.6.3

Release notes

Sourced from react-router-dom's releases.

react-router-dom-v5-compat@6.4.0-pre.15

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.15
    • react-router-dom@6.4.0-pre.15

react-router-dom-v5-compat@6.4.0-pre.11

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.11
    • react-router-dom@6.4.0-pre.11

react-router-dom-v5-compat@6.4.0-pre.10

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.10
    • react-router-dom@6.4.0-pre.10

react-router-dom-v5-compat@6.4.0-pre.9

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.9
    • react-router-dom@6.4.0-pre.9
Changelog

Sourced from react-router-dom's changelog.

7.6.3

Patch Changes

  • Updated dependencies:
    • react-router@7.6.3
Commits

Updates isomorphic-dompurify from 2.25.0 to 2.26.0

Release notes

Sourced from isomorphic-dompurify's releases.

Fixed package import in different environments

Changelog

See the complete changelog for more details.

Release

2.26.0

Commits
  • 44fb2da chore: Prepared for a release.
  • 8d6b190 docs: Removed Known Issues section from the readme to rely upon the github is...
  • 7253f1d chore: Updated dev deps.
  • a98ff10 Merge pull request #348 from dargmuesli/fix/package/exports
  • 0cdec2b fix(package): add exports
  • 1fdbdfa Merge pull request #346 from kkomelin/dependabot/npm_and_yarn/terser-5.43.1
  • 20e0883 Bump terser from 5.43.0 to 5.43.1
  • 9691604 Merge pull request #345 from kkomelin/dependabot/npm_and_yarn/vitest-3.2.4
  • e2f77b8 Bump vitest from 3.2.3 to 3.2.4
  • 2b459fe Merge pull request #344 from kkomelin/dependabot/npm_and_yarn/terser-5.43.0
  • Additional commits viewable in compare view

Updates luxon from 3.6.1 to 3.7.1

Changelog

Sourced from luxon's changelog.

3.7.1 (2025-07-09)

  • Revert change in ES6 packaging

3.7.0 (2025-07-09)

  • Added showZeros option to Duration#toHuman
  • Added Duration#removeZeros method.
  • Added rounding option to DateTime#toRelative
  • Added precision option to ISO formatting methods
  • Added signMode option to Duration#toFormat
  • Allow escaping single quotes in format strings
  • Improve output of Info.months and Info.monthsFormat for ja locale
  • Accept lowercase t as a separator in ISO strings
  • Accept lowercase z as an offset in ISO strings
  • Reject non-finite numbers where previously only NaN was rejected
  • Improve the documentation for Interval
  • Added a dark theme for the documentation site
Commits
  • 3b2f374 Release version 3.7.1
  • c67ee7d Revert "build: use the es6 build for ESM exports (#1707)"
  • cfa58a2 Release version 3.7.0
  • 7d379cc Fix unsupported signDisplay value
  • 4e81ef9 Implement "signMode" on Duration#toFormat
  • 5aa55da Improve documentation regarding Interval's half-openness
  • b188e10 add dark theme to docs (#1713)
  • cf67025 build: use the es6 build for ESM exports (#1707)
  • 73d3ee9 Improve workaround for Info.months and Info.monthsFormat for "ja" locale
  • 1a51faa Workaround for Info.months in certain locales
  • Additional commits viewable in compare view

Updates react-router from 7.6.2 to 7.6.3

Release notes

Sourced from react-router's releases.

v7.6.3

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

Changelog

Sourced from react-router's changelog.

7.6.3

Patch Changes

  • Do not serialize types for useRouteLoaderData<typeof clientLoader> (#13752)

    For types to distinguish a clientLoader from a serverLoader, you MUST annotate clientLoader args:

    //                                   👇 annotation required to skip serializing types
    export function clientLoader({}: Route.ClientLoaderArgs) {
      return { fn: () => "earth" };
    }
    function SomeComponent() {
    const data = useRouteLoaderData<typeof clientLoader>("routes/this-route");
    const planet = data?.fn() ?? "world";
    return <h1>Hello, {planet}!</h1>;
    }

Commits

Updates react-router-dom from 7.6.2 to 7.6.3

Release notes

Sourced from react-router-dom's releases.

react-router-dom-v5-compat@6.4.0-pre.15

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.15
    • react-router-dom@6.4.0-pre.15

react-router-dom-v5-compat@6.4.0-pre.11

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.11
    • react-router-dom@6.4.0-pre.11

react-router-dom-v5-compat@6.4.0-pre.10

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.10
    • react-router-dom@6.4.0-pre.10

react-router-dom-v5-compat@6.4.0-pre.9

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.9
    • react-router-dom@6.4.0-pre.9
Changelog

Sourced from react-router-dom's changelog.

7.6.3

Patch Changes

  • Updated dependencies:
    • react-router@7.6.3
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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 10, 2025
Bumps the frontends-prod group with 4 updates in the /client directory: [isomorphic-dompurify](https://github.com/kkomelin/isomorphic-dompurify), [luxon](https://github.com/moment/luxon), [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) and [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom).
Bumps the frontends-prod group with 4 updates in the /welcome directory: [isomorphic-dompurify](https://github.com/kkomelin/isomorphic-dompurify), [luxon](https://github.com/moment/luxon), [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) and [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom).


Updates `isomorphic-dompurify` from 2.25.0 to 2.26.0
- [Release notes](https://github.com/kkomelin/isomorphic-dompurify/releases)
- [Commits](kkomelin/isomorphic-dompurify@2.25.0...2.26.0)

Updates `luxon` from 3.6.1 to 3.7.1
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](moment/luxon@3.6.1...3.7.1)

Updates `react-router` from 7.6.2 to 7.6.3
- [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.6.3/packages/react-router)

Updates `react-router-dom` from 7.6.2 to 7.6.3
- [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.6.3/packages/react-router-dom)

Updates `isomorphic-dompurify` from 2.25.0 to 2.26.0
- [Release notes](https://github.com/kkomelin/isomorphic-dompurify/releases)
- [Commits](kkomelin/isomorphic-dompurify@2.25.0...2.26.0)

Updates `luxon` from 3.6.1 to 3.7.1
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](moment/luxon@3.6.1...3.7.1)

Updates `react-router` from 7.6.2 to 7.6.3
- [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.6.3/packages/react-router)

Updates `react-router-dom` from 7.6.2 to 7.6.3
- [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.6.3/packages/react-router-dom)

Updates `isomorphic-dompurify` from 2.25.0 to 2.26.0
- [Release notes](https://github.com/kkomelin/isomorphic-dompurify/releases)
- [Commits](kkomelin/isomorphic-dompurify@2.25.0...2.26.0)

Updates `luxon` from 3.6.1 to 3.7.1
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](moment/luxon@3.6.1...3.7.1)

Updates `react-router` from 7.6.2 to 7.6.3
- [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.6.3/packages/react-router)

Updates `react-router-dom` from 7.6.2 to 7.6.3
- [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.6.3/packages/react-router-dom)

Updates `isomorphic-dompurify` from 2.25.0 to 2.26.0
- [Release notes](https://github.com/kkomelin/isomorphic-dompurify/releases)
- [Commits](kkomelin/isomorphic-dompurify@2.25.0...2.26.0)

Updates `luxon` from 3.6.1 to 3.7.1
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](moment/luxon@3.6.1...3.7.1)

Updates `react-router` from 7.6.2 to 7.6.3
- [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.6.3/packages/react-router)

Updates `react-router-dom` from 7.6.2 to 7.6.3
- [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.6.3/packages/react-router-dom)

---
updated-dependencies:
- dependency-name: isomorphic-dompurify
  dependency-version: 2.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontends-prod
- dependency-name: luxon
  dependency-version: 3.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontends-prod
- dependency-name: react-router
  dependency-version: 7.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontends-prod
- dependency-name: react-router-dom
  dependency-version: 7.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontends-prod
- dependency-name: isomorphic-dompurify
  dependency-version: 2.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontends-prod
- dependency-name: luxon
  dependency-version: 3.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontends-prod
- dependency-name: react-router
  dependency-version: 7.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontends-prod
- dependency-name: react-router-dom
  dependency-version: 7.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontends-prod
- dependency-name: isomorphic-dompurify
  dependency-version: 2.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontends-prod
- dependency-name: luxon
  dependency-version: 3.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontends-prod
- dependency-name: react-router
  dependency-version: 7.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontends-prod
- dependency-name: react-router-dom
  dependency-version: 7.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontends-prod
- dependency-name: isomorphic-dompurify
  dependency-version: 2.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontends-prod
- dependency-name: luxon
  dependency-version: 3.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontends-prod
- dependency-name: react-router
  dependency-version: 7.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontends-prod
- dependency-name: react-router-dom
  dependency-version: 7.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontends-prod
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/client/frontends-prod-d6c9f0f2e3 branch from acc209a to 33ee97f Compare July 11, 2025 05:09
@oharsta oharsta merged commit 196f4fa into main Jul 13, 2025
4 checks passed
@oharsta oharsta deleted the dependabot/npm_and_yarn/client/frontends-prod-d6c9f0f2e3 branch July 13, 2025 09:03
@github-project-automation github-project-automation bot moved this from New to Delivered in Openconext-Invite Jul 13, 2025
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant