Skip to content

Commit

Permalink
Upgrade gewd to the newest angular version (#118)
Browse files Browse the repository at this point in the history
* upgrade to nx/angular 10

* upgrade to nx 12/angular 11

* upgrade to nx 13/angular 12

* upgrade to nx 14/angular 13

* upgrade to nx 15/angular 14

* upgrade gewd utils to the newest angular version :)

* upgrade node version in CI

* Working Jest Configs...

* add build utils to script/ci

* missing changes

* add observableValue.ts
  • Loading branch information
negue authored Oct 13, 2023
1 parent 1f7ac8d commit f01ed2a
Show file tree
Hide file tree
Showing 124 changed files with 1,729 additions and 1,214 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
path: |
**/node_modules
key: ${{ runner.os }}-${{ hashFiles('package.json') }}
- name: Use Node.js 12.16.2
- name: Use Node.js 16
uses: actions/setup-node@v1
with:
node-version: 12.16.2
node-version: 16.X

- run: npm install

- name: Build Libs
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
!.vscode/extensions.json

# misc
/.angular/cache
/.sass-cache
/connect.lock
/coverage
Expand Down
4 changes: 2 additions & 2 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ patch:
SNYK-JS-TREEKILL-536781:
- '@angular-devkit/build-angular > tree-kill':
patched: '2019-12-24T00:02:57.439Z'
- '@nrwl/cypress > tree-kill':
- '@nx/cypress > tree-kill':
patched: '2019-12-24T00:02:57.439Z'
- '@nrwl/angular > @nrwl/cypress > tree-kill':
- '@nx/angular > @nx/cypress > tree-kill':
patched: '2019-12-24T00:02:57.439Z'
SNYK-JS-LODASH-567746:
- '@angular-devkit/build-angular > @jsdevtools/coverage-istanbul-loader > istanbul-lib-instrument > @babel/core > lodash':
Expand Down
Loading

0 comments on commit f01ed2a

Please sign in to comment.