Skip to content

Commit 639a3f0

Browse files
authored
Merge pull request #237 from SwabianCoder/chore/236-bump-angular-to-v15-latest
Chore/236 bump angular to v15 latest
2 parents 8d956bd + a3973a5 commit 639a3f0

File tree

10 files changed

+271
-539
lines changed

10 files changed

+271
-539
lines changed

package-lock.json

Lines changed: 228 additions & 520 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -34,28 +34,28 @@
3434
},
3535
"private": true,
3636
"dependencies": {
37-
"@angular/animations": "^15.0.0",
38-
"@angular/common": "^15.0.0",
39-
"@angular/compiler": "^15.0.0",
40-
"@angular/core": "^15.0.0",
41-
"@angular/forms": "^15.0.0",
42-
"@angular/platform-browser": "^15.0.0",
43-
"@angular/platform-browser-dynamic": "^15.0.0",
44-
"@angular/router": "^15.0.0",
37+
"@angular/animations": "^15.0.4",
38+
"@angular/common": "^15.0.4",
39+
"@angular/compiler": "^15.0.4",
40+
"@angular/core": "^15.0.4",
41+
"@angular/forms": "^15.0.4",
42+
"@angular/platform-browser": "^15.0.4",
43+
"@angular/platform-browser-dynamic": "^15.0.4",
44+
"@angular/router": "^15.0.4",
4545
"date-fns": "^2.29.3",
4646
"rxjs": "~7.5.7",
4747
"tslib": "^2.3.0",
4848
"zone.js": "~0.12.0"
4949
},
5050
"devDependencies": {
5151
"@angular-devkit/build-angular": "^15.0.0",
52-
"@angular-eslint/builder": "15.0.0",
53-
"@angular-eslint/eslint-plugin": "15.0.0",
54-
"@angular-eslint/eslint-plugin-template": "15.0.0",
55-
"@angular-eslint/schematics": "15.0.0",
56-
"@angular-eslint/template-parser": "15.0.0",
52+
"@angular-eslint/builder": "15.1.0",
53+
"@angular-eslint/eslint-plugin": "15.1.0",
54+
"@angular-eslint/eslint-plugin-template": "15.1.0",
55+
"@angular-eslint/schematics": "15.1.0",
56+
"@angular-eslint/template-parser": "15.1.0",
5757
"@angular/cli": "~15.0.0",
58-
"@angular/compiler-cli": "^15.0.0",
58+
"@angular/compiler-cli": "^15.0.4",
5959
"@ngneat/spectator": "^12.2.0",
6060
"@types/jasmine": "~4.3.0",
6161
"@typescript-eslint/eslint-plugin": "^5.43.0",
@@ -82,4 +82,4 @@
8282
"stylelint-prettier": "^2.0.0",
8383
"typescript": "~4.8.4"
8484
}
85-
}
85+
}

projects/api-token-interceptor/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.0-rc.13] - 2022-12-23
9+
10+
### Changed
11+
12+
- Angular packages versions to latest v15
13+
814
## [1.0.0-rc.12] - 2022-11-22
915

1016
### Changed

projects/api-token-interceptor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngx-toolset/api-token-interceptor",
3-
"version": "1.0.0-rc.12",
3+
"version": "1.0.0-rc.13",
44
"scripts": {
55
"build": "tsc -p tsconfig.schematics.json",
66
"postbuild": "copyfiles schematics/*/schema.json schematics/*/files/** schematics/collection.json ../../dist/api-token-interceptor/"

projects/date-interceptors/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.0-rc.12] - 2022-12-23
9+
10+
### Changed
11+
12+
- Angular packages versions to latest v15
13+
814
## [1.0.0-rc.11] - 2022-11-22
915

1016
### Changed

projects/date-interceptors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngx-toolset/date-interceptors",
3-
"version": "1.0.0-rc.11",
3+
"version": "1.0.0-rc.12",
44
"scripts": {
55
"build": "tsc -p tsconfig.schematics.json",
66
"postbuild": "copyfiles schematics/*/schema.json schematics/*/files/** schematics/collection.json ../../dist/date-interceptors/"

projects/lazy-dialogs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.0-rc.9] - 2022-12-23
9+
10+
### Changed
11+
12+
- Angular packages versions to latest v15
13+
814
## [1.0.0-rc.8] - 2022-11-22
915

1016
### Changed

projects/lazy-dialogs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngx-toolset/lazy-dialogs",
3-
"version": "1.0.0-rc.8",
3+
"version": "1.0.0-rc.9",
44
"scripts": {
55
"build": "tsc -p tsconfig.schematics.json",
66
"postbuild": "copyfiles schematics/*/schema.json schematics/*/files/** schematics/collection.json ../../dist/lazy-dialogs/"

projects/template-type-checker/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.0-rc.10] - 2022-12-23
9+
10+
### Changed
11+
12+
- Angular packages versions to latest v15
13+
814
## [1.0.0-rc.9] - 2022-11-22
915

1016
### Changed

projects/template-type-checker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngx-toolset/template-type-checker",
3-
"version": "1.0.0-rc.9",
3+
"version": "1.0.0-rc.10",
44
"description": "Validate object's class instance type in Angular HTML template",
55
"homepage": "https://github.com/SwabianCoder/ngx-toolset",
66
"license": "MIT",

0 commit comments

Comments
 (0)