Tags: jhult/flow
Tags
Use true as the default value for pnpm.enable in dev mode (vaadin#7418)… … (vaadin#7421)
Rename disable.Pnpm to pnpm.enable (vaadin#7405) Fixes vaadin#7398
Merge pull request vaadin#7389 from vaadin/chore/merge-master-to-ccdm Chore/merge master to ccdm
Cleaner ouput for pnpm i (vaadin#7332) Create temp package.json and package-lock.json to get less confusing output. Log that a global install of pnpm is suggested. Suppress any logs for npm i pnpm@4.5.0
Elide (p)npm stdout unless command fails (vaadin#7306) To avoid bloating the log, only standard error output of pnpm install (npm install if the user has elected to choose it) is echoed to the console. If the command fails (non-zero exit code), print the standard output contents in the log at ERROR level.
Remove some of deprecated things (vaadin#7240) Part of vaadin#6510
Merge pull request vaadin#7256 from vaadin/merge-master-into-ccdm Merge master into ccdm
PreviousNext