-
Backstage本体はyarn3を利用している。
https://github.com/backstage/backstage/tree/v1.27.5/.yarn/releases
dependabot のサポートが yarn 2以降で、yarn1環境で実行すると最新のyarnバージョン(4)で実行されるため、yarn.lockファイルの_metadataもyarn4のものとなってしまう。…
-
### Suggestion
I think there's something wrong with how `yarn`3 resolves binaries or something - after running a `yarn install` in the root I then tried running `yarn generate-lib` in the root and it…
-
currently, yarn4 is supported, but yarn3 is not.
how about backporting/adding support for yarn3?
-
# Glossary
| Term | Description |
| ---- | ----------- |
| Yarn Classic | Yarn v1 |
| Yarn Berry | Any version of Yarn > v1. At the time of writing, stable Yarn Berry is v3. v4 currently has a r…
-
Hello,
Is it possible to use yarn 2 with the plugin?
In normal yarn 2 setup you have to enable yarn 2 via:
`yarn set version berry`
Is there a way to also do this with the plugin?
Thanks …
-
Hello,
I have a project that I recently migrated to yarn4. As you probably know, the differences between yarn1 and yarn2-3-4 are significant... so I was not surprised when the syntax "concurrentl…
-
Building 4.26 on openSUSE fails for the s390x architecture with various test failures in the uint128 math, bitwise shift operators and i/o operations tests.
The detailed error log is (collapsed to…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
See…
-
Not sure if this is an issue for this repo or for jhipster/prettier-java. I just tried setting up this plugin in our project, and all my attempts to run it yield this error message:
> Illegal char …
-
### 📜 Description
I just followed the [Yarn 3 Migration guide](https://backstage.io/docs/tutorials/yarn-migration/) to update from yarn v1 to v3. Locally, everything works like a charm but when dep…