Publish utility packages

This commit is contained in:
Dave Bartolomeo
2020-06-09 10:17:50 -04:00
parent e9397bbba2
commit 7c38af29ff
12 changed files with 55 additions and 34 deletions

View File

@@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "@github/codeql-gulp-tasks",
"comment": "Support packages from multiple registries when packaging an extension.",
"type": "patch"
}
],
"packageName": "@github/codeql-gulp-tasks",
"email": "dbartol@github.com"
}

View File

@@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "@github/codeql-vscode-utils",
"comment": "Update dependencies.",
"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.3",
"@github/codeql-vscode-utils": "^0.0.4",
"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-gulp-tasks": "^0.0.3",
"@github/codeql-gulp-tasks": "^0.0.4",
"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-gulp-tasks": "^0.0.3",
"@github/codeql-gulp-tasks": "^0.0.4",
"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-gulp-tasks": "^0.0.3",
"@github/codeql-gulp-tasks": "^0.0.4",
"typescript-config": "^0.0.1",
"typescript-formatter": "^7.2.2"
}

View File

@@ -23,7 +23,7 @@
},
"devDependencies": {
"@types/node": "^12.0.8",
"@github/codeql-gulp-tasks": "^0.0.3",
"@github/codeql-gulp-tasks": "^0.0.4",
"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.4",
"tag": "@github/codeql-vscode-utils_v0.0.4",
"date": "Tue, 09 Jun 2020 13:58:46 GMT",
"comments": {
"patch": [
{
"comment": "Update dependencies."
}
],
"dependency": [
{
"comment": "Updating dependency \"@github/codeql-gulp-tasks\" from `^0.0.3` to `^0.0.4`"
}
]
}
},
{
"version": "0.0.3",
"tag": "@github/codeql-vscode-utils_v0.0.3",

View File

@@ -1,6 +1,13 @@
# Change Log - @github/codeql-vscode-utils
This log was last generated on Sat, 06 Jun 2020 06:54:45 GMT and should not be manually modified.
This log was last generated on Tue, 09 Jun 2020 13:58:46 GMT and should not be manually modified.
## 0.0.4
Tue, 09 Jun 2020 13:58:46 GMT
### Patches
- Update dependencies.
## 0.0.3
Sat, 06 Jun 2020 06:54:45 GMT

View File

@@ -3,7 +3,7 @@
"description": "Shared utilities for writing Visual Studio Code extensions",
"author": "GitHub",
"private": false,
"version": "0.0.3",
"version": "0.0.4",
"publisher": "GitHub",
"repository": {
"type": "git",
@@ -18,7 +18,7 @@
"format": "tsfmt -r"
},
"devDependencies": {
"@github/codeql-gulp-tasks": "^0.0.3",
"@github/codeql-gulp-tasks": "^0.0.4",
"@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",
"name": "@github/codeql-gulp-tasks",
"entries": [
{
"version": "0.0.4",
"tag": "@github/codeql-gulp-tasks_v0.0.4",
"date": "Tue, 09 Jun 2020 13:58:46 GMT",
"comments": {
"patch": [
{
"comment": "Support packages from multiple registries when packaging an extension."
}
]
}
},
{
"version": "0.0.3",
"tag": "@github/codeql-build-tasks_v0.0.3",

View File

@@ -1,6 +1,13 @@
# Change Log - @github/codeql-build-tasks
# Change Log - @github/codeql-gulp-tasks
This log was last generated on Sat, 06 Jun 2020 06:54:45 GMT and should not be manually modified.
This log was last generated on Tue, 09 Jun 2020 13:58:46 GMT and should not be manually modified.
## 0.0.4
Tue, 09 Jun 2020 13:58:46 GMT
### Patches
- Support packages from multiple registries when packaging an extension.
## 0.0.3
Sat, 06 Jun 2020 06:54:45 GMT

View File

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