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 #KN-982 feat: Angular migration to 17 #158

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
8d446d8
Issue #KN-945 fix: updated the dev-dependencies to angular 14
HarishGangula Nov 21, 2023
ef25880
Merge remote-tracking branch 'upstream/release-5.9.0' into release-5.5.0
HarishGangula Nov 21, 2023
4f90272
Issue #KN-945 feat: updated angular version from 14 to 15
HarishGangula Nov 21, 2023
8570338
Issue #KN-945 docs: REDME udpated
HarishGangula Nov 21, 2023
c8e6992
Issue #KN-945 feat: ng script updated
HarishGangula Nov 21, 2023
7d9a7bd
Issue #KN-945 chore: circleci browser version updated
HarishGangula Nov 21, 2023
4636d64
Issue #KN-945 feat: added audit steps in circleci
HarishGangula Nov 21, 2023
433c14d
Issue #KN-945 fix: Build
HarishGangula Nov 21, 2023
c9e01d0
Issue #KN-945 feat: added audit steps in circleci
HarishGangula Nov 21, 2023
8bf77ba
Issue KN-945 docs: web component readme updated
HarishGangula Nov 21, 2023
6f3f770
Issue #KN-945 feat: updated the package version
HarishGangula Nov 23, 2023
39871de
Issue #KN-945 doc: README doc updated
HarishGangula Nov 29, 2023
a2d3954
ssue #KN-945 doc: README doc updated
HarishGangula Nov 29, 2023
cf33c7b
Merge remote-tracking branch 'upstream/release-6.0.0' into release-5.5.0
HarishGangula Nov 29, 2023
66abf40
Merge remote-tracking branch 'upstream/release-6.0.0' into release-5.5.0
HarishGangula Feb 9, 2024
9da520f
Issue #KN-982 feat: Updated the eslint versions
HarishGangula Mar 19, 2024
a8d6e8b
Issue #KN-982 feat: Angular version migration to 16
HarishGangula Mar 19, 2024
76d852e
Issue #KN-982 feat: update the dependecies
HarishGangula Mar 19, 2024
37face6
Issue #KN-982 feat: migration changes
HarishGangula Mar 21, 2024
527804a
Issue #KN-982 feat: migration changes
HarishGangula Mar 22, 2024
83ad65b
Issue #KN-982 chore: Updated the build steps
HarishGangula Mar 22, 2024
de57bbf
Issue #KN-982 chore: Node module dependecy build fix
HarishGangula Mar 22, 2024
d4ac390
Issue #KN-982 feat: package version changes
HarishGangula Mar 22, 2024
db67351
Merge remote-tracking branch 'upstream/release-6.1.0' into release-5.5.0
HarishGangula Mar 22, 2024
de7f133
Issue #KN-982 fix: Merge fixes
HarishGangula Mar 22, 2024
82cbbe9
Issue #KN-982 feat: package version changes
HarishGangula Mar 22, 2024
6056458
Issue #KN-982 feat: Angular 16 package versions updated
HarishGangula Mar 25, 2024
f182c01
Merge remote-tracking branch 'upstream/release-6.1.0' into release-5.5.0
HarishGangula Mar 25, 2024
3c3a52a
Issue #KN-982 feat: ESlint packages version updated for angular 17 m…
HarishGangula Mar 25, 2024
4cf0cef
Merge remote-tracking branch 'upstream/release-6.1.0' into release-5.5.0
HarishGangula Mar 25, 2024
46adf81
Issue #KN-982 feat: Angular migration to 17
HarishGangula Mar 25, 2024
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
14 changes: 7 additions & 7 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,19 +94,19 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "sunbird-video-player-app:build",
"proxyConfig": "proxy.conf.json"
"proxyConfig": "proxy.conf.json",
"buildTarget": "sunbird-video-player-app:build"
},
"configurations": {
"production": {
"browserTarget": "sunbird-video-player-app:build:production"
"buildTarget": "sunbird-video-player-app:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "sunbird-video-player-app:build"
"buildTarget": "sunbird-video-player-app:build"
}
},
"test": {
Expand Down Expand Up @@ -265,18 +265,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "video-player-wc:build"
"buildTarget": "video-player-wc:build"
},
"configurations": {
"production": {
"browserTarget": "video-player-wc:build:production"
"buildTarget": "video-player-wc:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "video-player-wc:build"
"buildTarget": "video-player-wc:build"
}
},
"test": {
Expand Down
Loading
Loading