Applying package updates. [skip ci]

This commit is contained in:
kchau@microsoft.com 2019-05-21 22:37:14 +00:00
Родитель 50d667b5bc
Коммит 9f467f4b80
14 изменённых файлов: 75 добавлений и 77 удалений

Просмотреть файл

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "just-scripts",
"comment": "Switch clean, copy, and sass tasks to use options objects",
"type": "minor"
}
],
"packageName": "just-scripts",
"email": "elcraig@microsoft.com"
}

Просмотреть файл

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "just-scripts",
"comment": "Adds a nodeArgs to jestTask",
"type": "minor"
}
],
"packageName": "just-scripts",
"email": "kchau@microsoft.com"
}

Просмотреть файл

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "just-scripts",
"comment": "add flag to write output stats",
"type": "minor"
}
],
"packageName": "just-scripts",
"email": "kchau@microsoft.com"
}

Просмотреть файл

@ -11,7 +11,7 @@
"license": "MIT",
"devDependencies": {
"just-task": ">=0.9.9 <1.0.0",
"just-scripts": ">=0.15.3 <1.0.0",
"just-scripts": ">=0.16.0 <1.0.0",
"typescript": "~3.4.4"
}
}

Просмотреть файл

@ -1,6 +1,24 @@
{
"name": "just-scripts",
"entries": [
{
"version": "0.16.0",
"tag": "just-scripts_v0.16.0",
"date": "Tue, 21 May 2019 22:37:14 GMT",
"comments": {
"minor": [
{
"comment": "Switch clean, copy, and sass tasks to use options objects"
},
{
"comment": "Adds a nodeArgs to jestTask"
},
{
"comment": "add flag to write output stats"
}
]
}
},
{
"version": "0.15.3",
"tag": "just-scripts_v0.15.3",

Просмотреть файл

@ -1,9 +1,17 @@
# Change Log - just-scripts
This log was last generated on Wed, 15 May 2019 18:44:04 GMT and should not be manually modified.
This log was last generated on Tue, 21 May 2019 22:37:14 GMT and should not be manually modified.
## 0.16.0
Tue, 21 May 2019 22:37:14 GMT
### Minor changes
- Switch clean, copy, and sass tasks to use options objects
- Adds a nodeArgs to jestTask
- add flag to write output stats
## 0.15.3
Wed, 15 May 2019 18:44:04 GMT
### Patches
@ -12,7 +20,6 @@ Wed, 15 May 2019 18:44:04 GMT
- Switch microsoft in repo URL to lowercase
## 0.15.2
Tue, 14 May 2019 23:58:34 GMT
### Patches
@ -20,7 +27,6 @@ Tue, 14 May 2019 23:58:34 GMT
- export copy instructions types as well
## 0.15.1
Tue, 14 May 2019 17:59:20 GMT
### Patches
@ -28,7 +34,6 @@ Tue, 14 May 2019 17:59:20 GMT
- Adds just-scripts bin script
## 0.15.0
Fri, 10 May 2019 00:04:16 GMT
### Minor changes
@ -42,7 +47,6 @@ Fri, 10 May 2019 00:04:16 GMT
- fix tscTask requiring an empty object for option
## 0.14.4
Wed, 24 Apr 2019 23:38:23 GMT
### Patches
@ -50,7 +54,6 @@ Wed, 24 Apr 2019 23:38:23 GMT
- Added webpack overlays and such
## 0.14.3
Tue, 23 Apr 2019 16:19:37 GMT
### Patches
@ -59,7 +62,6 @@ Tue, 23 Apr 2019 16:19:37 GMT
- get rid of another accidental console.log in webpackTask
## 0.14.1
Fri, 19 Apr 2019 01:51:22 GMT
### Patches
@ -67,7 +69,6 @@ Fri, 19 Apr 2019 01:51:22 GMT
- update add package task to remove extra just-stack devdep when provisioning a new repo
## 0.14.0
Wed, 17 Apr 2019 23:43:45 GMT
### Minor changes
@ -75,7 +76,6 @@ Wed, 17 Apr 2019 23:43:45 GMT
- Added upgrade-stack with diff-match-patch algo
## 0.13.0
Tue, 16 Apr 2019 19:33:20 GMT
### Minor changes
@ -83,7 +83,6 @@ Tue, 16 Apr 2019 19:33:20 GMT
- Gives the add-package script a way to take in params for generating name and stack
## 0.12.3
Mon, 15 Apr 2019 21:26:42 GMT
### Patches
@ -91,7 +90,6 @@ Mon, 15 Apr 2019 21:26:42 GMT
- Fix the require statement of for webpack config since it no longer uses webpack to bundle the just-scripts
## 0.12.2
Thu, 11 Apr 2019 18:27:56 GMT
### Patches
@ -99,7 +97,6 @@ Thu, 11 Apr 2019 18:27:56 GMT
- make the just-stack.json write out to a specific installed version of stack
## 0.12.1
Wed, 10 Apr 2019 21:52:06 GMT
### Patches
@ -107,7 +104,6 @@ Wed, 10 Apr 2019 21:52:06 GMT
- fix add-package task to list actual stacks
## 0.12.0
Wed, 10 Apr 2019 20:30:38 GMT
### Minor changes
@ -115,7 +111,6 @@ Wed, 10 Apr 2019 20:30:38 GMT
- Fixing up the upgrade scripts to use devdeps instead of just.stacks; also uses a diff / apply method to get upgrades working
## 0.11.2
Fri, 05 Apr 2019 22:59:13 GMT
### Patches
@ -123,7 +118,6 @@ Fri, 05 Apr 2019 22:59:13 GMT
- fix the rootpath for finding installed stacks again
## 0.11.1
Fri, 05 Apr 2019 21:18:13 GMT
### Patches
@ -131,7 +125,6 @@ Fri, 05 Apr 2019 21:18:13 GMT
- Find installed stack from scripts folder in monorepo
## 0.11.0
Fri, 29 Mar 2019 20:31:33 GMT
### Minor changes
@ -139,7 +132,6 @@ Fri, 29 Mar 2019 20:31:33 GMT
- Stop webpacking package
## 0.10.1
Wed, 27 Feb 2019 06:19:32 GMT
### Patches
@ -147,7 +139,6 @@ Wed, 27 Feb 2019 06:19:32 GMT
- Fix webpack task to handle config arrays
## 0.10.0
Fri, 22 Feb 2019 23:37:36 GMT
### Minor changes
@ -155,7 +146,6 @@ Fri, 22 Feb 2019 23:37:36 GMT
- Consistent interface naming
## 0.9.0
Fri, 22 Feb 2019 22:50:01 GMT
### Minor changes
@ -163,7 +153,6 @@ Fri, 22 Feb 2019 22:50:01 GMT
- Move exec to just-scripts-utils
## 0.8.1
Fri, 22 Feb 2019 19:03:38 GMT
### Patches
@ -171,7 +160,6 @@ Fri, 22 Feb 2019 19:03:38 GMT
- Update package metadata
## 0.8.0
Fri, 22 Feb 2019 18:39:56 GMT
### Minor changes
@ -179,7 +167,6 @@ Fri, 22 Feb 2019 18:39:56 GMT
- Fix return types of task factories
## 0.7.9
Thu, 21 Feb 2019 22:15:15 GMT
### Patches
@ -187,7 +174,6 @@ Thu, 21 Feb 2019 22:15:15 GMT
- Enables sourcemap for debugging just-scripts in case of error
## 0.7.8
Thu, 21 Feb 2019 04:41:31 GMT
### Patches
@ -195,7 +181,6 @@ Thu, 21 Feb 2019 04:41:31 GMT
- addPackageTask: Remove extra files from template before running rush update
## 0.7.7
Wed, 20 Feb 2019 23:17:15 GMT
### Patches
@ -203,7 +188,6 @@ Wed, 20 Feb 2019 23:17:15 GMT
- Lock some dep versions
## 0.7.6
Wed, 20 Feb 2019 16:30:03 GMT
### Patches
@ -211,7 +195,6 @@ Wed, 20 Feb 2019 16:30:03 GMT
- Remove generated vs code settings when adding package in monorepo
## 0.7.5
Wed, 13 Feb 2019 22:31:47 GMT
### Patches
@ -219,7 +202,6 @@ Wed, 13 Feb 2019 22:31:47 GMT
- Dependency updates and improved error handling
## 0.7.4
Mon, 04 Feb 2019 05:47:04 GMT
### Patches
@ -227,7 +209,6 @@ Mon, 04 Feb 2019 05:47:04 GMT
- upgrade repo to use templates deps in a monorepo scripts folder
## 0.7.3
Fri, 25 Jan 2019 07:08:59 GMT
### Patches
@ -235,7 +216,6 @@ Fri, 25 Jan 2019 07:08:59 GMT
- Fixes webpack task
## 0.7.2
Wed, 23 Jan 2019 00:05:38 GMT
### Patches
@ -243,7 +223,6 @@ Wed, 23 Jan 2019 00:05:38 GMT
- better logging during add package
## 0.7.1
Tue, 22 Jan 2019 22:49:45 GMT
### Patches
@ -251,7 +230,6 @@ Tue, 22 Jan 2019 22:49:45 GMT
- exports the correct named exports for presets
## 0.7.0
Tue, 22 Jan 2019 22:31:23 GMT
### Minor changes
@ -259,7 +237,6 @@ Tue, 22 Jan 2019 22:31:23 GMT
- move utils from scripts to here, get rid of preset dep
## 0.6.0
Tue, 22 Jan 2019 21:28:18 GMT
### Minor changes
@ -267,7 +244,6 @@ Tue, 22 Jan 2019 21:28:18 GMT
- absorbed the just-task-preset stuff
## 0.5.0
Mon, 21 Jan 2019 19:57:09 GMT
### Minor changes
@ -275,7 +251,6 @@ Mon, 21 Jan 2019 19:57:09 GMT
- added upgrade-repo task
## 0.4.1
Mon, 21 Jan 2019 02:54:15 GMT
### Patches
@ -283,9 +258,9 @@ Mon, 21 Jan 2019 02:54:15 GMT
- fix upgrade stack task
## 0.4.0
Mon, 21 Jan 2019 02:21:01 GMT
### Minor changes
- uses script utils

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "just-scripts",
"version": "0.15.3",
"version": "0.16.0",
"description": "Just Stack Scripts",
"repository": {
"type": "git",

Просмотреть файл

@ -1,6 +1,18 @@
{
"name": "just-stack-single-lib",
"entries": [
{
"version": "0.8.2",
"tag": "just-stack-single-lib_v0.8.2",
"date": "Tue, 21 May 2019 22:37:14 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"just-scripts\" from `^0.15.3` to `^0.16.0`"
}
]
}
},
{
"version": "0.8.1",
"tag": "just-stack-single-lib_v0.8.1",

Просмотреть файл

@ -1,6 +1,11 @@
# Change Log - just-stack-single-lib
This log was last generated on Wed, 15 May 2019 18:44:04 GMT and should not be manually modified.
This log was last generated on Tue, 21 May 2019 22:37:14 GMT and should not be manually modified.
## 0.8.2
Tue, 21 May 2019 22:37:14 GMT
*Version update only*
## 0.8.1
Wed, 15 May 2019 18:44:04 GMT

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "just-stack-single-lib",
"version": "0.8.1",
"version": "0.8.2",
"just-stack": true,
"description": "Just stack for basic Node library",
"repository": {
@ -25,7 +25,7 @@
"just-scripts-utils": "^0.7.3",
"@types/jest": "^24.0.0",
"jest": "^24.0.0",
"just-scripts": "^0.15.3",
"just-scripts": "^0.16.0",
"just-task": "^0.9.9",
"ts-jest": "^24.0.1",
"tslib": "^1.9.3",

Просмотреть файл

@ -1,6 +1,18 @@
{
"name": "just-stack-uifabric",
"entries": [
{
"version": "0.11.2",
"tag": "just-stack-uifabric_v0.11.2",
"date": "Tue, 21 May 2019 22:37:14 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"just-scripts\" from `^0.15.3` to `^0.16.0`"
}
]
}
},
{
"version": "0.11.1",
"tag": "just-stack-uifabric_v0.11.1",

Просмотреть файл

@ -1,6 +1,11 @@
# Change Log - just-stack-uifabric
This log was last generated on Wed, 15 May 2019 18:44:04 GMT and should not be manually modified.
This log was last generated on Tue, 21 May 2019 22:37:14 GMT and should not be manually modified.
## 0.11.2
Tue, 21 May 2019 22:37:14 GMT
*Version update only*
## 0.11.1
Wed, 15 May 2019 18:44:04 GMT

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "just-stack-uifabric",
"version": "0.11.1",
"version": "0.11.2",
"just-stack": true,
"description": "Just stack for UI Fabric application with React",
"repository": {
@ -30,7 +30,7 @@
"html-webpack-plugin": "^3.2.0",
"jest": "^24.0.0",
"just-scripts-utils": "^0.7.3",
"just-scripts": "^0.15.3",
"just-scripts": "^0.16.0",
"just-task": "^0.9.9",
"node-sass": "^4.11.0",
"postcss": "^7.0.13",

Просмотреть файл

@ -1,4 +1,8 @@
# Just
[![npm version](https://badge.fury.io/js/just-task.svg)](https://badge.fury.io/js/just-task)
[![NPM Downloads](https://img.shields.io/npm/dm/just-task.svg?style=flat)](https://www.npmjs.com/package/just-task)
`Just` is a library that organizes build tasks for your JS projects. It consists of