Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump @ngxs/devtools-plugin from 3.8.2 to 18.1.6 #1357

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Bumps @ngxs/devtools-plugin from 3.8.2 to 18.1.6.

Release notes

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

v18.1.6

What's Changed

New Contributors

Full Changelog: ngxs/store@v18.1.5...v18.1.6

v18.1.5

What's Changed

Full Changelog: ngxs/store@v18.1.4...v18.1.5

v18.1.4

What's Changed

New Contributors

Full Changelog: ngxs/store@v18.1.3...v18.1.4

v18.1.3

What's Changed

... (truncated)

Changelog

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

18.1.6 2024-11-20

  • Refactor: Use field initializers for injectees #2258
  • Refactor: Allow tree-shaking of dev-only code #2259
  • Fix(store): Allow plain functions in withNgxsPlugin #2255
  • Fix(store): Run plugins in injection context #2256
  • Fix(store): Setup unhandled error handler during NGXS initialization #2263
  • Fix(websocket-plugin): Do not dispatch action when root injector is destroyed #2257
  • Refactor(store): Replace exhaustMap #2254
  • Refactor(store): Tree-shake development options token #2260
  • Performance(store): Prevent initializing state factory at feature levels #2261
  • Revert: Revert router state changes #2264

18.1.5 2024-11-12

  • Fix(store): Prevent writing to state once action handler is unsubscribed #2231
  • Performance(store): Replace instanceof Function with typeof #2247
  • Refactor(store): Use Object.is as default equality check #2245
  • Refactor(store): Tree-shake internal state tokens #2246
  • Refactor(router-plugin): Mark selectors as pure #2248 (Note: reverted in 18.1.6)
  • Refactor(storage-plugin): Mark engine tokens as pure #2249

18.1.4 2024-10-23

  • Fix(store): Disallow nullable actions in dispatch() #2221
  • Fix(logger-plugin): Run filter function in injection context #2236

18.1.3 2024-10-21

  • Build: Copy LICENSE after build #2234

18.1.2 2024-10-21

  • Fix(store): Allow selector utils usage within state class #2210
  • Fix(store): Register feature plugins correctly #2228
  • Fix(store): Memoize selectors which return NaN #2230
  • Performance(store): Avoid going over states list every time action is dispatched #2219
  • Refactor(store): Add action registry #2224

18.1.1 2024-08-06

  • Fix(store): allow dispatch within effect #2201
  • Fix(store): use computed in selectSignal #2201

18.1.0 2024-07-29

  • Feature(store): Debounce selectSignal by default #2190
  • Feature(store): Add withExperimentalNgxsPendingTasks #2186
  • Fix(store): Decouple state signal updates from synchronous changes #2189
  • Fix(schematics): remove local ng utils for schematics #2184

... (truncated)

Commits
  • d290a0e chore: release v18.1.6 (#2266)
  • ebdb596 fix(router-state): revert router state changes (#2265)
  • a4f3a7f fix(store): setup unhandled error handler during NGXS initialization (#2263)
  • 8fe2074 perf(store): prevent initializing state factory at feature levels (#2262)
  • cd94934 docs: replace "@​ngxs-labs/data" labs package with "@​anglar-ru/ngxs" (#2261)
  • 6ec891b fix(store): allow plain functions in withNgxsPlugin (#2255)
  • 0577575 refactor(store): replace exhaustMap (#2254)
  • a6757af refactor(store): tree-shake development options token (#2260)
  • e14b71b refactor: allow tree-shaking of dev-only code (#2259)
  • 14021c0 fix(store): run plugins in injection context (#2256)
  • 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 <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)

Bumps [@ngxs/devtools-plugin](https://github.com/ngxs/store) from 3.8.2 to 18.1.6.
- [Release notes](https://github.com/ngxs/store/releases)
- [Changelog](https://github.com/ngxs/store/blob/master/CHANGELOG.md)
- [Commits](ngxs/store@v3.8.2...v18.1.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 2, 2024
@dependabot dependabot bot requested review from a team and StevenHee and removed request for a team December 2, 2024 13:01
Copy link

sonarqubecloud bot commented Dec 2, 2024

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 javascript Pull requests that update Javascript code
Development

Successfully merging this pull request may close these issues.

0 participants