Support for patch: protocol
See original GitHub issueThanks for resurrecting Lerna (with workspace: support). The version
package is indispensable and irreplaceable. Have tried everything and nothing comes close.
I was able to get successfully ported to lerna-lite for the most part, but I had to remove any “patch:” protocol references to get it to work. Would be awesome for lerna-lite to gain support for this protocol.
Issue Analytics
- State:
- Created a year ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
PATCH - HTTP - MDN Web Docs
The HTTP PATCH request method applies partial modifications to a resource. PATCH is somewhat analogous to the "update" concept found in CRUD ...
Read more >Patching Protocol – Private Patching Community
PatchingProtocol.com is an independent site, created by Patch users who understand the importance of keeping an updated source of information for the Patching...
Read more >PATCH (HTTP) - Wikipedia
In computing, the PATCH method is a request method in HTTP for making partial changes to an existing resource. The PATCH method provides...
Read more >RFC 5789: PATCH Method for HTTP
This proposal adds a new HTTP method, PATCH, to modify an existing HTTP resource. ... there is no standard way to discover patch...
Read more >PATCH Method for HTTP RFC 5789 - IETF Datatracker
Advertising Support in OPTIONS A server can advertise its support for the PATCH ... Header field name: Accept-Patch Applicable Protocol: HTTP Author/Change ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This issue is considered Stale and will be automatically closed in 14 days unless more info is provided
Hi, I also didn’t use it before. Seems like a very yarn-specific feature. Some adaption is happening in pnpm https://github.com/pnpm/pnpm/pull/4885#issuecomment-1159656056 but it will not introduce a prefix. Honestly, I don’t like the fact that lerna has to adopt package manager features. Maybe a more generic solution like lerna hooks can fulfill all those requirements.