Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
0ca0323
build: bump the angular group with 18 updates
dependabot[bot] Nov 29, 2025
9e8e018
chore(project): Bump to angular 21
AlexandreInsua Dec 8, 2025
5c5b707
chore(project): Bump to angular material 21
AlexandreInsua Dec 8, 2025
f2bc776
chore(project): Bump to angular material 21
AlexandreInsua Dec 8, 2025
c633c40
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/angular-…
AlexandreInsua Dec 9, 2025
5863c4e
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/angular/…
AlexandreInsua Dec 9, 2025
a793fe9
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/jest-pre…
AlexandreInsua Dec 9, 2025
85cfad7
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/multi-ea…
AlexandreInsua Dec 9, 2025
97c0493
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/prettier…
AlexandreInsua Dec 9, 2025
35a367a
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/ts-jest-…
AlexandreInsua Dec 9, 2025
f5bab00
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/typescri…
AlexandreInsua Dec 9, 2025
ef53554
chore(project): generate package-lock.json
AlexandreInsua Dec 9, 2025
f639dec
Merge branch 'development' into angular
AlexandreInsua Dec 19, 2025
bc106b5
Merge branch 'development' into angular
AlexandreInsua Dec 19, 2025
b9470be
Merge branch 'development' into angular
AlexandreInsua Dec 29, 2025
8eac63f
chore(project): generate deps file
AlexandreInsua Dec 30, 2025
3cbdc3c
chore(project): bump dependencies
AlexandreInsua Dec 30, 2025
f459abe
chore(test): rid of router testing module deprecated
AlexandreInsua Dec 31, 2025
7a4bdeb
Merge branch 'development' into angular
AlexandreInsua Jan 1, 2026
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
20 changes: 11 additions & 9 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,24 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser-esbuild",
"builder": "@angular/build:application",
"options": {
"outputPath": "dist/materials-test",
"outputPath": {
"base": "dist/materials-test"
},
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"polyfills": [
"src/polyfills.ts"
],
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "scss",
"assets": ["src/favicon.ico", "src/assets"],
"styles": [
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
"src/styles.scss"
],
"scripts": []
"scripts": [],
"browser": "src/main.ts"
},
"configurations": {
"production": {
Expand All @@ -60,9 +64,7 @@
"outputHashing": "all"
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
Expand All @@ -71,7 +73,7 @@
"defaultConfiguration": "production"
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"builder": "@angular/build:dev-server",
"configurations": {
"production": {
"buildTarget": "materials-test:build:production"
Expand All @@ -83,7 +85,7 @@
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"builder": "@angular/build:extract-i18n",
"options": {
"buildTarget": "materials-test:build"
}
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,29 +15,29 @@
},
"private": true,
"dependencies": {
"@angular/animations": "20.3.10",
"@angular/cdk": "20.2.12",
"@angular/common": "20.3.14",
"@angular/compiler": "20.3.15",
"@angular/core": "20.3.10",
"@angular/forms": "20.3.10",
"@angular/material": "20.2.12",
"@angular/platform-browser": "20.3.10",
"@angular/platform-browser-dynamic": "20.3.10",
"@angular/router": "20.3.10",
"@angular/animations": "21.0.6",
"@angular/cdk": "21.0.2",
"@angular/common": "21.0.6",
"@angular/compiler": "21.0.6",
"@angular/core": "21.0.6",
"@angular/forms": "21.0.6",
"@angular/material": "21.0.2",
"@angular/platform-browser": "21.0.6",
"@angular/platform-browser-dynamic": "21.0.6",
"@angular/router": "21.0.6",
"rxjs": "7.8.2",
"tslib": "2.8.1",
"zone.js": "0.16.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "20.3.9",
"@angular-eslint/builder": "20.5.1",
"@angular-eslint/eslint-plugin": "20.5.1",
"@angular-eslint/eslint-plugin-template": "20.5.1",
"@angular-eslint/schematics": "20.5.1",
"@angular-eslint/template-parser": "20.5.1",
"@angular/cli": "20.3.13",
"@angular/compiler-cli": "20.3.10",
"@angular/build": "^21.0.2",
"@angular/cli": "21.0.4",
"@angular/compiler-cli": "21.0.6",
"@babel/core": "7.28.5",
"@babel/preset-env": "7.28.5",
"@babel/preset-typescript": "7.28.5",
Expand All @@ -56,6 +56,6 @@
"prettier": "3.7.4",
"prettier-eslint": "16.4.2",
"ts-jest": "29.4.6",
"typescript": "5.8.3"
"typescript": "5.9.3"
}
}
Loading
Loading