zentrumnawi / solid-frontend

A versatile Web-App for Structured Object Learning and Identification
https://geomat.uni-frankfurt.de/
3 stars 3 forks source link

Bump nx from 15.0.0 to 16.7.3 #1943

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps nx from 15.0.0 to 16.7.3.

Release notes

Sourced from nx's releases.

16.7.3

16.7.3 (2023-08-22)

Bug Fixes

  • core: ensure preinstall is only run once on repo (#18671) (426e3aa)
  • core: handle symlinks better for watch events on arch (#18743) (56214be)
  • core: load .env after .env.local (#18746) (b402196)
  • core: projects within folders that start with a . should be found (#18748) (ea9b88c)
  • core: skip local yarn patches for lock file pruning (#18700) (add8424)
  • devkit: await prettier format for v3 compatibility (#18664) (495d5f7)
  • js: fix swc opens swc.js instead of compiling on windows (#18723) (2835cb3)
  • react: fix remote generation devServerPort (#18603) (8010270)
  • storybook: dont fail if targets dont exist (#18745) (8e6dcd2)
  • testing: fix outputs for vitest generator (#18709) (b4ac294)
  • testing: make playwright nxE2EPreset options optional (#18729) (45b2cee)

16.7.2

16.7.2 (2023-08-18)

Bug Fixes

  • core: fix ghost alias when parsing yarn lockfile (#18646) (f6a7f18)
  • core: fix schema links (#18395) (83011f7)
  • core: name collisions during project inference should not error out if corrected by a project.json's name (#18665) (a459528)
  • core: nx should not break if packages were not installed (#18687) (95099ae)
  • core: use existing version when calling "yarn set version" (#18669) (76c96fa)
  • devkit: convert-nx-executor should read projectNodes (#18684) (1857e8f)
  • js: expose schematic using the generator function with a default for the project name and root format (#18681) (7578e4b)
  • linter: Normalize paths when in getSourceFilePath (#18601) (da3ca76)
  • nextjs: make next build package manager agnostic (#18661) (bcaecfd)

16.7.1

16.7.1 (2023-08-16)

Bug Fixes

  • core: apply target defaults properly for executors defaults (#18655) (0e6a353)
  • core: handle symlinks on debian for watch events (#18636) (28c3fa3)
  • core: improve error handling for copy and remove (#18656) (6a8a8a4)
  • core: set consistent working directory when calculating runtime hash inputs (#18643) (a5d6e0a)
  • core: use Date.now() everywhere for tasks start and end times to avoid negative durations (#18595) (e2c0afe)

16.7.0

16.7.0 (2023-08-15)

Bug Fixes

... (truncated)

Commits
  • ea9b88c fix(core): projects within folders that start with a . should be found (#18...
  • b402196 fix(core): load .env after .env.local (#18746)
  • 56214be fix(core): handle symlinks better for watch events on arch (#18743)
  • 495d5f7 fix(devkit): await prettier format for v3 compatibility (#18664)
  • d168926 chore(core): change retrieveProjectConfigurationPaths to async (#18717)
  • add8424 fix(core): skip local yarn patches for lock file pruning (#18700)
  • e4b64f5 cleanup(angular): move special handling of angular.json to a builtin plugin (...
  • 83011f7 fix(core): fix schema links (#18395)
  • 95099ae fix(core): nx should not break if packages were not installed (#18687)
  • 894437b cleanup(core): move package json script handling to package json plugin (#18659)
  • 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 year ago

Superseded by #1944.