Ecosyste.ms: Timeline

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

nrwl/nx

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

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
Load more