Ecosyste.ms: Timeline

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

nrwl/nx

juristr created a branch on nrwl/nx

nxdev/powerpack-small-fix - Smart Monorepos · Fast CI

isaacplmann pushed 16 commits to docs/single-tenant-section nrwl/nx
  • feat(core): allow disabling of tsconfig path sorting in format:write and formatFiles() (#28517) 59bb1c6
  • docs(nx-dev): Remove unused environment variables (#28521) 8b5ee36
  • feat(nextjs): update createNodes to createNodesV2 and add deprecation message (#28527) <!-- Please make sure you hav... 19e765f
  • 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
  • Merge branch 'master' into docs/single-tenant-section 5f04783

View on GitHub

nemonemi created a comment on an issue on nrwl/nx
I am not using Next.js and I am experiencing the same issue.

View on GitHub

isaacplmann created a review comment on a pull request on nrwl/nx
The if else is checking if the workspace is connected to Nx cloud already. Not whether they want task distribution

View on GitHub

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

View on GitHub

jaysoo reopened a pull request on nrwl/nx
chore(core): task distribution defaults to off
- Updates workspace:ci-workflow generator to disable task distribution by default - Updates gradle:ci-workflow generator to disable task distribution by default - Updates all tutorials to reflect...
jaysoo created a comment on a pull request on nrwl/nx
We also need to add a new check to see if either `cypress` or `@playwright/test` and add a step to install browsers after packages are installed. e.g. If user is using pnpm and Playwright then t...

View on GitHub

jaysoo closed a pull request on nrwl/nx
chore(core): task distribution defaults to off
- Updates workspace:ci-workflow generator to disable task distribution by default - Updates gradle:ci-workflow generator to disable task distribution by default - Updates all tutorials to reflect...
jaysoo created a review comment on a pull request on nrwl/nx
We can remove the if-else since it's always commented out now. The instruction to uncomment to enable distribution should be the same. Same thing for the other CI templates.

View on GitHub

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

View on GitHub

nx-cloud[bot] created a comment on a pull request on nrwl/nx
# ☁️ Nx Cloud Report We didn't find any information for the current pull request with the commit 0e63718e2a3a929304fbea2925c481c5673fec18. Please verify you are running the latest version of the [...

View on GitHub

vercel[bot] created a comment on a pull request on nrwl/nx
[vc]: #Ho+CfFkBgotym/6E6Dzf/kFQXWYt4FSTNw5YkBOV0ZA=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJueC1kZXYiLCJpbnNwZWN0b3JVcmwiOiJodHRwczovL3ZlcmNlbC5jb20vbnJ3bC9ueC1kZ...

View on GitHub

isaacplmann created a branch on nrwl/nx

docs/distribution-defaults-off - Smart Monorepos · Fast CI

leosvelperez pushed 1 commit to angular/v19.0.0-next.12 nrwl/nx
  • cleanup(linter): set verbose logging for failing command in e2e test a4c3a3f

View on GitHub

gperdomor opened an issue on nrwl/nx
[NextJS] Add Next 15 support
### Current Behavior Next generator generate apps with next 14.2.3 is used ### Expected Behavior Next generator should generate apps with next 15.0.0 ### GitHub Repo _No response_ ### Steps t...
leosvelperez pushed 1 commit to playwright/support-new-ts-setup nrwl/nx
  • feat(testing): add support for the ts solution config setup to the playwright plugin 097c953

View on GitHub

henrikvolmer created a comment on an issue on nrwl/nx
I found the issue in my code. Because of using generators in the past, some of my e2e projects had the old `@nrwl/cypress` executor instead of the new `@nx/cypress` executors.

View on GitHub

henrikvolmer closed 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: `...
ntotten opened an issue on nrwl/nx
Switch to Inkeep Search
### Documentation issue One thing that I find difficult with using NX is that the search is really bad. Algolia docs search fails to give me the results I am looking for way too often. We (zuplo.c...
jaysoo created a review comment on a pull request on nrwl/nx
I think it's a rule-of-three situation. Duplicating once is fine, a third time is when you extract.

View on GitHub

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

View on GitHub

ViktorPontinen opened an issue on nrwl/nx
NODE_ENV=development in production (vite:build)
### Current Behavior Running: `nx build some-app` produces: `NODE_ENV = development` ### Expected Behavior Running: `nx build some-app` produces: `NODE_ENV = production` ### GitHub Repo _No ...
leosvelperez pushed 10 commits to angular/v19.0.0-next.12 nrwl/nx
  • 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
  • feat(angular): support angular v19.0.0-next.12 3a30b3a
  • fix(angular): apply some required changes 93ed735
  • fix(angular): apply some more required changes de053cc
  • fix(angular): drop usage of removed esm2022 output c358523

View on GitHub

afurculita created a comment on an issue on nrwl/nx
I've had the same error. The fix was to delete the `.nx` folder.

View on GitHub

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

Load more