Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the production-dependencies group across 1 directory with 23 updates #382

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

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

Package From To
@matrix-widget-toolkit/api 3.2.2 4.0.0
@matrix-widget-toolkit/react 1.0.6 2.0.4
@matrix-widget-toolkit/semantic-ui 1.0.8 2.0.0
@react-hookz/web 14.7.1 24.0.4
@reduxjs/toolkit 1.9.3 2.5.0
i18next-http-backend 2.4.2 3.0.1
immer 9.0.19 10.1.1
joi 17.12.1 17.13.3
loglevel 1.9.1 1.9.2
luxon 3.3.0 3.5.0
@types/luxon 3.2.0 3.4.2
react 17.0.2 19.0.0
@types/react 17.0.52 19.0.1
react-dom 17.0.2 19.0.0
@types/react-dom 17.0.18 19.0.2
react-focus-lock 2.9.6 2.13.5
react-focus-on 3.9.1 3.9.4
react-redux 8.0.5 9.2.0
rfc4648 1.5.3 1.5.4
styled-components 5.3.6 6.1.13

Updates @matrix-widget-toolkit/api from 3.2.2 to 4.0.0

Release notes

Sourced from @​matrix-widget-toolkit/api's releases.

@​matrix-widget-toolkit/api@​4.0.0

Major Changes

  • 14f1795: WidgetApi.sendStateEvent no longer returns the same event sent back down sync. If the room state was not altered by the sent event, no state update would be sent back by the server. Now sendStateEvent returns the response of the Matrix Widget API instead, including the event ID, among other things.

Minor Changes

  • 76314a9: The api package now exposes some utility functions via the utils module

@​matrix-widget-toolkit/api@​3.4.2

Patch Changes

  • 55d42f1: Fix the esm exports and lodash exports

@​matrix-widget-toolkit/api@​3.4.1

Patch Changes

  • f00e7cf: Migrate to vitejs and vitest

@​matrix-widget-toolkit/api@​3.4.0

This update adds initial support for the download_file widget action as proposed in MSC4039 to support Matrix v1.11 Authenticated Media. A client implementing at least v1.9.0 of the matrix-widget-api is required, such as Element Web v1.11.77.

Minor Changes

  • 9852f94: Add support for the download_file widget action

@​matrix-widget-toolkit/api@​3.3.2

Patch Changes

  • fac0c61: Bump qs from 6.12.2 to 6.12.3

@​matrix-widget-toolkit/api@​3.3.1

Patch Changes

  • efad054: Adds support for the matrix_base_url widget parameter required for translating mxc to http urls for uploaded files

@​matrix-widget-toolkit/api@​3.3.0

Minor Changes

  • d4cef99: Implement upload files into media repository.
Changelog

Sourced from @​matrix-widget-toolkit/api's changelog.

4.0.0

Major Changes

  • 14f1795: WidgetApi.sendStateEvent no longer returns the event. Instead it returns the result of the Matrix Widget API.

Minor Changes

  • 76314a9: The api package now exposes some utility functions via the utils module

3.4.2

Patch Changes

  • 55d42f1: Fix the esm exports and lodash exports

3.4.1

Patch Changes

  • f00e7cf: Migrate to vitejs and vitest

3.4.0

Minor Changes

  • 9852f94: Add support for the download_file widget action

3.3.2

Patch Changes

  • fac0c61: Bump qs from 6.12.2 to 6.12.3

3.3.1

Patch Changes

  • efad054: Adds support for the matrix_base_url widget parameter required for translating mxc to http urls for uploaded files"

3.3.0

Minor Changes

  • d4cef99: Implement upload files into media repository.
Commits
  • ae869d4 Version Packages
  • 76314a9 Add state event utils and expose them via the utils module
  • 14f1795 Change WidgetApi.sendStateEvent to return the Matrix widget Api result.
  • b0ca68b Update development-dependencies (#855)
  • bbc4529 Update dependency qs to v6.13.1
  • abf57ca Update development-dependencies
  • 06bd7e2 Update development-dependencies (#840)
  • 0547427 Update production-dependencies
  • b605da1 Pin dependencies
  • b723a5a Pin dependencies
  • Additional commits viewable in compare view

Updates @matrix-widget-toolkit/react from 1.0.6 to 2.0.4

Release notes

Sourced from @​matrix-widget-toolkit/react's releases.

@​matrix-widget-toolkit/react@​2.0.4

Patch Changes

  • Updated dependencies [76314a9]
  • Updated dependencies [14f1795]
    • @​matrix-widget-toolkit/api@​4.0.0

@​matrix-widget-toolkit/react@​2.0.3

Patch Changes

  • 55d42f1: Fix the esm exports and lodash exports
  • Updated dependencies [55d42f1]
    • @​matrix-widget-toolkit/api@​3.4.2

@​matrix-widget-toolkit/react@​2.0.2

Patch Changes

  • f00e7cf: Migrate to vitejs and vitest
  • Updated dependencies [f00e7cf]
    • @​matrix-widget-toolkit/api@​3.4.1

@​matrix-widget-toolkit/react@​2.0.1

Patch Changes

  • 9a54c89: Update to MUI 6 and latest React / Redux dependencies

@​matrix-widget-toolkit/react@​2.0.0

Major Changes

  • 71bd53c: Upgrade to React 18
Changelog

Sourced from @​matrix-widget-toolkit/react's changelog.

2.0.4

Patch Changes

  • Updated dependencies [76314a9]
  • Updated dependencies [14f1795]
    • @​matrix-widget-toolkit/api@​4.0.0

2.0.3

Patch Changes

  • 55d42f1: Fix the esm exports and lodash exports
  • Updated dependencies [55d42f1]
    • @​matrix-widget-toolkit/api@​3.4.2

2.0.2

Patch Changes

  • f00e7cf: Migrate to vitejs and vitest
  • Updated dependencies [f00e7cf]
    • @​matrix-widget-toolkit/api@​3.4.1

2.0.1

Patch Changes

  • 9a54c89: Update to MUI 6 and latest React / Redux dependencies

2.0.0

Major Changes

  • 71bd53c: Upgrade to React 18
Commits
  • ae869d4 Version Packages
  • b0ca68b Update development-dependencies (#855)
  • abf57ca Update development-dependencies
  • 06bd7e2 Update development-dependencies (#840)
  • 0547427 Update production-dependencies
  • 66bbf3b Update dependency react-error-boundary to v4
  • 09b3adb Pin dependency react to 18.3.1
  • b605da1 Pin dependencies
  • b723a5a Pin dependencies
  • afd0417 Fix the package.json exports and actually provide the typescript types (#839)
  • Additional commits viewable in compare view

Updates @matrix-widget-toolkit/semantic-ui from 1.0.8 to 2.0.0

Release notes

Sourced from @​matrix-widget-toolkit/semantic-ui's releases.

@​matrix-widget-toolkit/semantic-ui@​2.0.0

Major Changes

  • 71bd53c: Upgrade to React 18

Patch Changes

  • Updated dependencies [71bd53c]
    • @​matrix-widget-toolkit/react@​2.0.0
Changelog

Sourced from @​matrix-widget-toolkit/semantic-ui's changelog.

2.0.0

Major Changes

  • 71bd53c: Upgrade to React 18

Patch Changes

  • Updated dependencies [71bd53c]
    • @​matrix-widget-toolkit/react@​2.0.0
Commits
  • 6551360 Version Packages
  • f4bdb2a Add notice headers to jest.config
  • 665e78d More conflicts fixing
  • 0ec27fc Bump the development-dependencies group across 1 directory with 3 updates
  • 10fc981 Fix conflicts from main merge
  • 9167891 Bump react-i18next from 14.1.0 to 14.1.1 in the i18next group
  • 5dbcdbc Bump @​fontsource/lato from 5.0.20 to 5.0.21
  • 5d0fc08 Merge branch 'main' into dependabot/npm_and_yarn/development-dependencies-7bb...
  • e258b4b Use eslint 8.57.0, testing-library/react 12.1.5, msw 1.3.2
  • f363d8f Bump i18next from 23.10.1 to 23.11.2 in the i18next group
  • Additional commits viewable in compare view

Updates @react-hookz/web from 14.7.1 to 24.0.4

Release notes

Sourced from @​react-hookz/web's releases.

v24.0.4

24.0.4 (2024-02-04)

Bug Fixes

  • useDebouncedCallback: make invoked function to be updated with deps (#1510) (12658ee), closes #1357

v24.0.3

24.0.3 (2024-02-03)

Bug Fixes

  • get rid of import alias as it still breaks everything around (#1509) (90e4f9d)

v24.0.2

24.0.2 (2023-12-21)

Bug Fixes

  • lower engines requirements to ease usage for consumers (8bd29f7)

v24.0.1

24.0.1 (2023-12-20)

Bug Fixes

  • change build so development and distributed imports match (6383cdd)

v24.0.0

24.0.0 (2023-12-20)

Features

BREAKING CHANGES

  • Hooks are now distrubutes as JS built form TS with target ESNext and ESM module resolution. There is no more sense to distribute CJS version as package is ESM-only.

Consequent of above - no more esm and cjs subfolders - hooks are importable from index.js or its own directory which don't have a prefix anymore, thanks to exports directive. All of below examples will lead to same result, choose any on your taste:

import { useFirstMountState } from '@​react-hookz/web'; import { useFirstMountState } from '@​react-hookz/web/'; import { useFirstMountState } from '@​react-hookz/web/useFirstMountState/';

... (truncated)

Changelog

Sourced from @​react-hookz/web's changelog.

24.0.4 (2024-02-04)

Bug Fixes

  • useDebouncedCallback: make invoked function to be updated with deps (#1510) (12658ee), closes #1357

24.0.3 (2024-02-03)

Bug Fixes

  • get rid of import alias as it still breaks everything around (#1509) (90e4f9d)

24.0.2 (2023-12-21)

Bug Fixes

  • lower engines requirements to ease usage for consumers (8bd29f7)

24.0.1 (2023-12-20)

Bug Fixes

  • change build so development and distributed imports match (6383cdd)

24.0.0 (2023-12-20)

Features

BREAKING CHANGES

  • Hooks are now distrubutes as JS built form TS with target ESNext and ESM module resolution. There is no more sense to distribute CJS version as package is ESM-only.

Consequent of above - no more esm and cjs subfolders - hooks are importable from index.js or its own directory which don't have a prefix anymore, thanks to exports directive. All of below examples will lead to same result, choose any on your taste:

import { useFirstMountState } from '@​react-hookz/web'; import { useFirstMountState } from '@​react-hookz/web/'; import { useFirstMountState } from '@​react-hookz/web/useFirstMountState/'; import { useFirstMountState } from '@​react-hookz/web/useFirstMountState/index.js'; Thought is seems not to have subfolder, it is only due to exports directive, in real it is @​react-hookz/web/dist/useFirstMountState/index.js.

Pakage uses imports directive to define path alias #root - it stays so even in distributed code, thus, some may be affected in case their bundler configured to somehow handle such alias. Those developer shoud configure import rewriter not to handle node_modules or @​react-hookz/web package exclusively.

... (truncated)

Commits
  • daa2a91 chore(release): 24.0.4 [skip ci]
  • 12658ee fix(useDebouncedCallback): make invoked function to be updated with deps (#1510)
  • a2a310e chore: upgrade all possible deps
  • be9de94 chore(release): 24.0.3 [skip ci]
  • 90e4f9d fix: get rid of import alias as it still breaks everything around (#1509)
  • ccb2fd7 docs(contributor): contrib-readme-action has updated readme
  • 8a69825 chore(deps-dev): bump husky from 8.0.3 to 9.0.10 (#1508)
  • 7a9ca41 chore(deps-dev): bump semantic-release from 22.0.12 to 23.0.0 (#1489)
  • c0d5f23 chore(deps-dev): bump @​commitlint/config-conventional (#1504)
  • cdae4b4 chore(deps-dev): bump @​babel/core from 7.23.7 to 7.23.9 (#1503)
  • Additional commits viewable in compare view

Updates @reduxjs/toolkit from 1.9.3 to 2.5.0

Release notes

Sourced from @​reduxjs/toolkit's releases.

v2.5.0

This feature release updates the React peer dependency to work with React 19, and fixes an additional skip token issue.

Changelog

React 19 Compat

React 19 was just released! We've updated our peer dep to accept React 19, and updated our runtime and type tests to check against both React 18 and 19.

Also see React-Redux v9.2.0 for the same peer dep update.

Other Fixes

We previously fixed an issue with the RTKQ core where serializeQueryArgs callbacks could be called with skipToken, potentially leading to errors. We've fixed an additional location in the useQuery hooks where that could happen as well.

What's Changed

Full Changelog: reduxjs/redux-toolkit@v2.4.0...v2.5.0

v2.4.0

This feature release includes multiple tweaks and fixes to RTK Query functionality, additional exported TS types, and drops support for TS versions earlier than 5.0.

Changelog

RTK Query Improvements

Lazy query hooks can now be reset.

retry.fail now accepts meta as a second argument.

Tag invalidation arrays now ignore nullish values.

We did some small internal refactoring around Maps and default values that shrank bundle size slightly.

Bugfixes

Passing skipToken to a query hook now bails out before running any other logic, which fixes cases where serializeQueryArgs previously threw an error because there were no args to process.

The autoBatchEnhancer now reads window.requestAnimationFrame later, which it to work properly with Jest fake timers.

We fixed cases where the hook result isSuccess flag would briefly flicker to false when switched to a different cache entry that was uninitialized, and would briefly flicker to true when refetching a query that previously errored.

The listener middleware previously had inconsistent logic checks for comparing against existing listener entries (effect + type, vs effect only). It now always checks both effect + type.

Additional TS Types

... (truncated)

Commits

Updates i18next from 23.7.11 to 23.16.8

Release notes

Sourced from i18next's releases.

v23.16.8

  • fix(plural): Create cache entry for PluralRules created as part of the fallback flow 2256

v23.16.7

  • if plural rule is not found, try to search with language only code 2252

v23.16.6

  • fix: Small typo in the type definitions 2250

v23.16.5

  • fix extractFromKey for use cases like this

v23.16.4

  • revert formatter change 2247 because of caching not working anymore

v23.16.3

  • fix utils imports for Deno

v23.16.2

  • perf(size): Adds a isString utility 2248

v23.16.1

  • perf: Optimize size of Formatter 2247

v23.16.0

  • use Intl.getCanonicalLocales function if available to format language code, like suggested in 2244

v23.15.2

  • fix(types): make context related keys detection stricter 2243 fixes 2242

v23.15.1

  • types(TFunction): make return not inferrable and use defaultValue as return when provided 2234

v23.15.0

  • support unescaped variables in TypeScript 2233

v23.14.0

  • If backend errors with retry flag, set internal state to 0, so reloadingResources should work 147

v23.13.0

  • Cache output of getRule to optimize performance 2226

v23.12.7

  • revert last optimization to address 2227

v23.12.6

  • remove console.log statement 2227

v23.12.5

  • try to optimize last fix for 2227

... (truncated)

Changelog

Sourced from i18next's changelog.

23.16.8

  • fix(plural): Create cache entry for PluralRules created as part of the fallback flow 2256

23.16.7

  • if plural rule is not found, try to search with language only code 2252

23.16.6

  • fix: Small typo in the type definitions 2250

23.16.5

  • fix extractFromKey for use cases like this

23.16.4

  • revert formatter change 2247 because of caching not working anymore

23.16.3

  • fix utils imports for Deno

23.16.2

  • perf(size): Adds a isString utility 2248

23.16.1

  • perf: Optimize size of Formatter 2247

23.16.0

  • use Intl.getCanonicalLocales function if available to format language code, like suggested in 2244

23.15.2

  • fix(types): make context related keys detection stricter 2243 fixes 2242

23.15.1

  • types(TFunction): make return not inferrable and use defaultValue as return when provided 2234

23.15.0

  • support unescaped variables in TypeScript 2233

23.14.0

... (truncated)

Commits

Updates i18next-http-backend from 2.4.2 to 3.0.1

Changelog

Sourced from i18next-http-backend's changelog.

3.0.1

  • try to get rid of top-level await

3.0.0

  • fix for Deno 2 and removal of unnecessary .cjs file
  • for esm build environments not supporting top-level await, you should import the i18next-http-backend/cjs export or stay at v2.6.2 or v2.7.1

2.7.1

  • same as 2.6.2

2.7.0

  • deprecated, same as v3.0.0

2.6.2

  • improve network error detection across browsers 152

2.6.1

  • optimize "Failed to fetch" retry case 147

2.6.0

  • fix "Failed to fetch" retry case 147

2.5.2

  • dereference timers in node.js so that the process may exit when finished 139

2.5.1

  • fix: remove typeof window.document === 'undefined' check which deopt bundle optimization 137

2.5.0

  • added fetch interceptor to the Backend Options 133

2.4.3

  • fix: overriding options
Commits

Updates immer from 9.0.19 to 10.1.1

Release notes

Sourced from immer's releases.

v10.1.1

10.1.1 (2024-04-27)

Bug Fixes

v10.1.0

10.1.0 (2024-04-27)

Features

  • performance: Make non-strict mode faster for classes. Addresses #1071 (53e3203). Immer 10.x solved slow iteration for plain JS objects. This update applies the same handling to class instances. In cases this makes class instance handling 3 times faster. Note that this slightly modifies the behavior of Immer with classes in obscure corner cases, in ways that match current documentation, but do not match previous behavior. If you run into issues with this release icmw. class instances, use setUseStrictShallowCopy("class_only") to revert to the old behavior. For more details see https://immerjs.github.io/immer/complex-objects#semantics-in-detail

v10.0.4

10.0.4 (2024-03-09)

Bug Fixes

v10.0.3

10.0.3 (2023-10-02)

Bug Fixes

v10.0.2

10.0.2 (2023-05-09)

Bug Fixes

  • export Objectish type (#1043) (75e004d)
  • Move index.js.flow from dist/ -> dist/cjs/ to match index.js (#1038) (a3b5603)

v10.0.1

10.0.1 (2023-04-17)

Bug Fixes

... (truncated)

Commits
  • e2d222b docs: [Doc]: Update /zh-CN/ (#1067)
  • 4da2e0d fix: Make applyPatches to accept readonly Patch[] (#1094)
  • 073d634 chore: Fix typo in comment in common.ts (#1113)
  • a3a7d0c chore(deps): bump express from 4.18.2 to 4.19.2 in /website (#1112)
  • 5a8f6e7 fix: export lost types (#1116)
  • 53e3203 feat(performance): Make non-strict mode faster for classes. Addresses #1071
  • 511ccee introduce StrictMode enum
  • 85a8f7b Introduce class_only strict mode setting
  • 7f1b3b9 Merge branch 'main' into faster-unstrict-mode
  • 9713677 chore: fix git ignore with watchman
  • Additional commits viewable in compare view

Updates joi from 17.12.1 to 17.13.3

Commits

Updates loglevel from 1.9.1 to 1.9.2

Commits
  • 40d10ef v1.9.2
  • c1d0054 Don't include test, vendors or .github in published package
  • 3c5c7f1 Merge pull request #198 from Mr0grog/191-contributing-docs-cleanup
  • 9e42005 Clean up remaining audit issues
  • eee0949 Document Node.js requirements and test details
  • 02301f2 Fix minor grammar/typo/code quote issues
  • 52a80eb Merge pull request #197 from Mr0grog/196-better-ts-testing
  • 54aadd4 Undo deliberate failure
  • 54f31ae Deliberately cause tests to fail
  • a9be95d Run TypeScript tests in ts-node
  • See full diff in compare view

Updates luxon from 3.3.0 to 3.5.0

Changelog

Sourced from luxon's changelog.

3.5.0 (2024-08-03)

  • Various performance improvements
  • throwOnInvalid causes the constructor to throw if the year is invalid

3.4.4 (2023-11-12)

  • Localized week support (#1454)
  • Added custom inspect for Node (#1526)
  • Fix sorting in Interval.splitAt (#1524)

3.4.3 (2023-09-05)

  • Fixes another regression from 3.4.0 (#1496)

3.4.2 (2023-08-26)

  • Fixes regression from 3.4.1 (#1493)

3.4.1 (2023-08-23)

  • Fixes for regressions from 3.4.0 (#1482 and #1488)

3.4.0 (2023-08-08)

  • Fix type checking on input zones
  • Fix Islamic months listing
  • Fix normalize() for negative inputs
Commits

Updates @types/luxon from 3.2.0 to 3.4.2

Commits

Updates matrix-widget-api from 1.6.0 to 1.10.0

Release notes

Sourced from matrix-widget-api's releases.

v1.10.0

1.10.0 Release

v1.9.0

1.9.0 Release

What's Changed

New Contributors

Full Changelog: matrix-org/matrix-widget-api@v1.8.2...v1.9.0

v1.8.2

1.8.2 Release

v1.8.1

1.8.1 Release

v1.8.0

1.8.0 Release

v1.7.0

1.7.0 Release

What's Changed

Full Changelog: matrix-org/matrix-widget-api@v1.6.0...v1.7.0

Commits

Updates react from 17.0.2 to 19.0.0

Release notes

Sourced from react's releases.

19.0.0 (December 5, 2024)

Below is a list of all new features, APIs, deprecations, and breaking changes. Read React 19 release post and React 19 upgrade guide for more information.

Note: To help make the upgrade to React 19 easier, we’ve published a [email protected] release that is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19. We recommend upgrading to React 18.3.1 first to help identify any issues before upgrading to React 19.

New Features

React

  • Actions: startTransition can now accept async functions. Functions passed to startTransition are called “Actions”. A given Transition can include one or more Actions which update state in the background and update the UI with one commit. In addition to updating state, Actions can now perform side effects including async requests, and the Action will wait for the work to finish before finishing the Transition. This feature allows Transitions to include side effects like fetch() in the pending state, and provides support for error handling, and optimistic updates.
  • useActionState: is a new hook to order Actions inside of a Transition with access to the state of the action, and the pending state. It accepts a reducer that can call Actions, and the initial state used for first render. It also accepts an optional string that is used if the action is passed to a form action prop to support progressive enhancement in forms.
  • useOptimistic: is a new hook to update state while a Transition is in progress. It returns the state, and a set function that can be called inside a transition to “optimistically” update the state to expected final value immediately while the Transition completes in the background. When the transition finishes, the state is updated to the new value.
  • use: is a new API that allows reading resources in render. In React 19, use accepts a promise or Context. If provided a promise, use will suspend until a value is resolved. use can only be used in render but can be called conditionally.
  • ref as a prop: Refs can now be used as props, removing the need for forwardRef.
  • Suspense sibling pre-warming: When a component suspends, React will immediately commit the fallback of the nearest Suspense boundary, without waiting for the entire sibling tree to render. After the fallback commits, React will schedule another render for the suspended siblings to “pre-warm” lazy requests.

React DOM Client

  • <form> action prop: Form Actions allow you to manage forms automatically and integrate with useFormStatus. When a <form> action succeeds, React will automatically reset the form for uncontrolled components. The form can be reset manually with the new requestFormReset API.
  • <button> and <input> formAction prop: Actions can be passed to the formAction prop to configure form submission behavior. This allows using different Actions depending on the input.
  • useFormStatus: is a new hook that provides the status of the parent <form> action, as if the form was a Context provider. The hook returns the values: pending, data, method, and action.
  • Support for Document Metadata: We’ve added support for rendering document metadata tags in components natively. React will automatically hoist them into the <head> section of the document.
  • Support for Stylesheets: React 19 will ensure stylesheets are inserted into the <head> on the client before revealing the content of a Suspense boundary that depends on that stylesheet.
  • Support for async scripts: Async scripts can be rendered anywhere in the component tree and React will handle ordering and deduplication.
  • Support for preloading resources: React 19 ships with preinit, preload, prefetchDNS, and preco...

    Description has been truncated

…ates

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

| Package | From | To |
| --- | --- | --- |
| [@matrix-widget-toolkit/api](https://github.com/nordeck/matrix-widget-toolkit/tree/HEAD/packages/api) | `3.2.2` | `4.0.0` |
| [@matrix-widget-toolkit/react](https://github.com/nordeck/matrix-widget-toolkit/tree/HEAD/packages/react) | `1.0.6` | `2.0.4` |
| [@matrix-widget-toolkit/semantic-ui](https://github.com/nordeck/matrix-widget-toolkit/tree/HEAD/packages/semantic-ui) | `1.0.8` | `2.0.0` |
| [@react-hookz/web](https://github.com/react-hookz/web) | `14.7.1` | `24.0.4` |
| [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) | `1.9.3` | `2.5.0` |
| [i18next-http-backend](https://github.com/i18next/i18next-http-backend) | `2.4.2` | `3.0.1` |
| [immer](https://github.com/immerjs/immer) | `9.0.19` | `10.1.1` |
| [joi](https://github.com/hapijs/joi) | `17.12.1` | `17.13.3` |
| [loglevel](https://github.com/pimterry/loglevel) | `1.9.1` | `1.9.2` |
| [luxon](https://github.com/moment/luxon) | `3.3.0` | `3.5.0` |
| [@types/luxon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/luxon) | `3.2.0` | `3.4.2` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `17.0.2` | `19.0.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `17.0.52` | `19.0.1` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `17.0.2` | `19.0.0` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `17.0.18` | `19.0.2` |
| [react-focus-lock](https://github.com/theKashey/react-focus-lock) | `2.9.6` | `2.13.5` |
| [react-focus-on](https://github.com/theKashey/react-focus-on) | `3.9.1` | `3.9.4` |
| [react-redux](https://github.com/reduxjs/react-redux) | `8.0.5` | `9.2.0` |
| [rfc4648](https://github.com/swansontec/rfc4648.js) | `1.5.3` | `1.5.4` |
| [styled-components](https://github.com/styled-components/styled-components) | `5.3.6` | `6.1.13` |



Updates `@matrix-widget-toolkit/api` from 3.2.2 to 4.0.0
- [Release notes](https://github.com/nordeck/matrix-widget-toolkit/releases)
- [Changelog](https://github.com/nordeck/matrix-widget-toolkit/blob/main/packages/api/CHANGELOG.md)
- [Commits](https://github.com/nordeck/matrix-widget-toolkit/commits/@matrix-widget-toolkit/[email protected]/packages/api)

Updates `@matrix-widget-toolkit/react` from 1.0.6 to 2.0.4
- [Release notes](https://github.com/nordeck/matrix-widget-toolkit/releases)
- [Changelog](https://github.com/nordeck/matrix-widget-toolkit/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/nordeck/matrix-widget-toolkit/commits/@matrix-widget-toolkit/[email protected]/packages/react)

Updates `@matrix-widget-toolkit/semantic-ui` from 1.0.8 to 2.0.0
- [Release notes](https://github.com/nordeck/matrix-widget-toolkit/releases)
- [Changelog](https://github.com/nordeck/matrix-widget-toolkit/blob/@matrix-widget-toolkit/[email protected]/packages/semantic-ui/CHANGELOG.md)
- [Commits](https://github.com/nordeck/matrix-widget-toolkit/commits/@matrix-widget-toolkit/[email protected]/packages/semantic-ui)

Updates `@react-hookz/web` from 14.7.1 to 24.0.4
- [Release notes](https://github.com/react-hookz/web/releases)
- [Changelog](https://github.com/react-hookz/web/blob/master/CHANGELOG.md)
- [Commits](react-hookz/web@v14.7.1...v24.0.4)

Updates `@reduxjs/toolkit` from 1.9.3 to 2.5.0
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](reduxjs/redux-toolkit@v1.9.3...v2.5.0)

Updates `i18next` from 23.7.11 to 23.16.8
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v23.7.11...v23.16.8)

Updates `i18next-http-backend` from 2.4.2 to 3.0.1
- [Changelog](https://github.com/i18next/i18next-http-backend/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next-http-backend@v2.4.2...v3.0.1)

Updates `immer` from 9.0.19 to 10.1.1
- [Release notes](https://github.com/immerjs/immer/releases)
- [Commits](immerjs/immer@v9.0.19...v10.1.1)

Updates `joi` from 17.12.1 to 17.13.3
- [Commits](hapijs/joi@v17.12.1...v17.13.3)

Updates `loglevel` from 1.9.1 to 1.9.2
- [Release notes](https://github.com/pimterry/loglevel/releases)
- [Commits](pimterry/loglevel@v1.9.1...v1.9.2)

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

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

Updates `matrix-widget-api` from 1.6.0 to 1.10.0
- [Release notes](https://github.com/matrix-org/matrix-widget-api/releases)
- [Changelog](https://github.com/matrix-org/matrix-widget-api/blob/master/docs/releases.md)
- [Commits](matrix-org/matrix-widget-api@v1.6.0...v1.10.0)

Updates `react` from 17.0.2 to 19.0.0
- [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.0.0/packages/react)

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

Updates `react-dom` from 17.0.2 to 19.0.0
- [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.0.0/packages/react-dom)

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

Updates `react-focus-lock` from 2.9.6 to 2.13.5
- [Release notes](https://github.com/theKashey/react-focus-lock/releases)
- [Changelog](https://github.com/theKashey/react-focus-lock/blob/master/CHANGELOG.md)
- [Commits](theKashey/react-focus-lock@v2.9.6...v2.13.5)

Updates `react-focus-on` from 3.9.1 to 3.9.4
- [Release notes](https://github.com/theKashey/react-focus-on/releases)
- [Changelog](https://github.com/theKashey/react-focus-on/blob/master/CHANGELOG.md)
- [Commits](theKashey/react-focus-on@v3.9.1...v3.9.4)

Updates `react-redux` from 8.0.5 to 9.2.0
- [Release notes](https://github.com/reduxjs/react-redux/releases)
- [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md)
- [Commits](reduxjs/react-redux@v8.0.5...v9.2.0)

Updates `react-use` from 17.5.0 to 17.5.1
- [Release notes](https://github.com/streamich/react-use/releases)
- [Changelog](https://github.com/streamich/react-use/blob/master/CHANGELOG.md)
- [Commits](streamich/react-use@v17.5.0...v17.5.1)

Updates `rfc4648` from 1.5.3 to 1.5.4
- [Release notes](https://github.com/swansontec/rfc4648.js/releases)
- [Changelog](https://github.com/swansontec/rfc4648.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/swansontec/rfc4648.js/commits)

Updates `styled-components` from 5.3.6 to 6.1.13
- [Release notes](https://github.com/styled-components/styled-components/releases)
- [Commits](styled-components/styled-components@v5.3.6...v6.1.13)

---
updated-dependencies:
- dependency-name: "@matrix-widget-toolkit/api"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@matrix-widget-toolkit/react"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@matrix-widget-toolkit/semantic-ui"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@react-hookz/web"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@reduxjs/toolkit"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: i18next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: i18next-http-backend
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: immer
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: joi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: loglevel
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: luxon
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@types/luxon"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: matrix-widget-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: react-focus-lock
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-focus-on
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react-redux
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: react-use
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: rfc4648
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: styled-components
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner December 16, 2024 04:49
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 16, 2024
Copy link

changeset-bot bot commented Dec 16, 2024

⚠️ No Changeset found

Latest commit: 77a5a62

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 23, 2024

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

@dependabot dependabot bot closed this Dec 23, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-bc0162ae83 branch December 23, 2024 04:52
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