* Remove yarn in favor of npm
* Create tame-turkeys-laugh.md
* Check in package-lock
* Revert
* Use auto commit action instead
* Cache and run npm ci
* Change node version to 18
* config legacy-peer-deps
* Update node version
* Also legacy peer deps in docs
* Ignore yarn.lock
* no-audit no-fund
* I dont know
* re-yarn the docs folder
* Update pakage-lock.json
* package lock
* Removing yarn from docs again
* Remove docs preview
* don't depend on deploy
* put back
---------
Co-authored-by: Katie Langerman <18661030+langermank@users.noreply.github.com>
* Set package as being a ES module package
* Set `engines` key to node versions that support ES modules
* Rename postcss config to a CommonJS extension
* Use import and export statements
* Import the default globby export
* Set stylelint config files as CommonJS files
* Convert prettier config to a CommonJS module
* Set a root ESLint config folder
* silence non-error output for dist
* export esm for stats modules
* Convert bundle size report
* Create strong-lemons-ring.md
Co-authored-by: Jon Rohan <yes@jonrohan.codes>
BREAKING CHANGE: the build directory is no longer included in the
distributed package. build/stats.json can be found at
dist/stats/primer.json, and `require('@primer/css/build')` references
should be rewritten to `require('@primer/css/dist/primer')`.