zitadel/console
Max Peintner f7c4141147
chore(console): update dependencies (#3692)
* chore(deps-dev): bump @types/node from 17.0.29 to 17.0.35 in /console (#3691)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.29 to 17.0.35.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump eslint from 8.14.0 to 8.16.0 in /console (#3690)

Bumps [eslint](https://github.com/eslint/eslint) from 8.14.0 to 8.16.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.14.0...v8.16.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @typescript-eslint/parser in /console (#3666)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.10.0 to 5.25.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.25.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump karma-jasmine from 4.0.2 to 5.0.1 in /console (#3632)

Bumps [karma-jasmine](https://github.com/karma-runner/karma-jasmine) from 4.0.2 to 5.0.1.
- [Release notes](https://github.com/karma-runner/karma-jasmine/releases)
- [Changelog](https://github.com/karma-runner/karma-jasmine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/karma-runner/karma-jasmine/compare/v4.0.2...v5.0.1)

---
updated-dependencies:
- dependency-name: karma-jasmine
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* cli core

* material cdk

* lint-jasmin

* lock

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
2022-05-23 07:10:37 +00:00
..
cypress feat: rehauled console (#3525) 2022-04-28 10:35:02 +00:00
src fix(console-v2): app detail layout, create layout stepper (#3680) 2022-05-23 08:43:03 +02:00
.browserslistrc
.editorconfig
.eslintrc.json fix(console): migrate from tslint to eslint, project delete from table (#2490) 2021-10-22 10:47:06 +02:00
.gitignore feat: rehauled console (#3525) 2022-04-28 10:35:02 +00:00
.prettierrc
.stylelintrc feat: allow global org users to create org and self delete (#2759) 2021-12-09 08:41:21 +00:00
angular.json feat: rehauled console (#3525) 2022-04-28 10:35:02 +00:00
cypress.json feat: rehauled console (#3525) 2022-04-28 10:35:02 +00:00
cypress.sh feat: rehauled console (#3525) 2022-04-28 10:35:02 +00:00
e2e.env feat: rehauled console (#3525) 2022-04-28 10:35:02 +00:00
karma.conf.js
ngsw-config.json
package-lock.json chore(console): update dependencies (#3692) 2022-05-23 07:10:37 +00:00
package.json chore(console): update dependencies (#3692) 2022-05-23 07:10:37 +00:00
README.md feat: rehauled console (#3525) 2022-04-28 10:35:02 +00:00
tsconfig.app.json fix(console): migrate from tslint to eslint, project delete from table (#2490) 2021-10-22 10:47:06 +02:00
tsconfig.json feat(console-v2): save table filters as queryparams, smtp update (#3624) 2022-05-13 14:19:06 +00:00
tsconfig.spec.json fix(console): migrate from tslint to eslint, project delete from table (#2490) 2021-10-22 10:47:06 +02:00

Console

This project was generated with Angular CLI version 8.3.20.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Please refer to guides

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.