Ecosyste.ms: Timeline

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

nrwl/nx

jaysoo closed an issue on nrwl/nx
npm install fails after fresh install with "create-nx-workspace" with Next preset
### Current Behavior `npm install` doesn't work after a fresh install with Next preset. Error thrown: ``` npm warn ERESOLVE overriding peer dependency npm error code ERESOLVE npm error ERESOLVE c...
jaysoo created a comment on an issue on nrwl/nx
Closing this as there isn't anything we can do on our end except to wait until the ecosystem catches up to the fact that ESLint v8 is no longer supported, and that only ESLint flat configs are supp...

View on GitHub

jaysoo created a comment on an issue on nrwl/nx
The other option is to remove `eslint-config-next`, but you'll also need to remove Next.js specific rules from your `eslint.config.js` files. ``` module.exports = [ // Remove these if you remov...

View on GitHub

jaysoo created a comment on an issue on nrwl/nx
Unfortunately, this is partly out of our hands right now as `eslint-config-next` v14 has not updated their peer dependency to support ESLint v9. We chose to migrate over to ESLint v9 from v8 since ...

View on GitHub

jaysoo created a comment on an issue on nrwl/nx
@mirogajdos @jahusa02 @hannovisagie Did `npm install` succeed? It looks like the Nx packages were not updated to v20, so the migration entry is missing in `node_modules/nx/migrations.json`. You ca...

View on GitHub

jaysoo created a comment on an issue on nrwl/nx
@ytchenak @crowmagnumb Can you try the latest 19.8.6 patch release? It includes a patch for the DB connection. https://github.com/nrwl/nx/pull/28507#issuecomment-2422917809

View on GitHub

jaysoo 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

View on GitHub

ndcunningham closed an issue on nrwl/nx
Environment variables documented but unused
### Documentation issue <!-- (Update "[ ]" to "[x]" to check a box) --> - [ ] Reporting a typo - [x] Reporting a documentation bug - [ ] Documentation improvement - [x] Documentation feedback <!...
vercel[bot] created a comment on a pull request on nrwl/nx
[vc]: #F8msqaQikg0gwZWEPD/5RXZ28ZffAGoEXzfQl4iRbAQ=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJueC1kZXYiLCJpbnNwZWN0b3JVcmwiOiJodHRwczovL3ZlcmNlbC5jb20vbnJ3bC9ueC1kZ...

View on GitHub

mhartington opened a pull request on nrwl/nx
docs(core): update release blog post
<!-- 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...
ndcunningham deleted a branch nrwl/nx

fix/docs-environment-variables

ndcunningham pushed 1 commit to master nrwl/nx
  • docs(nx-dev): Remove unused environment variables (#28521) 8b5ee36

View on GitHub

ndcunningham closed a pull request on nrwl/nx
docs(nx-dev): Remove unused environment variables
jaysoo pushed 1 commit to feat/jest-optimize nrwl/nx
  • feat(testing): add disableJestRuntime option to @nx/jest/plugin to speed up target inference 844cc15

View on GitHub

mhartington pushed 1 commit to nx20-blog-updates-pt2 nrwl/nx
  • docs(core): update release blog post 43a62d4

View on GitHub

ndcunningham pushed 1 commit to fix/docs-environment-variables nrwl/nx
  • docs(nx-dev): Remove unused environment variables fixes: #28462 2d992fc

View on GitHub

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

View on GitHub

jaysoo pushed 1 commit to feat/jest-optimize nrwl/nx
  • feat(testing): add disableJestRuntime option to @nx/jest/plugin to speed up target inference db2fa15

View on GitHub

wizardnet972 opened an issue on nrwl/nx
v20.0.2 - yarn install failed on docker
### Current Behavior I try to build the image: `docker build --progress=plain --no-cache -t nx-repo .` but it's failed in `yarn install` inside the docker (outside it's working). this is the log...
isaacplmann created a review on a pull request on nrwl/nx

View on GitHub

KonstantinKai created a comment on a pull request on nrwl/nx
I'm not sure 100%, but I think there was a mistake [here](https://github.com/nrwl/nx/blob/master/e2e/vite/src/vite.test.ts#L161) when creating the file `foo.mts` and later importing the file `foo.m...

View on GitHub

Coly010 created a comment on an issue on nrwl/nx
Can you provide a repo with a minimal reproduction? It looks like it could be an issue parsing a storybook config file but it’s difficult to know for sure without a reproduction

View on GitHub

jaysoo pushed 1 commit to feat/jest-optimize nrwl/nx
  • feat(testing): add disableJestRuntime option to @nx/jest/plugin to speed up target inference 4e3a629

View on GitHub

scrolltex starred nrwl/nx
JamesHenry deleted a branch nrwl/nx

no-sort-tsconfig-paths-in-format

JamesHenry pushed 1 commit to master nrwl/nx
  • feat(core): allow disabling of tsconfig path sorting in format:write and formatFiles() (#28517) 59bb1c6

View on GitHub

JamesHenry closed an issue on nrwl/nx
`nx format:write` deletes `tsconfig.base.json` comments
### Current Behavior If my root tsconfig contains comments, running `nx format:write` deletes them. ### Expected Behavior 1. For the comments to be preserved. This is a pretty serious concern be...
JamesHenry closed a pull request on nrwl/nx
feat(core): allow disabling of tsconfig path sorting in format:write and formatFiles()
<!-- 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 pushed 1 commit to feat/jest-optimize nrwl/nx
  • feat(testing): add disableJestRuntime option to @nx/jest/plugin to speed up target inference c8a0c69

View on GitHub

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

View on GitHub

Load more