diff --git a/develop/admin/index.html b/develop/admin/index.html index 0c97832f5..9a841eab7 100644 --- a/develop/admin/index.html +++ b/develop/admin/index.html @@ -802,5 +802,5 @@

Release Documentation

\ No newline at end of file diff --git a/develop/commit b/develop/commit index 1eb90cee7..9f6ee72e0 100644 --- a/develop/commit +++ b/develop/commit @@ -1,5 +1,203 @@ -commit 7ffb043ac3c68b30afc128b25fab0ff5fc7c508c +commit 9fdad066328e009fc703e2e273875414f0ad4d04 Author: Lars Kiesow -Date: Tue May 7 12:15:25 2024 +0200 +Date: Tue May 7 15:49:56 2024 +0200 - Merge r/15.x into develop + Bump react-dom and @types/react-dom in /modules/lti (#5786) + + Bumps + [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) + and + [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom). + These dependencies needed to be updated together. + Updates `react-dom` from 18.2.0 to 18.3.1 +
+ Release notes +

Sourced from react-dom's + releases.

+
+

18.3.1 (April 26, 2024)

+
    +
  • Export act from react f1338f
  • +
+

18.3.0 (April 25, 2024)

+

This release is identical to 18.2 but adds warnings for deprecated + APIs and other changes that are needed for React 19.

+

Read the React 19 + Upgrade Guide for more info.

+

React

+
    +
  • Allow writing to this.refs to support string ref + codemod 909071
  • +
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • +
  • Warn for deprecated test-utils methods d4ea75
  • +
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • +
  • Warn for deprecated string refs outside StrictMode #25383
  • +
  • Warn for deprecated defaultProps for function + components #25699
  • +
  • Warn when spreading key #25697
  • +
  • Warn when using act from test-utils d4ea75
  • +
+

React DOM

+
    +
  • Warn for deprecated unmountComponentAtNode 8a015b
  • +
  • Warn for deprecated renderToStaticNodeStream #28874
  • +
+
+
+
+ Changelog +

Sourced from react-dom's + changelog.

+
+

18.3.1 (April 26, 2024)

+
    +
  • Export act from react f1338f
  • +
+

18.3.0 (April 25, 2024)

+

This release is identical to 18.2 but adds warnings for deprecated + APIs and other changes that are needed for React 19.

+

Read the React 19 + Upgrade Guide for more info.

+

React

+
    +
  • Allow writing to this.refs to support string ref + codemod 909071
  • +
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • +
  • Warn for deprecated test-utils methods d4ea75
  • +
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • +
  • Warn for deprecated string refs outside StrictMode #25383
  • +
  • Warn for deprecated defaultProps for function + components #25699
  • +
  • Warn when spreading key #25697
  • +
  • Warn when using act from test-utils d4ea75
  • +
+

React DOM

+
    +
  • Warn for deprecated unmountComponentAtNode 8a015b
  • +
  • Warn for deprecated renderToStaticNodeStream #28874
  • +
+
+
+
+ Commits + +
+
+ Maintainer changes +

This version was pushed to npm by react-bot, a new releaser + for react-dom since your current version.

+
+
+ + Updates `@types/react-dom` from 18.2.19 to 18.3.0 +
+ Commits + +
+
+ + + 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-automerge-start) + [//]: # (dependabot-automerge-end) + + --- + +
+ 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 this major version` will close this PR and stop + Dependabot creating any more for this major version (unless you reopen + the PR or upgrade to it yourself) + - `@dependabot ignore this minor version` will close this PR and stop + Dependabot creating any more for this minor version (unless you reopen + the PR or upgrade to it yourself) + - `@dependabot ignore this dependency` will close this PR and stop + Dependabot creating any more for this dependency (unless you reopen the + PR or upgrade to it yourself) + + +
diff --git a/develop/developer/index.html b/develop/developer/index.html index 4a3bc3b30..b0834e436 100644 --- a/develop/developer/index.html +++ b/develop/developer/index.html @@ -424,5 +424,5 @@

Opencast Development Guides

\ No newline at end of file