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 a118e562b63aa32f43cb678748acac140b7ee08f. [πŸ“‚ 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]: #YbmeBvLqLkQDwajx6zq/npL2PPMWJ6ThHBxuoiiJQ4E=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJueC1kZXYiLCJyb290RGlyZWN0b3J5IjpudWxsLCJpbnNwZWN0b3JVcmwiOiJodHRwczovL...

View on GitHub

ZackDeRose opened a pull request on nrwl/nx
docs(misc): nx 20 video added
<!-- 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...
g3tr1ght created a comment on an issue on nrwl/nx
As a side note, I personally prefer to maintain a separate explicit tsconfig for tooling because our apps/libraries usually have different expectations for transpilation process compared with our t...

View on GitHub

github-actions[bot] closed an issue on nrwl/nx
linux-x64 platform not supported
### Current Behavior When running `npm ci` on GCP, the build fails with message: ``` The Nx CLI could not find or load the native binary for your supported platform (linux-x64). ``` since t...
github-actions[bot] closed an issue on nrwl/nx
Daemon process terminated and closed the connection
### Current Behavior I migrate to angular 18 using nx successfully **BUT** Steps: - npx nx migrate latest - rm -rf node_modules package-lock.json && npm i - resolve dependencies conflic...
github-actions[bot] closed an issue on nrwl/nx
Migrate NX 16 to NX 17 - TypeError: Cannot read properties of undefined (reading 'assets')
### Current Behavior I am in the process of upgrading from NX 14 to NX 19. I've been incrementally upgrading to prevent large issues. After upgrading from v16 to v17, config is no longer being p...
github-actions[bot] created a comment on a pull request on nrwl/nx
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

View on GitHub

github-actions[bot] created a comment on a pull request on nrwl/nx
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

View on GitHub

github-actions[bot] created a comment on a pull request on nrwl/nx
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

View on GitHub

github-actions[bot] created a comment on a pull request on nrwl/nx
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

View on GitHub

github-actions[bot] created a comment on a pull request on nrwl/nx
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

View on GitHub

github-actions[bot] created a comment on a pull request on nrwl/nx
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

View on GitHub

github-actions[bot] created a comment on a pull request on nrwl/nx
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

View on GitHub

github-actions[bot] created a comment on a pull request on nrwl/nx
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

View on GitHub

github-actions[bot] created a comment on an issue on nrwl/nx
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.

View on GitHub

github-actions[bot] created a comment on an issue on nrwl/nx
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.

View on GitHub

github-actions[bot] created a comment on an issue on nrwl/nx
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.

View on GitHub

g3tr1ght created a comment on an issue on nrwl/nx
@Coly010 I think it's reasonable to expect that imports can be fully dynamic (ones that can't be statically analyzable) when it comes to auxiliary scripts and node services so a fix would be very a...

View on GitHub

brunoJSX created a comment on an issue on nrwl/nx
I migrated to Nx 19.8.6 and it's working fine!

View on GitHub

brsanthu opened an issue on nrwl/nx
NX Parallel doesn't properly sequence the dependent packages
### Current Behavior We have a monorepo with about 15 packages with inter-dependencies but no circular dependencies. When we run nx to process in parallel, it always fails as it tries to compile d...
mattleong opened an issue on nrwl/nx
withReact type error
### Current Behavior Recently updated from 19.6.4 to 20.0.4. Now seeing strange type error for `withReact`. ![Image](https://github.com/user-attachments/assets/5ae5ec79-8bd4-4a1c-846b-a5e60c3ce4...
Coly010 created a comment on an issue on nrwl/nx
@g3tr1ght thank you for the detailed analysis. I can understand better here now why issues arise when relying on ts-path mappings. Dynamic imports do present an issue if they’re not eagerly evaluat...

View on GitHub

github-actions[bot] pushed 2 commits to website-20 nrwl/nx
  • chore(nx-dev): remove duplicate blog post (#28570) <!-- Please make sure you have read the submission guidelines bef... d96ce5b
  • fix(core): only check if files are in sync if there are no records in the db (#28597) <!-- Please make sure you have... 315c766

View on GitHub

g3tr1ght created a comment on an issue on nrwl/nx
@Coly010 getting traction on this issue is great, thank you for that! **TLDR** - **v17 and upwards**: path aliases mapper started via registerTsConfigPaths is turned off (prematurely) right after ...

View on GitHub

jaysoo published a release on nrwl/nx
20.0.5
## 20.0.5 (2024-10-23) ### 🩹 Fixes - **core:** only check if files are in sync if there are no records in the db ([#28597](https://github.com/nrwl/nx/pull/28597)) ### ❀️ Thank You - Jonathan C...
jaysoo created a tag on nrwl/nx

20.0.5 - Smart Monorepos Β· Fast CI

jaysoo pushed 1 commit to 19.5.x nrwl/nx
  • fix(core): skip eslint custom hasher when hashing tasks during running commands b466f3c

View on GitHub

github-actions[bot] pushed 15 commits to website-20 nrwl/nx
  • fix(rspack): removed webpack-sources import (#28447) removed the webpack-sources import and replaced it with the sou... 7f69f27
  • chore(nx-dev): ignore anchors on changelog page (#28540) Do not check anchor links pointing to the changelog page 7e326e5
  • docs(core): update release blog post (#28526) <!-- Please make sure you have read the submission guidelines before ... b61be19
  • fix(nx-dev): cleanup c8620d1
  • fix(core): not to cache entire workspace root (#28552) <!-- Please make sure you have read the submission guidelines... ed350a4
  • docs(core): remove reference to remote cache API (#28505) Remove outdated reference to remote cache API 7284bab
  • docs(core): move powerpack features to enterprise section (#28528) - Makes a new Enterprise section under the Nx sec... aa3d1d8
  • docs(core): ts project references in npm tutorial (#28504) Update the npm workspaces tutorial to use typescript proj... 7aca936
  • docs(nx-dev): update powerpack features description (#28566) b50c8db
  • fix(core): make sure yarn berry correctly resolves latest version during nx add (#28580) 5336aa0
  • docs(core): single tenant section (#28548) - Remove on-premise Nx Cloud docs from navigation - Expand single tenant... e194a00
  • fix(nx-dev): powerpack content update 7c72733
  • chore(core): task distribution defaults to off (#28587) - Updates workspace:ci-workflow generator to disable task di... a4f7b96
  • cleanup(misc): remove unused migrations (#28591) This PR removes migrations that are unused in our packages. Othe... 5da14f4
  • fix(core): handle concurrent db connections better (#28544) 4a1737b

View on GitHub

jaysoo deleted a branch nrwl/nx

fix-fs-in-sync-check

Load more