Skip to content

Commit d0777c9

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 8ba992a + d8705b2 commit d0777c9

File tree

8 files changed

+634
-469
lines changed

8 files changed

+634
-469
lines changed

CHANGELOG.md

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,90 @@
1+
#### 14.99.0 (2020-11-09)
2+
3+
##### New Features
4+
5+
- update dependency @types/node to v14.14.7
6+
([b471bec9](https://github.com/Angular-RU/angular-ru-sdk/commit/b471bec9840f80a10380ce1fe0737cf199b9d8fd))
7+
8+
#### 14.98.0 (2020-11-09)
9+
10+
##### New Features
11+
12+
- update ESLint to v4.7.0
13+
([470654fc](https://github.com/Angular-RU/angular-ru-sdk/commit/470654fcfff86be20e06ef70374d5222c049c1e1))
14+
15+
#### 14.97.0 (2020-11-08)
16+
17+
##### New Features
18+
19+
- update dependency ts-jest to v26.4.4
20+
([07b86c90](https://github.com/Angular-RU/angular-ru-sdk/commit/07b86c900b5860032744c86511d3aefb39f5750d))
21+
22+
#### 14.96.0 (2020-11-07)
23+
24+
##### Continuous Integration
25+
26+
- update angular-framework to v10.2.2
27+
([c0b5892f](https://github.com/Angular-RU/angular-ru-sdk/commit/c0b5892f35d5c596ffa001691feb874b191703b9))
28+
29+
##### New Features
30+
31+
- update dependency eslint to v7.13.0
32+
([bbe63f5a](https://github.com/Angular-RU/angular-ru-sdk/commit/bbe63f5a65e2b9d408ea83f668108fc3a13190f6))
33+
34+
#### 14.95.0 (2020-11-04)
35+
36+
##### Continuous Integration
37+
38+
- update devDependencies
39+
([6b775e5b](https://github.com/Angular-RU/angular-ru-sdk/commit/6b775e5bb978cc9f0d1be14ebb1f695a4b312415))
40+
- update angular-components to v10.2.7
41+
([455561f2](https://github.com/Angular-RU/angular-ru-sdk/commit/455561f2c614ec0f3eafd7ded11a000abec39d12))
42+
43+
##### New Features
44+
45+
- update dependency jest to v26.6.3
46+
([a8bc3cc9](https://github.com/Angular-RU/angular-ru-sdk/commit/a8bc3cc9b207476b3295c03f7961138c4c499cea))
47+
48+
#### 14.94.0 (2020-11-02)
49+
50+
##### New Features
51+
52+
- update ESLint to v4.6.1
53+
([40cd7ee2](https://github.com/Angular-RU/angular-ru-sdk/commit/40cd7ee286a77903e57bc9523adcbf7f09e8faa3))
54+
55+
#### 14.93.0 (2020-11-02)
56+
57+
##### New Features
58+
59+
- update dependency jest to v26.6.2
60+
([88766916](https://github.com/Angular-RU/angular-ru-sdk/commit/88766916d1638c6785e66c07fc0a1f109eee9359))
61+
62+
#### 14.92.0 (2020-10-31)
63+
64+
##### New Features
65+
66+
- update dependency lint-staged to v10.5.1
67+
([1e1e790a](https://github.com/Angular-RU/angular-ru-sdk/commit/1e1e790a0b904a502f30b09b94792825e6be5853))
68+
69+
#### 14.91.1 (2020-10-30)
70+
71+
##### Chores
72+
73+
- **release:** updated release notes and package versions [ci skip]
74+
([65b1a74d](https://github.com/Angular-RU/angular-ru-sdk/commit/65b1a74da6ebc2c864707100554596c298c961e1))
75+
76+
##### Continuous Integration
77+
78+
- update dependency @types/karma to v5.0.1
79+
([9a050ebc](https://github.com/Angular-RU/angular-ru-sdk/commit/9a050ebc909dcd74bda56723698b162cef66550c))
80+
- update angular-framework to v10.2.1
81+
([8af2112c](https://github.com/Angular-RU/angular-ru-sdk/commit/8af2112ccc3dd048534e36efb7bdf956579b4b2a))
82+
83+
##### Bug Fixes
84+
85+
- **@angular-ru/http:** restTemplate options is priority for emit options
86+
([43ffeefc](https://github.com/Angular-RU/angular-ru-sdk/commit/43ffeefc224437129a9c9070d4bc756c807ba528))
87+
188
#### 14.91.0 (2020-10-28)
289

390
##### New Features

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"npmClient": "yarn",
88
"changelog": false,
99
"useWorkspaces": true,
10-
"version": "14.91.0",
10+
"version": "14.99.0",
1111
"command": {
1212
"version": {
1313
"allowBranch": "master",

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-ru/sdk",
3-
"version": "14.91.0",
3+
"version": "14.99.0",
44
"private": true,
55
"description": "Angular-RU SDK",
66
"homepage": "https://github.com/Angular-RU/angular-ru-sdk#readme",
@@ -61,21 +61,21 @@
6161
"devDependencies": {
6262
"@angular-devkit/build-angular": "0.1002.0",
6363
"@angular-devkit/build-ng-packagr": "0.1002.0",
64-
"@angular/animations": "10.2.1",
65-
"@angular/cdk": "10.2.6",
64+
"@angular/animations": "10.2.3",
65+
"@angular/cdk": "10.2.7",
6666
"@angular/cli": "10.2.0",
67-
"@angular/common": "10.2.1",
68-
"@angular/compiler": "10.2.1",
69-
"@angular/compiler-cli": "10.2.1",
70-
"@angular/core": "10.2.1",
71-
"@angular/forms": "10.2.1",
72-
"@angular/language-service": "10.2.1",
73-
"@angular/material": "10.2.6",
74-
"@angular/platform-browser": "10.2.1",
75-
"@angular/platform-browser-dynamic": "10.2.1",
76-
"@angular/router": "10.2.1",
67+
"@angular/common": "10.2.3",
68+
"@angular/compiler": "10.2.3",
69+
"@angular/compiler-cli": "10.2.3",
70+
"@angular/core": "10.2.3",
71+
"@angular/forms": "10.2.3",
72+
"@angular/language-service": "10.2.3",
73+
"@angular/material": "10.2.7",
74+
"@angular/platform-browser": "10.2.3",
75+
"@angular/platform-browser-dynamic": "10.2.3",
76+
"@angular/router": "10.2.3",
7777
"@ngx-translate/core": "13.0.0",
78-
"@types/jasmine": "3.6.0",
78+
"@types/jasmine": "3.6.1",
7979
"@types/jasminewd2": "2.0.8",
8080
"@types/karma": "5.0.1",
8181
"angular-cli-ghpages": "0.6.2",
@@ -96,6 +96,6 @@
9696
"tsickle": "0.39.1",
9797
"tslib": "2.0.3",
9898
"typescript": "4.0.5",
99-
"zone.js": "0.11.2"
99+
"zone.js": "0.11.3"
100100
}
101101
}

packages/build-tools/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-ru/build-tools",
3-
"version": "14.91.0",
3+
"version": "14.99.0",
44
"description": "Angular-RU package",
55
"keywords": [
66
"angular-ru",
@@ -18,11 +18,11 @@
1818
"license": "MIT",
1919
"author": "splincode <[email protected]>",
2020
"dependencies": {
21-
"@types/node": "14.14.6",
21+
"@types/node": "14.14.7",
2222
"generate-changelog": "1.8.0",
2323
"husky": "4.3.0",
2424
"inquirer-directory": "2.2.0",
25-
"lint-staged": "10.5.0",
25+
"lint-staged": "10.5.1",
2626
"ng-packagr": "10.1.2",
2727
"npe": "1.1.3",
2828
"npm-run-all": "4.1.5",

packages/eslint-config/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-ru/eslint-config",
3-
"version": "14.89.0",
3+
"version": "14.98.0",
44
"description": "Angular-RU package",
55
"keywords": [
66
"angular-ru",
@@ -28,12 +28,12 @@
2828
},
2929
"dependencies": {
3030
"@types/eslint": "7.2.4",
31-
"@typescript-eslint/eslint-plugin": "4.6.0",
32-
"@typescript-eslint/eslint-plugin-tslint": "4.6.0",
33-
"@typescript-eslint/parser": "4.6.0",
31+
"@typescript-eslint/eslint-plugin": "4.7.0",
32+
"@typescript-eslint/eslint-plugin-tslint": "4.7.0",
33+
"@typescript-eslint/parser": "4.7.0",
3434
"codelyzer": "6.0.1",
3535
"es6-set": "0.1.5",
36-
"eslint": "7.12.1",
36+
"eslint": "7.13.0",
3737
"eslint-config-import": "0.13.0",
3838
"eslint-import-resolver-typescript": "2.3.0",
3939
"eslint-plugin-import": "2.22.1",

packages/http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-ru/http",
3-
"version": "14.86.0",
3+
"version": "14.91.1",
44
"description": "Angular-RU package",
55
"keywords": [
66
"angular-ru",

packages/jest-utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-ru/jest-utils",
3-
"version": "14.87.0",
3+
"version": "14.97.0",
44
"description": "Angular-RU package",
55
"keywords": [
66
"angular-ru",
@@ -27,9 +27,9 @@
2727
},
2828
"dependencies": {
2929
"@types/jest": "26.0.15",
30-
"jest": "26.6.1",
30+
"jest": "26.6.3",
3131
"jest-preset-angular": "8.3.2",
32-
"ts-jest": "26.4.3"
32+
"ts-jest": "26.4.4"
3333
},
3434
"peerDependencies": {
3535
"@angular-ru/common": ">=13.19.0"

0 commit comments

Comments
 (0)