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

Issue #ED-2427 fix: client service version, node 18 update and remove… #234

Open
wants to merge 5 commits into
base: release-5.3.0_v13
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- yarn-packages-{{ checksum "yarn.lock" }}
- run:
name: Install Dependencies
command: yarn install --immutable
command: yarn install --immutable --ignore-engines
- save_cache:
name: Save Yarn Package Cache
key: yarn-packages-{{ checksum "yarn.lock" }}
Expand Down
3 changes: 3 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"cli": {
"analytics": "590cacd5-85b1-4f6a-a828-3636b854e149"
},
"version": 1,
"newProjectRoot": "projects",
"projects": {
Expand Down
4,860 changes: 2,443 additions & 2,417 deletions package-lock.json

Large diffs are not rendered by default.

87 changes: 43 additions & 44 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,52 +17,51 @@
"postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points"
},
"dependencies": {
"@angular/animations": "^13.4.0",
"@angular/common": "^13.4.0",
"@angular/compiler": "^13.4.0",
"@angular/core": "^13.4.0",
"@angular/forms": "^13.4.0",
"@angular/platform-browser": "^13.4.0",
"@angular/platform-browser-dynamic": "^13.4.0",
"@angular/router": "^13.4.0",
"copyfiles": "^2.4.1",
"core-js": "^2.5.4",
"dayjs": "^1.10.4",
"@angular/animations": "13.4.0",
"@angular/common": "13.4.0",
"@angular/compiler": "13.4.0",
"@angular/core": "13.4.0",
"@angular/forms": "13.4.0",
"@angular/platform-browser": "13.4.0",
"@angular/platform-browser-dynamic": "13.4.0",
"@angular/router": "13.4.0",
"copyfiles": "2.4.1",
"core-js": "2.5.4",
"dayjs": "1.10.4",
"ngx-chips": "2.2.2",
"ngx-infinite-scroll": "^13.1.0",
"nodemon": "^2.0.7",
"rxjs": "~6.6.7",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
"ngx-infinite-scroll": "13.1.0",
"nodemon": "2.0.7",
"rxjs": "6.6.7",
"tslib": "2.5.1",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.3.11",
"@angular/cli": "^13.3.11",
"@angular/compiler-cli": "^13.4.0",
"@angular/language-service": "^13.4.0",
"@project-sunbird/client-services": "6.0.1",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/jest": "^26.0.22",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"compodoc": "^0.0.41",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"jest": "^26.6.3",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"lodash-es": "^4.17.20",
"ng-packagr": "^13.3.1",
"ngx-chips": "2.2.0",
"protractor": "~7.0.0",
"ts-jest": "^26.5.4",
"ts-node": "~7.0.0",
"tslint": "~6.1.0",
"typescript": "~4.6.4"
"@angular-devkit/build-angular": "13.3.11",
"@angular/cli": "13.3.11",
"@angular/compiler-cli": "13.4.0",
"@angular/language-service": "13.4.0",
"@project-sunbird/client-services": "7.0.6",
"@types/jasmine": "3.6.0",
"@types/jasminewd2": "2.0.3",
"@types/jest": "26.0.22",
"@types/node": "12.11.1",
"codelyzer": "6.0.0",
"compodoc": "0.0.41",
"jasmine-core": "3.6.0",
"jasmine-spec-reporter": "5.0.0",
"jest": "26.6.3",
"karma": "6.4.2",
"karma-chrome-launcher": "3.1.0",
"karma-coverage-istanbul-reporter": "3.0.2",
"karma-jasmine": "4.0.0",
"karma-jasmine-html-reporter": "1.5.0",
"lodash-es": "4.17.20",
"ng-packagr": "13.3.1",
"protractor": "7.0.0",
"ts-jest": "26.5.4",
"ts-node": "7.0.0",
"tslint": "6.1.0",
"typescript": "4.6.4"
},
"description": "Sunbird discussions ui library",
"repository": {
Expand Down Expand Up @@ -119,4 +118,4 @@
],
"transformIgnorePatterns": []
}
}
}
13 changes: 13 additions & 0 deletions projects/discussion-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions projects/discussion-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@
},
"homepage": "https://github.com/Sunbird-Ed/discussions-UI.git#readme",
"peerDependencies": {
"@angular/common": "^13.4.0",
"@angular/core": "^13.4.0",
"@project-sunbird/client-services": "5.1.2",
"lodash-es": "^4.17.20",
"ngx-chips": ">=2.2.0",
"ngx-infinite-scroll": ">=8.0.2"
"@angular/common": "13.4.0",
"@angular/core": "13.4.0",
"@project-sunbird/client-services": "7.0.6",
"lodash-es": "4.17.21",
"ngx-chips": ">=2.2.2",
"ngx-infinite-scroll": "13.1.0"
},
"description": "This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.2.0.",
"description": "This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.4.0.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Vinu Kumar",
"dependencies": {
"tslib": "^2.0.0"
"tslib": "2.5.1"
},
"license": "ISC"
}
2 changes: 1 addition & 1 deletion projects/discussion-ui/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"outDir": "../../out-tsc/lib",
"target": "es2015",
"declarationMap": true,
"module": "es2015",
"module": "es2020",
"moduleResolution": "node",
"resolveJsonModule": true,
"esModuleInterop": true,
Expand Down
8 changes: 8 additions & 0 deletions projects/discussion-ui/yarn.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


tslib@2.5.1:
version "2.5.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.1.tgz#f2ad78c367857d54e49a0ef9def68737e1a67b21"
integrity sha512-KaI6gPil5m9vF7DKaoXxx1ia9fxS4qG5YveErRRVknPDXXriu5M8h48YRjB6h5ZUOKuAKlSJYb0GaDe8I39fRw==
Loading