Skip to content

Bump the frontends-prod group across 2 directories with 9 updates#966

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/public-gui/frontends-prod-09fad6553c
Closed

Bump the frontends-prod group across 2 directories with 9 updates#966
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/public-gui/frontends-prod-09fad6553c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 15, 2025

Copy link
Copy Markdown
Contributor

Bumps the frontends-prod group with 7 updates in the /public-gui directory:

Package From To
@surfnet/sds 0.0.139 0.0.144
react 19.1.0 19.1.1
@types/react 19.1.8 19.1.10
react-dom 19.1.0 19.1.1
@types/react-dom 19.1.6 19.1.7
react-router 7.6.3 7.8.0
zustand 5.0.6 5.0.7

Bumps the frontends-prod group with 8 updates in the /servicedesk-gui directory:

Package From To
@surfnet/sds 0.0.139 0.0.144
react 19.1.0 19.1.1
@types/react 19.1.8 19.1.10
react-dom 19.1.0 19.1.1
@types/react-dom 19.1.6 19.1.7
zustand 5.0.6 5.0.7
react-router-dom 7.6.3 7.8.0
react-datepicker 8.4.0 8.5.0

Updates @surfnet/sds from 0.0.139 to 0.0.144

Commits

Updates react from 19.1.0 to 19.1.1

Release notes

Sourced from react's releases.

19.1.1 (July 28, 2025)

React

  • Fixed Owner Stacks to work with ES2015 function.name semantics (#33680 by @​hoxyq)
Changelog

Sourced from react's changelog.

19.1.1 (July 28, 2025)

React

  • Fixed Owner Stacks to work with ES2015 function.name semantics (#33680 by @​hoxyq)
Commits

Updates @types/react from 19.1.8 to 19.1.10

Commits

Updates react-dom from 19.1.0 to 19.1.1

Release notes

Sourced from react-dom's releases.

19.1.1 (July 28, 2025)

React

  • Fixed Owner Stacks to work with ES2015 function.name semantics (#33680 by @​hoxyq)
Changelog

Sourced from react-dom's changelog.

19.1.1 (July 28, 2025)

React

  • Fixed Owner Stacks to work with ES2015 function.name semantics (#33680 by @​hoxyq)
Commits

Updates @types/react-dom from 19.1.6 to 19.1.7

Commits

Updates react-router from 7.6.3 to 7.8.0

Release notes

Sourced from react-router's releases.

v7.8.0

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

v7.7.1

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

v7.7.0

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

Changelog

Sourced from react-router's changelog.

7.8.0

Minor Changes

  • Add nonce prop to Links & PrefetchPageLinks (#14048)
  • Add loaderData arguments/properties alongside existing data arguments/properties to provide consistency and clarity between loaderData and actionData across the board (#14047)
    • Updated types: Route.MetaArgs, Route.MetaMatch, MetaArgs, MetaMatch, Route.ComponentProps.matches, UIMatch
    • @deprecated warnings have been added to the existing data properties to point users to new loaderData properties, in preparation for removing the data properties in a future major release

Patch Changes

  • Prevent "Did not find corresponding fetcher result" console error when navigating during a fetcher.submit revalidation (#14114)

  • Bubble client-side middleware errors prior to next to the appropriate ancestor error boundary (#14138)

  • Switch Lazy Route Discovery manifest URL generation to usea standalone URLSearchParams instance instead of URL.searchParams to avoid a major performance bottleneck in Chrome (#14084)

  • Adjust internal RSC usage of React.use to avoid Webpack compilation errors when using React 18 (#14113)

  • Remove dependency on @types/node in TypeScript declaration files (#14059)

  • Fix types for UIMatch to reflect that the loaderData/data properties may be undefined (#12206)

    • When an ErrorBoundary is being rendered, not all active matches will have loader data available, since it may have been their loader that threw to trigger the boundary
    • The UIMatch.data type was not correctly handing this and would always reflect the presence of data, leading to the unexpected runtime errors when an ErrorBoundary was rendered
    • ⚠️ This may cause some type errors to show up in your code for unguarded match.data accesses - you should properly guard for undefined values in those scenarios.
    // app/root.tsx
    export function loader() {
      someFunctionThatThrows(); // ❌ Throws an Error
      return { title: "My Title" };
    }
    export function Layout({ children }: { children: React.ReactNode }) {
    let matches = useMatches();
    let rootMatch = matches[0] as UIMatch<Awaited<ReturnType<typeof loader>>>;
    //  ^ rootMatch.data is incorrectly typed here, so TypeScript does not
    //    complain if you do the following which throws an error at runtime:
    let { title } = rootMatch.data; // 💥
    return <html>...</html>;
    }

  • [UNSTABLE] Ensure resource route errors go through handleError w/middleware enabled (#14078)

  • [UNSTABLE] Propagate returned Response from server middleware if next wasn't called (#14093)

  • [UNSTABLE] Allow server middlewares to return data() values which will be converted into a Response (#14093)

... (truncated)

Commits
  • 5fb4185 chore: Update version for release (#14141)
  • 562664c chore: Update version for release (pre) (#14139)
  • 718584d Bubble client middleware errors before next to the right boundary (#14138)
  • 06e639f chore: Update version for release (pre) (#14132)
  • e31168f Update release notes
  • 05da793 fix(rsc): proxy side-effect redirects from actions for document and callServe...
  • 80c2fa5 chore: Update version for release (pre) (#14129)
  • 59dd6c9 Fix flows for returning/throwing data() from middleware (#14128)
  • 9dd7730 Middleware docs updates
  • 9aedf8c chore: Update version for release (pre) (#14127)
  • Additional commits viewable in compare view

Updates zustand from 5.0.6 to 5.0.7

Release notes

Sourced from zustand's releases.

v5.0.7

This enables a small optimization in some edge cases.

What's Changed

New Contributors

Full Changelog: pmndrs/zustand@v5.0.6...v5.0.7

Commits

Updates @surfnet/sds from 0.0.139 to 0.0.144

Commits

Updates react from 19.1.0 to 19.1.1

Release notes

Sourced from react's releases.

19.1.1 (July 28, 2025)

React

  • Fixed Owner Stacks to work with ES2015 function.name semantics (#33680 by @​hoxyq)
Changelog

Sourced from react's changelog.

19.1.1 (July 28, 2025)

React

  • Fixed Owner Stacks to work with ES2015 function.name semantics (#33680 by @​hoxyq)
Commits

Updates react-dom from 19.1.0 to 19.1.1

Release notes

Sourced from react-dom's releases.

19.1.1 (July 28, 2025)

React

  • Fixed Owner Stacks to work with ES2015 function.name semantics (#33680 by @​hoxyq)
Changelog

Sourced from react-dom's changelog.

19.1.1 (July 28, 2025)

React

  • Fixed Owner Stacks to work with ES2015 function.name semantics (#33680 by @​hoxyq)
Commits

Updates zustand from 5.0.6 to 5.0.7

Release notes

Sourced from zustand's releases.

v5.0.7

This enables a small optimization in some edge cases.

What's Changed

New Contributors

Full Changelog: pmndrs/zustand@v5.0.6...v5.0.7

Commits

Updates @surfnet/sds from 0.0.139 to 0.0.144

Commits

Updates react from 19.1.0 to 19.1.1

Release notes

Sourced from react's releases.

19.1.1 (July 28, 2025)

React

  • Fixed Owner Stacks to work with ES2015 function.name semantics (#33680 by @​hoxyq)
Changelog

Sourced from react's changelog.

19.1.1 (July 28, 2025)

React

  • Fixed Owner Stacks to work with ES2015 function.name semantics (#33680 by @​hoxyq)
Commits

Updates @types/react from 19.1.8 to 19.1.10

Commits

Updates react-dom from 19.1.0 to 19.1.1

Release notes

Sourced from react-dom's releases.

19.1.1 (July 28, 2025)

React

  • Fixed Owner Stacks to work with ES2015 function.name semantics (#33680 by @​hoxyq)
Changelog

Sourced from react-dom's changelog.

19.1.1 (July 28, 2025)

React

  • Fixed Owner Stacks to work with ES2015 function.name semantics (#33680 by @​hoxyq)
Commits

Updates @types/react-dom from 19.1.6 to 19.1.7

Commits

Updates zustand from 5.0.6 to 5.0.7

Release notes

Sourced from zustand's releases.

v5.0.7

This enables a small optimization in some edge cases.

What's Changed

New Contributors

Full Changelog: pmndrs/zustand@v5.0.6...v5.0.7

Commits

Updates @surfnet/sds from 0.0.139 to 0.0.144

Commits

Updates react from 19.1.0 to 19.1.1

Release notes

Sourced from react's releases.

19.1.1 (July 28, 2025)

React

  • Fixed Owner Stacks to work with ES2015 function.name semantics (#33680 by @​hoxyq)
Changelog

Sourced from react's changelog.

19.1.1 (July 28, 2025)

React

  • Fixed Owner Stacks to work with ES2015 function.name semantics (#33680 by @​hoxyq)
Commits

Updates react-dom from 19.1.0 to 19.1.1

Release notes

Sourced from react-dom's releases.

19.1.1 (July 28, 2025)

React

  • Fixed Owner Stacks to work with ES2015 function.name semantics (#33680 by @​hoxyq)
Changelog

Sourced from react-dom's changelog.

19.1.1 (July 28, 2025)

React

  • Fixed Owner Stacks to work with ES2015 function.name semantics (#33680 by @​hoxyq)
Commits

Updates react-router-dom from 7.6.3 to 7.8.0

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.8.0

Patch Changes

  • Updated dependencies:
    • react-router@7.8.0

7.7.1

Patch Changes

  • Updated dependencies:
    • react-router@7.7.1

7.7.0

Patch Changes

  • Updated dependencies:
    • react-router@7.7.0
Commits

Updates react-datepicker from 8.4.0 to 8.5.0

Release notes

Sourced from react-datepicker's releases.

8.5.0

What's Changed

New Contributors

Full Changelog: Hacker0x01/react-datepicker@v8.4.0...v8.5.0

Commits
  • 475a71f 8.5.0
  • 79450f4 Merge pull request #5763 from Hacker0x01/dependabot/npm_and_yarn/docs-site/vi...
  • b5e23e4 chore(deps-dev): bump @​vitejs/plugin-react in /docs-site
  • 5b8531f Merge pull request #5783 from Hacker0x01/dependabot/npm_and_yarn/docs-site/vi...
  • 2cfe4a1 Merge pull request #5775 from Hacker0x01/dependabot/npm_and_yarn/docs-site/es...
  • 6576548 Merge pull request #5777 from Hacker0x01/dependabot/npm_and_yarn/core-js-3.45.0
  • 0725b12 Merge pull request #5778 from Hacker0x01/dependabot/npm_and_yarn/multi-5aecdf...
  • 948081c chore(deps-dev): bump vite from 6.3.5 to 7.1.2 in /docs-site
  • 25e8031 chore(deps-dev): bump eslint from 9.32.0 to 9.33.0 in /docs-site
  • 847c1f2 chore(deps-dev): bump jest and @​types/jest
  • Additional commits viewable in compare view

Updates zustand from 5.0.6 to 5.0.7

Release notes

Sourced from zustand's releases.

v5.0.7

This enables a small optimization in some edge cases.

What's Changed

New Contributors

Full Changelog: pmndrs/zustand@v5.0.6...v5.0.7

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 Aug 15, 2025
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 15, 2025
@phavekes

Copy link
Copy Markdown
Member

@dependabot ignore react-router minor version

@dependabot @github

dependabot Bot commented on behalf of github Aug 15, 2025

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you about version 7.8.x of react-router again, unless you unignore it.

@phavekes

Copy link
Copy Markdown
Member

@dependabot ignore react-router-dom minor version

@dependabot @github

dependabot Bot commented on behalf of github Aug 15, 2025

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you about version 7.8.x of react-router-dom again, unless you unignore it.

@phavekes

Copy link
Copy Markdown
Member

@dependabot ignore react-datepicker minor version

@dependabot @github

dependabot Bot commented on behalf of github Aug 15, 2025

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you about version 8.5.x of react-datepicker again, unless you unignore it.

Bumps the frontends-prod group with 7 updates in the /public-gui directory:

| Package | From | To |
| --- | --- | --- |
| [@surfnet/sds](https://github.com/SURFnet/sds) | `0.0.139` | `0.0.144` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.1.0` | `19.1.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.1.8` | `19.1.10` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.1.0` | `19.1.1` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.1.6` | `19.1.7` |
| [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `7.6.3` | `7.8.0` |
| [zustand](https://github.com/pmndrs/zustand) | `5.0.6` | `5.0.7` |

Bumps the frontends-prod group with 8 updates in the /servicedesk-gui directory:

| Package | From | To |
| --- | --- | --- |
| [@surfnet/sds](https://github.com/SURFnet/sds) | `0.0.139` | `0.0.144` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.1.0` | `19.1.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.1.8` | `19.1.10` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.1.0` | `19.1.1` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.1.6` | `19.1.7` |
| [zustand](https://github.com/pmndrs/zustand) | `5.0.6` | `5.0.7` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `7.6.3` | `7.8.0` |
| [react-datepicker](https://github.com/Hacker0x01/react-datepicker) | `8.4.0` | `8.5.0` |



Updates `@surfnet/sds` from 0.0.139 to 0.0.144
- [Commits](https://github.com/SURFnet/sds/commits)

Updates `react` from 19.1.0 to 19.1.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.1.1/packages/react)

Updates `@types/react` from 19.1.8 to 19.1.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `react-dom` from 19.1.0 to 19.1.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.1.1/packages/react-dom)

Updates `@types/react-dom` from 19.1.6 to 19.1.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `react-router` from 7.6.3 to 7.8.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.8.0/packages/react-router)

Updates `zustand` from 5.0.6 to 5.0.7
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](pmndrs/zustand@v5.0.6...v5.0.7)

Updates `@surfnet/sds` from 0.0.139 to 0.0.144
- [Commits](https://github.com/SURFnet/sds/commits)

Updates `react` from 19.1.0 to 19.1.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.1.1/packages/react)

Updates `react-dom` from 19.1.0 to 19.1.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.1.1/packages/react-dom)

Updates `zustand` from 5.0.6 to 5.0.7
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](pmndrs/zustand@v5.0.6...v5.0.7)

Updates `@surfnet/sds` from 0.0.139 to 0.0.144
- [Commits](https://github.com/SURFnet/sds/commits)

Updates `react` from 19.1.0 to 19.1.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.1.1/packages/react)

Updates `@types/react` from 19.1.8 to 19.1.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `react-dom` from 19.1.0 to 19.1.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.1.1/packages/react-dom)

Updates `@types/react-dom` from 19.1.6 to 19.1.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `zustand` from 5.0.6 to 5.0.7
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](pmndrs/zustand@v5.0.6...v5.0.7)

Updates `@surfnet/sds` from 0.0.139 to 0.0.144
- [Commits](https://github.com/SURFnet/sds/commits)

Updates `react` from 19.1.0 to 19.1.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.1.1/packages/react)

Updates `react-dom` from 19.1.0 to 19.1.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.1.1/packages/react-dom)

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

Updates `react-datepicker` from 8.4.0 to 8.5.0
- [Release notes](https://github.com/Hacker0x01/react-datepicker/releases)
- [Commits](Hacker0x01/react-datepicker@v8.4.0...v8.5.0)

Updates `zustand` from 5.0.6 to 5.0.7
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](pmndrs/zustand@v5.0.6...v5.0.7)

---
updated-dependencies:
- dependency-name: "@surfnet/sds"
  dependency-version: 0.0.144
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontends-prod
- dependency-name: react
  dependency-version: 19.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontends-prod
- dependency-name: "@types/react"
  dependency-version: 19.1.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontends-prod
- dependency-name: react-dom
  dependency-version: 19.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontends-prod
- dependency-name: "@types/react-dom"
  dependency-version: 19.1.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontends-prod
- dependency-name: react-router
  dependency-version: 7.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontends-prod
- dependency-name: zustand
  dependency-version: 5.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontends-prod
- dependency-name: "@surfnet/sds"
  dependency-version: 0.0.144
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontends-prod
- dependency-name: react
  dependency-version: 19.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontends-prod
- dependency-name: react-dom
  dependency-version: 19.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontends-prod
- dependency-name: zustand
  dependency-version: 5.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontends-prod
- dependency-name: "@surfnet/sds"
  dependency-version: 0.0.144
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontends-prod
- dependency-name: react
  dependency-version: 19.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontends-prod
- dependency-name: "@types/react"
  dependency-version: 19.1.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontends-prod
- dependency-name: react-dom
  dependency-version: 19.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontends-prod
- dependency-name: "@types/react-dom"
  dependency-version: 19.1.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontends-prod
- dependency-name: zustand
  dependency-version: 5.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontends-prod
- dependency-name: "@surfnet/sds"
  dependency-version: 0.0.144
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontends-prod
- dependency-name: react
  dependency-version: 19.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontends-prod
- dependency-name: react-dom
  dependency-version: 19.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontends-prod
- dependency-name: react-router-dom
  dependency-version: 7.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontends-prod
- dependency-name: react-datepicker
  dependency-version: 8.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontends-prod
- dependency-name: zustand
  dependency-version: 5.0.7
  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/public-gui/frontends-prod-09fad6553c branch from eee6e55 to de7c6bf Compare August 15, 2025 15:53
@phavekes

Copy link
Copy Markdown
Member

@dependabot recreate

@dependabot @github

dependabot Bot commented on behalf of github Aug 15, 2025

Copy link
Copy Markdown
Contributor Author

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

@dependabot dependabot Bot closed this Aug 15, 2025
@github-project-automation github-project-automation Bot moved this from New to Delivered in Openconext-Myconext Aug 15, 2025
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/public-gui/frontends-prod-09fad6553c branch August 15, 2025 15:57
@Tyskai Tyskai moved this from Delivered to Ready for release in Openconext-Myconext Aug 25, 2025
@Tyskai Tyskai moved this from Ready for release to To be deployed in Openconext-Myconext Aug 25, 2025
@Tyskai Tyskai moved this from To be deployed to Done in Openconext-Myconext Oct 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

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants