SocialGouv / domifa

Faciliter l'accès aux droits pour les personnes sans domicile stable, en simplifiant la gestion de la domiciliation
https://domifa.fabrique.social.gouv.fr
Apache License 2.0
14 stars 10 forks source link

fix(deps): update ngrx monorepo to v18 (major) #3365

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ngrx/effects ^16.3.0 -> ^18.0.0 age adoption passing confidence
@ngrx/entity ^16.3.0 -> ^18.0.0 age adoption passing confidence
@ngrx/store ^16.3.0 -> ^18.0.0 age adoption passing confidence
@ngrx/store-devtools ^16.3.0 -> ^18.0.0 age adoption passing confidence

Release Notes

ngrx/platform (@​ngrx/effects) ### [`v18.0.0`](https://togithub.com/ngrx/platform/blob/HEAD/CHANGELOG.md#1800-2024-06-13) [Compare Source](https://togithub.com/ngrx/platform/compare/17.2.0...18.0.0) ### [`v17.2.0`](https://togithub.com/ngrx/platform/blob/HEAD/CHANGELOG.md#1720-2024-04-11) [Compare Source](https://togithub.com/ngrx/platform/compare/17.1.1...17.2.0) ##### Bug Fixes - **effects:** make createEffect work with TS 5.3 ([#​4296](https://togithub.com/ngrx/platform/issues/4296)) ([19c1f11](https://togithub.com/ngrx/platform/commit/19c1f11)) - **ngrx.io:** set correct path for pwa icons ([#​4263](https://togithub.com/ngrx/platform/issues/4263)) ([703a9c7](https://togithub.com/ngrx/platform/commit/703a9c7)) - **schematics:** correct module while generating a feature ([#​4289](https://togithub.com/ngrx/platform/issues/4289)) ([7ecffe8](https://togithub.com/ngrx/platform/commit/7ecffe8)), closes [#​4281](https://togithub.com/ngrx/platform/issues/4281) - **signals:** make patchState work with TS 5.4 ([#​4294](https://togithub.com/ngrx/platform/issues/4294)) ([6b440ee](https://togithub.com/ngrx/platform/commit/6b440ee)) ##### Features - **component-store:** deprecate `tapResponse` export ([#​4259](https://togithub.com/ngrx/platform/issues/4259)) ([a5958a0](https://togithub.com/ngrx/platform/commit/a5958a0)) - **effects:** deprecate `concatLatestFrom` export ([#​4260](https://togithub.com/ngrx/platform/issues/4260)) ([79674b7](https://togithub.com/ngrx/platform/commit/79674b7)) #### [17.1.1](https://togithub.com/ngrx/platform/compare/17.1.0...17.1.1) (2024-02-21) ##### Bug Fixes - **signals:** add `StateSignal` to the public API ([#​4247](https://togithub.com/ngrx/platform/issues/4247)) ([3d45e5a](https://togithub.com/ngrx/platform/commit/3d45e5a)) - **signals:** correctly infer the type of methods with generics ([#​4249](https://togithub.com/ngrx/platform/issues/4249)) ([70517ea](https://togithub.com/ngrx/platform/commit/70517ea)) - **signals:** run `rxMethod` outside of reactive context ([#​4224](https://togithub.com/ngrx/platform/issues/4224)) ([3a691d9](https://togithub.com/ngrx/platform/commit/3a691d9)) - **store-devtools:** replace direct with indirect `eval` ([#​4216](https://togithub.com/ngrx/platform/issues/4216)) ([1df0eb5](https://togithub.com/ngrx/platform/commit/1df0eb5)), closes [#​4213](https://togithub.com/ngrx/platform/issues/4213) ##### Performance Improvements - **signals:** avoid creating unnecessary objects in excludeKeys ([#​4240](https://togithub.com/ngrx/platform/issues/4240)) ([b90da9d](https://togithub.com/ngrx/platform/commit/b90da9d)) - **signals:** avoid unecessary observable conversions in rxMethod ([#​4219](https://togithub.com/ngrx/platform/issues/4219)) ([fa45d92](https://togithub.com/ngrx/platform/commit/fa45d92)) ### [`v17.1.1`](https://togithub.com/ngrx/platform/blob/HEAD/CHANGELOG.md#1711-2024-02-21) [Compare Source](https://togithub.com/ngrx/platform/compare/17.1.0...17.1.1) ##### Bug Fixes - **signals:** add `StateSignal` to the public API ([#​4247](https://togithub.com/ngrx/platform/issues/4247)) ([3d45e5a](https://togithub.com/ngrx/platform/commit/3d45e5a)) - **signals:** correctly infer the type of methods with generics ([#​4249](https://togithub.com/ngrx/platform/issues/4249)) ([70517ea](https://togithub.com/ngrx/platform/commit/70517ea)) - **signals:** run `rxMethod` outside of reactive context ([#​4224](https://togithub.com/ngrx/platform/issues/4224)) ([3a691d9](https://togithub.com/ngrx/platform/commit/3a691d9)) - **store-devtools:** replace direct with indirect `eval` ([#​4216](https://togithub.com/ngrx/platform/issues/4216)) ([1df0eb5](https://togithub.com/ngrx/platform/commit/1df0eb5)), closes [#​4213](https://togithub.com/ngrx/platform/issues/4213) ##### Performance Improvements - **signals:** avoid creating unnecessary objects in excludeKeys ([#​4240](https://togithub.com/ngrx/platform/issues/4240)) ([b90da9d](https://togithub.com/ngrx/platform/commit/b90da9d)) - **signals:** avoid unecessary observable conversions in rxMethod ([#​4219](https://togithub.com/ngrx/platform/issues/4219)) ([fa45d92](https://togithub.com/ngrx/platform/commit/fa45d92)) ### [`v17.1.0`](https://togithub.com/ngrx/platform/blob/HEAD/CHANGELOG.md#1710-2024-01-16) [Compare Source](https://togithub.com/ngrx/platform/compare/17.0.1...17.1.0) ##### Bug Fixes - **eslint-plugin:** only report main pipe violations ([#​4169](https://togithub.com/ngrx/platform/issues/4169)) ([970514e](https://togithub.com/ngrx/platform/commit/970514e)) - **signals:** run `onDestroy` outside of injection context ([#​4200](https://togithub.com/ngrx/platform/issues/4200)) ([e21df19](https://togithub.com/ngrx/platform/commit/e21df19)) ##### Features - **signals:** add `withHooks` signature with factory input ([#​4208](https://togithub.com/ngrx/platform/issues/4208)) ([916fba0](https://togithub.com/ngrx/platform/commit/916fba0)), closes [#​4201](https://togithub.com/ngrx/platform/issues/4201) #### [17.0.1](https://togithub.com/ngrx/platform/compare/17.0.0...17.0.1) (2023-11-27) ##### Bug Fixes - **signals:** allow using signalStore and signalState in TS libs ([#​4152](https://togithub.com/ngrx/platform/issues/4152)) ([ecc247c](https://togithub.com/ngrx/platform/commit/ecc247c)) - **signals:** define deep signals as configurable properties ([#​4147](https://togithub.com/ngrx/platform/issues/4147)) ([890ca5b](https://togithub.com/ngrx/platform/commit/890ca5b)) ### [`v17.0.1`](https://togithub.com/ngrx/platform/blob/HEAD/CHANGELOG.md#1701-2023-11-27) [Compare Source](https://togithub.com/ngrx/platform/compare/17.0.0...17.0.1) ##### Bug Fixes - **signals:** allow using signalStore and signalState in TS libs ([#​4152](https://togithub.com/ngrx/platform/issues/4152)) ([ecc247c](https://togithub.com/ngrx/platform/commit/ecc247c)) - **signals:** define deep signals as configurable properties ([#​4147](https://togithub.com/ngrx/platform/issues/4147)) ([890ca5b](https://togithub.com/ngrx/platform/commit/890ca5b)) ### [`v17.0.0`](https://togithub.com/ngrx/platform/blob/HEAD/CHANGELOG.md#1700-2023-11-20) [Compare Source](https://togithub.com/ngrx/platform/compare/16.3.0...17.0.0) ##### Bug Fixes - **data:** DefaultDataService getAll httpOptions fix + test ([#​4134](https://togithub.com/ngrx/platform/issues/4134)) ([213e4c9](https://togithub.com/ngrx/platform/commit/213e4c9)) - **signals:** remove state checks for better DX ([#​4124](https://togithub.com/ngrx/platform/issues/4124)) ([5749543](https://togithub.com/ngrx/platform/commit/5749543)) ##### Features - **signals:** provide ability to use interface as state type ([#​4133](https://togithub.com/ngrx/platform/issues/4133)) ([9c8304a](https://togithub.com/ngrx/platform/commit/9c8304a))

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Europe/Paris, 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.



This PR has been generated by Mend Renovate. View repository job log here.

socket-security[bot] commented 3 months ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@domifa/backend@0.0.0-use.local None 0 0 B
npm/@domifa/common@0.0.0-use.local None 0 0 B
npm/@domifa/frontend@0.0.0-use.local None 0 0 B
npm/@domifa/portail-admins@0.0.0-use.local None 0 0 B
npm/@domifa/portail-usagers@0.0.0-use.local None 0 0 B
npm/@ngrx/entity@18.0.0 None 0 0 B
npm/domifa@0.0.0-use.local None 0 0 B
npm/eslint-config-prettier@9.1.0 None 0 20.8 kB lydell
npm/eslint-plugin-n@17.9.0 None 0 0 B
npm/ignore@5.2.4 None 0 51.2 kB kael
npm/prettier@3.3.2 environment, filesystem, unsafe 0 8.25 MB prettier-bot
npm/rimraf@5.0.7 environment, filesystem 0 281 kB isaacs

🚮 Removed packages: npm/@aashutoshrathi/word-wrap@1.2.6, npm/@ampproject/remapping@2.2.1, npm/@angular-devkit/architect@0.1602.14, npm/@angular-devkit/build-angular@16.2.14, npm/@angular-devkit/core@16.2.14, npm/@angular/compiler-cli@16.2.12, npm/@angular/compiler@16.2.12, npm/@babel/code-frame@7.23.5, npm/@babel/compat-data@7.23.5, npm/@babel/core@7.22.9, npm/@babel/generator@7.22.9, npm/@babel/helper-annotate-as-pure@7.22.5, npm/@babel/helper-compilation-targets@7.23.6, npm/@babel/helper-environment-visitor@7.22.20, npm/@babel/helper-function-name@7.23.0, npm/@babel/helper-module-imports@7.22.15, npm/@babel/helper-module-transforms@7.23.3, npm/@babel/helper-plugin-utils@7.22.5, npm/@babel/helper-remap-async-to-generator@7.22.20, npm/@babel/helper-split-export-declaration@7.22.6, npm/@babel/helper-validator-option@7.23.5, npm/@babel/helpers@7.24.0, npm/@babel/parser@7.24.0, npm/@babel/plugin-syntax-class-properties@7.12.13, npm/@babel/plugin-syntax-import-meta@7.10.4, npm/@babel/plugin-syntax-logical-assignment-operators@7.10.4, npm/@babel/plugin-syntax-numeric-separator@7.10.4, npm/@babel/plugin-syntax-top-level-await@7.14.5, npm/@babel/plugin-transform-async-to-generator@7.22.5, npm/@babel/plugin-transform-dotall-regex@7.23.3, npm/@babel/plugin-transform-optional-chaining@7.23.4, npm/@babel/plugin-transform-parameters@7.23.3, npm/@babel/template@7.22.5, npm/@babel/traverse@7.24.0, npm/@babel/types@7.24.0, npm/@jridgewell/gen-mapping@0.3.3, npm/@jridgewell/resolve-uri@3.1.1, npm/@jridgewell/sourcemap-codec@1.4.15, npm/@jridgewell/trace-mapping@0.3.25, npm/@npmcli/fs@3.1.0, npm/@npmcli/git@5.0.3, npm/@npmcli/installed-package-contents@2.0.2, npm/@types/minimatch@3.0.5, npm/@yarnpkg/lockfile@1.1.0, npm/agent-base@7.1.0, npm/agentkeepalive@4.3.0, npm/ajv-formats@2.1.1, npm/assert-plus@1.0.0, npm/babel-plugin-istanbul@6.1.1, npm/base64-js@1.5.1, npm/bl@4.1.0, npm/braces@3.0.3, npm/browserslist@4.23.0, npm/chokidar@3.5.3, npm/cli-spinners@2.6.1, npm/combined-stream@1.0.8, npm/console-control-strings@1.1.0, npm/convert-source-map@1.9.0, npm/core-util-is@1.0.3, npm/depd@2.0.0, npm/detect-indent@5.0.0, npm/dotenv@16.3.1, npm/duplexer@0.1.2, npm/encoding@0.1.13, npm/end-of-stream@1.4.4, npm/esbuild-wasm@0.18.17, npm/esbuild@0.18.17, npm/esprima@4.0.1, npm/extsprintf@1.3.0, npm/fast-json-stable-stringify@2.1.0, npm/follow-redirects@1.15.6, npm/glob@10.3.10, npm/http-cache-semantics@4.1.1, npm/https-proxy-agent@7.0.2, npm/ieee754@1.2.1, npm/is-docker@2.2.1, npm/is-fullwidth-code-point@5.0.0, npm/is-plain-obj@1.1.0, npm/is-wsl@2.2.0, npm/isarray@1.0.0, npm/json5@2.2.3, npm/log-symbols@4.1.0, npm/make-fetch-happen@13.0.0, npm/mime-db@1.52.0, npm/mime-types@2.1.35, npm/minipass-fetch@3.0.3, npm/minipass-pipeline@1.2.4, npm/minizlib@2.1.2, npm/mkdirp@1.0.4, npm/mrmime@1.0.1, npm/negotiator@0.6.3, npm/npm-bundled@1.1.2, npm/npm-pick-manifest@9.0.0, npm/open@8.4.2, npm/p-timeout@3.2.0, npm/path-scurry@1.10.1, npm/postcss@8.4.31, npm/psl@1.9.0, npm/punycode@2.3.0, npm/reflect-metadata@0.1.13, npm/safe-buffer@5.2.1, npm/set-blocking@2.0.0, npm/socks@2.7.1, npm/source-map-support@0.5.21, npm/string_decoder@1.3.0, npm/tar-stream@2.2.0, npm/text-table@0.2.0, npm/tree-kill@1.2.2, npm/tsconfig-paths@4.2.0, npm/tweetnacl@0.14.5, npm/util-deprecate@1.0.2, npm/wide-align@1.1.5, npm/xtend@4.0.2

View full report↗︎

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 66.47%. Comparing base (d47eb3e) to head (5f16acd).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/SocialGouv/domifa/pull/3365/graphs/tree.svg?width=650&height=150&src=pr&token=ydhKiPXRFO&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SocialGouv)](https://app.codecov.io/gh/SocialGouv/domifa/pull/3365?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SocialGouv) ```diff @@ Coverage Diff @@ ## master #3365 +/- ## ======================================== Coverage 66.47% 66.47% ======================================== Files 905 905 Lines 14999 14999 Branches 2144 2139 -5 ======================================== Hits 9971 9971 - Misses 4735 4855 +120 + Partials 293 173 -120 ``` [see 62 files with indirect coverage changes](https://app.codecov.io/gh/SocialGouv/domifa/pull/3365/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SocialGouv) ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/SocialGouv/domifa/pull/3365?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SocialGouv). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SocialGouv) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://app.codecov.io/gh/SocialGouv/domifa/pull/3365?dropdown=coverage&src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SocialGouv). Last update [d47eb3e...5f16acd](https://app.codecov.io/gh/SocialGouv/domifa/pull/3365?dropdown=coverage&src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SocialGouv). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SocialGouv).
sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

renovate[bot] commented 3 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 18.x releases. But if you manually upgrade to 18.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.