The Wayback Machine - https://web.archive.org/web/20220618001423/https://github.com/topics/yarn-workspaces
Skip to content
#

yarn-workspaces

Here are 269 public repositories matching this topic...

ukrexpo
ukrexpo commented May 10, 2020

Real User-Agent is detectable with <iframe> when using "puppeteer-extra-plugin-stealth". To prevent it use "'--disable-features=site-per-process'" argument for puppeteer.launch(). See explanation: puppeteer/puppeteer#2548

Real screen size is also detectable with iframe, to prevent it I used preload() script.

OS: Windows 10
"puppeteer": 3.0.4
"puppeteer-extra": 3.1

good first issue plugin: stealth ㊙️ workaround-available
ojkelly
ojkelly commented Dec 17, 2020

Describe the bug
the entrypointjs file for yarn build isn't setting up pnp for child processes

** Fix **

Need to set NODE_OPTIONS, similar to https://github.com/yarnpkg/berry/blob/a76373ac01680b85e6499dc2085abac00d4db575/packages/plugin-pnp/sources/index.ts

Source:

https://discord.com/channels/226791405589233664/226791405589233664/789268044983173160

bug good first issue
gabormagyar
gabormagyar commented Jun 10, 2022

Is your feature request related to a problem? Please describe.

Problem: Packages in a monorepo can get a version bump and a release because their dependencies were updated, but in this case they get no changelog.

GitHub release plugin then says:

[GitHub Plugin] Skipping release for package as there's no changelog.

Describe the solution you'd like

I would like the plugin to c

enhancement good first issue plugin-github

Improve this page

Add a description, image, and links to the yarn-workspaces topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the yarn-workspaces topic, visit your repo's landing page and select "manage topics."

Learn more