Skip to content

Bump the frontends-prod group across 2 directories with 3 updates#487

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/client/frontends-prod-aa8e33d3fc
Closed

Bump the frontends-prod group across 2 directories with 3 updates#487
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/client/frontends-prod-aa8e33d3fc

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the frontends-prod group with 3 updates in the /client directory: isomorphic-dompurify, react-router and react-router-dom.
Bumps the frontends-prod group with 3 updates in the /welcome directory: isomorphic-dompurify, 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 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 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 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 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 8, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 8, 2025
Bumps the frontends-prod group with 3 updates in the /client directory: [isomorphic-dompurify](https://github.com/kkomelin/isomorphic-dompurify), [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 3 updates in the /welcome directory: [isomorphic-dompurify](https://github.com/kkomelin/isomorphic-dompurify), [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 `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 `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 `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 `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: 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: 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: 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: 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-aa8e33d3fc branch from 7e3f303 to 5362aea Compare July 9, 2025 04:54
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jul 10, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jul 10, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/client/frontends-prod-aa8e33d3fc branch July 10, 2025 04:48
@github-project-automation github-project-automation bot moved this from New to Delivered in Openconext-Invite Jul 10, 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