Skip to content

Commit

Permalink
compare and update configuration files with angular 19 defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
k-genov committed Nov 25, 2024
1 parent 817e106 commit 3b0e986
Show file tree
Hide file tree
Showing 14 changed files with 36 additions and 17 deletions.
8 changes: 4 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kB",
"maximumError": "4kB"
"maximumWarning": "4kB",
"maximumError": "8kB"
}
],
"outputHashing": "all"
Expand Down Expand Up @@ -303,8 +303,8 @@
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kB",
"maximumError": "4kB"
"maximumWarning": "4kB",
"maximumError": "8kB"
}
],
"outputHashing": "all"
Expand Down
2 changes: 2 additions & 0 deletions apps/components/tsconfig.app.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
{
"extends": "../../tsconfig.json",
"compilerOptions": {
Expand Down
10 changes: 5 additions & 5 deletions projects/scion/components.internal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scion/components.internal",
"version": "18.0.1",
"version": "19.0.0",
"description": "Provides a collection of Angular components designed exclusively for use in SCION library projects. Note that this module is private to SCION and not public API. DO NOT USE THIS MODULE IN YOUR PROJECT AS IT IS NOT GUARANTEED TO BE STABLE AND MAY CHANGE WITHOUT NOTICE.",
"license": "EPL-2.0",
"private": false,
Expand All @@ -23,10 +23,10 @@
"tslib": "^2.5.0"
},
"peerDependencies": {
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/cdk": "^18.0.0",
"@scion/components": "^18.0.1",
"@angular/common": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/cdk": "^19.0.0",
"@scion/components": "^19.0.0",
"@scion/toolkit": "^1.5.0",
"rxjs": "^7.8.0"
},
Expand Down
2 changes: 2 additions & 0 deletions projects/scion/components.internal/tsconfig.lib.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
{
"extends": "../../../tsconfig.json",
"compilerOptions": {
Expand Down
2 changes: 2 additions & 0 deletions projects/scion/components.internal/tsconfig.lib.prod.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
{
"extends": "./tsconfig.lib.json",
"compilerOptions": {
Expand Down
2 changes: 2 additions & 0 deletions projects/scion/components.internal/tsconfig.spec.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
{
"extends": "../../../tsconfig.json",
"compilerOptions": {
Expand Down
8 changes: 4 additions & 4 deletions projects/scion/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scion/components",
"version": "18.1.1",
"version": "19.0.0",
"description": "Provides a collection of Angular components and directives primarily for use in SCION libraries such as `@scion/workbench` and `@scion/microfrontend-platform`. This library is not a comprehensive component library as its focus is on SCION requirements.",
"license": "EPL-2.0",
"private": false,
Expand Down Expand Up @@ -29,9 +29,9 @@
"tslib": "^2.5.0"
},
"peerDependencies": {
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/cdk": "^18.0.0",
"@angular/common": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/cdk": "^19.0.0",
"@scion/toolkit": "^1.6.0",
"rxjs": "^7.8.0"
},
Expand Down
2 changes: 2 additions & 0 deletions projects/scion/components/tsconfig.lib.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
{
"extends": "../../../tsconfig.json",
"compilerOptions": {
Expand Down
2 changes: 2 additions & 0 deletions projects/scion/components/tsconfig.lib.prod.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
{
"extends": "./tsconfig.lib.json",
"compilerOptions": {
Expand Down
2 changes: 2 additions & 0 deletions projects/scion/components/tsconfig.spec.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
{
"extends": "../../../tsconfig.json",
"compilerOptions": {
Expand Down
2 changes: 2 additions & 0 deletions projects/scion/toolkit/tsconfig.lib.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
{
"extends": "../../../tsconfig.json",
"compilerOptions": {
Expand Down
2 changes: 2 additions & 0 deletions projects/scion/toolkit/tsconfig.lib.prod.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
{
"extends": "./tsconfig.lib.json",
"compilerOptions": {
Expand Down
2 changes: 2 additions & 0 deletions projects/scion/toolkit/tsconfig.spec.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
{
"extends": "../../../tsconfig.json",
"compilerOptions": {
Expand Down
7 changes: 3 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* To learn more about this file see: https://angular.io/config/tsconfig. */
/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
{
"compileOnSave": false,
"compilerOptions": {
Expand All @@ -9,16 +10,14 @@
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"skipLibCheck": true,
"isolatedModules": true,
"esModuleInterop": true,
"sourceMap": true,
"declaration": false,
"experimentalDecorators": true,
"moduleResolution": "bundler",
"importHelpers": true,
"target": "ES2022",
"module": "ES2022",
"noUnusedLocals": true,
"useDefineForClassFields": false,
"lib": [
"ES2022",
"dom"
Expand Down

0 comments on commit 3b0e986

Please sign in to comment.