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

Release/dependency update #14

Merged
merged 7 commits into from
Jun 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 0 additions & 14 deletions .github/dependabot.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/issue-assigned-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
- name: Move Issue to In-Progress
uses: alex-page/github-project-automation-plus@v0.3.0
with:
project: Open Template Hub Servers
project: Open Template Hub Libraries
column: In progress
repo-token: ${{ secrets.MASTER_BRANCH_ACCESS_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/issue-open-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Move Issue to In-Progress
uses: alex-page/github-project-automation-plus@v0.3.0
with:
project: Open Template Hub Servers
project: Open Template Hub Libraries
column: To do
repo-token: ${{ secrets.MASTER_BRANCH_ACCESS_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-open-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Move PR to In-Progress
uses: alex-page/github-project-automation-plus@v0.3.0
with:
project: Open Template Hub Servers
project: Open Template Hub Libraries
column: In progress
repo-token: ${{ secrets.MASTER_BRANCH_ACCESS_TOKEN }}

Expand Down
5 changes: 0 additions & 5 deletions docs/OUTDATED.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ Open Template Hub - UI Library Template v4

Following packages are not updated in the develop branch yet. So, if you want to update outdated packages on your own risk, update the package.json and install dependencies.

| Package | Current | Wanted | Latest | Location |
| --- | --- | --- | --- | --- |
| @types/jasmine | 3.10.5 | 3.10.5 | 4.0.2 | ui-library-template |
| @types/node | 12.20.47 | 12.20.47 | 17.0.23 | ui-library-template |
| karma-coverage | 2.1.1 | 2.1.1 | 2.2.0 | ui-library-template |

<table align="right"><tr><td><a href="https://opentemplatehub.com"><img src="https://raw.githubusercontent.com/open-template-hub/open-template-hub.github.io/master/assets/logo/brand-logo.png" width="50px" alt="oth"/></a></td><td><b>Open Template Hub © 2021</b></td></tr></table>

38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,31 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^13.3.2",
"@angular/common": "^13.3.2",
"@angular/compiler": "^13.3.2",
"@angular/core": "^13.3.2",
"@angular/forms": "^13.3.2",
"@angular/platform-browser": "^13.3.2",
"@angular/platform-browser-dynamic": "^13.3.2",
"@angular/router": "^13.3.2",
"@angular/animations": "^13.3.8",
"@angular/common": "^13.3.8",
"@angular/compiler": "^13.3.8",
"@angular/core": "^13.3.8",
"@angular/forms": "^13.3.8",
"@angular/platform-browser": "^13.3.8",
"@angular/platform-browser-dynamic": "^13.3.8",
"@angular/router": "^13.3.8",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"tslib": "^2.4.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.3.2",
"@angular/cli": "^13.3.2",
"@angular/compiler-cli": "^13.3.2",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
"jasmine-core": "~4.0.0",
"karma": "~6.3.0",
"@angular-devkit/build-angular": "^13.3.5",
"@angular/cli": "^13.3.5",
"@angular/compiler-cli": "^13.3.8",
"@types/jasmine": "^4.0.3",
"@types/node": "^17.0.33",
"jasmine-core": "^4.1.1",
"karma": "^6.3.20",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.1.0",
"karma-jasmine": "~4.0.0",
"karma-coverage": "^2.2.0",
"karma-jasmine": "^5.0.1",
"karma-jasmine-html-reporter": "~1.7.0",
"ng-packagr": "^13.3.1",
"typescript": "~4.6.2"
"typescript": "^4.6.4"
}
}
4 changes: 2 additions & 2 deletions projects/ui-library-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"version": "4.0.2",
"license": "MIT",
"peerDependencies": {
"@angular/common": "^13.3.0",
"@angular/core": "^13.3.0"
"@angular/common": "^14.0.1",
"@angular/core": "^14.0.1"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down