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

Update angular v16 #41

Merged
merged 21 commits into from
Oct 30, 2023
Merged
Show file tree
Hide file tree
Changes from 20 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
6 changes: 2 additions & 4 deletions .browserslistrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
# https://github.com/browserslist/browserslist#queries
# adjust as needed
> 0.5%
last 2 versions
last 2 versions and supports es6-module
Firefox ESR
not dead
not IE 9-10
not IE 11
not dead
23 changes: 3 additions & 20 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,14 @@
{
"root": true,
"ignorePatterns": [
"projects/**/*"
],
"plugins": ["unused-imports"],
"overrides": [
{
"files": [
"*.ts"
],
"parserOptions": {
"project": [
"src/tsconfig.app.json",
"src/tsconfig.spec.json"
],
"createDefaultProgram": true
},
"files": ["*.ts"],
"extends": [
"plugin:@angular-eslint/recommended",
"plugin:@angular-eslint/template/process-inline-templates"
],
"rules": {
// https://eslint.org/docs/rules/
"arrow-spacing": "error",
"max-len": [
"error",
Expand Down Expand Up @@ -61,12 +48,8 @@
}
},
{
"files": [
"*.html"
],
"extends": [
"plugin:@angular-eslint/template/recommended"
],
"files": ["*.html"],
"extends": ["plugin:@angular-eslint/template/recommended"],
"rules": {}
}
]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/onPush.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x]

steps:
- name: The branch or tag ref that triggered the workflow run.
Expand Down
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

3 changes: 1 addition & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"singleQuote": true,
"trailingComma": "none",
"prettier.disableLanguages": ["html"]
"trailingComma": "none"
}
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"src/assets",
"src/config",
"src/contexts",
"src/locale"
"src/locale",
{
"glob": "**/*",
"input": "./node_modules/@igo2/common/assets/",
Expand Down
2 changes: 1 addition & 1 deletion e2e/tsconfig.e2e.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../tsconfig.base.json",
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/e2e",
"module": "commonjs",
Expand Down
15 changes: 0 additions & 15 deletions gulpfile.js

This file was deleted.

Loading
Loading