Skip to content

Commit

Permalink
feat: bump the Angular version to 12, closes #433
Browse files Browse the repository at this point in the history
BREAKING CHANGES: bump the Angular version to 12
  • Loading branch information
IKatsuba committed Nov 30, 2021
1 parent 03b7b32 commit 7026b3b
Show file tree
Hide file tree
Showing 38 changed files with 26,453 additions and 22,000 deletions.
6 changes: 4 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
"enforceBuildableLibDependency": true,
"allow": [],
"depConstraints": [
{ "sourceTag": "*", "onlyDependOnLibsWithTags": ["*"] }
{
"sourceTag": "*",
"onlyDependOnLibsWithTags": ["*"]
}
]
}
]
Expand All @@ -21,7 +24,6 @@
{
"files": ["*.ts", "*.tsx"],
"extends": ["plugin:@nrwl/nx/typescript"],
"parserOptions": { "project": "./tsconfig.*?.json" },
"rules": {}
},
{
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Use Node.js 12.x
- name: Use Node.js 14.x
uses: actions/[email protected]
with:
node-version: 12.x
node-version: 14.x
- name: Install
run: |
npm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Use Node.js 12.x
- name: Use Node.js 14.x
uses: actions/[email protected]
with:
node-version: 12.x
node-version: 14.x
- name: npm install
run: |
npm ci
Expand Down
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@ npm run lint
2. Update [README.md](./README.md) to reflect changes related to public API and everything relevant
3. Make sure you cover all code changes with unit tests
4. When you are ready, create Pull Request of your fork into the original repository

Loading

0 comments on commit 7026b3b

Please sign in to comment.