chore(deps): update dependency workspace-tools to v0.41.1 - autoclosed#761
Closed
renovate[bot] wants to merge 1 commit intomainfrom
Closed
chore(deps): update dependency workspace-tools to v0.41.1 - autoclosed#761renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Author
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.16.2→0.41.1Release Notes
microsoft/lage (workspace-tools)
v0.41.1Compare Source
Thu, 26 Mar 2026 19:53:28 GMT
Patches
v0.41.0Compare Source
Tue, 03 Feb 2026 19:35:32 GMT
Minor changes
BREAKING: Various breaking changes to workspace package utilities (#388):
The following APIs have been renamed for clarity, removed entirely, or consolidated:
getWorkspacesgetWorkspaceInfosgetWorkspacesAsyncgetWorkspaceInfosAsyncWorkspaceInfoWorkspaceInfosgetWorkspaceRootgetWorkspaceManagerRootlistOfWorkspacePackageNamesworkspaces.map(w => w.name)getPnpmWorkspaceRootgetWorkspaceManagerRoot(cwd, 'pnpm')getRushWorkspaceRootgetWorkspaceManagerRoot(cwd, 'rush')getYarnWorkspaceRootgetWorkspaceManagerRoot(cwd, 'yarn')getPnpmWorkspacesgetWorkspaceInfos(cwd, 'pnpm')getRushWorkspacesgetWorkspaceInfos(cwd, 'rush')getYarnWorkspacesgetWorkspaceInfos(cwd, 'yarn')Other changes:
string[] | undefinedinstead of returning an empty array on error:getAllPackageJsonFiles,getAllPackageJsonFilesAsyncgetWorkspacePackagePaths,getWorkspacePackagePathsAsyncgetWorkspaceInfos,getWorkspaceInfosAsyncgetWorkspaceManagerAndRootis now exported if you want to know the manager as well as the rootmanagerparam to force using a specific manager:getWorkspaceManagerRootfindProjectRoot(falls back to the git root and throws if neither is found)getWorkspacePackagePaths,getWorkspacePackagePathsAsyncgetWorkspacePatterns(new)getWorkspaceInfos,getWorkspaceInfosAsyncgetCatalogsPatches
v0.40.4Compare Source
Thu, 22 Jan 2026 02:01:03 GMT
Patches
getWorkspacesand rename togetWorkspaceInfos(same with async version) (elcraig@microsoft.com)v0.40.3Compare Source
Tue, 13 Jan 2026 00:02:46 GMT
Patches
v0.40.2Compare Source
Thu, 18 Dec 2025 23:51:04 GMT
Patches
v0.40.0Compare Source
Tue, 25 Nov 2025 01:51:29 GMT
Minor changes
Patches
v0.38.6Compare Source
Fri, 14 Nov 2025 22:14:21 GMT
Patches
readPackageInfotogetPackageInfo(elcraig@microsoft.com)v0.38.5Compare Source
Fri, 14 Nov 2025 21:48:11 GMT
Patches
getCatalogsandgetCatalogVersion(elcraig@microsoft.com)WorkspaceInfoarray type withWorkspaceInfostype, and addWorkspacePackageInfotype for array entries.getWorkspaceRootin favor ofgetWorkspaceManagerRoot, and clarify doc comments regarding "workspace" terminology.(renamed toreadPackageInfogetPackageInfoin next version) helper for reading package.json files.v0.38.4Compare Source
Thu, 17 Apr 2025 02:50:51 GMT
Patches
git-url-parseto v16, and modifygetRepositoryNameURL checks. There's a slight chance this could change behavior for less-common URL formats. (elcraig@microsoft.com)git()to always setshell: falseand validate that the--upload-packoption is not provided (elcraig@microsoft.com)v0.38.3Compare Source
Mon, 14 Apr 2025 22:35:08 GMT
Patches
v0.38.2Compare Source
Mon, 24 Mar 2025 21:48:16 GMT
Patches
v0.38.1Compare Source
Wed, 13 Nov 2024 08:01:48 GMT
Patches
v0.38.0Compare Source
Sat, 02 Nov 2024 08:01:50 GMT
Minor changes
v0.37.0Compare Source
Sat, 19 Oct 2024 08:01:45 GMT
Minor changes
v0.36.4Compare Source
Mon, 11 Dec 2023 23:58:13 GMT
Patches
v0.36.3Compare Source
Wed, 18 Oct 2023 22:14:54 GMT
Patches
v0.36.2Compare Source
Wed, 18 Oct 2023 06:44:38 GMT
Patches
v0.36.1Compare Source
Wed, 18 Oct 2023 05:45:05 GMT
Patches
v0.36.0Wed, 18 Oct 2023 05:00:25 GMT
Minor changes
v0.35.3Wed, 18 Oct 2023 04:16:22 GMT
Patches
v0.35.2Tue, 05 Sep 2023 21:12:43 GMT
Patches
v0.35.1Fri, 01 Sep 2023 01:20:47 GMT
Patches
v0.35.0Sat, 15 Jul 2023 08:02:42 GMT
Minor changes
v0.34.6Wed, 17 May 2023 01:25:45 GMT
Patches
v0.34.2Tue, 09 May 2023 21:21:56 GMT
Patches
v0.34.1Thu, 04 May 2023 18:32:10 GMT
Patches
setCachingEnabledAPI so caching can be disabled for tests (elcraig@microsoft.com)v0.34.0Thu, 13 Apr 2023 20:39:59 GMT
Minor changes
getPackageInfosto only read package.jsons once, andgetAllPackageJsonFiles(which only returns paths) to not read the files at all. There's also a new APIgetWorkspacePackagePathswhich allows consumers to make the same optimization. (elcraig@microsoft.com)v0.33.0Thu, 13 Apr 2023 08:01:43 GMT
Minor changes
getWorkspaceImplementationAndLockFiletogetWorkspaceManagerAndRoot, with return typeWorkspaceManagerAndRoot(replacingImplementationAndLockFile) to be more relevant for actual usage.WorkspaceImplementationstype (use the identical existing typeWorkspaceManagerinstead) (elcraig@microsoft.com)_resetCacheto_resetPackageJsonFilesCacheto reflect what it does (elcraig@microsoft.com)Patches
get___WorkspaceRootutilities (usegetWorkspaceRootinstead). This includes moving, deleting, or renaming certain private methods, but has no public-facing changes. (elcraig@microsoft.com)v0.32.0Thu, 06 Apr 2023 22:06:24 GMT
Minor changes
v0.31.0Thu, 06 Apr 2023 19:44:34 GMT
Minor changes
v0.30.0Wed, 15 Feb 2023 01:42:19 GMT
Minor changes
v0.29.1Thu, 17 Nov 2022 01:23:58 GMT
Patches
v0.29.0Sat, 29 Oct 2022 16:33:47 GMT
Minor changes
v0.28.1Tue, 20 Sep 2022 18:54:59 GMT
Patches
v0.28.0Tue, 20 Sep 2022 08:01:43 GMT
Minor changes
v0.27.0Fri, 16 Sep 2022 23:24:41 GMT
Minor changes
searchUpnow returns the full path to the item, not its parent directory. This only affects consumers that are directly usingsearchUp. (elcraig@microsoft.com)v0.26.6Fri, 16 Sep 2022 23:00:36 GMT
Patches
v0.26.5Thu, 15 Sep 2022 23:30:21 GMT
Patches
v0.26.4Thu, 15 Sep 2022 08:01:32 GMT
Patches
v0.26.3Compare Source
Fri, 12 Aug 2022 05:32:10 GMT
Patches
v0.26.2Compare Source
Fri, 12 Aug 2022 01:57:26 GMT
Patches
v0.26.1Compare Source
Mon, 08 Aug 2022 22:44:02 GMT
Patches
v0.26.0Compare Source
Thu, 04 Aug 2022 21:47:46 GMT
Minor changes
Patches
v0.25.4Compare Source
Thu, 04 Aug 2022 08:01:48 GMT
Patches
v0.25.3Compare Source
Wed, 03 Aug 2022 08:01:34 GMT
Patches
v0.25.2Compare Source
Tue, 02 Aug 2022 23:03:14 GMT
Patches
v0.25.1Compare Source
Thu, 21 Jul 2022 21:21:48 GMT
Patches
v0.25.0Compare Source
Thu, 21 Jul 2022 21:11:11 GMT
Minor changes
v0.24.0Compare Source
Wed, 20 Jul 2022 22:31:31 GMT
Minor changes
repositoryproperty in package.json for more accurate detection (elcraig@microsoft.com)v0.23.3Compare Source
Fri, 15 Jul 2022 07:09:50 GMT
Patches
v0.23.2Compare Source
Fri, 15 Jul 2022 05:05:48 GMT
Patches
v0.23.1Compare Source
Fri, 15 Jul 2022 03:59:39 GMT
Patches
v0.23.0Compare Source
Thu, 14 Jul 2022 17:22:35 GMT
Minor changes
v0.22.0Compare Source
Wed, 13 Jul 2022 20:42:07 GMT
Minor changes
Patches
v0.21.0Compare Source
Fri, 01 Jul 2022 14:56:01 GMT
Minor changes
v0.20.0Compare Source
Thu, 23 Jun 2022 20:24:15 GMT
Minor changes
v0.19.4Compare Source
Thu, 23 Jun 2022 19:53:03 GMT
Patches
v0.19.3Compare Source
Thu, 23 Jun 2022 19:10:04 GMT
Patches
v0.19.2Compare Source
Thu, 23 Jun 2022 18:52:05 GMT
Patches
v0.19.1Compare Source
Fri, 03 Jun 2022 16:57:07 GMT
Patches
v0.19.0Compare Source
Thu, 05 May 2022 19:40:25 GMT
Minor changes
v0.18.4Compare Source
Wed, 20 Apr 2022 16:49:02 GMT
Patches
v0.18.3Compare Source
Sat, 09 Apr 2022 15:51:14 GMT
Patches
v0.18.2Compare Source
Fri, 07 Jan 2022 18:15:36 GMT
Patches
v0.18.1Compare Source
Fri, 07 Jan 2022 17:07:22 GMT
Patches
v0.18.0Compare Source
Fri, 07 Jan 2022 00:04:32 GMT
Minor changes
v0.17.0Compare Source
Thu, 02 Dec 2021 17:11:12 GMT
Minor changes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.