Skip to content

Commit

Permalink
Update to Angular 15 (#220)
Browse files Browse the repository at this point in the history
* update eslint to version 14

* update package.lock

* update typescript

* remove flex-layout

* update core to 15

* update material to 15

* add flex-layout v15

* update eslint to version 15

* update typescript

* update jdnconvertiblecalender

* update node version to 16

* correct jasmin-core & karma-jasmin-html-reporter

* mdc migration: tooltip

* mdc migration: snackbar

* mdc migration: card

* mdc migration: checkbox

* mdc migration: menu

* mdc migration: dialog

* fix unit tests

* fix unit test

* (new) fix unit test

* fix unit test

* fix unit test

* fix unit test

* fix unit test

* fix unit test

* fix unit test

* mdc migration: list

* mdc migration: chips

* mdc migration: paginator

* mdc migration: progressbar

* mdc migration: progressspinner

* mdc migration: radio

* mdc migration: slide toggle

* mdc migration: slider

* mdc migration: table

* mdc migration: tabs

* fix unit test

* mdc migration: button

* mdc migration: form field, input, select, autocomplete

* remove legacy stuff from material theme

* update angular split to v15
  • Loading branch information
Vijeinath committed Dec 1, 2023
1 parent 3c7d8c5 commit b7c91ee
Show file tree
Hide file tree
Showing 82 changed files with 20,885 additions and 3,780 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI
env:
NV: 14.x # node version
NV: 16.x # node version

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### STAGE 1: Build ###

# We label our stage as 'builder'
FROM node:14-stretch as builder
FROM node:16-stretch as builder

LABEL maintainer="support@dasch.swiss"

Expand Down
6 changes: 6 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@
"schematics": {
"@schematics/angular:component": {
"style": "scss"
},
"@angular-eslint/schematics:application": {
"setParserOptionsProject": true
},
"@angular-eslint/schematics:library": {
"setParserOptionsProject": true
}
},
"cli": {
Expand Down

0 comments on commit b7c91ee

Please sign in to comment.