find-yarn-workspace-root icon indicating copy to clipboard operation
find-yarn-workspace-root copied to clipboard

Algorithm for finding the root of a yarn workspace, extracted from yarnpkg.com

Results 5 find-yarn-workspace-root issues
Sort by recently updated
recently updated
newest added

Bumps [get-func-name](https://github.com/chaijs/get-func-name) from 2.0.0 to 2.0.2. Release notes Sourced from get-func-name's releases. v2.0.2 What's Changed Revert previous changes that shipped this as an ES module. Full Changelog: https://github.com/chaijs/get-func-name/commits/v2.0.2 v2.0.1 What's...

dependencies

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

https://github.com/square/find-yarn-workspace-root/blob/0e99142b19bbbb0b9e72b7ff72e125b61d7e89d6/README.md?plain=1#L46-L50 https://yarnpkg.com/cli/bin/#examples > List all the available binaries : > > ``` > yarn bin > ``` I think the yarn 3 equivalent would be: ```bash $(yarn bin standard-version) ```

Upcoming [Yarn 2](https://github.com/yarnpkg/berry) will bring cleaner support for nested workspaces. As stated in the [workspaces documentation](https://yarnpkg.github.io/berry/features/workspaces): > if you try to setup nested workspaces then you must make sure that...