Skip to content

Bump @ngxs/devtools-plugin from 3.7.3 to 3.8.1#1961

Open
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/npm_and_yarn/dev/ngxs/devtools-plugin-3.8.1
Open

Bump @ngxs/devtools-plugin from 3.7.3 to 3.8.1#1961
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/npm_and_yarn/dev/ngxs/devtools-plugin-3.8.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Sep 11, 2023

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

Release notes

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

v3.8.1

What's Changed

New Contributors

Full Changelog: ngxs/store@v3.8.0...v3.8.1

v3.8.0

Note: In this release we are publishing in the new Ivy packaging format, and therefore have dropped support for Angular 11 and earlier.

What's Changed

New Contributors

... (truncated)

Changelog

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

3.8.1 2023-05-16

  • Fix: Check if state is injectable in JIT #1988
  • Fix: State stream should always return latest value even if update is queued up #1995
  • Fix: Ensure StateFactory does not connect actions multiple times #2010
  • Build: Add Angular 16 support #2008
  • Refactor: Set singletons as "providedIn: root" #2015

3.8.0 2023-03-29

  • Feature: Build packages in Ivy format #1945
  • Feature: Add advanced selector utilities #1824
  • Feature: Expose ActionContext and ActionStatus #1766
  • Feature: ofAction* methods should have strong types #1808
  • Feature: Improve contextual type inference for state operators #1806 #1947
  • Feature: Enable warning on unhandled actions #1870 #1951
  • Feature: Router Plugin - Provide more actions and navigation timing option #1932
  • Feature: Storage Plugin - Allow providing namespace for keys #1841
  • Feature: Storage Plugin - Enable providing storage engine individually #1935
  • Feature: Devtools Plugin - Add new options to the NgxsDevtoolsOptions interface #1879
  • Feature: Devtools Plugin - Add trace options to NgxsDevtoolsOptions #1968
  • Feature: Form Plugin - Allow ngxsFormDebounce to be string #1972
  • Performance: Tree-shake patch errors #1955
  • Fix: Get descriptor explicitly when it's considered as a class property #1961
  • Fix: Avoid delayed updates from state stream #1981

3.7.6 2022-11-23

  • Performance: Run change detection once for all Actions subscribers once the stream emits #1939
  • Fix: Use isObservable to test whether actions return an observable #1925
  • Fix: Call ngxsOnChanges whenever state changes (even through plugins) #1926
  • Fix: Do not delegate errors to ErrorHandler if users catch them manually #1927
  • Fix: Complete Actions stream once root view is removed #1933
  • Fix: Storage Plugin - Do not skip deserialization for keys with dot notation #1924

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

... (truncated)

Commits
  • e73ea48 chore: release v3.8.1 (#2018)
  • 9a3af36 refactor: simplify integration app and run Cypress SSR tests (#2017)
  • 1ba73a5 chore: run Cypress migration in workspace root (#2016)
  • 7ba9a5a build: add Angular 16 support (#2008)
  • 4f8f372 refactor(store): mark left providers as providedIn: root (#2015)
  • c31ed89 fix(store): ensure StateFactory does not connect actions multiple times (#2...
  • a827bb0 chore(ci): limit amount of workers for circle ci (#2014)
  • fb273e5 chore: enforce running tests sequentially on circleci (#2013)
  • c86074a chore(integration): update target dependencies for the integration project (#...
  • e8f6567 chore: upgrade Husky and commitlint (#1997)
  • 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 show <dependency name> 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)

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

Bumps [@ngxs/devtools-plugin](https://github.com/ngxs/store) from 3.7.3 to 3.8.1.
- [Release notes](https://github.com/ngxs/store/releases)
- [Changelog](https://github.com/ngxs/store/blob/master/CHANGELOG.md)
- [Commits](ngxs/store@v3.7.3...v3.8.1)

---
updated-dependencies:
- dependency-name: "@ngxs/devtools-plugin"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants