grafana / plugin-tools

Create Grafana plugins with ease.
https://grafana.com/developers/plugin-tools/
Apache License 2.0
57 stars 28 forks source link

Create Plugin: Update default yarn version to 1.22.22 #839

Closed jackw closed 5 months ago

jackw commented 5 months ago

What this PR does / why we need it: The yarn version we use as the default is 3 patch versions out of date. The latest of which fixes some transitive dependency hoisting issue. This PR bumps the default yarn version to latest.

@briangann - this should solve the issue you ran into with yarn 1 and incompatibilities with the jackspeak npm package for new scaffolds. Not sure how to approach updates just yet.

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

📦 Published PR as canary version: Canary Versions
:sparkles: Test out this PR locally via: ```bash npm install @grafana/create-plugin@4.2.2-canary.839.027ddf2.0 npm install @grafana/plugin-e2e@0.19.1-canary.839.027ddf2.0 # or yarn add @grafana/create-plugin@4.2.2-canary.839.027ddf2.0 yarn add @grafana/plugin-e2e@0.19.1-canary.839.027ddf2.0 ```
github-actions[bot] commented 5 months ago

Hello! 👋 This repository uses Auto for releasing packages using PR labels.

✨ This PR can be merged and will trigger a new patch release. NOTE: When merging a PR with the release label please avoid merging another PR. For further information see here.

grafana-plugins-platform-bot[bot] commented 5 months ago

:rocket: PR was released in @grafana/create-plugin@4.4.3 :rocket: