Skip to content
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

chore(deps): bump the angular group with 16 updates #156

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -18,18 +18,18 @@
"test:clear-snapshots": "rimraf -g \"{apps,libs}/**/__snapshots__\""
},
"dependencies": {
"@angular/animations": "^19.1.1",
"@angular/cdk": "^19.1.0",
"@angular/common": "^19.1.1",
"@angular/compiler": "^19.1.1",
"@angular/core": "^19.1.1",
"@angular/forms": "^19.1.1",
"@angular/material": "^19.1.0",
"@angular/platform-browser": "^19.1.1",
"@angular/platform-browser-dynamic": "^19.1.1",
"@angular/platform-server": "^19.1.1",
"@angular/router": "^19.1.1",
"@angular/ssr": "^19.1.2",
"@angular/animations": "^19.1.3",
"@angular/cdk": "^19.1.1",
"@angular/common": "^19.1.3",
"@angular/compiler": "^19.1.3",
"@angular/core": "^19.1.3",
"@angular/forms": "^19.1.3",
"@angular/material": "^19.1.1",
"@angular/platform-browser": "^19.1.3",
"@angular/platform-browser-dynamic": "^19.1.3",
"@angular/platform-server": "^19.1.3",
"@angular/router": "^19.1.3",
"@angular/ssr": "^19.1.4",
"@ngrx/signals": "^19.0.0",
"@tanstack/angular-query-experimental": "^5.64.1",
"express": "^4.21.2",
@@ -40,9 +40,9 @@
"devDependencies": {
"@analogjs/vite-plugin-angular": "^1.12.1",
"@analogjs/vitest-angular": "^1.12.1",
"@angular-devkit/build-angular": "^19.1.2",
"@angular/cli": "^19.1.2",
"@angular/compiler-cli": "^19.1.1",
"@angular-devkit/build-angular": "^19.1.4",
"@angular/cli": "^19.1.4",
"@angular/compiler-cli": "^19.1.3",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@eslint/js": "^9.18.0",
@@ -59,7 +59,7 @@
"eslint-plugin-prettier": "^5.2.2",
"jsdom": "^26.0.0",
"lint-staged": "^15.4.1",
"ng-packagr": "^19.1.0",
"ng-packagr": "^19.1.1",
"prettier": "3.4.2",
"prettier-plugin-packagejson": "2.5.8",
"prettier-plugin-sh": "0.14.0",
Loading

Unchanged files with check annotations Beta

});
it('THEN component should be rendered', () => {
expect(fixture.nativeElement).toMatchSnapshot();

Check failure on line 44 in apps/demo/src/app/app.component.spec.ts

GitHub Actions / Run build and unit tests

src/app/app.component.spec.ts > GIVEN AppComponent > WHEN component was initialized > THEN component should be rendered

Error: Snapshot `GIVEN AppComponent > WHEN component was initialized > THEN component should be rendered 1` mismatched - Expected + Received @@ -1,8 +1,8 @@ <div id="root1" - ng-version="19.1.1" + ng-version="19.1.3" > <ssq-counter> <output aria-label="Current count" > ❯ src/app/app.component.spec.ts:44:37 ❯ _ZoneDelegate.invoke ../../node_modules/.pnpm/zone.js@0.15.0/node_modules/zone.js/bundles/zone.umd.js:416:32 ❯ ProxyZoneSpec.onInvoke ../../node_modules/.pnpm/zone.js@0.15.0/node_modules/zone.js/bundles/zone-testing.umd.js:2177:43 ❯ _ZoneDelegate.invoke ../../node_modules/.pnpm/zone.js@0.15.0/node_modules/zone.js/bundles/zone.umd.js:415:38 ❯ ZoneImpl.run ../../node_modules/.pnpm/zone.js@0.15.0/node_modules/zone.js/bundles/zone.umd.js:147:47 ❯ wrappedFunc ../../node_modules/.pnpm/@analogjs+vitest-angular@1.12.1_@analogjs+vite-plugin-angular@1.12.1_@angular-devkit+build-an_dd7utcv4yj7k7airvmkaitxgli/packages/vitest-angular/setup-zone.ts:55:26
});
});
});