Ecosyste.ms: Timeline

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

nrwl/nx

ussuritiger created a comment on an issue on nrwl/nx
Not sure this is the same issue but after upgrading `nx` to the `20.0.2` version I am getting the following error while running `yarn install` inside the Docker container: ``` [4/4] Building fresh ...

View on GitHub

maryl starred nrwl/nx
ManoloTonto1 starred nrwl/nx
isaacplmann created a review on a pull request on nrwl/nx

View on GitHub

ndcunningham deleted a branch nrwl/nx

feat/nextjs-create-nodes-v2

ndcunningham pushed 1 commit to master nrwl/nx
  • feat(nextjs): update createNodes to createNodesV2 and add deprecation message (#28527) <!-- Please make sure you hav... 19e765f

View on GitHub

ndcunningham closed a pull request on nrwl/nx
feat(nextjs): update createNodes to createNodesV2 and add deprecation message
<!-- 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 t...
crowmagnumb created a comment on a pull request on nrwl/nx
> @crowmagnumb Can you try the latest 19.8.6 patch version? It includes a fix for DB connection: https://github.com/nrwl/nx/releases/tag/19.8.5 Nope. same issue. Had to apply my patch locally to...

View on GitHub

gperdomor created a comment on an issue on nrwl/nx
related to https://github.com/nrwl/nx/issues/28322

View on GitHub

wcwcaseman created a comment on an issue on nrwl/nx
@jaysoo I know how to fix this can you help me? I'm not sure how to make a MR to version 17.0.X.

View on GitHub

jaysoo pushed 3 commits to 20.0.x nrwl/nx
  • fix(react): ensure rspack react app is added to exclude on rspack plugin #28464 (#28515) <!-- Please make sure you h... c3ed7f9
  • fix(module-federation): normalize hypen names for runtime library control plugin #28497 (#28512) <!-- Please make su... 8fac5d7
  • docs(nx-dev): Remove unused environment variables (#28521) c5f658b

View on GitHub

jaysoo created a comment on an issue on nrwl/nx
Released in latest 20.0.2 version.

View on GitHub

jaysoo closed an issue on nrwl/nx
v19.8.0 create-nx-workspace generate a non working environment - npm i in generated project crashes
### Current Behavior When I run a `npm i` after I've generated my project, the command crash ### Expected Behavior `npm i` should work ### GitHub Repo [Stackblitz](https://stackblitz...
jaysoo created a comment on an issue on nrwl/nx
This has been fixed here https://github.com/nrwl/nx/pull/28267

View on GitHub

jaysoo closed a pull request on nrwl/nx
fix(angular): install the correct version of @typescript-eslint/utils
This PR updates `@typescript-eslint/utils` to the latest version so that it is compat with v8.57 and v9 of ESLint, and removes the peer dep conflict. <!-- If this is a particularly complex chang...
jaysoo created a comment on a pull request on nrwl/nx
Closing this PR

View on GitHub

jaysoo created a comment on a pull request on nrwl/nx
Just realized that we have a separate PR that fixed this https://github.com/nrwl/nx/pull/28267

View on GitHub

ndcunningham created a comment on an issue on nrwl/nx
Hey, thanks for reporting an issue, I tried to reproduce using the steps you provided in your original issue (https://github.com/nrwl/nx/issues/22515), however, the `cwd` is set correctly to my pr...

View on GitHub

ndcunningham created a comment on an issue on nrwl/nx
Hey, thanks for creating this issue. I tried to reproduce from your original post https://github.com/nrwl/nx/issues/22515, however, the `cwd` is set to the project and I did not have the same outp...

View on GitHub

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

View on GitHub

ndcunningham opened a pull request on nrwl/nx
feat(nextjs): update createNodes to createNodesV2 and add deprecation message
โ€ฆ <!-- 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 sur...
ndcunningham pushed 1 commit to feat/nextjs-create-nodes-v2 nrwl/nx
  • feat(nextjs): update createNodes to createNodesV2 and add deprecation message 65737d4

View on GitHub

ndcunningham created a branch on nrwl/nx

feat/nextjs-create-nodes-v2 - Smart Monorepos ยท Fast CI

jaysoo created a comment on a pull request on nrwl/nx
> What about `@typescript-eslint/eslint-plugin` and `@typescript-eslint/parser`? Should they stay at v7.x? These need to be in sync.

View on GitHub

jaysoo pushed 271 commits to issue/28071 nrwl/nx
  • feat: add rspack plugin (#143) 63021dd
  • feat: add rspack plugin (#143) c8df947
  • feat(rspack): update to latest rspack version (#159) 0850023
  • feat(rspack): add missing features (less/sass/stylus, assets, etc.) (#160) 133bd2c
  • feat(rspack): add missing features (less/sass/stylus, assets, etc.) (#160) 3975404
  • feat(rspack): clean-up project setup (#161) c20f381
  • feat(rspack): clean-up project setup (#161) 885e763
  • fix(rspack): use correct app dir when generating non-root projects (#162) 173d5e0
  • fix(rspack): use correct app dir when generating non-root projects (#162) 8e7aa32
  • chore(repo): migrate to Nx 15.8.5 (#169) * chore(repo): migrate workspace to Nx 15.8.5 * chore(gatsby): fix init ... bd4b324
  • feat(rspack): update and pin rspack to 0.1.0 (#173) 18e3443
  • fix(rspack): fix rspack build cab70e5
  • chore(rspack): remove comment (#175) 463ece0
  • feat(rspack): set mode in configuration and expose option (#177) b172d22
  • fix(rspack): handle existing stylePreprocessorOptions (#182) e16ce1b
  • fix(rspack): add dependency to ajv-keywords that match the version used by rspack (#187) 4297648
  • fix(rspack): pass devServer options to devServer (#193) f7fb57c
  • fix(rspack): set externals for target node (#194) cc6ac25
  • feat(rspack): install latest patch when configuring (#195) fb002b0
  • fix(rspack): add withWeb if web app (#200) cba3374
  • and 251 more ...

View on GitHub

jaysoo created a comment on an issue on nrwl/nx
Unfortunately, most of this is out of our hands as ESLint v8 reached EOL back on October 5th, 2024, thus we updated our version to ESLint v9. However, there are still some plugins that did not upda...

View on GitHub

jaysoo closed an issue on nrwl/nx
NX v19.8.0 - npm install could not resolve dependency after converting workspace from .eslintrc.json to flat config
### Current Behavior After converting workspace from .eslintrc.json to flat config using the provided NX generator (https://nx.dev/recipes/tips-n-tricks/flat-config#converting-workspace-from-esl...
jaysoo closed an issue on nrwl/nx
build cache issue with ".nx" project cache
### Current Behavior build cache issue with ".nx" project cache build fails when there is no .nx cache ### Expected Behavior build should work seamlessly with no interruptions ### GitHub Repo ...
jaysoo created a comment on an issue on nrwl/nx
I could not reproduce this. Try either the latest 20.0.2 version or the latest 19.8.6 patch version. If you still have an issue, can you open a new issue with a repro link? Thanks!

View on GitHub

Load more