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 11 updates #1157

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

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

Package From To
@babel/core 7.23.5 7.23.7
@emotion/react 11.11.1 11.11.3
html-webpack-plugin 5.5.3 5.6.0
i18next 23.7.7 23.7.13
react-hook-form 7.48.2 7.49.2
@types/node 20.10.1 20.10.6
@types/react 18.2.39 18.2.46
@types/react-beforeunload 2.1.4 2.1.5
@types/react-dom 18.2.17 18.2.18
ts-node 10.9.1 10.9.2
typescript 5.3.2 5.3.3

Updates @babel/core from 7.23.5 to 7.23.7

Release notes

Sourced from @​babel/core's releases.

v7.23.7 (2023-12-29)

:bug: Bug Fix

:house: Internal

  • babel-helper-create-class-features-plugin
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators

Committers: 4

v7.23.6 (2023-12-11)

Thanks @​martinez-hugo and @​odinho for your first pull requests!

:eyeglasses: Spec Compliance

  • babel-generator, babel-parser, babel-types
  • babel-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-types

:bug: Bug Fix

  • babel-generator
  • babel-helpers, babel-plugin-proposal-explicit-resource-management
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties
    • #16161 Ensure the [[@@toPrimitive]] call of a decorated class member key is invoked once (@​JLHwung)
    • #16148 Support named evaluation for decorated anonymous class exp (@​JLHwung)
  • babel-plugin-transform-for-of, babel-preset-env
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-plugin-transform-typescript

:microscope: Output optimization

... (truncated)

Changelog

Sourced from @​babel/core's changelog.

v7.23.7 (2023-12-29)

:bug: Bug Fix

:house: Internal

  • babel-helper-create-class-features-plugin
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators

v7.23.6 (2023-12-11)

:eyeglasses: Spec Compliance

  • babel-generator, babel-parser, babel-types
  • babel-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-types

:bug: Bug Fix

  • babel-generator
  • babel-helpers, babel-plugin-proposal-explicit-resource-management
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties
    • #16161 Ensure the [[@@toPrimitive]] call of a decorated class member key is invoked once (@​JLHwung)
    • #16148 Support named evaluation for decorated anonymous class exp (@​JLHwung)
  • babel-plugin-transform-for-of, babel-preset-env
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-plugin-transform-typescript

:microscope: Output optimization

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-helpers, babel-plugin-proposal-decorators
Commits


Updates @emotion/react from 11.11.1 to 11.11.3

Release notes

Sourced from @​emotion/react's releases.

@​emotion/react@​11.11.3

Patch Changes

Commits


Updates html-webpack-plugin from 5.5.3 to 5.6.0

Changelog

Sourced from html-webpack-plugin's changelog.

5.6.0 (2023-12-19)

Features

  • add @rspack/core as an optional peer dependency (#1829) (56ff3ae)
  • Added support type=systemjs-module via the scriptLoading option (#1822) (7effc30)

Bug Fixes

5.5.4 (2023-12-06)

Bug Fixes

Commits
  • ebfa1ce chore(release): 5.6.0
  • 56ff3ae feat: add @rspack/core as an optional peer dependency (#1829)
  • c79f2cf fix: memoy leak (#1836)
  • 7effc30 feat: Added support type=systemjs-module via the scriptLoading option (#1...
  • 318cd4d docs: add html-webpack-inject-attributes-plugin to readme (#1787)
  • 91ba8bb chore(release): 5.5.4
  • fe231d3 docs: add js-entry-webpack-plugin (#1732)
  • 5c15284 test: case for watch/serve and reemitting assets (#1812)
  • a214736 fix: reemit assets from loaders (#1811)
  • 0db3c2b refactor: fix regression after refactor and testing (#1810)
  • Additional commits viewable in compare view


Updates i18next from 23.7.7 to 23.7.13

Release notes

Sourced from i18next's releases.

v23.7.13

  • types: optimise ParseTReturn 2095

v23.7.12

  • types: fix for older ts version (context validation only for TS 5)

v23.7.11

  • types: fix for older ts versions 2090

v23.7.10

  • types: initializedStoreOnce and initializedLanguageOnce 2089

v23.7.9

  • types: fix FormatFunction should allow any value inside options parameter

v23.7.8

  • prevent cosmetic SyntaxError because of non catched error variable
Changelog

Sourced from i18next's changelog.

23.7.13

  • types: optimise ParseTReturn 2095

23.7.12

  • types: fix for older ts version (context validation only for TS 5)

23.7.11

  • types: fix for older ts versions 2090

23.7.10

  • types: initializedStoreOnce and initializedLanguageOnce 2089

23.7.9

  • types: fix FormatFunction should allow any value inside options parameter

23.7.8

  • prevent cosmetic SyntaxError because of non catched error variable
Commits


Updates react-hook-form from 7.48.2 to 7.49.2

Release notes

Sourced from react-hook-form's releases.

Version 7.49.2

🐞 fix #11292 issue with controller validation prop (#11294)

Version 7.49.1

🐞 fix #11276 issue with disabled omit on Controller (#11277) 🐞 fix #11287 disabled prop cause const dirtyFields update (#11291)

🎄 Version 7.49.0

📮 feat: add reactive errors prop at useForm (#11188)

useForm({
  errors, // server errors
})

🖥️ feat: add react-server bundle (#11162) 🔩 chore: upgrade Node.js and pnpm (#11163) 🪖 feat: add ValidationModeFlags Type (#11144) 🐞 fix #11267 disabled prop does not affect controller validation (#11273) 🔧 refactor(util function): Enhance Consistency in Utility Functions: Standardizing Export, Function Types, and Naming (#11268) ⌨️ change type structure of UseFormHandleSubmit (#11245) 📮 fix(#11239): Set fields disabled state based on form and field disabled (#11241) 🍢 improved getDirtyFieldsFromDefaultValues type (#11238) 🐞 fix #11229 issue with values not re-render the root form (#11231) 🐞 fix #11218 useFieldArray focus issue with rules prop (#11221) 🔧 chore: improved isObjectType and swap (#11183)

thanks to @​kotarella1110, @​ssi02014, @​thomasdbock, @​mildfuzz and @​Lennon57

Commits


Updates @types/node from 20.10.1 to 20.10.6

Commits


Updates @types/react from 18.2.39 to 18.2.46

Commits


Updates @types/react-beforeunload from 2.1.4 to 2.1.5

Commits


Updates @types/react-dom from 18.2.17 to 18.2.18

Commits


Updates ts-node from 10.9.1 to 10.9.2

Release notes

Sourced from ts-node's releases.

Fix tsconfig.json file not found

Fixed

Commits


Updates typescript from 5.3.2 to 5.3.3

Release notes

Sourced from typescript's releases.

TypeScript 5.3.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

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