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

chore: angular 19 #2612

Draft
wants to merge 1 commit into
base: release/12.0.0-next
Choose a base branch
from
Draft
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 .yarn/sdks/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript",
"version": "5.5.4-sdk",
"version": "5.6.3-sdk",
"main": "./lib/typescript.js",
"type": "commonjs",
"bin": {
Expand Down
34 changes: 17 additions & 17 deletions apps/chrome-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"dist/"
],
"devDependencies": {
"@angular-devkit/build-angular": "~18.2.0",
"@angular-devkit/schematics": "~18.2.0",
"@angular/cli": "~18.2.0",
"@angular/compiler": "~18.2.0",
"@angular/compiler-cli": "~18.2.0",
"@angular-devkit/build-angular": "~19.0.4",
"@angular-devkit/schematics": "~19.0.4",
"@angular/cli": "~19.0.4",
"@angular/compiler": "~19.0.4",
"@angular/compiler-cli": "~19.0.4",
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
"@nx/eslint-plugin": "~19.8.0",
"@nx/jest": "~19.8.0",
Expand All @@ -42,7 +42,7 @@
"@o3r/localization": "workspace:^",
"@o3r/logger": "workspace:^",
"@o3r/rules-engine": "workspace:^",
"@schematics/angular": "~18.2.0",
"@schematics/angular": "~19.0.4",
"@stylistic/eslint-plugin": "~2.7.0",
"@types/chrome": "^0.0.283",
"@types/jest": "~29.5.2",
Expand All @@ -69,27 +69,27 @@
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
"jest-junit": "~16.0.0",
"jest-preset-angular": "~14.2.0",
"jest-preset-angular": "~14.4.0",
"jsonc-eslint-parser": "~2.4.0",
"minimist": "^1.2.6",
"nx": "~19.8.0",
"rimraf": "^5.0.1",
"tsc-watch": "^6.0.4",
"typescript": "~5.5.4",
"typescript": "~5.6.2",
"typescript-eslint": "~8.18.0"
},
"dependencies": {
"@agnos-ui/angular-bootstrap": "~0.4.1",
"@agnos-ui/core-bootstrap": "~0.4.1",
"@amadeus-it-group/tansu": "~1.0.0",
"@angular/animations": "~18.2.0",
"@angular/common": "~18.2.0",
"@angular/core": "~18.2.0",
"@angular/forms": "~18.2.0",
"@angular/localize": "~18.2.0",
"@angular/platform-browser": "~18.2.0",
"@angular/platform-browser-dynamic": "~18.2.0",
"@angular/router": "~18.2.0",
"@angular/animations": "~19.0.4",
"@angular/common": "~19.0.4",
"@angular/core": "~19.0.4",
"@angular/forms": "~19.0.4",
"@angular/localize": "~19.0.4",
"@angular/platform-browser": "~19.0.4",
"@angular/platform-browser-dynamic": "~19.0.4",
"@angular/router": "~19.0.4",
"@design-factory/design-factory": "~18.1.0",
"@ng-bootstrap/ng-bootstrap": "^17.0.0",
"@ng-select/ng-select": "~13.9.0",
Expand All @@ -110,6 +110,6 @@
"rxjs": "^7.8.1",
"tinycolor2": "^1.6.0",
"tslib": "^2.6.2",
"zone.js": "~0.14.2"
"zone.js": "~0.15.0"
}
}
20 changes: 10 additions & 10 deletions apps/github-cascading-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
},
"devDependencies": {
"@actions/github": "^6.0.0",
"@angular-devkit/schematics": "~18.2.0",
"@angular/animations": "~18.2.0",
"@angular/common": "~18.2.0",
"@angular/compiler": "~18.2.0",
"@angular/compiler-cli": "~18.2.0",
"@angular/core": "~18.2.0",
"@angular/platform-browser": "~18.2.0",
"@angular/platform-browser-dynamic": "~18.2.0",
"@angular-devkit/schematics": "~19.0.4",
"@angular/animations": "~19.0.4",
"@angular/common": "~19.0.4",
"@angular/compiler": "~19.0.4",
"@angular/compiler-cli": "~19.0.4",
"@angular/core": "~19.0.4",
"@angular/platform-browser": "~19.0.4",
"@angular/platform-browser-dynamic": "~19.0.4",
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
"@nx/eslint": "~19.8.0",
"@nx/eslint-plugin": "~19.8.0",
Expand Down Expand Up @@ -69,9 +69,9 @@
"smee-client": "^2.0.0",
"ts-jest": "~29.2.0",
"tslib": "^2.6.2",
"typescript": "~5.5.4",
"typescript": "~5.6.2",
"typescript-eslint": "~8.18.0",
"zone.js": "~0.14.2"
"zone.js": "~0.15.0"
},
"engines": {
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
Expand Down
42 changes: 21 additions & 21 deletions apps/showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
"@ama-sdk/core": "workspace:^",
"@ama-sdk/schematics": "workspace:^",
"@amadeus-it-group/tansu": "~1.0.0",
"@angular/animations": "~18.2.0",
"@angular/cdk": "~18.2.0",
"@angular/common": "~18.2.0",
"@angular/compiler": "~18.2.0",
"@angular/core": "~18.2.0",
"@angular/forms": "~18.2.0",
"@angular/localize": "~18.2.0",
"@angular/platform-browser": "~18.2.0",
"@angular/platform-browser-dynamic": "~18.2.0",
"@angular/router": "~18.2.0",
"@angular/animations": "~19.0.4",
"@angular/cdk": "~19.0.3",
"@angular/common": "~19.0.4",
"@angular/compiler": "~19.0.4",
"@angular/core": "~19.0.4",
"@angular/forms": "~19.0.4",
"@angular/localize": "~19.0.4",
"@angular/platform-browser": "~19.0.4",
"@angular/platform-browser-dynamic": "~19.0.4",
"@angular/router": "~19.0.4",
"@design-factory/design-factory": "~18.1.0",
"@formatjs/intl-numberformat": "~8.15.0",
"@ng-bootstrap/ng-bootstrap": "^17.0.0",
Expand Down Expand Up @@ -76,7 +76,7 @@
"intl-messageformat": "~10.7.0",
"marked": "^12.0.0",
"monaco-editor": "~0.52.0",
"ngx-markdown": "^18.1.0",
"ngx-markdown": "^19.0.0",
"ngx-monaco-editor-v2": "^18.0.0",
"ngx-monaco-tree": "^18.1.0",
"pixelmatch": "^5.2.1",
Expand All @@ -86,16 +86,16 @@
"rxjs": "^7.8.1",
"sass-loader": "^14.0.0",
"tslib": "^2.6.2",
"zone.js": "~0.14.2"
"zone.js": "~0.15.0"
},
"devDependencies": {
"@amadeus-it-group/kassette": "^1.7.0",
"@angular-devkit/architect": "~0.1802.0",
"@angular-devkit/build-angular": "~18.2.0",
"@angular-devkit/core": "~18.2.0",
"@angular-devkit/schematics": "~18.2.0",
"@angular/cli": "~18.2.0",
"@angular/compiler-cli": "~18.2.0",
"@angular-devkit/architect": "~0.1900.4",
"@angular-devkit/build-angular": "~19.0.4",
"@angular-devkit/core": "~19.0.4",
"@angular-devkit/schematics": "~19.0.4",
"@angular/cli": "~19.0.4",
"@angular/compiler-cli": "~19.0.4",
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
"@nx/eslint-plugin": "~19.8.0",
"@o3r/build-helpers": "workspace:^",
Expand All @@ -105,7 +105,7 @@
"@o3r/schematics": "workspace:^",
"@o3r/testing": "workspace:^",
"@playwright/test": "~1.49.0",
"@schematics/angular": "~18.2.0",
"@schematics/angular": "~19.0.4",
"@stylistic/eslint-plugin": "~2.7.0",
"@types/bootstrap": "^5.2.10",
"@types/jest": "~29.5.2",
Expand All @@ -129,14 +129,14 @@
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
"jest-junit": "~16.0.0",
"jest-preset-angular": "~14.2.0",
"jest-preset-angular": "~14.4.0",
"jsonc-eslint-parser": "~2.4.0",
"lighthouse": "~12.2.0",
"minimist": "^1.2.6",
"playwright-lighthouse": "~4.0.0",
"rimraf": "^5.0.1",
"ts-jest": "~29.2.0",
"typescript": "~5.5.4",
"typescript": "~5.6.2",
"typescript-eslint": "~8.18.0",
"webpack": "~5.96.0"
}
Expand Down
3 changes: 2 additions & 1 deletion apps/showcase/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ import {
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.scss']
styleUrls: ['./app.component.scss'],
standalone: false
})
export class AppComponent {
public title = 'showcase';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ import {
styleUrl: './component-replacement.style.scss',
encapsulation: ViewEncapsulation.None,
changeDetection: ChangeDetectionStrategy.OnPush,
standalone: true,
imports: [
RouterModule,
InPageNavPresComponent,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ const CONFIG_OVERRIDE = {
@O3rComponent({ componentType: 'Page' })
@Component({
selector: 'o3r-configuration',
standalone: true,
imports: [
RouterModule,
ConfigurationPresComponent,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import {
@O3rComponent({ componentType: 'Page' })
@Component({
selector: 'o3r-design-token',
standalone: true,
imports: [
AsyncPipe,
DesignTokenPresComponent,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ import {
@O3rComponent({ componentType: 'Page' })
@Component({
selector: 'o3r-dynamic-content',
standalone: true,
imports: [
RouterModule,
DynamicContentModule,
Expand Down
1 change: 0 additions & 1 deletion apps/showcase/src/app/home/home.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import {
@O3rComponent({ componentType: 'Page' })
@Component({
selector: 'o3r-home',
standalone: true,
imports: [DynamicContentModule, MarkdownModule],
templateUrl: './home.template.html',
styleUrls: ['./home.style.scss'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import {
@O3rComponent({ componentType: 'Page' })
@Component({
selector: 'o3r-localization',
standalone: true,
imports: [
RouterModule,
LocalizationPresComponent,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ import {
@O3rComponent({ componentType: 'Page' })
@Component({
selector: 'o3r-placeholder-page',
standalone: true,
imports: [
PlaceholderPresComponent,
DynamicContentModule,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ import {
@O3rComponent({ componentType: 'Page' })
@Component({
selector: 'o3r-rules-engine',
standalone: true,
imports: [
RulesEnginePresComponent,
DynamicContentModule,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import {
@O3rComponent({ componentType: 'Page' })
@Component({
selector: 'o3r-run-app-locally',
standalone: true,
imports: [MarkdownModule],
templateUrl: './run-app-locally.template.html',
styleUrls: ['./run-app-locally.style.scss'],
Expand Down
1 change: 0 additions & 1 deletion apps/showcase/src/app/sdk/sdk.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import {
@O3rComponent({ componentType: 'Page' })
@Component({
selector: 'o3r-sdk',
standalone: true,
imports: [
RouterLink,
SdkPresComponent,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ const ONE_DAY_IN_MS = 24 * 60 * 60 * 1000;
@O3rComponent({ componentType: 'Component' })
@Component({
selector: 'o3r-basic-pres',
standalone: true,
imports: [ReactiveFormsModule, DatePickerInputPresComponent],
templateUrl: './basic-pres.template.html',
styleUrls: ['./basic-pres.style.scss'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ const ONE_DAY_IN_MS = 24 * 60 * 60 * 1000;
@O3rComponent({ componentType: 'ExposedComponent' })
@Component({
selector: 'o3r-component-replacement-pres',
standalone: true,
imports: [C11nModule, CommonModule, ReactiveFormsModule],
templateUrl: './component-replacement-pres.template.html',
styleUrl: './component-replacement-pres.style.scss',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ const ONE_DAY_IN_MS = 24 * 60 * 60 * 1000;
@O3rComponent({ componentType: 'ExposedComponent' })
@Component({
selector: 'o3r-configuration-pres',
standalone: true,
imports: [ReactiveFormsModule, DatePickerInputPresComponent, AsyncPipe],
templateUrl: './configuration-pres.template.html',
styleUrls: ['./configuration-pres.style.scss'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import {
@O3rComponent({ componentType: 'Component' })
@Component({
selector: 'o3r-design-token-pres',
standalone: true,
imports: [
AsyncPipe,
DatePickerInputPresComponent,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const ONE_DAY_IN_MS = 24 * 60 * 60 * 1000;
@O3rComponent({ componentType: 'Component' })
@Component({
selector: 'o3r-dynamic-content-pres',
standalone: true,
imports: [ReactiveFormsModule, DynamicContentModule, DatePickerInputPresComponent],
templateUrl: './dynamic-content-pres.template.html',
styleUrls: ['./dynamic-content-pres.style.scss'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ const ONE_DAY_IN_MS = 24 * 60 * 60 * 1000;
templateUrl: './localization-pres.template.html',
styleUrls: ['./localization-pres.style.scss'],
encapsulation: ViewEncapsulation.None,
standalone: true,
changeDetection: ChangeDetectionStrategy.OnPush,
imports: [
LocalizationModule, ReactiveFormsModule, DatePickerInputPresComponent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ const ONE_DAY_IN_MS = 24 * 60 * 60 * 1000;
@O3rComponent({ componentType: 'ExposedComponent' })
@Component({
selector: 'o3r-placeholder-pres',
standalone: true,
templateUrl: './placeholder-pres.template.html',
styleUrls: ['./placeholder-pres.style.scss'],
encapsulation: ViewEncapsulation.None,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ const ONE_DAY_IN_MS = 24 * 60 * 60 * 1000;
@O3rComponent({ componentType: 'ExposedComponent' })
@Component({
selector: 'o3r-rules-engine-pres',
standalone: true,
templateUrl: './rules-engine-pres.template.html',
styleUrls: ['./rules-engine-pres.style.scss'],
encapsulation: ViewEncapsulation.None,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ const FILTER_PAG_REGEX = /\D/g;
@O3rComponent({ componentType: 'Component' })
@Component({
selector: 'o3r-sdk-pres',
standalone: true,
imports: [
NgbHighlight,
FormsModule,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import {
@O3rComponent({ componentType: 'Component' })
@Component({
selector: 'o3r-clipboard-button-pres',
standalone: true,
imports: [
DfToastModule
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export class GetDayNumeralsPipe implements PipeTransform {
@O3rComponent({ componentType: 'ExposedComponent' })
@Component({
selector: 'o3r-date-picker-input-pres-new-design',
standalone: true,
imports: [
FormsModule,
GetDayNumeralsPipe,
Expand All @@ -71,7 +70,6 @@ export class GetDayNumeralsPipe implements PipeTransform {
},
{ provide: NgbCalendar, useClass: NgbCalendarHebrew },
{ provide: NgbDatepickerI18n, useClass: NgbDatepickerI18nHebrew }

],
encapsulation: ViewEncapsulation.None,
changeDetection: ChangeDetectionStrategy.OnPush
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import {
@O3rComponent({ componentType: 'ExposedComponent' })
@Component({
selector: 'o3r-date-picker-input-pres',
standalone: true,
imports: [FormsModule, CloseInputDatePickerDirective, NgbInputDatepicker, DfInputIconDirective],
templateUrl: './date-picker-input-pres.template.html',
styleUrls: ['./date-picker-input-pres.style.scss'],
Expand Down
Loading
Loading