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 @ngxs/devtools-plugin from 3.7.3 to 3.7.5 #1919

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @ngxs/devtools-plugin from 3.7.3 to 3.7.5.

Release notes

Sourced from @​ngxs/devtools-plugin's releases.

v3.7.5

What's Changed

New Contributors

Full Changelog: https://github.com/ngxs/store/compare/v3.7.4...v3.7.5

v3.7.4

What's Changed

... (truncated)

Changelog

Sourced from @​ngxs/devtools-plugin's changelog.

3.7.5 2022-08-08

  • Performance: Tree-shake no type on the action error #1858
  • Fix: Give back control to developmentMode config property #1878
  • Fix: Do not use refCount() since it makes selectable stream cold #1883
  • Fix: Remove ? from ctx parameter of lifecycle hooks since they are never undefined #1889
  • Fix: Avoid incorrectly ordered state observable events #1908
  • Fix: Router Plugin - Prevent router overriding valid navigation #1907
  • Fix: Storage Plugin - Provide more meaningful error message when the storage quota exceeds #1863
  • Fix: Storage Plugin - Ensure the deserialization is not skipped for master key #1887
  • Fix: Storage Plugin - Do not re-hydrate the whole state when the feature state is added #1887
  • Fix: Devtools Plugin - Enable time-traveling for navigation actions #1868
  • Fix: Form Plugin - Prevent actions infinite loop with multiple ngxsForm directives #1890
  • Fix: Do not check if the state class is injectable within the decorator since the ɵprov will not exist in JIT mode #1867
  • Revert: revert select decorator changes and add deprecation note #1871

3.7.4 2022-06-09

  • Build: include support for Angular 14 #1850
  • Fix: Do not re-use the global Store instance between different apps #1740 and #1804 (Note: reverted in v3.7.5)
  • Fix: Handle mixed async scenarios for action handlers #1762
  • Fix: An action with cancelUncompleted enabled should unsubscribe before the next action handler is called #1763
  • Fix: Do not run Promise.then within synchronous tests when decorating factory #1753 (Note: reverted in v3.7.5)
  • Fix: Provide NoopNgxsExecutionStrategy explicitly when the zone is nooped #1819
  • Fix: Complete the state stream once the root view is removed #1830
  • Fix: Be more explicit when checking if Angular is in test mode #1831, #1832
  • Fix: Devtools Plugin - Do not connect to devtools when the plugin is disabled #1761
  • Fix: Router Plugin - Cleanup subscriptions when the root view is destroyed #1754
  • Fix: WebSocket Plugin - Cleanup subscriptions and close the connection when the root view is destroyed #1755
  • Fix: Storage Plugin - Only restore state if key matches addedStates #1746
  • Fix: Forms Plugin - Do not destructure primitive types #1845
  • Performance: Tree-shake errors and warnings #1732
  • Performance: Tree-shake ConfigValidator, HostEnvironment and isAngularInTestMode #1741
  • Performance: Tree-shake SelectFactory #1744
  • Performance: Tree-shake deepFreeze #1819
  • Performance: Run change detection once for all selectors when asynchronous action has been completed #1828
  • Performance: Router Plugin - Tree-shake isAngularInTestMode() #1738
  • Performance: Tree-shake isAngularInTestMode() #1739
  • Performance: Storage Plugin - Tree-shake console.* calls and expand error messages #1727
  • CI: Bundlesize checks should run reliably #1812
Commits
  • 095d21d Revert "feat(store): strongly type ofAction* methods (#1808)"
  • 34f3973 Revert "fix(store): do not infer T from argument to patch (#1806)"
  • 36f415f Revert "feat(store): expose ActionContext and ActionStatus (#1766)"
  • 887cc32 chore: release v3.7.5
  • bb389dc chore: update CHANGELOG in preparation for release
  • 1cd41f4 chore: clean up changelog regarding pending features
  • 1706c36 ci: disable GH actions dev publish for now
  • af4a196 fix(store): avoid incorrectly ordered state observable events (#1908)
  • 79cbc2a fix(router-plugin): prevent router overriding valid navigation (#1907)
  • 07b1a05 chore(store): remove @Select deprecation notice (#1899)
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] commented 1 year ago

Superseded by #1961.