elan-ev / opencast-studio

Web-based recording studio for Opencast
https://studio.opencast.org
MIT License
50 stars 46 forks source link

Bump the minor-and-patch group with 9 updates #1160

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps the minor-and-patch group with 9 updates:

Package From To
@babel/core 7.23.7 7.23.9
@opencast/appkit 0.2.2 0.2.4
i18next 23.7.13 23.8.2
react-hook-form 7.49.2 7.49.3
react-hotkeys-hook 4.4.1 4.4.4
react-i18next 14.0.0 14.0.1
webpack 5.89.0 5.90.0
@types/node 20.10.6 20.11.14
@types/react 18.2.46 18.2.48

Updates @babel/core from 7.23.7 to 7.23.9

Release notes

Sourced from @​babel/core's releases.

v7.23.9 (2024-01-25)

:bug: Bug Fix

  • babel-helper-transform-fixture-test-runner, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-transform-async-generator-functions, babel-plugin-transform-runtime, babel-preset-env
  • babel-traverse
  • Other

:house: Internal

:running_woman: Performance

:microscope: Output optimization

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-new-target, babel-plugin-transform-parameters, babel-plugin-transform-private-methods, babel-preset-env
  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 4

v7.23.8 (2024-01-08)

:bug: Bug Fix

:leftwards_arrow_with_hook: Revert

:microscope: Output optimization

  • babel-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-plugin-transform-parameters, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

... (truncated)

Changelog

Sourced from @​babel/core's changelog.

v7.23.9 (2024-01-25)

:bug: Bug Fix

  • babel-helper-transform-fixture-test-runner, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-transform-async-generator-functions, babel-plugin-transform-runtime, babel-preset-env
  • babel-traverse
  • Other

:house: Internal

:running_woman: Performance

:microscope: Output optimization

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-new-target, babel-plugin-transform-parameters, babel-plugin-transform-private-methods, babel-preset-env
  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

v7.23.8 (2024-01-08)

:bug: Bug Fix

:leftwards_arrow_with_hook: Revert

:microscope: Output optimization

  • babel-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-plugin-transform-parameters, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
Commits


Updates @opencast/appkit from 0.2.2 to 0.2.4

Commits


Updates i18next from 23.7.13 to 23.8.2

Release notes

Sourced from i18next's releases.

v23.8.2

  • optimize addResources to address 2130

v23.8.1

  • types: support stricter typechecking for returnEmptyString and returnNull 2129

v23.8.0

  • improve performance by reducing array slices and RegExp recreation 2128

v23.7.20

  • optimize: consistent _zero special handling also for defaultValue_zero 2124
  • intl plural rule for dev is now en (consistent with v3 compatibility)

v23.7.19

  • fix: consistent _zero special handling also for defaultValue_zero 2124

v23.7.18

  • types: support readonly defaultNS 2123

v23.7.17

  • types: fix support for defaultNS as array (fixes 2118) 2121
  • types: fix typo in CustomInstanceExtensions 2122

v23.7.16

  • fix: Use Typescript 5 types with Typescript 5+ 2108
    • Hint: If you're using TypeScript 4 and you navigate to the type definitions in your code editor, it might be you will see the TypeScript 5 types, but the TS compiler should use the correct types.

v23.7.15

  • types: simplifies types for array access and fixes 2103

v23.7.14

  • types: fix types for array access
Changelog

Sourced from i18next's changelog.

23.8.2

  • optimize addResources to address 2130

23.8.1

  • types: support stricter typechecking for returnEmptyString and returnNull 2129

23.8.0

  • improve performance by reducing array slices and RegExp recreation 2128

23.7.20

  • optimize: consistent _zero special handling also for defaultValue_zero 2124
  • intl plural rule for dev is now en (consistent with v3 compatibility)

23.7.19

  • fix: consistent _zero special handling also for defaultValue_zero 2124

23.7.18

  • types: support readonly defaultNS 2123

23.7.17

  • types: fix support for defaultNS as array (fixes 2118) 2121
  • types: fix typo in CustomInstanceExtensions 2122

23.7.16

  • fix: Use Typescript 5 types with Typescript 5+ 2108
    • Hint: If you're using TypeScript 4 and you navigate to the type definitions in your code editor, it might be you will see the TypeScript 5 types, but the TS compiler should use the correct types.

23.7.15

  • types: simplifies types for array access and fixes 2103

23.7.14

  • types: fix types for array access
Commits


Updates react-hook-form from 7.49.2 to 7.49.3

Release notes

Sourced from react-hook-form's releases.

Version 7.49.3

🐛 fix(formState, disabled): infer controlled disabled form state (#11361) 🐛 fix(reset): remove global reset option flag (#11355) 🐛 fix(useController): check if disabled state was set by user (#11353) 🖨️ fix: Change DeepPartial type definition to be compatible with unknown (#11333) 🐞 fix #11328 resetField with object as defaultValue (#11329)

thanks to @​Moshyfawn, @​geeee and @​RulerOfCakes

Commits
  • e4c1fb1 7.49.3
  • e6a5b1a 🐛 fix(formState, disabled): infer controlled disabled form state (#11361)
  • dab35e1 🐛 fix(reset): remove global reset option flag (#11355)
  • 4f4eae5 🐛 fix(useController): check if disabled state was set by user (#11353)
  • 012bb19 🖨️ fix: Change DeepPartial type definition to be compatible with unknown ...
  • 94114e4 🐞 fix #11328 resetField with object as defaultValue (#11329)
  • See full diff in compare view


Updates react-hotkeys-hook from 4.4.1 to 4.4.4

Release notes

Sourced from react-hotkeys-hook's releases.

v4.4.4

What's Changed

Full Changelog: https://github.com/JohannesKlauss/react-hotkeys-hook/compare/v4.4.3...v4.4.4

v4.4.3

What's Changed

New Contributors

Full Changelog: https://github.com/JohannesKlauss/react-hotkeys-hook/compare/v4.4.2...v4.4.3

v4.4.2

What's Changed

... (truncated)

Commits
  • 33c02ff 4.4.4
  • 611a579 Merge remote-tracking branch 'origin/main'
  • 74349b2 Fix duplicate key activation
  • efe75d1 fix(deps): update dependency react-hotkeys-hook to v4.4.3
  • 5b0661b chore(deps): update dependency @​types/react to v18.2.47
  • 95b5e4e 4.4.3
  • 6f2c199 Merge pull request #1091 from JohannesKlauss/renovate/babel-monorepo
  • d3a088f Merge pull request #1092 from JohannesKlauss/renovate/jest-monorepo
  • ab0731a chore(deps): update dependency @​types/jest to v29.5.11
  • 79c2283 chore(deps): update babel monorepo
  • Additional commits viewable in compare view


Updates react-i18next from 14.0.0 to 14.0.1

Changelog

Sourced from react-i18next's changelog.

14.0.1

  • types: fix typo in CustomInstanceExtensions 1713
Commits


Updates webpack from 5.89.0 to 5.90.0

Release notes

Sourced from webpack's releases.

v5.90.0

Bug Fixes

  • Fixed inner graph for classes
  • Optimized RemoveParentModulesPlugin via bigint arithmetic
  • Fixed worklet detection in production mode
  • Fixed an error for cyclic importModule
  • Fixed types for Server and Dirent
  • Added the fetchPriority to hmr runtime's ensureChunk function
  • Don't warn about dynamic import for build dependencies
  • External module generation respects the output.environment.arrowFunction option
  • Fixed consumimng shared runtime module logic
  • Fixed a runtime logic of multiple chunks
  • Fixed destructing assignment of dynamic import json file
  • Passing errors array for a module hash
  • Added /*#__PURE__*/ to generated JSON.parse()
  • Generated a library manifest after clean plugin
  • Fixed non amd externals and amd library
  • Fixed a bug in SideEffectsFlagPlugin with namespace re-exports
  • Fixed an error message for condition or
  • The strictModuleErrorHandling is now working
  • Clean up child compilation chunk graph to avoid memory leak
  • [CSS] - Fixed CSS import prefer relative resolution
  • [CSS] - Fixed CSS runtime chunk loading error message

New Features

  • Allow to set false for dev server in webpack.config.js
  • Added a warning for async external when not supported
  • Added a warning for async module when not supported
  • Added the node-module option for the node.__filename/__dirname and enable it by default for ESM target
  • Added the snapshot.unmanagedPaths option
  • Exposed the MultiCompilerOptions type
  • [CSS] - Added CSS parser options to enable/disable named exports
  • [CSS] - Moved CSS the exportsOnly option to CSS generator options

Dependencies & Maintenance

  • use node.js LTS version for lint
  • bump actions/cache from 3 to 4
  • bump prettier from 3.2.1 to 3.2.3
  • bump assemblyscript
  • bump actions/checkout from 3 to 4

Full Changelog: https://github.com/webpack/webpack/compare/v5.89.0...v5.90.0

Commits


Updates @types/node from 20.10.6 to 20.11.14

Commits


Updates @types/react from 18.2.46 to 18.2.48

Commits


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | i18next | [>= 21.a, < 22] |

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions