-
### pnpm version: 6.10.3
### Code to reproduce the issue:
https://github.com/dacioromero/pnpm-import-workspaces
### Expected behavior:
`pnpm import` should include workspaces defined in pa…
-
# Todo
cc @aching @banool @chen-robert @crbl69 @davidiw @wrwg @xbtmatt
- [ ] Add `pre-commit` hook for `aptos`
- [ ] Add support for testing (e.g. assert all tests pass)
- [ ] Add support f…
-
Supporting monorepo and workspace detection
Common sources:
- `workspaces` field in `package.json` (yarn, npm and lerna, turbo supported)
- `pnpm-workspace.yaml` (pnpm, our odd friend with it's…
-
**Describe the bug**
lage version 2.5.2 and above broken for lerna and pnpm workspaces.
```
lage - Version 2.5.2 - 19 Workers
[09:48:00] - error Error: is using pnpm which has not been conv…
-
## Release-it
> this is release tools for front-end
For publish monorepos we need above plugins:
@release-it-plugins/workspaces
@release-it/conventional-changelog
The configuration is as …
-
Updated issue
**Bun supports `"workspaces"` in package.json**, `"workspace:*` (protocol) in dependencies, and many more features related to workspaces. See the [docs page on workspaces](https://bun…
-
Hi there,
We are using pnpm for our monorepo. Some of our dependencies are listed like so (in package.json):
```json
{
"devDependencies": {
"@foo/config": "workspace:*",
},
}
```
…
-
### What version of `drizzle-orm` are you using?
0.31.1
### What version of `drizzle-kit` are you using?
0.22.2
### Describe the Bug
After the update of Visual Studio Code to the [latest (1.91.0)…
-
### Link to the code that reproduces this issue
https://github.com/garyhuntddn/next.js.git
### To Reproduce
1. Checkout the source code from the canary branch
2. Open Visual Studio Code
3. Either…
-
The following schema does not generate a valid migration. The value for the where clause is not substituted in the generated SQL.
```ts
export const invitationLinks = pgTable(
"invitation_links…