@dsivd/prestations-ng 17.0.0-beta.7 → 17.0.0-beta.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/UPGRADING_V17.md CHANGED
@@ -130,6 +130,10 @@ def args = [
130
130
 
131
131
  You can follow the Angular update guide at this address [https://update.angular.io/?l=3&v=16.0-17.0](https://update.angular.io/?l=3&v=16.0-17.0).
132
132
 
133
+ #### Update your `front/.gitignore` file
134
+
135
+ Add `/.nx/cache`
136
+
133
137
  #### When having migrated to ESLint
134
138
 
135
139
  ```bash
@@ -142,7 +146,7 @@ ng update @angular-eslint/builder@17
142
146
  ng update @angular-eslint/eslint-plugin@17 @angular-eslint/eslint-plugin-template@17 @angular-eslint/template-parser@17
143
147
  ng update @typescript-eslint/eslint-plugin@7 @typescript-eslint/parser@7
144
148
  ng update eslint-plugin-import eslint-plugin-jasmine eslint-plugin-jsdoc eslint-plugin-rxjs-angular
145
- ng update eslint
149
+ ng update eslint@8
146
150
  ng update eslint-plugin-rxjs
147
151
  ng update \
148
152
  @types/jasmine@5 \
package/package.json CHANGED
@@ -40,7 +40,7 @@
40
40
  "ng-update": {
41
41
  "migrations": "./schematics/migration-collection.json"
42
42
  },
43
- "version": "17.0.0-beta.7",
43
+ "version": "17.0.0-beta.8",
44
44
  "module": "fesm2022/dsivd-prestations-ng.mjs",
45
45
  "typings": "index.d.ts",
46
46
  "exports": {