ideafast / ideafast-portal

Data platform and portal for the IDEAFast study
MIT License
1 stars 3 forks source link

chore(deps-dev): bump @nx/eslint from 19.4.4 to 19.6.2 #2523

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps @nx/eslint from 19.4.4 to 19.6.2.

Release notes

Sourced from @​nx/eslint's releases.

19.6.2 (2024-08-21)

🚀 Features

  • bundling: add option to generate sourcemaps for Rollup build (#27539)
  • devkit: prefer strings over Linter enum (#27209)
  • graph: add expandedTargets to project details on nx dev (#26911)
  • js: add skipPackageManager option to build executors in order to skip generating "packageManager" entry in package.json (#27518)
  • nx-dev: honor prefers-reduced-motion (#27541)

🩹 Fixes

  • missing export for setRemoteDefinition (#27491)
  • core: fix importing files with special characters (#27484)
  • core: use withVerbose util (#27553)
  • core: support import detection of packages installed from git remote URL (#27569)
  • esbuild: declaration:true should find the correct package root regardless of cwd #26261 (#27560, #26261)
  • gradle: track childProjects in properties report (#27488)
  • gradle: fix tasksFileLines might be undefined (#27548)
  • js: only sync references when composite is true, preserve comments in other parts of file (#27530)
  • js: ensure assets option in tsc executor defaults to empty array for programmatic usage (#27565)
  • module-federation: ensure shared packages can be shared from host #27162 (#27513, #27162)
  • nextjs: should not fail when running outside of nx cli (#27523)
  • nextjs: Should be able to run custom server targets with swc (#27526)
  • nextjs: schema type for unitTestRunner for library (#26824)
  • node: generate webpack server apps with generatePackageJson:true by default (#27570)
  • nx-dev: modify prompt (#27536)
  • nx-plugin: allow create-package without e2eProject (#27572)
  • react: handle more scenarios when collecting component props for generating stories (#27528)
  • storybook: should generate correct config for nextjs apps #27233 (#27510, #27233)
  • testing: fix issues in static server target migrations (#27547)
  • vite: plugin should infer serve target if server config defined #27370 (#27507, #27370)
  • vite: load the correct config file from @​nx/vite:test executor (#27514)
  • vite: add typecheck inferred target for vite plugin #27501 (#27531, #27501)

❤️ Thank You

19.6.1 (2024-08-19)

... (truncated)

Commits
  • 23e6029 docs(core): update Nx tag line (#27481)
  • e17b775 feat(devkit): prefer strings over Linter enum (#27209)
  • 0d2f76c fix(linter): allow undefined options in eslint plugin (#27232)
  • a9c2f16 fix(linter): checking command is specified (#26908)
  • 5d5b13e fix(linter): ensure too many warnings is only logged if enabled (#27083)
  • 5217c33 fix(linter): convert root projects correctly to inferred and remove default o...
  • c724d10 cleanup(linter): remove leftover console.log from lint executor (#27002)
  • ae48a15 fix(linter): log a message when the number of warnings exceeds the specified ...
  • a41a8d6 fix(linter): Correctly collect lintable files for project in @​nx/eslint plugi...
  • 58ba1ff feat(angular): support angular v18.1.0 (#26504)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 month ago

Superseded by #2527.