Ecosyste.ms: Timeline

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

nrwl/nx

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

View on GitHub

Coly010 pushed 1 commit to remix/app-generator nrwl/nx
  • feat(remix): generate remix vite application 717c7e9

View on GitHub

Coly010 created a comment on an issue on nrwl/nx
This is going to take a lot of debugging. Leave it with me

View on GitHub

Kendru98 created a comment on an issue on nrwl/nx
I have the same problem on macOS 14.0. Tried solutions in this thread but nothing works for me :/

View on GitHub

douglasduteil created a comment on an issue on nrwl/nx
Thanks @leosvelperez I can't wait to try it ๐Ÿ‘

View on GitHub

leosvelperez pushed 17 commits to playwright/support-new-ts-setup nrwl/nx
  • fix(core): make sure yarn berry correctly resolves latest version during nx add (#28580) d27f8bc
  • docs(core): single tenant section (#28548) - Remove on-premise Nx Cloud docs from navigation - Expand single tenant... 2d3eea3
  • fix(nx-dev): powerpack content update ea01d39
  • chore(repo): bump nx to latest v20 and graph 0.1.0 (#28581) 29a556d
  • chore(core): task distribution defaults to off (#28587) - Updates workspace:ci-workflow generator to disable task di... daa4e19
  • cleanup(misc): remove unused migrations (#28591) This PR removes migrations that are unused in our packages. Othe... 018543c
  • fix(core): handle concurrent db connections better (#28544) d3df76f
  • chore(nx-dev): remove duplicate blog post (#28570) <!-- Please make sure you have read the submission guidelines bef... b6a3414
  • fix(core): only check if files are in sync if there are no records in the db (#28597) <!-- Please make sure you have... 7f92efa
  • fix(core): createTaskGraph should accept extraTargetDependencies (#28542) <!-- Please make sure you have read the su... 0bea5b2
  • 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
  • feat(testing): add support for the ts solution config setup to the playwright plugin fdede04

View on GitHub

thutinavaneethreddy opened an issue on nrwl/nx
storybookConfigurationGenerator of @nx/angular adding react dependencies in package.json
### Current Behavior When I run storybookConfigurationGenerator for an angular project using the command : `nx g @nx/angular:storybook-configuration --project=test`, it is adding react and react-d...
leosvelperez created a review comment on a pull request on nrwl/nx
It would be more correct to move the check for ignored specs into the `getTestPaths` function or at least to filter the ignored specs before the [line 242](https://github.com/nrwl/nx/pull/28522/fil...

View on GitHub

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

View on GitHub

leosvelperez pushed 29 commits to js/fix-plugin-cache 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 (#28167) <!-- Please make sure you have read the submission guidelines b... 36556f6
  • fix(core): make sure yarn berry correctly resolves latest version during nx add (#28580) d27f8bc
  • docs(core): single tenant section (#28548) - Remove on-premise Nx Cloud docs from navigation - Expand single tenant... 2d3eea3
  • fix(nx-dev): powerpack content update ea01d39
  • chore(repo): bump nx to latest v20 and graph 0.1.0 (#28581) 29a556d
  • chore(core): task distribution defaults to off (#28587) - Updates workspace:ci-workflow generator to disable task di... daa4e19
  • cleanup(misc): remove unused migrations (#28591) This PR removes migrations that are unused in our packages. Othe... 018543c
  • fix(core): handle concurrent db connections better (#28544) d3df76f
  • chore(nx-dev): remove duplicate blog post (#28570) <!-- Please make sure you have read the submission guidelines bef... b6a3414
  • and 9 more ...

View on GitHub

JamesHenry deleted a branch nrwl/nx

js/fix-outdir-tsbuildinfo-output

JamesHenry pushed 1 commit to master nrwl/nx
  • fix(js): set the `tsBuildInfoFile` as output when it's not contained in the `outDir` (#28538) 890ef83

View on GitHub

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

View on GitHub

JamesHenry deleted a branch nrwl/nx

js/fix-tsconfig-extends-resolution

JamesHenry closed an issue on nrwl/nx
bug(@nx/js): tsconfig extends does not support Node.js style resolution.
### Current Behavior Resolving the extends of a tsconfig is path relative only. ### Expected Behavior \following https://www.typescriptlang.org/tsconfig/#extends On can extends from a node modul...
JamesHenry pushed 1 commit to master nrwl/nx
  • fix(js): fix resolution of extended tsconfig files in plugin (#28535) fae8474

View on GitHub

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

View on GitHub

Coly010 closed an issue on nrwl/nx
Error: NG0203: inject() must be called from an injection context such as a constructor, a factory function' when trying to load host from shell
### Current Behavior When I try to load local MFE from host/shell I'm getting below error : Error: NG0203: inject() must be called from an injection context such as a constructor, a factory functi...
Coly010 pushed 4 commits to remix/app-generator nrwl/nx
  • 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
  • feat(remix): generate remix vite application bd2297e

View on GitHub

jsaguet opened an issue on nrwl/nx
Node OOM error when running signal input migration
### Current Behavior Node runs out of memory when running @angular/core:signal-input-migration (from Angular 19, not currently released nor supported by Nx) on a fairly large Nx monorepo (70 apps ...
abubakrmirgiyasov starred nrwl/nx
angelo-v opened an issue on nrwl/nx
nx lint ignores configuration for import/resolver
### Current Behavior As described in https://github.com/nrwl/nx/issues/22458 the execution of `nx lint` and `eslint` lead to different linting results in certain configurations. This is especially...
nx-cloud[bot] created a comment on a pull request on nrwl/nx
# โ˜๏ธ Nx Cloud Report CI is running for commit d4bb6637e0dcbabba83b6bba4f63c97e901af01c. [๐Ÿ“‚ 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]: #ZkiTBDj96WzBAljZUWiPEo2ZeVp5fUC6pKFmQNwedx8=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJueC1kZXYiLCJyb290RGlyZWN0b3J5IjpudWxsLCJpbnNwZWN0b3JVcmwiOiJodHRwczovL...

View on GitHub

Coly010 opened a pull request on nrwl/nx
fix(react): selecting tailwind should import correct style file extension
<!-- 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...
Coly010 created a branch on nrwl/nx

react/fix-app-tailwind - Smart Monorepos ยท Fast CI

usarskyy created a comment on an issue on nrwl/nx
Mysterious issue is solved: my IDE directly imported `environment.prod.ts` file, not `environment.ts` as I expected. Unfortunately I haven't noticed it immediately and wasted lots of time on this p...

View on GitHub

Coly010 pushed 1 commit to remix/app-generator nrwl/nx
  • feat(remix): generate remix vite application a1ba3dd

View on GitHub

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

View on GitHub

Load more