Jack Westbrook
Jack Westbrook
FYI - I've struggled today with syncing my fork with this repo. Following [this github doc](https://help.github.com/en/enterprise/2.15/user/articles/syncing-a-fork) it appears that the create-release action that's being used has introduced a tag that...
Webpack 5 is now being used in Grafana and ships with the Federated Modules plugin which could be used as a way to load plugins instead of using SystemJS. The...
I'm sorry for the noise @hipstersmoothie but I'm back again as my previous attempt #187 didn't fix the failed preset loading in Storybook 6.5.x with yarn PnP. I now believe...
**What is this feature?** This PR fixes a bug that causes plugins to go into an endless compilation loop when running `yarn grafana-toolkit plugin:dev --watch`. **Why do we need this...
This is a follow up to #39961 breaking down how to deliver the ability to load plugins in the frontend using Webpack and the [module federation](https://webpack.js.org/concepts/module-federation/) plugin. - [ ]...
**What is this feature?** Currently a WIP. This PR replaces babel-loader with esbuild-loader in Grafana's Webpack configs for a quick win with build times. Running the minified `yarn build` command...
This PR makes `@testing-library/dom` a `peerDependency` allowing projects to define the version of the package they require. I tested this by building and publishing locally and after install tests continued...
This PR fixes incompatibilities with the latest version of node: ``` $ nvm use system Now using system version of node: v21.4.0 (npm v10.2.4) ``` Attempting to debug it via...
# What Changed Updated the NPM plugin to set `nextRelease` flag when calling `git.publish`. ## Why It looks like GH releases in the NPM plugin aren't using the `nextRelease` flag...
**Describe the bug** I'm not 💯 but I think [this PR](https://github.com/intuit/auto/pull/2391) introduced a new flag to git.publish for `make_latest` however I'm noticing that in Auto 11.0.4 when we publish to...