chore: Migrate yarn to v4.7.0 (#297)

* chore: update yarn version
---------
Co-authored-by: Kalidou Diagne <kld.diagne@gmail.com>
This commit is contained in:
pbkompasz
2025-03-14 16:01:53 +02:00
committed by GitHub
parent ca5e51af7a
commit 2d6f4b7adc
6 changed files with 9049 additions and 5497 deletions

9
.gitignore vendored
View File

@@ -37,3 +37,12 @@ yarn-error.log*
# JetBrains IDEs
.idea
# yarn
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
.pnp.*

1
.npmrc
View File

@@ -1 +0,0 @@
engine-strict=true

935
.yarn/releases/yarn-4.7.0.cjs vendored Executable file

File diff suppressed because one or more lines are too long

3
.yarnrc.yml Normal file
View File

@@ -0,0 +1,3 @@
compressionLevel: mixed
nodeLinker: node-modules
enableGlobalCache: false

View File

@@ -87,5 +87,6 @@
"prettier --write"
]
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
"packageManager": "yarn@4.7.0",
"engineStrict": true
}

13593
yarn.lock

File diff suppressed because it is too large Load Diff