-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #KN-982 feat: Angular migration to 16 (#155)
* Issue #KN-945 fix: updated the dev-dependencies to angular 14 * Issue #KN-945 feat: updated angular version from 14 to 15 * Issue #KN-945 docs: REDME udpated * Issue #KN-945 feat: ng script updated * Issue #KN-945 chore: circleci browser version updated * Issue #KN-945 feat: added audit steps in circleci * Issue #KN-945 fix: Build * Issue #KN-945 feat: added audit steps in circleci * Issue KN-945 docs: web component readme updated * Issue #KN-945 feat: updated the package version * Issue #KN-945 doc: README doc updated * ssue #KN-945 doc: README doc updated * Issue #KN-982 feat: Updated the eslint versions * Issue #KN-982 feat: Angular version migration to 16 * Issue #KN-982 feat: update the dependecies * Issue #KN-982 feat: migration changes * Issue #KN-982 feat: migration changes * Issue #KN-982 chore: Updated the build steps * Issue #KN-982 chore: Node module dependecy build fix
- Loading branch information
1 parent
efdf934
commit 42bb70e
Showing
24 changed files
with
8,880 additions
and
22,790 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,27 @@ | ||
version: 2.1 | ||
orbs: | ||
browser-tools: circleci/[email protected] | ||
jobs: | ||
build: | ||
working_directory: ~/sunbird-video-player | ||
docker: | ||
- image: circleci/node:16.13.1-browsers | ||
- image: cimg/node:20.4.0-browsers | ||
steps: | ||
- browser-tools/install-chrome | ||
- browser-tools/install-chromedriver | ||
- run: | ||
command: | | ||
google-chrome --version | ||
chromedriver --version | ||
name: Check install | ||
- checkout: | ||
path: ~/sunbird-video-player | ||
- run: | ||
name: Show current branch | ||
command: echo ${CIRCLE_BRANCH} | ||
- run: | ||
name: Install dependecies and audit for critical | ||
command: cd projects/sunbird-video-player && npm install --no-progress --legacy-peer-deps && npx audit-ci@^6 --config ./audit-ci.jsonc | ||
command: cd projects/sunbird-video-player && npm install --no-progress --legacy-peer-deps && npx audit-ci@^6 --config ./audit-ci.jsonc && rm -rf node_modules | ||
- run: | ||
name: ng lint | ||
command: cd ~/sunbird-video-player && npm install --no-progress --legacy-peer-deps && npm run lint | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.