- Always symlink internal dependencies even if they already exist (#307 thanks @Blasz)
- Include package names in error output on no bail task failures (#291 thanks @Blasz)
- updates for faster symlinking (#286 thanks @jonathancreamer-eb)
- Fix workspace versions not resolving when installed via dist tag (#283 thanks @Blasz)
- Bumps dependencies on
meow
andinquirer
(#278 thanks @patrickcylai) - Fix issue where
bolt
twice would break during bin symlink step (#273 thanks @jcreamer898)
- Add --no-prefix flag to disable prefixing subcommand output with the command string
- Fix --no-bail not throwing when running in default orderMode (#256)
- Fixes
--help
so that is is correctly passed down to other commands (#252) bolt add
on an existing dependency now correctly updates all workspaces versions if required (#251)- Allow exclusion of certain dependency types from dependency graph (#244)
- Upgrade prettier to latest (#250)
- Fix --no-bail flag (#247)
- Add bolt_config_user_agent env var to
yarn add
(#240) - Update toDependency util to handle versions containing @ symbols (#248)
- Fix bolt add not reinstalling packages from the project root (#249)
- fix for #207 windows cmdshim problem (#241)
- Add filterOpts option to runWorkspaceTasks function (#245)
- Drop node v4 support and require v6 at minimum BREAKING (#246)
- fix #56 for workspaces --dev flag swallows first dependency (#242)
- feat: allow passing --frozen-lockfile to yarn (#238)
- Updated to skip workspaces that are missing a package.json (#235)
- Fix fix for yarn setting an npm_config_registry (#234)
- Remove quotes around
yarn upgrade
args (#229)
- Get rid of yarn run -- warning (#225)
- Add new line to the end of file, preserve line endings style (#224)
- Fixes #90 by passing flags down as args for run commands (#214)
- #195 Added bail option, clean processes if bailing early (#200)
- Fix project run throwing invalid error (#210)
- feat: add prePublish hook for publishing packages (#208)
- Add --parallel-nodes flag (#197)
- Pass bolt_config_user_agent to env when running install (#148) (#198)
- Adds symlinking of package binaries to the project at install (#194)
- Overrides the npm_config_registry var when doing info calls
- add --serial and --parallel options (#192)
- Fix issue with cross-dep bins not symlinking (#191)
- Fixes incorrect import in publishCommand
- Separate publish CLI from exposed publishPackages function (#188)
- Adds checks for config name and version fields to project validation (#168)
- chore: bump yarn to v1.9.4 (#184)
- Fixes bug when running publish using bolt or yarn (#190)
- Updates an error message to be much more prominent (#182)
- Fixes logging and makes much clearer what is happening during publish (#174)
- fix await install (#169)
- Fixes publish command to not include private packages (#166)
- Fixes bolt install to use local yarn instead of global (#165)
- Bump Yarn
- Fixes bug where packages with a dep and a devDep on a package would not be able to upgrade that dep (#159)
- Fix executable linking issues on win32 (#154)
- Add filtering to getWorkspaces function (#161)
- Adding global upgrade
- Adding global remove
- Adding global list
- Adding global bin
- Prefix npm_config_user_agent env var set by yarn with bolt version (#149)
- adding global add
- adding the owner command (#150)
- Adds team destroy
- Adds team remove
- Adds team list
- Adds team create
- Adds team add
- Adds tag remove
- Adds tag list
- Adds tag add
- adding config-current (#140)
- Adding config set option (#139)
- Adds Config delete (#138)
- implenent bolt import (#136)
- adds config get (#135)
- Adding bolt config list command (#134)
- Adding workspace in init (#131)
- implemented login and logout (#125)
- Adding Project Upgrade option (#129)
- bolt autoclean (#122)
- Adding Project add (#121)
- Fixes calculation of yarn relative path from package.dir instead of project.dir (#124)
- Makes yarn run output display relative path to yarn instead of absolute (#123)