Skip to content

Commit

Permalink
chore: update deps (ngrx#4527)
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver authored Sep 22, 2024
1 parent 1f7f740 commit 7ecd063
Show file tree
Hide file tree
Showing 5 changed files with 2,929 additions and 2,154 deletions.
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ package-lock.json
package.json
yarn.lock

/.nx/cache
/.nx/cache
/.nx/workspace-data
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ describe('entityConfig', () => {
entity: type<User>(),
selectId: (user) => user.id,
});
`).toFail(/Property 'id' does not exist on type 'NoInfer<User>'/);
`).toFail(/Property 'id' does not exist on type 'User'/);

expectSnippet(`
const selectId = (entity: { key: number; foo: string }) => entity.key;
Expand Down Expand Up @@ -151,7 +151,7 @@ describe('entityConfig', () => {
collection: 'user',
selectId: (user) => user.id,
});
`).toFail(/Property 'id' does not exist on type 'NoInfer<User>'/);
`).toFail(/Property 'id' does not exist on type 'User'/);

expectSnippet(`
const selectId = (entity: { key: number; foo: string }) => entity.key;
Expand Down
2 changes: 1 addition & 1 deletion modules/signals/spec/types/signal-state.types.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ describe('signalState', () => {

expectSnippet(snippet).toInfer(
'state4',
'SignalState<{ foo: Record<string, number | { bar: boolean; }>; }>'
'SignalState<{ foo: Record<string, { bar: boolean; } | number>; }>'
);

expectSnippet(snippet).toInfer(
Expand Down
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,18 @@
]
},
"dependencies": {
"@angular/animations": "18.0.0",
"@angular/cdk": "18.0.0",
"@angular/common": "18.0.0",
"@angular/compiler": "18.0.0",
"@angular/core": "18.0.0",
"@angular/forms": "18.0.0",
"@angular/material": "18.0.0",
"@angular/platform-browser": "18.0.0",
"@angular/platform-browser-dynamic": "18.0.0",
"@angular/platform-server": "18.0.0",
"@angular/router": "18.0.0",
"@nx/angular": "19.1.1",
"@angular/animations": "18.2.5",
"@angular/cdk": "18.2.5",
"@angular/common": "18.2.5",
"@angular/compiler": "18.2.5",
"@angular/core": "18.2.5",
"@angular/forms": "18.2.5",
"@angular/material": "18.2.5",
"@angular/platform-browser": "18.2.5",
"@angular/platform-browser-dynamic": "18.2.5",
"@angular/platform-server": "18.2.5",
"@angular/router": "18.2.5",
"@nx/angular": "19.8.0",
"ajv-formats": "^2.1.1",
"core-js": "^2.5.4",
"opencollective": "^1.0.3",
Expand All @@ -88,34 +88,34 @@
"zone.js": "0.14.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.0.1",
"@angular-devkit/core": "18.0.1",
"@angular-devkit/schematics": "18.0.1",
"@angular-devkit/build-angular": "18.2.5",
"@angular-devkit/core": "18.2.5",
"@angular-devkit/schematics": "18.2.5",
"@angular-eslint/builder": "18.0.1",
"@angular-eslint/eslint-plugin": "18.0.1",
"@angular-eslint/eslint-plugin-template": "18.0.1",
"@angular-eslint/schematics": "18.0.1",
"@angular-eslint/template-parser": "18.0.1",
"@angular-eslint/test-utils": "18.0.1",
"@angular/cli": "18.0.1",
"@angular/compiler-cli": "18.0.0",
"@angular/language-service": "18.0.0",
"@nx/cypress": "19.1.1",
"@nx/eslint": "19.1.1",
"@nx/eslint-plugin": "19.1.1",
"@nx/jest": "19.1.1",
"@nx/node": "19.1.1",
"@nx/workspace": "19.1.1",
"@angular/cli": "~18.2.0",
"@angular/compiler-cli": "18.2.5",
"@angular/language-service": "18.2.5",
"@nx/cypress": "19.8.0",
"@nx/eslint": "19.8.0",
"@nx/eslint-plugin": "19.8.0",
"@nx/jest": "19.8.0",
"@nx/node": "19.8.0",
"@nx/workspace": "19.8.0",
"@octokit/rest": "^15.17.0",
"@schematics/angular": "18.0.1",
"@schematics/angular": "18.2.5",
"@testing-library/cypress": "9.0.0",
"@types/eslint": "^8.56.10",
"@types/fs-extra": "^2.1.0",
"@types/glob": "^5.0.33",
"@types/globby": "^8.0.0",
"@types/jasmine": "4.0.3",
"@types/jasminewd2": "^2.0.2",
"@types/jest": "29.5.0",
"@types/jest": "29.5.13",
"@types/lodash": "^4.14.80",
"@types/ncp": "^2.0.1",
"@types/node": "^18.16.9",
Expand All @@ -133,7 +133,7 @@
"conventional-changelog-cli": "^1.3.21",
"coveralls": "^2.13.0",
"cpy-cli": "^1.0.1",
"cypress": "13.9.0",
"cypress": "13.13.0",
"deep-freeze": "^0.0.1",
"eslint": "8.57.0",
"eslint-config-prettier": "9.0.0",
Expand All @@ -147,9 +147,9 @@
"jasmine-core": "4.2.0",
"jasmine-marbles": "0.9.2",
"jasmine-spec-reporter": "7.0.0",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"jest-jasmine2": "29.5.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-jasmine2": "29.7.0",
"jest-preset-angular": "14.1.0",
"karma": "6.4.0",
"karma-chrome-launcher": "3.1.0",
Expand All @@ -159,9 +159,9 @@
"karma-jasmine-html-reporter": "2.0.0",
"lint-staged": "^8.0.0",
"ncp": "^2.0.0",
"ng-packagr": "18.0.0",
"ng-packagr": "18.2.1",
"npm-run-all": "^4.1.5",
"nx": "19.1.1",
"nx": "19.8.0",
"nyc": "^10.1.2",
"ora": "^1.3.0",
"prettier": "^2.7.1",
Expand All @@ -184,7 +184,7 @@
"tsconfig-paths": "^3.1.3",
"tsickle": "^0.37.0",
"tsutils": "2.27.2",
"typescript": "5.4.5",
"typescript": "5.5.4",
"typescript-eslint": "8.0.0-alpha.20",
"uglify-js": "^3.1.9"
},
Expand Down
Loading

0 comments on commit 7ecd063

Please sign in to comment.