Skip to content

Commit

Permalink
chore(deps): bump angular from v19.1.0 to v19.1.1
Browse files Browse the repository at this point in the history
chore(deps): bump angular material from v19.0.5 to v19.1.0

chore(deps-dev): bump angular cli from v19.1.0 to v19.1.2

chore(deps-dev): bump vitest from v2.1.8 to v3.0.2
  • Loading branch information
k3nsei committed Jan 18, 2025
1 parent 3282a6c commit 1ed9880
Show file tree
Hide file tree
Showing 5 changed files with 460 additions and 743 deletions.
2 changes: 2 additions & 0 deletions .release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"release-type": "node",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"include-component-in-tag": false,
"include-v-in-tag": true,
"changelog-path": "CHANGELOG.md",
"extra-files": ["README.md", "libs/ngx-signal-store-query/package.json"]
}
Expand Down
2 changes: 1 addition & 1 deletion apps/demo-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"@playwright/test": "1.49.1",
"@types/node": "22.10.2"
"@types/node": "22.10.7"
},
"volta": {
"extends": "../../package.json"
Expand Down
2 changes: 1 addition & 1 deletion apps/demo/src/app/__snapshots__/app.component.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`GIVEN AppComponent > WHEN component was initialized > THEN component should be rendered 1`] = `
<div
id="root1"
ng-version="19.1.0"
ng-version="19.1.1"
>
<ssq-counter>
<output
Expand Down
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
"test:clear-snapshots": "rimraf -g \"{apps,libs}/**/__snapshots__\""
},
"dependencies": {
"@angular/animations": "^19.1.0",
"@angular/cdk": "^19.0.5",
"@angular/common": "^19.1.0",
"@angular/compiler": "^19.1.0",
"@angular/core": "^19.1.0",
"@angular/forms": "^19.1.0",
"@angular/material": "^19.0.5",
"@angular/platform-browser": "^19.1.0",
"@angular/platform-browser-dynamic": "^19.1.0",
"@angular/platform-server": "^19.1.0",
"@angular/router": "^19.1.0",
"@angular/ssr": "^19.1.0",
"@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",
"@ngrx/signals": "^19.0.0",
"@tanstack/angular-query-experimental": "^5.64.1",
"express": "^4.21.2",
Expand All @@ -38,37 +38,37 @@
"zone.js": "~0.15.0"
},
"devDependencies": {
"@analogjs/vite-plugin-angular": "^1.12.1-beta.3",
"@analogjs/vitest-angular": "^1.12.1-beta.3",
"@angular-devkit/build-angular": "^19.1.0",
"@angular/cli": "^19.1.0",
"@angular/compiler-cli": "^19.1.0",
"@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",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@eslint/js": "^9.18.0",
"@octokit/types": "^13.7.0",
"@playwright/test": "1.49.1",
"@types/express": "5.0.0",
"@types/node": "22.10.6",
"@vitest/coverage-v8": "^2.1.8",
"@types/node": "22.10.7",
"@vitest/coverage-v8": "^3.0.2",
"angular-eslint": "19.0.2",
"cross-env": "^7.0.3",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.2",
"jsdom": "^26.0.0",
"lint-staged": "^15.3.0",
"lint-staged": "^15.4.1",
"ng-packagr": "^19.1.0",
"prettier": "3.4.2",
"prettier-plugin-packagejson": "2.5.7",
"prettier-plugin-packagejson": "2.5.8",
"prettier-plugin-sh": "0.14.0",
"rimraf": "^6.0.1",
"typescript": "~5.7.3",
"typescript-eslint": "8.20.0",
"vite": "^5.4.11",
"vite": "^6.0.7",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8"
"vitest": "^3.0.2"
},
"packageManager": "[email protected]",
"volta": {
Expand All @@ -77,7 +77,7 @@
},
"overrides": {
"@analogjs/vitest-angular": {
"@angular-devkit/architect": "~0.1901.0"
"@angular-devkit/architect": "~0.1901.2"
}
}
}
Loading

0 comments on commit 1ed9880

Please sign in to comment.