-
Notifications
You must be signed in to change notification settings - Fork 406
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
refactor(store): singleton providers as providedIn: root
#2015
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit cc6534e. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this branch ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
Code Climate has analyzed commit cc6534e and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 96.6% (0.0% change). View more on Code Climate. |
BundleMonFiles updated (2)
Unchanged files (1)
Total files change -138B -0.13% Groups updated (1)
Unchanged groups (2)
Final result: ❌ View report in BundleMon website ➡️ |
BundleMon (NGXS Plugins)Unchanged files (14)
No change in files bundle size Unchanged groups (3)
Final result: ✅ View report in BundleMon website ➡️ |
BundleMon (Integration Projects)Files updated (3)
Total files change -71B -0.03% Final result: ✅ View report in BundleMon website ➡️ |
providedIn: root
providedIn: root
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@ngxs/form-plugin](https://github.com/ngxs/store) | dependencies | patch | [`3.8.0` -> `3.8.1`](https://renovatebot.com/diffs/npm/@ngxs%2fform-plugin/3.8.0/3.8.1) | | [@ngxs/storage-plugin](https://github.com/ngxs/store) | dependencies | patch | [`3.8.0` -> `3.8.1`](https://renovatebot.com/diffs/npm/@ngxs%2fstorage-plugin/3.8.0/3.8.1) | | [@ngxs/store](https://github.com/ngxs/store) | dependencies | patch | [`3.8.0` -> `3.8.1`](https://renovatebot.com/diffs/npm/@ngxs%2fstore/3.8.0/3.8.1) | --- ### Release Notes <details> <summary>ngxs/store</summary> ### [`v3.8.1`](https://github.com/ngxs/store/blob/HEAD/CHANGELOG.md#​381-2023-05-16) [Compare Source](ngxs/store@v3.8.0...v3.8.1) - Fix: Check if state is injectable in JIT [#​1988](ngxs/store#1988) - Fix: State stream should always return latest value even if update is queued up [#​1995](ngxs/store#1995) - Fix: Ensure `StateFactory` does not connect actions multiple times [#​2010](ngxs/store#2010) - Build: Add Angular 16 support [#​2008](ngxs/store#2008) - Refactor: Set singletons as "providedIn: root" [#​2015](ngxs/store#2015) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS45Ni4yIiwidXBkYXRlZEluVmVyIjoiMzUuOTcuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AifQ==--> Co-authored-by: cabr2-bot <[email protected]> Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1902 Reviewed-by: Epsilon_02 <[email protected]> Co-authored-by: Calciumdibromid Bot <[email protected]> Co-committed-by: Calciumdibromid Bot <[email protected]>
No description provided.