Skip to content

Commit

Permalink
Updated packages to V15
Browse files Browse the repository at this point in the history
  • Loading branch information
JlaTyHu committed Feb 14, 2024
1 parent 5dc66de commit 1808bd6
Show file tree
Hide file tree
Showing 92 changed files with 161 additions and 254 deletions.
3 changes: 3 additions & 0 deletions Services/ngx-utils-demo/projects/animations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ Run `ng test animations` to execute the unit tests via [Karma](https://karma-run

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).

## Release v15.0.0
Converted project to Angular v15

## Release v14.0.0
Converted project to Angular v14

Expand Down
4 changes: 2 additions & 2 deletions Services/ngx-utils-demo/projects/animations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renet-consulting/animations",
"version": "14.0.2",
"version": "15.0.0",
"author": "Michael Vasyliv",
"license": "MIT",
"private": false,
Expand All @@ -17,6 +17,6 @@
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/animations": "^14.0.0"
"@angular/animations": "^15.0.0"
}
}
6 changes: 0 additions & 6 deletions Services/ngx-utils-demo/projects/animations/src/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,10 @@ import {
platformBrowserDynamicTesting
} from '@angular/platform-browser-dynamic/testing';

declare const require: any;

// First, initialize the Angular testing environment.
getTestBed().initTestEnvironment(
BrowserDynamicTestingModule,
platformBrowserDynamicTesting(), {
teardown: { destroyAfterEach: false }
}
);
// Then we find all the tests.
const context = require.context('./', true, /\.spec\.ts$/);
// And load the modules.
context.keys().map(context);
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"compilerOptions": {
"outDir": "../../out-tsc/lib",
"declarationMap": true,
"target": "es2020",
"declaration": true,
"inlineSources": true,
"types": [],
Expand Down
3 changes: 3 additions & 0 deletions Services/ngx-utils-demo/projects/auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

This library provides utils to auth for [Angular](http://angular.io) && [OpenID Connect/OAuth2](https://github.com/aspnet-contrib/AspNet.Security.OpenIdConnect.Server).

## Release v15.0.0
Converted project to Angular v15

## Release v14.0.0
Converted project to Angular v14

Expand Down
10 changes: 5 additions & 5 deletions Services/ngx-utils-demo/projects/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renet-consulting/auth",
"version": "14.0.2",
"version": "15.0.0",
"author": "Michael Vasyliv",
"license": "MIT",
"private": false,
Expand All @@ -14,12 +14,12 @@
"url": "https://github.com/RenetConsulting/angularcore.net/tree/master/Services/ngx-utils-demo/projects/auth"
},
"dependencies": {
"@renet-consulting/ngx-http-params": "^14.0.0",
"@renet-consulting/storage": "^14.0.0",
"@renet-consulting/ngx-http-params": "^15.0.0",
"@renet-consulting/storage": "^15.0.0",
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/common": "^14.0.0",
"@angular/core": "^14.0.0"
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0"
}
}
6 changes: 0 additions & 6 deletions Services/ngx-utils-demo/projects/auth/src/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,10 @@ import {
platformBrowserDynamicTesting
} from '@angular/platform-browser-dynamic/testing';

declare const require: any;

// First, initialize the Angular testing environment.
getTestBed().initTestEnvironment(
BrowserDynamicTestingModule,
platformBrowserDynamicTesting(), {
teardown: { destroyAfterEach: false }
}
);
// Then we find all the tests.
const context = require.context('./', true, /\.spec\.ts$/);
// And load the modules.
context.keys().map(context);
1 change: 0 additions & 1 deletion Services/ngx-utils-demo/projects/auth/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"compilerOptions": {
"outDir": "../../out-tsc/lib",
"declarationMap": true,
"target": "es2020",
"module": "es2015",
"moduleResolution": "node",
"declaration": true,
Expand Down
3 changes: 3 additions & 0 deletions Services/ngx-utils-demo/projects/bypass/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

This library provides pipe, services, token and type to bypass DomSanitizer.

## Release v15.0.0
Converted project to Angular v15

## Release v14.0.0
Converted project to Angular v14

Expand Down
6 changes: 3 additions & 3 deletions Services/ngx-utils-demo/projects/bypass/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renet-consulting/bypass",
"version": "14.0.2",
"version": "15.0.0",
"author": "Renet Consulting",
"license": "MIT",
"private": false,
Expand All @@ -17,7 +17,7 @@
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/core": "^14.0.0",
"@angular/platform-browser": "^14.0.0"
"@angular/core": "^15.0.0",
"@angular/platform-browser": "^15.0.0"
}
}
6 changes: 0 additions & 6 deletions Services/ngx-utils-demo/projects/bypass/src/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,10 @@ import {
platformBrowserDynamicTesting
} from '@angular/platform-browser-dynamic/testing';

declare const require: any;

// First, initialize the Angular testing environment.
getTestBed().initTestEnvironment(
BrowserDynamicTestingModule,
platformBrowserDynamicTesting(), {
teardown: { destroyAfterEach: false }
}
);
// Then we find all the tests.
const context = require.context('./', true, /\.spec\.ts$/);
// And load the modules.
context.keys().map(context);
1 change: 0 additions & 1 deletion Services/ngx-utils-demo/projects/bypass/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"compilerOptions": {
"outDir": "../../out-tsc/lib",
"declarationMap": true,
"target": "es2020",
"declaration": true,
"inlineSources": true,
"types": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ Run `ng test control-value-accessor` to execute the unit tests via [Karma](https

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).

## Release v15.0.0
Converted project to Angular v15

## Release v14.0.0
Converted project to Angular v14

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renet-consulting/control-value-accessor",
"version": "14.0.2",
"version": "15.0.0",
"author": "Renet Consulting, Inc.",
"license": "MIT",
"private": false,
Expand All @@ -17,6 +17,6 @@
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/forms": "^14.0.0"
"@angular/forms": "^15.0.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,10 @@ import {
platformBrowserDynamicTesting
} from '@angular/platform-browser-dynamic/testing';

declare const require: any;

// First, initialize the Angular testing environment.
getTestBed().initTestEnvironment(
BrowserDynamicTestingModule,
platformBrowserDynamicTesting(), {
teardown: { destroyAfterEach: false }
}
);
// Then we find all the tests.
const context = require.context('./', true, /\.spec\.ts$/);
// And load the modules.
context.keys().map(context);
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"compilerOptions": {
"outDir": "../../out-tsc/lib",
"declarationMap": true,
"target": "es2020",
"declaration": true,
"inlineSources": true,
"types": [],
Expand Down
3 changes: 3 additions & 0 deletions Services/ngx-utils-demo/projects/core-captcha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ Run `ng test core-captcha` to execute the unit tests via [Karma](https://karma-r

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).

## Release v15.0.0
Converted project to Angular v15

## Release v14.0.0
Converted project to Angular v14

Expand Down
14 changes: 7 additions & 7 deletions Services/ngx-utils-demo/projects/core-captcha/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renet-consulting/core-captcha",
"version": "14.0.2",
"version": "15.0.0",
"author": "Renet Consulting, Inc.",
"license": "MIT",
"private": false,
Expand All @@ -14,14 +14,14 @@
"url": "https://github.com/RenetConsulting/angularcore.net/tree/master/Services/ngx-utils-demo/projects/core-captcha"
},
"dependencies": {
"@renet-consulting/ngx-mat-input": "^14.0.0",
"@renet-consulting/ngx-mat-input": "^15.0.0",
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/animations": "^14.0.0",
"@angular/common": "^14.0.0",
"@angular/core": "^14.0.0",
"@angular/material": "^14.0.0",
"bootstrap": "^4.3.1"
"@angular/animations": "^15.0.0",
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/material": "^15.0.0",
"bootstrap": "^5.3.2"
}
}
6 changes: 0 additions & 6 deletions Services/ngx-utils-demo/projects/core-captcha/src/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,10 @@ import {
platformBrowserDynamicTesting
} from '@angular/platform-browser-dynamic/testing';

declare const require: any;

// First, initialize the Angular testing environment.
getTestBed().initTestEnvironment(
BrowserDynamicTestingModule,
platformBrowserDynamicTesting(), {
teardown: { destroyAfterEach: false }
}
);
// Then we find all the tests.
const context = require.context('./', true, /\.spec\.ts$/);
// And load the modules.
context.keys().map(context);
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"compilerOptions": {
"outDir": "../../out-tsc/lib",
"declarationMap": true,
"target": "es2020",
"module": "es2015",
"moduleResolution": "node",
"declaration": true,
Expand Down
3 changes: 3 additions & 0 deletions Services/ngx-utils-demo/projects/editor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ export class AppToolbarHandlersService implements ToolbarHandlersService {
}
```

## Release v15.0.0
Converted project to Angular v15

## Release v14.0.0
Converted project to Angular v14

Expand Down
16 changes: 8 additions & 8 deletions Services/ngx-utils-demo/projects/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renet-consulting/editor",
"version": "14.0.2",
"version": "15.0.0",
"author": "Renet Consulting, Inc.",
"license": "MIT",
"private": false,
Expand All @@ -14,17 +14,17 @@
"url": "https://github.com/RenetConsulting/angularcore.net/tree/master/Services/ngx-utils-demo/projects/editor"
},
"dependencies": {
"@renet-consulting/animations": "^14.0.0",
"@renet-consulting/control-value-accessor": "^14.0.0",
"@renet-consulting/ngx-validator": "^14.0.0",
"ngx-quill": "^7.1.2",
"@renet-consulting/animations": "^15.0.0",
"@renet-consulting/control-value-accessor": "^15.0.0",
"@renet-consulting/ngx-validator": "^15.0.0",
"ngx-quill": "^21.0.2",
"quill": "^1.3.7",
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/common": "^14.0.0",
"@angular/core": "^14.0.0",
"@angular/forms": "^14.0.0"
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/forms": "^15.0.0"
},
"files": [
"*"
Expand Down
6 changes: 0 additions & 6 deletions Services/ngx-utils-demo/projects/editor/src/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,10 @@ import {
platformBrowserDynamicTesting
} from '@angular/platform-browser-dynamic/testing';

declare const require: any;

// First, initialize the Angular testing environment.
getTestBed().initTestEnvironment(
BrowserDynamicTestingModule,
platformBrowserDynamicTesting(), {
teardown: { destroyAfterEach: false }
}
);
// Then we find all the tests.
const context = require.context('./', true, /\.spec\.ts$/);
// And load the modules.
context.keys().map(context);
1 change: 0 additions & 1 deletion Services/ngx-utils-demo/projects/editor/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"compilerOptions": {
"outDir": "../../out-tsc/lib",
"declarationMap": true,
"target": "es2020",
"declaration": true,
"inlineSources": true,
"types": [],
Expand Down
3 changes: 3 additions & 0 deletions Services/ngx-utils-demo/projects/elements/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ The package is not completed, it has few bugs that are described in
- https://github.com/angular/angular/issues/29606
- https://github.com/angular/angular/issues/30207

## Release v15.0.0
Converted project to Angular v15

## Release v14.0.0
Converted project to Angular v14

Expand Down
8 changes: 4 additions & 4 deletions Services/ngx-utils-demo/projects/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renet-consulting/elements",
"version": "14.0.2",
"version": "15.0.0",
"author": "Michael Vasyliv",
"license": "MIT",
"private": false,
Expand All @@ -17,9 +17,9 @@
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/elements": "^14.0.0",
"@angular/common": "^14.0.0",
"@angular/core": "^14.0.0",
"@angular/elements": "^15.0.0",
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0",
"@webcomponents/webcomponentsjs": "^2.2.10",
"document-register-element": "1.14.3"
}
Expand Down
6 changes: 0 additions & 6 deletions Services/ngx-utils-demo/projects/elements/src/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,10 @@ import {
platformBrowserDynamicTesting
} from '@angular/platform-browser-dynamic/testing';

declare const require: any;

// First, initialize the Angular testing environment.
getTestBed().initTestEnvironment(
BrowserDynamicTestingModule,
platformBrowserDynamicTesting(), {
teardown: { destroyAfterEach: false }
}
);
// Then we find all the tests.
const context = require.context('./', true, /\.spec\.ts$/);
// And load the modules.
context.keys().map(context);
Loading

0 comments on commit 1808bd6

Please sign in to comment.