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

Merged
merged 1 commit into from
Jan 15, 2025
Merged
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
42 changes: 21 additions & 21 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.0",
"@angular-devkit/schematics": "~19.0.0",
"@angular/cli": "~19.0.0",
"@angular/compiler": "~19.0.0",
"@angular/compiler-cli": "~19.0.0",
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
"@nx/eslint-plugin": "~19.8.0",
"@nx/jest": "~19.8.0",
Expand All @@ -42,15 +42,15 @@
"@o3r/localization": "workspace:^",
"@o3r/logger": "workspace:^",
"@o3r/rules-engine": "workspace:^",
"@schematics/angular": "~18.2.0",
"@schematics/angular": "~19.0.0",
"@stylistic/eslint-plugin": "~2.7.0",
"@types/chrome": "^0.0.283",
"@types/jest": "~29.5.2",
"@types/tinycolor2": "^1.4.6",
"@typescript-eslint/parser": "~8.18.0",
"angular-eslint": "~18.4.0",
"angular-eslint": "~19.0.0",
"archiver": "^7.0.0",
"chokidar": "^3.5.2",
"chokidar": "^4.0.3",
"chrome-webstore-upload": "^3.0.0",
"concurrently": "^9.1.0",
"cpy-cli": "^5.0.0",
Expand All @@ -69,32 +69,32 @@
"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": "^6.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.0",
"@angular/common": "~19.0.0",
"@angular/core": "~19.0.0",
"@angular/forms": "~19.0.0",
"@angular/localize": "~19.0.0",
"@angular/platform-browser": "~19.0.0",
"@angular/platform-browser-dynamic": "~19.0.0",
"@angular/router": "~19.0.0",
"@design-factory/design-factory": "~18.1.0",
"@ng-bootstrap/ng-bootstrap": "^17.0.0",
"@ng-select/ng-select": "~13.9.0",
"@ngrx/entity": "~18.0.0",
"@ngrx/store": "~18.0.0",
"@ngrx/entity": "~19.0.0",
"@ngrx/store": "~19.0.0",
"@o3r/application": "workspace:^",
"@o3r/components": "workspace:^",
"@o3r/configuration": "workspace:^",
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"
}
}
24 changes: 12 additions & 12 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.0",
"@angular/animations": "~19.0.0",
"@angular/common": "~19.0.0",
"@angular/compiler": "~19.0.0",
"@angular/compiler-cli": "~19.0.0",
"@angular/core": "~19.0.0",
"@angular/platform-browser": "~19.0.0",
"@angular/platform-browser-dynamic": "~19.0.0",
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
"@nx/eslint": "~19.8.0",
"@nx/eslint-plugin": "~19.8.0",
Expand All @@ -45,7 +45,7 @@
"@types/node": "^20.0.0",
"@types/semver": "^7.3.13",
"@typescript-eslint/parser": "~8.18.0",
"angular-eslint": "~18.4.0",
"angular-eslint": "~19.0.0",
"cpy-cli": "^5.0.0",
"ejs": "^3.1.9",
"eslint": "~9.17.0",
Expand All @@ -67,11 +67,11 @@
"nx": "~19.8.0",
"rxjs": "^7.8.1",
"smee-client": "^2.0.0",
"ts-jest": "~29.2.0",
"ts-jest": "~29.2.5",
"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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 27 additions & 27 deletions apps/showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,24 +31,24 @@
"@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.0",
"@angular/cdk": "~19.0.0",
"@angular/common": "~19.0.0",
"@angular/compiler": "~19.0.0",
"@angular/core": "~19.0.0",
"@angular/forms": "~19.0.0",
"@angular/localize": "~19.0.0",
"@angular/platform-browser": "~19.0.0",
"@angular/platform-browser-dynamic": "~19.0.0",
"@angular/router": "~19.0.0",
"@design-factory/design-factory": "~18.1.0",
"@formatjs/intl-numberformat": "~8.15.0",
"@ng-bootstrap/ng-bootstrap": "^17.0.0",
"@ng-select/ng-select": "~13.9.0",
"@ngrx/effects": "~18.0.0",
"@ngrx/entity": "~18.0.0",
"@ngrx/store": "~18.0.0",
"@ngrx/store-devtools": "~18.0.0",
"@ngrx/effects": "~19.0.0",
"@ngrx/entity": "~19.0.0",
"@ngrx/store": "~19.0.0",
"@ngrx/store-devtools": "~19.0.0",
"@ngx-translate/core": "~15.0.0",
"@nx/jest": "~19.8.0",
"@o3r-training/showcase-sdk": "workspace:^",
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": "^6.0.0",
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.0",
"@angular-devkit/build-angular": "~19.0.0",
"@angular-devkit/core": "~19.0.0",
"@angular-devkit/schematics": "~19.0.0",
"@angular/cli": "~19.0.0",
"@angular/compiler-cli": "~19.0.0",
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
"@nx/eslint-plugin": "~19.8.0",
"@o3r/build-helpers": "workspace:^",
Expand All @@ -105,14 +105,14 @@
"@o3r/schematics": "workspace:^",
"@o3r/testing": "workspace:^",
"@playwright/test": "~1.49.0",
"@schematics/angular": "~18.2.0",
"@schematics/angular": "~19.0.0",
"@stylistic/eslint-plugin": "~2.7.0",
"@types/bootstrap": "^5.2.10",
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@typescript-eslint/parser": "~8.18.0",
"@webcontainer/api": "~1.5.0",
"angular-eslint": "~18.4.0",
"angular-eslint": "~19.0.0",
"concurrently": "^9.1.0",
"eslint": "~9.17.0",
"eslint-import-resolver-node": "^0.3.9",
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": "^6.0.1",
"ts-jest": "~29.2.0",
"typescript": "~5.5.4",
"ts-jest": "~29.2.5",
"typescript": "~5.6.2",
"typescript-eslint": "~8.18.0",
"webpack": "~5.96.0"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/showcase/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
{
"type": "initial",
"maximumWarning": "2.5mb",
"maximumError": "2.5mb"
"maximumError": "2.6mb"
},
{
"type": "anyComponentStyle",
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
Loading
Loading