Skip to content

Commit 02ee5c1

Browse files
kdinevgeorgianastasovrandriovaMayaKirovaMKirova
authored
chore(*): updating to angular 15 (#12228)
* chore(*): updating angular/core and cli deps * chore(*): updating other deps * chore(*): updating typescript * chore(*): fixing package version * chore(deps): removing ^ from typedoc version * chore(*): fixing indentation in dd tests * chore(*): updating dependencies * chore(*): updating tests.ts * chore(*): updating dependencies * fix(excel-exporter): export correct number of rows#12086 (#12121) * fix(excel-exporter): export correct number of rows#12086 * fix(excel-exporter): fix total rowCount with multi col headers#12086 * fix(excel-exporter): fix spacing#12086 * fix(i18n): Updating Grid localization for all languages - 14.1.x * fix(igxGrid): Fix end edit with Enter when trigger is blur by moving it to more common place. (#12101) Co-authored-by: MKirova <MKirova@DEV-MKIROVA> Co-authored-by: Deyan Kamburov <[email protected]> * fix(radio): focus nativeElement (#12151) * chore(*): updating dependencies * Select falsy values via ngModel - 14.1.x (#12096) * test(simple-combo): should select falsy values with "writeValue" method * fix(simple-combo): select falsy values with "writeValue" method * refactor(simple-combo): use 'const' for hasSelection variable * test(selectionService): should add items with falsy itemID except undefined * fix(selectionService): add items with falsy itemID except undefined * test(combos): should select falsy values except "undefined" * fix(combos): select falsy values except "undefined" * fix(combos): display and select "null" in dropdown * test(selectionService): removing an outdated test * fix(selectionService): removing throw error check * fix(combos): additional checks for nullish values * chore(combos): add comment for template check * chore(remoteNWindService): remove debugger * test(combos): should remove undefined from array of primitive data * fix(combos): remove undefined from array of primitive data * fix(combos): remove undefined in data setter * fix(simple-combo): show all items in dropdown * chore(combo-pipes): add comment for grouping pipe * test(simple-combo): should not select null, undefined, '' in template form * fix(simple-combo): not select null, undefined, '' in template form * fix(simple-combo): not select null, undefined, '' in reactive form * fix(simple-combo): not select null, undefined, '' from dropdown in reactive form Co-authored-by: Teodosia Hristodorova <[email protected]> * chore(cypress): migrating to cypress 10 * chore(*): fixing tests configure-suite * chore(*): fixing the typedoc tsconfig * chore(*): updating dependencies * chore(*): updating @angular/core @angular/cli * chore(*): reverting jasmine and jasmine-core ver * test(d&d): fixing async tests * chore(d&d): removing fdescribe * chore(*): fixing grid and d&d tests * chore(*): fingers crossed this fixes EVERYTHING * chore(*): waitForAsync not imported * test(hgrid): fixing global failure for tests * test(migrations): fixing tsUtils typing * test(migrations): fixing bufferencoding typing * chore(*): two hands fingers crossed... * chore(*): getting rid of jasmine-spec-tags * chore(*): adding node 18.x to execution matrix * ci(azure-pipelines): changing karma conf * test(hgrid): optimizing hgrid selection tests * chore(*): removing fdescribe * chore(*): increasing jasmine timeout again * chore(*): updating types versions * test(perf): disabling performance tests * chore(*): updating to angular 15 rc0 * chore(*): adding a temporary --force on ci * chore(ci): changing to npm install for force * chore(*): updating the browserlist * test(checkbox, switch, radio): reworking disabled * chore(*): updating @angular/cli to 15 rc2 * chore(*): updating @angular/core to 15 RC2 * chore(*): updating dependencies * chore(*): reverting theming package version * chore(*): updating @angular/cli to 15 RC3 * chore(*): updating @angular/core to 15 RC3 * chore(schematics): update package.json & @igniteui/angular-schematics * chore(*): updating lock file * chore(*): updating @angular/core and cli to 15 rc4 * chore(*): updating more deps * chore(*): Revert "test(checkbox, switch, radio): reworking disabled" b3c88e2 * test(checkbox, switch, radio): bring back the test fixes from the revert * chore(migrations): add root which is required in the new angular.json schema * chore(*): ng update @angular/[email protected] * chore(*): ng update @angular/[email protected] * chore(*): update product package.json * chore(*): updating @angular-eslint Co-authored-by: Georgi Anastasov <[email protected]> Co-authored-by: Rumyana Andriova <[email protected]> Co-authored-by: Maya <[email protected]> Co-authored-by: MKirova <MKirova@DEV-MKIROVA> Co-authored-by: Deyan Kamburov <[email protected]> Co-authored-by: Zdravko Kolev <[email protected]> Co-authored-by: Silvia Ivanova <[email protected]> Co-authored-by: Riva Ivanova <[email protected]> Co-authored-by: Teodosia Hristodorova <[email protected]> Co-authored-by: lipata <[email protected]> Co-authored-by: Deyan Kamburov <[email protected]>
1 parent 67c887d commit 02ee5c1

File tree

41 files changed

+3224
-4077
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+3224
-4077
lines changed

.browserslistrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
# You can see what browsers were selected by your queries by running:
66
# npx browserslist
77

8-
> 0.5%
9-
last 2 versions
108
Firefox ESR
9+
not last 2 versions
10+
not > 0.5%
1111
not ie <= 11
1212
not dead
1313

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
2929
- name: Install packages
30-
run: npm ci
30+
run: npm install --force
3131
- name: Lint Lib
3232
run: npm run lint:lib
3333
env:

0 commit comments

Comments
 (0)