Ecosyste.ms: Timeline

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

nrwl/nx

nx-cloud[bot] created a comment on a pull request on nrwl/nx
# โ˜๏ธ Nx Cloud Report CI is running for commit 788e086c5225fd0d009f59d9ab189757f7487466. [๐Ÿ“‚ 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]: #QlpFkkNFvv/9CRGcC0z56dr7w0JY+UW6vgAH7kcKM70=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJueC1kZXYiLCJyb290RGlyZWN0b3J5IjpudWxsLCJpbnNwZWN0b3JVcmwiOiJodHRwczovL...

View on GitHub

bcabanes opened a pull request on nrwl/nx
docs(nx-dev): update website
jaysoo created a review on a pull request on nrwl/nx

View on GitHub

adamhamlin starred nrwl/nx
xiongemi pushed 1 commit to fix/fix-preset-add-extra-packages nrwl/nx
  • fix(core): not install cypress when e2e is playwright for react monorepo preset f0c9cd4

View on GitHub

jccrosby created a comment on an issue on nrwl/nx
I'm getting a similar issue but around `@nx/[email protected]` ```sh nx migrate latest --verbose Fetching meta data about packages. It may take a few minutes. Fetching [email protected] Fetching @nx/linter@2...

View on GitHub

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

View on GitHub

xiongemi opened a pull request on nrwl/nx
fix(core): remove unnecessary packages from workspace preset
<!-- 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...
jaysoo created a review on a pull request on nrwl/nx

View on GitHub

jaysoo created a comment on an issue on nrwl/nx
Hi @Amit775, the `nx add` add command is not meant to install any package. It's intended to install Nx plugins (e.g. `@nx/angular`, `@nx/vite`, etc.). This is why it is always a dev dependency, si...

View on GitHub

jaysoo closed an issue on nrwl/nx
"nx add [package]" insert the package in wrong place in package.json
### Current Behavior "nx add [package]" append the package to the end of the dependencies list "nx add [package]" also add the package in both dependencies and devDependencies ### Expected Behavi...
xiongemi pushed 13 commits to fix/fix-preset-add-extra-packages nrwl/nx
  • fix(storybook): fix yarn storybook upgrade 8 (#28605) <!-- Please make sure you have read the submission guidelines ... 7839c80
  • feat(nx-dev): add videos to CI docs 84aba19
  • fix(js): allow custom listenAddress for verdaccio (#28498) <!-- Please make sure you have read the submission guidel... 1218502
  • docs(nx-dev): update free powerpack link (#28523) Co-authored-by: Isaac Mann <[email protected]> ff630a3
  • fix(js): fix resolution of extended tsconfig files in plugin (#28535) fae8474
  • fix(js): set the `tsBuildInfoFile` as output when it's not contained in the `outDir` (#28538) 890ef83
  • fix(js): include referenced internal config files in plugin cache hash (#28536) fe7d7ac
  • fix(core): skip eslint custom hasher when hashing tasks during running commands (#28616) This change speeds up Nx Cl... 4e81fa2
  • docs(module-federation): remote schema should show updated regex for names #28558 (#28610) <!-- Please make sure you... edc207d
  • fix(react): selecting tailwind should import correct style file extension (#28630) <!-- Please make sure you have re... 37ab3cd
  • chore(core): add cache implementations (#28595) <!-- Please make sure you have read the submission guidelines before... ffb1b29
  • docs(nx-dev): add star github button & cleanup (#28623) 96f36d3
  • fix(core): remove unnecessary packages from workspace preset 924730c

View on GitHub

nx-cloud[bot] created a comment on a pull request on nrwl/nx
# โ˜๏ธ Nx Cloud Report CI is running for commit 3eed6778c9fc84f9c9be8b5bb9cd23ec994765d1. [๐Ÿ“‚ 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]: #7Js9tjpbnQ0QoMEvex4L3rqsgYAjw6n6xrSOd6/d99U=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJueC1kZXYiLCJpbnNwZWN0b3JVcmwiOiJodHRwczovL3ZlcmNlbC5jb20vbnJ3bC9ueC1kZ...

View on GitHub

xiongemi opened a pull request on nrwl/nx
fix(storybook): fix externalDependencies undefined
<!-- 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...
jaysoo created a comment on an issue on nrwl/nx
As @Eirmas said, we no longer publish the deprecated `@nrwl/` packages. I would also suggest updating one major version are a time if you can.

View on GitHub

xiongemi created a branch on nrwl/nx

fix/fix-storybook-undefined - Smart Monorepos ยท Fast CI

jaysoo created a comment on an issue on nrwl/nx
Can you try removing `@nrwl/*` pacakges like tao and devkit? I'm not sure why they're in the lockfile, but they aren't needed and will definitely cause issues with v20 packages.

View on GitHub

jaysoo closed an issue on nrwl/nx
Nx serve broken with Node v23.0.0
### Current Behavior I get these kind of error traces when runing `nx run {my-app}:serve` ``` <--- Last few GCs ---> [16752:00000232A3E68000] 38855 ms: Scavenge (interleaved) 4082.0 (4091.2) ...
jaysoo created a comment on an issue on nrwl/nx
Hi @mathijshenquet , we don't officially support odd Node versions since they are not stable (only the even releases make it into LTS). If you try Node 20 or 22 then there shouldn't be any problems.

View on GitHub

xiongemi created a branch on nrwl/nx

fix/fix-preset-add-extra-packages - Smart Monorepos ยท Fast CI

jaysoo closed an issue on nrwl/nx
@nx/vue incompatible with freshly created workspace: "The "@nx/vue" plugin doesn't yet support the existing TypeScript setup"
### Current Behavior Just leaving this here in case anyone else is facing this issue and is wasting time to search for the cause of this issue. It's the **"composite": true,** flag in tsconfig.ba...
jaysoo created a comment on an issue on nrwl/nx
@ksdc-grantw There isn't any correlation between branch protection and how Nx works. Are you still experiencing the same slowness issue? If so, do you have a public repo that we can debug with?

View on GitHub

jaysoo created a comment on an issue on nrwl/nx
Hi @mklueh , You may need to check your terminal settings in IntelliJ to ensure that it is using git bash, and not something else like powershell. That could be the reason that your environment v...

View on GitHub

usarskyy created a comment on an issue on nrwl/nx
@jaysoo As for me this behavior looks a bit weird but I am happy it is not a bug :) It would be great if someone could mention this piece of info in all comments for `fileReplacements`.

View on GitHub

usarskyy closed an issue on nrwl/nx
nx serve always replaces environment.ts file with environment.prod.ts
### Current Behavior I start one of the apps using `nx serve MY_APP_NAME` command. My app has a directory called `environments` with three files in it: 1. `environment.ts` 2. `environment.test.ts...
jaysoo created a comment on an issue on nrwl/nx
Does anyone have a repro that we can use to debug the issue?

View on GitHub

jaysoo created a comment on an issue on nrwl/nx
Hi @usarskyy, glad to know you are unblocked on your original issue. As for the paths in `project.json`, they are always assumed to be relative to the workspace root, not project root, so this is w...

View on GitHub

github-actions[bot] pushed 3 commits to website-19 nrwl/nx
  • fix(core): handle concurrent db connections better (#28544) (cherry picked from commit d3df76f2f4a0ca09f70f995f6dfa6... 1492b29
  • fix(core): handle unique constraint errors when adding duplicate hashes to the cache db (#28310) <!-- Please make su... d81063c
  • fix(core): skip eslint custom hasher when hashing tasks during running commands (#28616) This change speeds up Nx Cl... 1808ef8

View on GitHub

Load more