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 13 updates #1145

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

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

Package From To
@babel/core 7.23.0 7.23.2
@babel/preset-typescript 7.23.0 7.23.2
i18next 23.5.1 23.6.0
react-hook-form 7.46.2 7.47.0
react-i18next 13.2.2 13.3.1
webpack 5.88.2 5.89.0
@types/iarna__toml 2.0.3 2.0.4
@types/mustache 4.2.3 4.2.4
@types/node 20.8.0 20.8.10
@types/react 18.2.23 18.2.33
@types/react-beforeunload 2.1.2 2.1.3
@types/react-dom 18.2.8 18.2.14
@types/react-page-visibility 6.4.2 6.4.3

Updates @babel/core from 7.23.0 to 7.23.2

Release notes

Sourced from @​babel/core's releases.

v7.23.2 (2023-10-11)

NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release commit.

Thanks @​jimmydief for your first PR!

:bug: Bug Fix

  • babel-traverse
  • babel-preset-typescript
  • babel-helpers
    • #16017 Fix: fallback to typeof when toString is applied to incompatible object (@​JLHwung)
  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 5

v7.23.1 (2023-09-25)

Re-publishing @babel/helpers due to a publishing error in 7.23.0.

Changelog

Sourced from @​babel/core's changelog.

v7.23.2 (2023-10-11)

:bug: Bug Fix

  • babel-traverse
  • babel-preset-typescript
  • babel-helpers
    • #16017 Fix: fallback to typeof when toString is applied to incompatible object (@​JLHwung)
  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
Commits


Updates @babel/preset-typescript from 7.23.0 to 7.23.2

Release notes

Sourced from @​babel/preset-typescript's releases.

v7.23.2 (2023-10-11)

NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release commit.

Thanks @​jimmydief for your first PR!

:bug: Bug Fix

  • babel-traverse
  • babel-preset-typescript
  • babel-helpers
    • #16017 Fix: fallback to typeof when toString is applied to incompatible object (@​JLHwung)
  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 5

v7.23.1 (2023-09-25)

Re-publishing @babel/helpers due to a publishing error in 7.23.0.

Changelog

Sourced from @​babel/preset-typescript's changelog.

v7.23.2 (2023-10-11)

:bug: Bug Fix

  • babel-traverse
  • babel-preset-typescript
  • babel-helpers
    • #16017 Fix: fallback to typeof when toString is applied to incompatible object (@​JLHwung)
  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
Commits


Updates i18next from 23.5.1 to 23.6.0

Release notes

Sourced from i18next's releases.

v23.6.0

  • add interpolation data to response if returnDetails is true 2053
Changelog

Sourced from i18next's changelog.

23.6.0

  • add interpolation data to response if returnDetails is true 2053
Commits


Updates react-hook-form from 7.46.2 to 7.47.0

Release notes

Sourced from react-hook-form's releases.

Version 7.47.0

🫡 allow keepIsSubmitSuccessful flag (#9640)

const { reset } = useForm()

<Form onSubmit={() => { reset(formValues, { keepIsSubmitSuccessful: true, }); }} />

🦉 fix typo in form.ts (#10978) 🤡 close #10907 potential fix on unmounted component (#10980) 🪖 simplify logic for subscription by name (#10947)

thanks to @​stefanpl, @​kai-dorschner-twinsity & @​nitschSB

Changelog

Sourced from react-hook-form's changelog.

[7.47.0] - 2023-10-02

Added

  • reset api with keepIsSubmitSuccessful option, keep successfully submitted form state.
<Form
  onSubmit={() => {
    reset(formValues, {
      keepIsSubmitSuccessful: true,
    });
  }}
/>

[7.46.0] - 2023-09-03

Added

  • Controller disabled prop
const [disabled, setDisabled] = useState(false);
useController({
  disabled,
});
  • Trigger passed names to construct resolver options
  • Add exact option for array name in useWatch

Changed

  • Update isDirty when setting disabled in register

Fixed

  • Prevent reset argument mutation

[7.45.0] - 2023-06-20

Changed

  • Controller with type check on onChange
- onChange: (...event: any[]) => void;
+ onChange: (event: ChangeEvent | FieldPathValue<TFieldValues, TName>) => void;

... (truncated)

Commits


Updates react-i18next from 13.2.2 to 13.3.1

Changelog

Sourced from react-i18next's changelog.

13.3.1

  • optimize defaultVariables feature introduced in last release

13.3.0

  • Respect defaultVariables in the interpolation options 1685
Commits


Updates webpack from 5.88.2 to 5.89.0

Release notes

Sourced from webpack's releases.

v5.89.0

New Features

Dependencies & Maintenance

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

Commits
  • 8766092 5.89.0
  • 21c80e4 Merge pull request #17718 from bworline/require-preserve-chains
  • b14922c Refactor shared code
  • dc66572 update types
  • d36804e update types
  • d4e8485 initial
  • 1f13ff9 Merge pull request #17666 from webpack/dependabot/npm_and_yarn/types/node-20.6.0
  • f00e6e2 chore(deps-dev): bump @​types/node from 20.4.9 to 20.6.0
  • 853bfda Merge pull request #17427 from webpack/dependabot/npm_and_yarn/simple-git-3.19.1
  • 64707c9 Merge pull request #17483 from webpack/dependabot/npm_and_yarn/semver-5.7.2
  • Additional commits viewable in compare view


Updates @types/iarna__toml from 2.0.3 to 2.0.4

Commits


Updates @types/mustache from 4.2.3 to 4.2.4

Commits


Updates @types/node from 20.8.0 to 20.8.10

Commits


Updates @types/react from 18.2.23 to 18.2.33

Commits


Updates @types/react-beforeunload from 2.1.2 to 2.1.3

Commits


Updates @types/react-dom from 18.2.8 to 18.2.14

Commits


Updates @types/react-page-visibility from 6.4.2 to 6.4.3

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
LukasKalbertodt commented 10 months ago

Lets postpone this to keep #1143 conflict free

dependabot[bot] commented 10 months ago

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

LukasKalbertodt commented 10 months ago

That's not really what I want... maybe I will reopen this in the future or something. I can still just manually update. No big deal.

LukasKalbertodt commented 10 months ago

@dependabot reopen

github-actions[bot] commented 10 months ago

This pull request has conflicts ☹ Please resolve those so we can review the pull request. Thanks.

LukasKalbertodt commented 10 months ago

@dependabot rebase

dependabot[bot] commented 10 months ago

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

LukasKalbertodt commented 10 months ago

No?

LukasKalbertodt commented 10 months ago

@dependabot recreate

dependabot[bot] commented 10 months ago

Looks like this PR is closed. If you re-open it I'll rebase it as long as no-one else has edited it (you can use @dependabot reopen if the branch has been deleted).

LukasKalbertodt commented 10 months ago

@dependabot reopen

LukasKalbertodt commented 10 months ago

@dependabot recreate

dependabot[bot] commented 10 months ago

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