Skip to content

fix(QB): Update query-builder-request-sample.component.ts (#3681) #3682

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

Merged
merged 30 commits into from
Jun 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
444ce39
fix(QB): Update query-builder-request-sample.component.ts (#3681)
gedinakova May 16, 2025
bb6cbb3
Merge branch 'master' into vnext
gedinakova May 16, 2025
615c866
chore(*): ng update @angular/cli @angular/core @angular/material
damyanpetev Jun 4, 2025
318ef94
chore(*): ng update @angular-eslint/schematics@prerelease-v20
damyanpetev Jun 4, 2025
32c7d11
chore(extras): update igniteui-angular peer dep override
damyanpetev Jun 4, 2025
bc4f5de
chore(*): ng update igniteui-angular --next --force
damyanpetev Jun 4, 2025
aeed82d
fix(*): incorrect imports
damyanpetev Jun 4, 2025
5f83b61
refactor(action-strip): remove hidden after default change
damyanpetev Jun 4, 2025
25c2463
chore(ng-bootstrap): temp disable ng-bootstrap sample due to v20 comp…
damyanpetev Jun 4, 2025
290e3d5
chore(*): update more overrides
damyanpetev Jun 4, 2025
5a193a4
chore(ng-bootstrap): update to 19rc and revert temp disable
damyanpetev Jun 5, 2025
96ae485
chore(deps): update angular-in-memory-web-api
damyanpetev Jun 5, 2025
5603085
chore(deps): update igniteui-webcomponents
damyanpetev Jun 5, 2025
dee2545
ci(crm,lob): update node versions
damyanpetev Jun 5, 2025
0171fd8
chore(deps): ng update angular packages for migration bug
damyanpetev Jun 5, 2025
9d1f157
refactor(*): re-run ng generate @angular/core:control-flow
damyanpetev Jun 5, 2025
e9ed976
refactor(app): ng generate @angular/core:inject migration
damyanpetev Jun 5, 2025
04fd076
refactor(crm): ng generate @angular/core:inject migration
damyanpetev Jun 5, 2025
7100ab7
refactor(lob): ng generate @angular/core:inject migration
damyanpetev Jun 5, 2025
c8d3ec0
build(live-edit): bump ts-node config
damyanpetev Jun 5, 2025
7cd9a4e
build(live-edit): fix ts-node compiler options after update
damyanpetev Jun 5, 2025
03fd7bb
chore(deps): update igniteui-live-editing
damyanpetev Jun 5, 2025
f699421
Merge pull request #3685 from IgniteUI/v20-update
Lipata Jun 5, 2025
891c7a4
chore(extras): add override for licensed package as well
damyanpetev Jun 5, 2025
df0eeff
Merge pull request #3687 from IgniteUI/dpetev/v20-extras-override
Lipata Jun 5, 2025
39b58d7
chore(extras): revert add override for licensed package as well
damyanpetev Jun 5, 2025
ed35e7d
chore(extras): update overrides
damyanpetev Jun 5, 2025
77f80c1
Merge branch 'vnext' into dpetev/extras-override-fix
Lipata Jun 5, 2025
8559397
Merge pull request #3688 from IgniteUI/dpetev/extras-override-fix
Lipata Jun 5, 2025
e96eebf
chore: update to official 20 (#3689)
Lipata Jun 6, 2025
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 .github/workflows/build-app-crm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [20.x, 22.x]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-app-lob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [20.x, 22.x]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
48 changes: 34 additions & 14 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:application",
"builder": "@angular/build:application",
"options": {
"outputPath": {
"base": "dist/app"
Expand Down Expand Up @@ -64,7 +64,7 @@
}
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"builder": "@angular/build:dev-server",
"options": {
"buildTarget": "my-app:build"
},
Expand All @@ -75,13 +75,13 @@
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"builder": "@angular/build:extract-i18n",
"options": {
"buildTarget": "my-app:build"
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"builder": "@angular/build:karma",
"options": {
"main": "src/test.ts",
"karmaConfig": "./karma.conf.js",
Expand Down Expand Up @@ -125,7 +125,7 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:application",
"builder": "@angular/build:application",
"options": {
"outputPath": {
"base": "dist/app-lob"
Expand Down Expand Up @@ -190,7 +190,7 @@
}
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"builder": "@angular/build:dev-server",
"options": {
"buildTarget": "app-lob:build"
},
Expand All @@ -201,13 +201,13 @@
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"builder": "@angular/build:extract-i18n",
"options": {
"buildTarget": "app-lob:build"
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"builder": "@angular/build:karma",
"options": {
"main": "projects/app-lob/src/test.ts",
"polyfills": "projects/app-lob/src/polyfills.ts",
Expand Down Expand Up @@ -251,7 +251,7 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:application",
"builder": "@angular/build:application",
"options": {
"outputPath": {
"base": "dist/app-crm"
Expand Down Expand Up @@ -315,7 +315,7 @@
}
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"builder": "@angular/build:dev-server",
"options": {
"buildTarget": "app-crm:build"
},
Expand All @@ -326,13 +326,13 @@
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"builder": "@angular/build:extract-i18n",
"options": {
"buildTarget": "app-crm:build"
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"builder": "@angular/build:karma",
"options": {
"main": "projects/app-crm/src/test.ts",
"polyfills": "projects/app-crm/src/polyfills.ts",
Expand Down Expand Up @@ -368,10 +368,30 @@
"schematics": {
"@schematics/angular:component": {
"prefix": "app",
"style": "scss"
"style": "scss",
"type": "component"
},
"@schematics/angular:directive": {
"prefix": "app"
"prefix": "app",
"type": "directive"
},
"@schematics/angular:service": {
"type": "service"
},
"@schematics/angular:guard": {
"typeSeparator": "."
},
"@schematics/angular:interceptor": {
"typeSeparator": "."
},
"@schematics/angular:module": {
"typeSeparator": "."
},
"@schematics/angular:pipe": {
"typeSeparator": "."
},
"@schematics/angular:resolver": {
"typeSeparator": "."
}
},
"cli": {
Expand Down
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ require('ts-node').register({
transpileOnly: true,
compilerOptions: {
module: "commonjs",
moduleResolution: "node",
allowJs: true
}
});
Expand Down
Loading
Loading