Publish utility packages

This commit is contained in:
Dave Bartolomeo
2020-06-06 02:55:53 -04:00
parent 31ee9af939
commit 4c5361b611
12 changed files with 53 additions and 32 deletions

View File

@@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "@github/codeql-build-tasks",
"comment": "Added missing dependency on `glob`",
"type": "patch"
}
],
"packageName": "@github/codeql-build-tasks",
"email": "dbartol@github.com"
}

View File

@@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "@github/codeql-vscode-utils",
"comment": "Removed unnecessary dependency on `typescript`",
"type": "patch"
}
],
"packageName": "@github/codeql-vscode-utils",
"email": "dbartol@github.com"
}

View File

@@ -582,7 +582,7 @@
"react-dom": "^16.8.6",
"semmle-bqrs": "^0.0.1",
"semmle-io-node": "^0.0.1",
"@github/codeql-vscode-utils": "^0.0.2",
"@github/codeql-vscode-utils": "^0.0.3",
"tmp": "^0.1.0",
"tree-kill": "~1.2.2",
"unzipper": "~0.10.5",
@@ -615,7 +615,7 @@
"@types/vscode": "^1.39.0",
"@types/webpack": "^4.32.1",
"@types/xml2js": "~0.4.4",
"@github/codeql-build-tasks": "^0.0.2",
"@github/codeql-build-tasks": "^0.0.3",
"chai": "^4.2.0",
"css-loader": "~3.1.0",
"glob": "^7.1.4",

View File

@@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/node": "^12.0.8",
"@github/codeql-build-tasks": "^0.0.2",
"@github/codeql-build-tasks": "^0.0.3",
"typescript-config": "^0.0.1",
"typescript-formatter": "^7.2.2"
}

View File

@@ -25,7 +25,7 @@
"devDependencies": {
"@types/fs-extra": "^8.0.0",
"@types/node": "^12.0.8",
"@github/codeql-build-tasks": "^0.0.2",
"@github/codeql-build-tasks": "^0.0.3",
"typescript-config": "^0.0.1",
"typescript-formatter": "^7.2.2"
}

View File

@@ -23,7 +23,7 @@
},
"devDependencies": {
"@types/node": "^12.0.8",
"@github/codeql-build-tasks": "^0.0.2",
"@github/codeql-build-tasks": "^0.0.3",
"typescript-config": "^0.0.1",
"typescript-formatter": "^7.2.2"
}

View File

@@ -1,6 +1,23 @@
{
"name": "@github/codeql-vscode-utils",
"entries": [
{
"version": "0.0.3",
"tag": "@github/codeql-vscode-utils_v0.0.3",
"date": "Sat, 06 Jun 2020 06:54:45 GMT",
"comments": {
"patch": [
{
"comment": "Removed unnecessary dependency on `typescript`"
}
],
"dependency": [
{
"comment": "Updating dependency \"@github/codeql-build-tasks\" from `^0.0.2` to `^0.0.3`"
}
]
}
},
{
"version": "0.0.2",
"tag": "@github/codeql-vscode-utils_v0.0.2",

View File

@@ -1,6 +1,13 @@
# Change Log - @github/codeql-vscode-utils
This log was last generated on Fri, 05 Jun 2020 21:52:18 GMT and should not be manually modified.
This log was last generated on Sat, 06 Jun 2020 06:54:45 GMT and should not be manually modified.
## 0.0.3
Sat, 06 Jun 2020 06:54:45 GMT
### Patches
- Removed unnecessary dependency on `typescript`
## 0.0.2
Fri, 05 Jun 2020 21:52:18 GMT

View File

@@ -3,7 +3,7 @@
"description": "Shared utilities for writing Visual Studio Code extensions",
"author": "GitHub",
"private": false,
"version": "0.0.2",
"version": "0.0.3",
"publisher": "GitHub",
"repository": {
"type": "git",
@@ -18,7 +18,7 @@
"format": "tsfmt -r"
},
"devDependencies": {
"@github/codeql-build-tasks": "^0.0.2",
"@github/codeql-build-tasks": "^0.0.3",
"@types/node": "^12.0.8",
"@types/vscode": "^1.39.0",
"typescript-config": "^0.0.1",

View File

@@ -1,6 +1,18 @@
{
"name": "@github/codeql-build-tasks",
"entries": [
{
"version": "0.0.3",
"tag": "@github/codeql-build-tasks_v0.0.3",
"date": "Sat, 06 Jun 2020 06:54:45 GMT",
"comments": {
"patch": [
{
"comment": "Added missing dependency on `glob`"
}
]
}
},
{
"version": "0.0.2",
"tag": "@github/codeql-build-tasks_v0.0.2",

View File

@@ -1,6 +1,13 @@
# Change Log - @github/codeql-build-tasks
This log was last generated on Fri, 05 Jun 2020 21:52:18 GMT and should not be manually modified.
This log was last generated on Sat, 06 Jun 2020 06:54:45 GMT and should not be manually modified.
## 0.0.3
Sat, 06 Jun 2020 06:54:45 GMT
### Patches
- Added missing dependency on `glob`
## 0.0.2
Fri, 05 Jun 2020 21:52:18 GMT

View File

@@ -3,7 +3,7 @@
"description": "Internal Gulp tasks",
"author": "GitHub",
"private": false,
"version": "0.0.2",
"version": "0.0.3",
"publisher": "GitHub",
"repository": {
"type": "git",