Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

nrwl/nx

henrikvolmer opened an issue on nrwl/nx
Cannot find module '@nrwl/cypress/package.json'
### Current Behavior After updating to NX Version 20.0.3 (using `nx migrate latest`) e2e tests with cypress are not working anymore using `nx run-many -t e2e` command. Following error appears: `...
nx-cloud[bot] created a comment on a pull request on nrwl/nx
# โ˜๏ธ Nx Cloud Report CI is running for commit 8f77b972803d864ddcef723953aa377bdc66fffb. [๐Ÿ“‚ Click to track the progress, see the status, the terminal output, and the build insights.](https://stagi...

View on GitHub

vercel[bot] created a comment on a pull request on nrwl/nx
[vc]: #sQfZwR5bz924GoaaV1uBf2/jspjK7EnD1ExuKnHF4K0=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJueC1kZXYiLCJpbnNwZWN0b3JVcmwiOiJodHRwczovL3ZlcmNlbC5jb20vbnJ3bC9ueC1kZ...

View on GitHub

leosvelperez opened a draft pull request on nrwl/nx
feat(testing): add support for the ts solution config setup to the playwright plugin
<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure tha...
leosvelperez created a branch on nrwl/nx

playwright/support-new-ts-setup - Smart Monorepos ยท Fast CI

nx-cloud[bot] created a comment on a pull request on nrwl/nx
# โ˜๏ธ Nx Cloud Report CI is running for commit 0fc977e5e06e6e42cc5c05045ee8a2e50fdc2cc1. [๐Ÿ“‚ Click to track the progress, see the status, the terminal output, and the build insights.](https://stagi...

View on GitHub

JamesHenry opened a draft pull request on nrwl/nx
chore(repo): bump nx to latest v20 and graph 0.1.0
JamesHenry created a branch on nrwl/nx

nx-20-latest - Smart Monorepos ยท Fast CI

JamesHenry closed a pull request on nrwl/nx
chore(core): update to 20.0.0-rc.0
<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure tha...
nx-cloud[bot] created a comment on a pull request on nrwl/nx
# โ˜๏ธ Nx Cloud Report CI is running for commit 5f431d40a4115ba8567fa3ffce1283ff3fbeec09. [๐Ÿ“‚ Click to track the progress, see the status, the terminal output, and the build insights.](https://stagi...

View on GitHub

vercel[bot] created a comment on a pull request on nrwl/nx
[vc]: #RQeAlahUygfz7vf1C5mGIas5cWxS5yzCAg3C0exsDz8=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJueC1kZXYiLCJyb290RGlyZWN0b3J5IjpudWxsLCJpbnNwZWN0b3JVcmwiOiJodHRwczovL...

View on GitHub

MaxKless opened a pull request on nrwl/nx
fix(core): make sure yarn berry correctly resolves latest version during nx add
<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that y...
MaxKless created a branch on nrwl/nx

fix-nx-add-yarn-berry - Smart Monorepos ยท Fast CI

thomasweigert91 opened an issue on nrwl/nx
Bad Platform Issue
### Current Behavior When I try to commit my stand, this fails. Vercel gives me the following error: npm error code EBADPLATFORM npm error notsup Unsupported platform for @nx/[email protected]...
MoatazAta created a comment on an issue on nrwl/nx
Hey, I faced the same issue. After a deep look at the NX docs, I found https://nx.dev/deprecated/rescope. the Nrwl no longer exists in npm. the fix is to remove it from the package JSON and replace...

View on GitHub

Coly010 pushed 12 commits to remix/app-generator nrwl/nx
  • fix(rspack): removed webpack-sources import (#28447) removed the webpack-sources import and replaced it with the sou... 25e3bdd
  • chore(nx-dev): ignore anchors on changelog page (#28540) Do not check anchor links pointing to the changelog page 1876b83
  • docs(core): update release blog post (#28526) <!-- Please make sure you have read the submission guidelines before ... b7578f1
  • fix(nx-dev): cleanup e57b851
  • fix(core): not to cache entire workspace root (#28552) <!-- Please make sure you have read the submission guidelines... 53b33b1
  • chore(repo): bump dependencies (#28562) c396c1c
  • docs(core): remove reference to remote cache API (#28505) Remove outdated reference to remote cache API e1c49d9
  • docs(core): move powerpack features to enterprise section (#28528) - Makes a new Enterprise section under the Nx sec... ce7f1b5
  • docs(core): ts project references in npm tutorial (#28504) Update the npm workspaces tutorial to use typescript proj... e345bc7
  • feat(react): update eslint plugins to be compat with eslint v9 (#28559) <!-- Please make sure you have read the subm... a354857
  • docs(nx-dev): update powerpack features description (#28566) 12cbfc3
  • feat(remix): generate remix vite application 48223e7

View on GitHub

leosvelperez created a review comment on a pull request on nrwl/nx
nit: we can probably avoid a lot of duplication building the target by moving the handling of the `disableJestRuntime` option into the different methods, but that can be a follow-up cleanup.

View on GitHub

leosvelperez created a review comment on a pull request on nrwl/nx
We should cache the preset. This will be called multiple times, and most of the time, it will load the same preset path.

View on GitHub

leosvelperez created a review comment on a pull request on nrwl/nx
I think we should safely handle this and ignore this error. We can still construct the inferred project/tasks without any given option. We could warn instead. IMHO, only fatal errors that preven...

View on GitHub

leosvelperez created a review on a pull request on nrwl/nx

View on GitHub

Coly010 pushed 1 commit to master nrwl/nx
  • feat(rspack): add convert-webpack generator (#28167) <!-- Please make sure you have read the submission guidelines b... 36556f6

View on GitHub

Coly010 deleted a branch nrwl/nx

add-webpack-to-rspack

Coly010 closed a pull request on nrwl/nx
feat(rspack): add convert-webpack generator
<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure tha...
lakako starred nrwl/nx
Coly010 pushed 12 commits to add-webpack-to-rspack nrwl/nx
  • fix(rspack): removed webpack-sources import (#28447) removed the webpack-sources import and replaced it with the sou... 25e3bdd
  • chore(nx-dev): ignore anchors on changelog page (#28540) Do not check anchor links pointing to the changelog page 1876b83
  • docs(core): update release blog post (#28526) <!-- Please make sure you have read the submission guidelines before ... b7578f1
  • fix(nx-dev): cleanup e57b851
  • fix(core): not to cache entire workspace root (#28552) <!-- Please make sure you have read the submission guidelines... 53b33b1
  • chore(repo): bump dependencies (#28562) c396c1c
  • docs(core): remove reference to remote cache API (#28505) Remove outdated reference to remote cache API e1c49d9
  • docs(core): move powerpack features to enterprise section (#28528) - Makes a new Enterprise section under the Nx sec... ce7f1b5
  • docs(core): ts project references in npm tutorial (#28504) Update the npm workspaces tutorial to use typescript proj... e345bc7
  • feat(react): update eslint plugins to be compat with eslint v9 (#28559) <!-- Please make sure you have read the subm... a354857
  • docs(nx-dev): update powerpack features description (#28566) 12cbfc3
  • feat(rspack): add convert-webpack generator 4b6d485

View on GitHub

martinraie opened an issue on nrwl/nx
Terminal erroneous state after running run-many with angular
### Current Behavior When running `nx run-many` with angular project and pressing ctrl+c to stop the process then the terminal remains in erroneous state. Terminal displays `^[[A` (bash) or`^[OA` ...
definitely-unique-username opened an issue on nrwl/nx
http-proxy-middleware security issue in @nx/[email protected]
### Current Behavior @nx/[email protected] has a security issue due to its dependencies: @nx/[email protected] > [email protected] https://security.snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-822...
getlarge created a comment on an issue on nrwl/nx
@leandroluk You might want to check this [reply](https://github.com/nrwl/nx/issues/14708#issuecomment-2387016059) in a very similar issue. Essentially, you need your build to produce source maps.

View on GitHub

sacru2red opened an issue on nrwl/nx
NX cache ignores environment variable value changes
### Current Behavior duplicated #4662 but It's not resolved bug restart nx with "--skip-nx-cache" after changing env file (If you have multiple dependsOns like me, it may take several minutes.) ...
pumano created a comment on a pull request on nrwl/nx
locally build and tests is OK

View on GitHub

Load more