Skip to content

Commit 668cea9

Browse files
b57e7071 chore: typescript-eslint left-overs
1 parent e64265f commit 668cea9

6 files changed

+9
-9
lines changed

commit_message

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
698f0b7c chore: update to Nx 20 (#4596)
1+
b57e7071 chore: typescript-eslint left-overs

fesm2022/ngrx-component-store.mjs

+3-3
Original file line numberDiff line numberDiff line change
@@ -349,10 +349,10 @@ class ComponentStore {
349349
`Please make sure it is initialized before updating/getting.`);
350350
}
351351
}
352-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-rc.1", ngImport: i0, type: ComponentStore, deps: [{ token: INITIAL_STATE_TOKEN, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
353-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.0-rc.1", ngImport: i0, type: ComponentStore }); }
352+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0", ngImport: i0, type: ComponentStore, deps: [{ token: INITIAL_STATE_TOKEN, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
353+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.0", ngImport: i0, type: ComponentStore }); }
354354
}
355-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-rc.1", ngImport: i0, type: ComponentStore, decorators: [{
355+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0", ngImport: i0, type: ComponentStore, decorators: [{
356356
type: Injectable
357357
}], ctorParameters: () => [{ type: undefined, decorators: [{
358358
type: Optional

fesm2022/ngrx-component-store.mjs.map

+1-1
Large diffs are not rendered by default.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrx/component-store",
3-
"version": "18.1.1",
3+
"version": "19.0.0-beta.0",
44
"description": "Reactive store for component state",
55
"repository": {
66
"type": "git",
@@ -22,7 +22,7 @@
2222
},
2323
"homepage": "https://github.com/ngrx/platform#readme",
2424
"peerDependencies": {
25-
"@angular/core": "^18.0.0",
25+
"@angular/core": "^19.0.0",
2626
"rxjs": "^6.5.3 || ^7.5.0"
2727
},
2828
"schematics": "./schematics/collection.json",

schematics-core/utility/libs-version.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

schematics-core/utility/libs-version.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)