Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 5, 2025

Bumps the production-dependencies group in /frontend with 20 updates:

Package From To
@hello-pangea/dnd 17.0.0 18.0.1
@monaco-editor/react 4.6.0 4.7.0
@northern.tech/utils 0.4.1 0.6.3
@reduxjs/toolkit 2.5.1 2.9.0
@stripe/react-stripe-js 3.1.1 4.0.0
@stripe/stripe-js 5.6.0 7.9.0
axios 1.7.9 1.11.0
dayjs 1.11.13 1.11.18
react 18.3.1 19.1.1
@types/react 18.3.12 19.1.12
react-big-calendar 1.17.1 1.19.4
react-dom 18.3.1 19.1.1
@types/react-dom 18.3.1 19.1.9
react-dropzone 14.3.5 14.3.8
react-hook-form 7.54.2 7.62.0
react-router-dom 7.5.2 7.8.2
tss-react 4.9.15 4.9.19
universal-cookie 7.1.4 8.0.1
uuid 11.0.5 11.1.0
validator 13.12.0 13.15.15

Updates @hello-pangea/dnd from 17.0.0 to 18.0.1

Release notes

Sourced from @​hello-pangea/dnd's releases.

Release 18.0.1

18.0.1 (2025-02-09)

  • chore: update release-it configuration (1afeefe)
  • chore(dev-deps): update bump all non-major development dependencies (604b93d)

Release 18.0.0

What's Changed

Full Changelog: hello-pangea/dnd@v17.0.0...v18.0.0

Release 18.0.0-beta.0

18.0.0-beta.0 (2025-01-22)

Others 🔧

  • bump node to 20.17.0 (7870160)
  • deps: update dependency react-redux to ^9.2.0 (73421d2)
  • dev-deps: migrate eslint-plugin-node to eslint-plugin-n 17.10.2 (52b6c85)
  • dev-deps: update bump all non-major development dependencies (#840) (786ee75)
  • dev-deps: update dependency @​types/markdown-it to v14 (a7d8275)
  • dev-deps: update dependency express to v4.21.0 (3123d9e)
  • dev-deps: update dependency lighthouse to v12 (77f9488)

... (truncated)

Changelog

Sourced from @​hello-pangea/dnd's changelog.

18.0.1 (2025-02-09)

  • chore: update release-it configuration (1afeefe)
  • chore(dev-deps): update bump all non-major development dependencies (604b93d)

18.0.0 (2025-02-09)

  • chore(deps-dev): bump rollup from 4.21.3 to 4.22.4 (57218b7)
  • chore(deps): bump @​babel/runtime (6bedd4a)
  • chore(dev-deps): bump cross-spawn from 7.0.3 to 7.0.6 (b47954b)
  • chore(dev-deps): bump nanoid from 3.3.7 to 3.3.8 (4f632b4)
  • chore(dev-deps): update bump all non-major development dependencies (3d07f1c)
  • chore(dev-deps): update dependency @​release-it/conventional-changelog to v10 (3a4091f)
  • chore(dev-deps): update dependency release-it to v18 (99f32ed)
  • chore(dev-deps): update pnpm to v10 (cb2c0c8)
  • ci: always install latest corepack version (dec1d12)

18.0.0-beta.0 (2025-01-22)

Others 🔧

  • bump node to 20.17.0 (7870160)
  • deps: update dependency react-redux to ^9.2.0 (73421d2)
  • dev-deps: migrate eslint-plugin-node to eslint-plugin-n 17.10.2 (52b6c85)
  • dev-deps: update bump all non-major development dependencies (#840) (786ee75)
  • dev-deps: update dependency @​types/markdown-it to v14 (a7d8275)
  • dev-deps: update dependency express to v4.21.0 (3123d9e)
  • dev-deps: update dependency lighthouse to v12 (77f9488)
  • renovate: create an eslint group for major update (bcdee0c)

Features 🔥

  • add support for react v19 (f617df1)

Docs 📃

  • add a security policy (880926d)
  • add star history (77bec3f)
  • drop react-virtualized examples (48584ea)
  • remove out-of-date translated documentation from rbd (777a086)
  • ssr: remove documentation regarding resetServerContext (d7628b1)

Code Refactoring 🖌

  • dependency: remove memoize-one (8e289cd)
  • dependency: remove use-memo-one (54743ba)

... (truncated)

Commits
  • 4101734 chore: release 18.0.1
  • 1afeefe chore: update release-it configuration
  • 604b93d chore(dev-deps): update bump all non-major development dependencies
  • 97ac24f chore: release 18.0.0
  • 4f632b4 chore(dev-deps): bump nanoid from 3.3.7 to 3.3.8
  • b47954b chore(dev-deps): bump cross-spawn from 7.0.3 to 7.0.6
  • dec1d12 ci: always install latest corepack version
  • cb2c0c8 chore(dev-deps): update pnpm to v10
  • 3a4091f chore(dev-deps): update dependency @​release-it/conventional-changelog to v10
  • 99f32ed chore(dev-deps): update dependency release-it to v18
  • Additional commits viewable in compare view

Updates @monaco-editor/react from 4.6.0 to 4.7.0

Release notes

Sourced from @​monaco-editor/react's releases.

v4.7.0

  • package: update @monaco-editor/loader to the latest (v1.5.0) version (this uses monaco-editor v0.52.2)
  • package: inherit all changes from v4.7.0-rc.0

v4.7.0-rc.0

  • package: add support for react/react-dom v19 as a peer dependency
  • playground: update playground's React version to 19
Changelog

Sourced from @​monaco-editor/react's changelog.

4.7.0

  • package: update @​monaco-editor/loader to the latest (v1.5.0) version (this uses monaco-editor v0.52.2)
  • package: inherit all changes from v4.7.0-rc.0

4.7.0-rc.0

  • package: add support for react/react-dom v19 as a peer dependency
  • playground: update playground's React version to 19
Commits
  • eb120e6 update package to 4.7.0 version
  • cdd070c update snapshots
  • 55a063e update @​monaco-editor/loader to the latest (v1.5.0) version
  • 52e8c75 update package to 4.7.0-rc.o version
  • e72be4e add react 19 to peerDependencies
  • 642be90 update playground's react version to 19
  • ceee344 Add Monaco-React AI Bot in Readme (#655)
  • f7cac39 add electron blog post link
  • ea601cf add tea constitution file
  • 3327f3c add GitHub sponsor button
  • See full diff in compare view

Updates @northern.tech/utils from 0.4.1 to 0.6.3

Release notes

Sourced from @​northern.tech/utils's releases.

@​northern.tech/utils: v0.6.3

0.6.3 - 2025-08-19

Bug fixes

Utils

  • (utils) Unified api url access for multi api version services

(457c23a) by @​mzedel

Security

Refac

@​northern.tech/utils: v0.6.2

No release notes provided.

@​northern.tech/utils: v0.6.1

0.6.1 (2025-02-24)


@​northern.tech/utils-0.6.1 - 2025-02-24

Bug Fixes

  • utils: fixed an issue that would prevent (not) finding software in an artifact without newer style software (dfd5aca)

@​northern.tech/utils: v0.6.0

0.6.0 (2025-02-14)


@​northern.tech/utils-0.6.0 - 2025-02-14

Features

Utils

  • (utils) Added more types & enabled type checking (6f8c272) by @​mzedel

Bug Fixes

Utils

  • (utils) Aligned with Mender state to keep Mender only utils in product codebase (bdd002c) by @​mzedel
  • re-expanded react version ranges (f35a2ca)

... (truncated)

Commits
  • cde3b55 Merge pull request #306 from NorthernTechHQ/release-please--branches--main--c...
  • ee8e055 chore(main): release @​northern.tech/utils 0.6.3
  • aa47ac1 Merge pull request #300 from mzedel/ci/last-release-sha
  • 935b100 Merge pull request #305 from mzedel/chore/simplify-prettier-config
  • 7306874 Merge pull request #304 from mzedel/chore/bump-utils
  • 860841a Merge pull request #295 from mzedel/ci/release-please-adjust
  • 394f979 fix(eslint-config): simplified prettier + eslint config to align w/ recommend...
  • 457c23a fix(utils): unified api url access for multi api version services
  • 6fa55d0 ci: added release please hint for changelog gen
  • 9c72d4d Merge pull request #293 from mzedel/chore/add-commitlint
  • Additional commits viewable in compare view

Updates @reduxjs/toolkit from 2.5.1 to 2.9.0

Release notes

Sourced from @​reduxjs/toolkit's releases.

v2.9.0

This feature release rewrites RTK Query's internal subscription and polling systems and the useStableQueryArgs hook for better perf, adds automatic AbortSignal handling to requests still in progress when a cache entry is removed, fixes a bug with the transformResponse option for queries, adds a new builder.addAsyncThunk method, and fixes assorted other issues.

Changelog

RTK Query Performance Improvements

We had reports that RTK Query could get very slow when there were thousands of subscriptions to the same cache entry. After investigation, we found that the internal polling logic was attempting to recalculate the minimum polling time after every new subscription was added. This was highly inefficient, as most subscriptions don't change polling settings, and it required repeated O(n) iteration over the growing list of subscriptions. We've rewritten that logic to debounce the update check and ensure a max of one polling value update per tick for the entire API instance.

Related, while working on the request abort changes, testing showed that use of plain Records to hold subscription data was inefficient because we have to iterate keys to check size. We've rewritten the subscription handling internals to use Maps instead, as well as restructuring some additional checks around in-flight requests.

These two improvements drastically improved runtime perf for the thousands-of-subscriptions-one-cache-entry repro, eliminating RTK methods as visible hotspots in the perf profiles. It likely also improves perf for general usage as well.

We've also changed the implementation of our internal useStableQueryArgs hook to avoid calling serializeQueryArgs on its value, which can avoid potential perf issues when a query takes a very large object as its cache key.

[!NOTE] The internal logic switched from serializing the query arg to doing reference checks on nested values. This means that if you are passing a non-POJO value in a query arg, such as useSomeQuery({a: new Set()}), and you have refetchOnMountOrArgChange enabled, this will now trigger refeteches each time as the Set references are now considered different based on equality instead of serialization.

Abort Signal Handling on Cleanup

We've had numerous requests over time for various forms of "abort in-progress requests when the data is no longer needed / params change / component unmounts / some expensive request is taking too long". This is a complex topic with multiple potential use cases, and our standard answer has been that we don't want to abort those requests - after all, cache entries default to staying in memory for 1 minute after the last subscription is removed, so RTKQ's cache can still be updated when the request completes. That also means that it doesn't make sense to abort a request "on unmount".

However, it does then make sense to abort an in-progress request if the cache entry itself is removed. Given that, we've updated our cache handling to automatically call the existing resPromise.abort() method in that case, triggering the AbortSignal attached to the baseQuery. The handling at that point depends on your app - fetchBaseQuery should handle that, a custom baseQuery or queryFn would need to listen to the AbortSignal.

We do have an open issue asking for further discussions of potential abort / cancelation use cases and would appreciate further feedback.

New Options

The builder callback used in createReducer and createSlice.extraReducers now has builder.addAsyncThunk available, which allows handling specific actions from a thunk in the same way that you could define a thunk inside createSlice.reducers:

        const slice = createSlice({
          name: 'counter',
          initialState: {
            loading: false,
            errored: false,
            value: 0,
          },
          reducers: {},
          extraReducers: (builder) =>
            builder.addAsyncThunk(asyncThunk, {
              pending(state) {
                state.loading = true
              },
              fulfilled(state, action) {
                state.value = action.payload
              },
              rejected(state) {
                state.errored = true
              },
</tr></table> 

... (truncated)

Commits
  • 98c54c6 Release 2.9.0
  • 0a86abd export some useful async thunk types
  • d02c27a add docs for addAsyncThunk (#5066)
  • ab346b9 fixdoc: incorrect position of keepUnusedDataFor for two scenarios (#5062)
  • d2bbb8d Rewrite subscription handling and polling calculations for better perf (#5064)
  • 3c6de47 Merge pull request #5065 from reduxjs/feature/TS5.9-matrix
  • c37b977 Add missing error value
  • 38537c3 Don't run Node10 checks for TS 6+
  • 821be20 Add TS 5.9 to the matrix
  • 407688d Abort pending requests if the cache entry is removed (#5061)
  • Additional commits viewable in compare view

Updates @stripe/react-stripe-js from 3.1.1 to 4.0.0

Release notes

Sourced from @​stripe/react-stripe-js's releases.

v4.0.0

Changed

  • [breaking] split out custom checkout imports (#609)
  • Update useCheckout to return loading/error states (#606)

v3.10.0

Fixes

  • Remove broken Travis badge (#612)

Changed

  • Add SPM events/types/tests (#613)

v3.9.2

Changed

  • Fix JSDoc elements link (#608)

v3.9.1

Fixes

  • Patch for global JSX namespace deprecation in React 19 (#607)

v3.9.0

New features

  • feat: load fonts when they change (#605)

v3.8.1

Changed

  • Update docs link Elements.tsx (#602)

v3.8.0

New features

  • Add Tax ID Element Types (#604)

Fixes

  • Bump pbkdf2 from 3.1.1 to 3.1.3 (#599)
  • Migrate to stale action from stable bot (#600)
  • adds check for prerequisites (#590)

Changed

v3.7.0

... (truncated)

Commits

Updates @stripe/stripe-js from 5.6.0 to 7.9.0

Release notes

Sourced from @​stripe/stripe-js's releases.

v7.9.0

New features

  • Add buttonBorderRadius to types (#798)
  • Add 'allow_redisplay' to 'PaymentMethodCreateParams' (#796)

Fixes

  • Bump sha.js from 2.4.11 to 2.4.12 in /examples/parcel (#799)

v7.8.0

New features

  • chore: add fonts types (#795)
  • Adding SPM option to StripeCheckoutElementsOptions (#793)

Changed

  • removes double github token check (#794)

v7.7.0

New features

  • Add types for new issuingAddToWalletButton (#792)
  • Add types for allowed_payment_method_types and excluded_payment_method_types (#790)

Changed

  • Delete Webpack example (#791)
  • Bump pbkdf2 from 3.1.1 to 3.1.3 in /examples/parcel (#771)

v7.6.1

New features

Fixes

  • Add missing tax id types (#789)

Changed

v7.6.0

New features

  • Add public types for Tax Id Element (#788)

Fixes

Changed

v7.5.0

... (truncated)

Commits

Updates axios from 1.7.9 to 1.11.0

Release notes

Sourced from axios's releases.

Release v1.11.0

Release notes:

Bug Fixes

  • form-data npm pakcage (#6970) (e72c193)
  • prevent RangeError when using large Buffers (#6961) (a2214ca)
  • types: resolve type discrepancies between ESM and CJS TypeScript declaration files (#6956) (8517aa1)

Contributors to this release

Release v1.10.0

Release notes:

Bug Fixes

  • adapter: pass fetchOptions to fetch function (#6883) (0f50af8)
  • form-data: convert boolean values to strings in FormData serialization (#6917) (5064b10)
  • package: add module entry point for React Native; (#6933) (3d343b8)

Features

Contributors to this release

Release v1.9.0

Release notes:

Bug Fixes

  • core: fix the Axios constructor implementation to treat the config argument as optional; (#6881) (6c5d4cd)
  • fetch: fixed ERR_NETWORK mapping for Safari browsers; (#6767) (dfe8411)
  • headers: allow iterable objects to be a data source for the set method; (#6873) (1b1f9cc)
  • headers: fix getSetCookie by using 'get' method for caseless access; (#6874) (d4f7df4)
  • headers: fixed support for setting multiple header values from an iterated source; (#6885) (f7a3b5e)
  • http: send minimal end multipart boundary (#6661) (987d2e2)
  • types: fix autocomplete for adapter config (#6855) (e61a893)

... (truncated)

Changelog

Sourced from axios's changelog.

1.11.0 (2025-07-22)

Bug Fixes

  • form-data npm pakcage (#6970) (e72c193)
  • prevent RangeError when using large Buffers (#6961) (a2214ca)
  • types: resolve type discrepancies between ESM and CJS TypeScript declaration files (#6956) (8517aa1)

Contributors to this release

1.10.0 (2025-06-14)

Bug Fixes

  • adapter: pass fetchOptions to fetch function (#6883) (0f50af8)
  • form-data: convert boolean values to strings in FormData serialization (#6917) (5064b10)
  • package: add module entry point for React Native; (#6933) (3d343b8)

Features

Contributors to this release

1.9.0 (2025-04-24)

Bug Fixes

  • core: fix the Axios constructor implementation to treat the config argument as optional; (#6881) (6c5d4cd)
  • fetch: fixed ERR_NETWORK mapping for Safari browsers; (#6767) (dfe8411)
  • headers: allow iterable objects to be a data source for the set method; (#6873) (1b1f9cc)
  • headers: fix getSetCookie by using 'get' method for caseless access; (#6874) (d4f7df4)

... (truncated)

Commits
  • b76c4ac chore(release): v1.11.0 (#6974)
  • e72c193 fix: form-data npm pakcage (#6970)
  • 8517aa1 fix(types): resolve type discrepancies between ESM and CJS TypeScript declara...
  • a2214ca fix: prevent RangeError when using large Buffers (#6961)
  • 6161947 refactor: use spread operator instead of '.apply()' (#6938)
  • a1d16dd refactor: use an object spread instead of Object.assign (#6939)
  • 07183cd chore(sponsor): update sponsor block (#6952)
  • ef36347 docs(CONTRIBUTING): update docs link for accuracy (#6894)
  • b29bd6a chore(sponsor): update sponsor block (#6948)
  • a406a93 chore(sponsor): update sponsor block (#6937)
  • Additional commits viewable in compare view

Updates dayjs from 1.11.13 to 1.11.18

Release notes

Sourced from dayjs's releases.

v1.11.18

1.11.18 (2025-08-30)

Bug Fixes

  • error semantic-release dependency (8cfb313)

v1.11.17

1.11.17 (2025-08-29)

Bug Fixes

  • [en-AU] locale use the same ordinal as moment (#2878) (1b95ecd)

v1.11.16

1.11.16 (2025-08-29)

Bug Fixes

  • test release workflow (no code changes) (c38c428)

v1.11.15

1.11.15 (2025-08-28)

Bug Fixes

  • Fix misspellings in Irish or Irish Gaelic [ga] (#2861) (9c14a42)

v1.11.14

1.11.14 (2025-08-27)

Bug Fixes

  • .utcOffset(0, true) result and its clone are different bug (#2505) (fefdcd4)
Changelog

Sourced from dayjs's changelog.

1.11.18 (2025-08-30)

Bug Fixes

  • error semantic-release dependency (8cfb313)

1.11.17 (2025-08-29)

Bug Fixes

  • [en-AU] locale use the same ordinal as moment (#2878) (1b95ecd)

1.11.16 (2025-08-29)

Bug Fixes

  • test release workflow (no code changes) (c38c428)

1.11.15 (2025-08-28)

Bug Fixes

  • Fix misspellings in Irish or Irish Gaelic [ga] (#2861) (9c14a42)

1.11.14 (2025-08-27)

Bug Fixes

  • .utcOffset(0, true) result and its clone are different bug (#2505) (fefdcd4)
Commits

Updates react from 18.3.1 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)

19.1.0 (March 28, 2025)

Owner Stack

An Owner Stack is a string representing the components that are directly responsible for rendering a particular component. You can log Owner Stacks when debugging or use Owner Stacks to enhance error overlays or other development tools. Owner Stacks are only available in development builds. Component Stacks in production are unchanged.

  • An Owner Stack is a development-only stack trace that helps identify which components are responsible for rendering a particular component. An Owner Stack is distinct from a Component Stacks, which shows the hierarchy of components leading to an error.
  • The captureOwnerStack API is only available in development mode and returns a Owner Stack, if available. The API can be used to enhance error overlays or log component relationships when debugging. #29923, #32353, #30306, #32538, #32529, #32538

React

  • Enhanced support for Suspense boundaries to be used anywhere, including the client, server, and during hydration. #32069, #32163, #32224, #32252
  • Reduced unnecessary client rendering through improved hydration scheduling #31751
  • Increased priority of client rendered Suspense boundaries #31776
  • Fixed frozen fallback s...

    Description has been truncated

Bumps the production-dependencies group in /frontend with 20 updates:

| Package | From | To |
| --- | --- | --- |
| [@hello-pangea/dnd](https://github.com/hello-pangea/dnd) | `17.0.0` | `18.0.1` |
| [@monaco-editor/react](https://github.com/suren-atoyan/monaco-react) | `4.6.0` | `4.7.0` |
| [@northern.tech/utils](https://github.com/NorthernTechHQ/nt-gui) | `0.4.1` | `0.6.3` |
| [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) | `2.5.1` | `2.9.0` |
| [@stripe/react-stripe-js](https://github.com/stripe/react-stripe-js) | `3.1.1` | `4.0.0` |
| [@stripe/stripe-js](https://github.com/stripe/stripe-js) | `5.6.0` | `7.9.0` |
| [axios](https://github.com/axios/axios) | `1.7.9` | `1.11.0` |
| [dayjs](https://github.com/iamkun/dayjs) | `1.11.13` | `1.11.18` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.3.1` | `19.1.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.12` | `19.1.12` |
| [react-big-calendar](https://github.com/jquense/react-big-calendar) | `1.17.1` | `1.19.4` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.3.1` | `19.1.1` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.3.1` | `19.1.9` |
| [react-dropzone](https://github.com/react-dropzone/react-dropzone) | `14.3.5` | `14.3.8` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.54.2` | `7.62.0` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `7.5.2` | `7.8.2` |
| [tss-react](https://github.com/garronej/tss-react) | `4.9.15` | `4.9.19` |
| [universal-cookie](https://github.com/bendotcodes/cookies) | `7.1.4` | `8.0.1` |
| [uuid](https://github.com/uuidjs/uuid) | `11.0.5` | `11.1.0` |
| [validator](https://github.com/validatorjs/validator.js) | `13.12.0` | `13.15.15` |


Updates `@hello-pangea/dnd` from 17.0.0 to 18.0.1
- [Release notes](https://github.com/hello-pangea/dnd/releases)
- [Changelog](https://github.com/hello-pangea/dnd/blob/main/CHANGELOG.md)
- [Commits](hello-pangea/dnd@v17.0.0...v18.0.1)

Updates `@monaco-editor/react` from 4.6.0 to 4.7.0
- [Release notes](https://github.com/suren-atoyan/monaco-react/releases)
- [Changelog](https://github.com/suren-atoyan/monaco-react/blob/master/CHANGELOG.md)
- [Commits](suren-atoyan/monaco-react@v4.6.0...v4.7.0)

Updates `@northern.tech/utils` from 0.4.1 to 0.6.3
- [Release notes](https://github.com/NorthernTechHQ/nt-gui/releases)
- [Changelog](https://github.com/NorthernTechHQ/nt-gui/blob/main/release-please-config.json)
- [Commits](https://github.com/NorthernTechHQ/nt-gui/compare/@northern.tech/[email protected]/utils-0.6.3)

Updates `@reduxjs/toolkit` from 2.5.1 to 2.9.0
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](reduxjs/redux-toolkit@v2.5.1...v2.9.0)

Updates `@stripe/react-stripe-js` from 3.1.1 to 4.0.0
- [Release notes](https://github.com/stripe/react-stripe-js/releases)
- [Changelog](https://github.com/stripe/react-stripe-js/blob/master/CHANGELOG.md)
- [Commits](stripe/react-stripe-js@v3.1.1...v4.0.0)

Updates `@stripe/stripe-js` from 5.6.0 to 7.9.0
- [Release notes](https://github.com/stripe/stripe-js/releases)
- [Commits](stripe/stripe-js@v5.6.0...v7.9.0)

Updates `axios` from 1.7.9 to 1.11.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.9...v1.11.0)

Updates `dayjs` from 1.11.13 to 1.11.18
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.18/CHANGELOG.md)
- [Commits](iamkun/dayjs@v1.11.13...v1.11.18)

Updates `react` from 18.3.1 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 18.3.12 to 19.1.12
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `react-big-calendar` from 1.17.1 to 1.19.4
- [Release notes](https://github.com/jquense/react-big-calendar/releases)
- [Changelog](https://github.com/jquense/react-big-calendar/blob/master/CHANGELOG.md)
- [Commits](jquense/react-big-calendar@v1.17.1...v1.19.4)

Updates `react-dom` from 18.3.1 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 18.3.1 to 19.1.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `react-dropzone` from 14.3.5 to 14.3.8
- [Release notes](https://github.com/react-dropzone/react-dropzone/releases)
- [Commits](react-dropzone/react-dropzone@v14.3.5...v14.3.8)

Updates `react-hook-form` from 7.54.2 to 7.62.0
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.54.2...v7.62.0)

Updates `react-router-dom` from 7.5.2 to 7.8.2
- [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/[email protected]/packages/react-router-dom)

Updates `tss-react` from 4.9.15 to 4.9.19
- [Release notes](https://github.com/garronej/tss-react/releases)
- [Commits](garronej/tss-react@v4.9.15...v4.9.19)

Updates `universal-cookie` from 7.1.4 to 8.0.1
- [Release notes](https://github.com/bendotcodes/cookies/releases)
- [Changelog](https://github.com/bendotcodes/cookies/blob/main/LEGACY-CHANGELOG.md)
- [Commits](bendotcodes/cookies@v7.1.4...v8.0.1)

Updates `uuid` from 11.0.5 to 11.1.0
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v11.0.5...v11.1.0)

Updates `validator` from 13.12.0 to 13.15.15
- [Release notes](https://github.com/validatorjs/validator.js/releases)
- [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md)
- [Commits](validatorjs/validator.js@13.12.0...13.15.15)

---
updated-dependencies:
- dependency-name: "@hello-pangea/dnd"
  dependency-version: 18.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@monaco-editor/react"
  dependency-version: 4.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@northern.tech/utils"
  dependency-version: 0.6.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@reduxjs/toolkit"
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@stripe/react-stripe-js"
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@stripe/stripe-js"
  dependency-version: 7.9.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: axios
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: dayjs
  dependency-version: 1.11.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react
  dependency-version: 19.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@types/react"
  dependency-version: 19.1.12
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: react-big-calendar
  dependency-version: 1.19.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-dom
  dependency-version: 19.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@types/react-dom"
  dependency-version: 19.1.9
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: react-dropzone
  dependency-version: 14.3.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react-hook-form
  dependency-version: 7.62.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-router-dom
  dependency-version: 7.8.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: tss-react
  dependency-version: 4.9.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: universal-cookie
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: uuid
  dependency-version: 11.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: validator
  dependency-version: 13.15.15
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 5, 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.

0 participants