Update Yarn to v4 (#8641)

* Update Yarn to v4

* Update yarn in 'war/pom.xml'

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alexander Brandes <mc.cache@web.de>
This commit is contained in:
renovate[bot] 2023-10-27 07:43:10 +02:00 committed by GitHub
parent d5e7897ec2
commit 597ca0d2c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2009 additions and 2009 deletions

View File

@ -62,5 +62,5 @@
"defaults", "defaults",
"not IE 11" "not IE 11"
], ],
"packageManager": "yarn@3.6.4" "packageManager": "yarn@4.0.0"
} }

View File

@ -50,8 +50,8 @@ THE SOFTWARE.
<!-- frontend-maven-plugin will install this Yarn version as bootstrap, then hand over control to Yarn Berry. --> <!-- frontend-maven-plugin will install this Yarn version as bootstrap, then hand over control to Yarn Berry. -->
<yarn.version>1.22.19</yarn.version> <yarn.version>1.22.19</yarn.version>
<!-- maven-antrun-plugin will download this Yarn version. --> <!-- maven-antrun-plugin will download this Yarn version. -->
<yarn-berry.version>3.6.4</yarn-berry.version> <yarn-berry.version>4.0.0</yarn-berry.version>
<yarn-berry.sha256sum>7f7d51b38db0d94adf25c512e3f3d3b47d23c97922eecc540f7440f116bdb99a</yarn-berry.sha256sum> <yarn-berry.sha256sum>6d855253732ba8d231b6cd917961654f6c8439164c962a4e355c9c58360ebe44</yarn-berry.sha256sum>
</properties> </properties>
<dependencyManagement> <dependencyManagement>

File diff suppressed because it is too large Load Diff