Skip to content

Commit 0b94044

Browse files
committed
Applying package updates.
1 parent 7b5ca77 commit 0b94044

File tree

35 files changed

+140
-57
lines changed

35 files changed

+140
-57
lines changed

apps/rush-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"z-schema": "~3.17.0"
3131
},
3232
"devDependencies": {
33-
"@microsoft/node-library-build": "~3.2.4",
33+
"@microsoft/node-library-build": "~3.2.5",
3434
"chai": "~3.5.0",
3535
"gulp": "~3.9.1",
3636
"mocha": "~3.4.2",

apps/rush/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"wordwrap": "~1.0.0"
4747
},
4848
"devDependencies": {
49-
"@microsoft/node-library-build": "~3.2.4",
49+
"@microsoft/node-library-build": "~3.2.5",
5050
"@types/chai": "3.4.34",
5151
"@types/es6-collections": "0.5.29",
5252
"@types/fs-extra": "0.0.37",

common/changes/@microsoft/gulp-core-build-karma/dzearing-karma_2017-07-14-22-07.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@microsoft/gulp-core-build/nickpape-add-missing-dependency_2017-08-11-23-22.json

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
// DO NOT ADD COMMENTS IN THIS FILE. They will be lost when the Rush tool resaves it.
22
{
3-
"packages": []
3+
"packages": [
4+
{
5+
"name": "orchestrator",
6+
"allowedCategories": [ "libraries" ]
7+
}
8+
]
49
}

core-build/gulp-core-build-karma/CHANGELOG.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"name": "@microsoft/gulp-core-build-karma",
33
"entries": [
4+
{
5+
"version": "2.3.6",
6+
"tag": "@microsoft/gulp-core-build-karma_v2.3.6",
7+
"date": "Sat, 12 Aug 2017 01:03:30 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Failed tests now fail the build, even in non production mode."
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.0` to `2.9.1`"
17+
}
18+
]
19+
}
20+
},
421
{
522
"version": "2.3.5",
623
"tag": "@microsoft/gulp-core-build-karma_v2.3.5",

core-build/gulp-core-build-karma/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log - @microsoft/gulp-core-build-karma
22

3-
This log was last generated on Fri, 11 Aug 2017 21:44:05 GMT and should not be manually modified.
3+
This log was last generated on Sat, 12 Aug 2017 01:03:30 GMT and should not be manually modified.
4+
5+
## 2.3.6
6+
Sat, 12 Aug 2017 01:03:30 GMT
7+
8+
### Patches
9+
10+
- Failed tests now fail the build, even in non production mode.
411

512
## 2.3.5
613
Fri, 11 Aug 2017 21:44:05 GMT

core-build/gulp-core-build-karma/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/gulp-core-build-karma",
3-
"version": "2.3.5",
3+
"version": "2.3.6",
44
"description": "",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -15,7 +15,7 @@
1515
"test": "gulp"
1616
},
1717
"dependencies": {
18-
"@microsoft/gulp-core-build": "2.9.0",
18+
"@microsoft/gulp-core-build": "2.9.1",
1919
"chai": "~3.5.0",
2020
"gulp": "~3.9.1",
2121
"gulp-karma": "~0.0.5",

core-build/gulp-core-build-mocha/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@microsoft/gulp-core-build-mocha",
33
"entries": [
4+
{
5+
"version": "2.1.6",
6+
"tag": "@microsoft/gulp-core-build-mocha_v2.1.6",
7+
"date": "Sat, 12 Aug 2017 01:03:30 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.0` to `2.9.1`"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "2.1.5",
618
"tag": "@microsoft/gulp-core-build-mocha_v2.1.5",

core-build/gulp-core-build-mocha/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log - @microsoft/gulp-core-build-mocha
22

3-
This log was last generated on Fri, 11 Aug 2017 21:44:05 GMT and should not be manually modified.
3+
This log was last generated on Sat, 12 Aug 2017 01:03:30 GMT and should not be manually modified.
4+
5+
## 2.1.6
6+
Sat, 12 Aug 2017 01:03:30 GMT
7+
8+
*Changes not tracked*
49

510
## 2.1.5
611
Fri, 11 Aug 2017 21:44:05 GMT

0 commit comments

Comments
 (0)