0.3.2: Update swc to 0.6.0-12.

This commit is contained in:
Jeff King 2021-11-05 01:35:13 -07:00
Родитель 6d4eb9a5c2
Коммит cb06c38bfb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 5E5F5F7EAAF929E4
5 изменённых файлов: 8 добавлений и 5 удалений

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

@ -6,7 +6,7 @@
"test": "jest"
},
"dependencies": {
"@microsoft/sarif-web-component": "0.5.0",
"@microsoft/sarif-web-component": "^0.6.0-12",
"@sinonjs/text-encoding": "^0.7.1",
"applicationinsights-js": "^1.0.21",
"azure-devops-extension-api": "^1.153.2",
@ -23,6 +23,7 @@
"@types/jest": "^26.0.23",
"@types/react": "^16.8.18",
"@types/react-dom": "^16.8.4",
"@types/sarif": "^2.1.4",
"autobind-decorator": "^2.4.0",
"css-loader": "^2.1.1",
"jest": "^27.0.4",

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

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
import { Log, Viewer } from '@microsoft/sarif-web-component'
import { Viewer } from '@microsoft/sarif-web-component'
import { AppInsights } from "applicationinsights-js"
import { CommonServiceIds, getClient, IProjectPageService } from 'azure-devops-extension-api'
import { BuildRestClient, BuildServiceIds, IBuildPageDataService } from 'azure-devops-extension-api/Build'
@ -10,6 +10,7 @@ import { observable, runInAction } from 'mobx'
import { observer } from 'mobx-react'
import * as React from 'react'
import * as ReactDOM from 'react-dom'
import { Log } from 'sarif'
import { getArtifactsFileEntries } from './build.getArtifactsFileEntries'
const isProduction = self !== top

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

@ -1,4 +1,4 @@
import { Log } from '@microsoft/sarif-web-component'
import { Log } from 'sarif'
export function calcToolNamesSet(logs: Log[]) {
const toolNames = logs.map(log => {

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

@ -8,8 +8,9 @@ import 'script-loader!vss-web-extension-sdk/lib/VSS.SDK.min.js'
declare var VSS: any
// import {VSS} from './VSS.SDK.mock'
import {Log, Viewer} from '@microsoft/sarif-web-component'
import { Viewer} from '@microsoft/sarif-web-component'
import { calcToolNamesSet } from './calcToolNamesSet'
import { Log } from 'sarif'
const perfLoadStart = performance.now() // For telemetry.

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

@ -2,7 +2,7 @@
"publisher": "sariftools",
"id": "scans",
"name": "SARIF SAST Scans Tab",
"version": "0.3.1",
"version": "0.3.2",
"public": true,
"contributions": [
{