@artsy/dupe-report
Advanced tools
Comparing version 0.37.0 to 0.38.0
@@ -0,1 +1,13 @@ | ||
# v0.38.0 (Fri Nov 20 2020) | ||
#### 🚀 Enhancement | ||
- Update dep typescript from 4.0.5 to v4.1.2 [#247](https://github.com/artsy/dupe-report/pull/247) ([@renovate-bot](https://github.com/renovate-bot)) | ||
#### Authors: 1 | ||
- WhiteSource Renovate ([@renovate-bot](https://github.com/renovate-bot)) | ||
--- | ||
# v0.37.0 (Tue Oct 27 2020) | ||
@@ -2,0 +14,0 @@ |
@@ -11,3 +11,3 @@ "use strict"; | ||
const artifactName = "duplicates-report"; | ||
exports.dupeReport = async ({ owner, repo, buildNum, dryRun = false }) => { | ||
const dupeReport = async ({ owner, repo, buildNum, dryRun = false }) => { | ||
const circle = new circle_1.Circle({ owner, repo }); | ||
@@ -157,1 +157,2 @@ const pullRequestURL = await circle.getPullRequest(buildNum); | ||
}; | ||
exports.dupeReport = dupeReport; |
@@ -15,3 +15,3 @@ "use strict"; | ||
})(); | ||
exports.safelyFetchEnvs = (envs) => { | ||
const safelyFetchEnvs = (envs) => { | ||
init(); | ||
@@ -31,1 +31,2 @@ const missingEnvs = []; | ||
}; | ||
exports.safelyFetchEnvs = safelyFetchEnvs; |
@@ -13,3 +13,4 @@ "use strict"; | ||
}; | ||
exports.collapsible = (title, body) => ["<details>", `<summary>${title}</summary>\n`, body, "</details>"].join("\n"); | ||
const collapsible = (title, body) => ["<details>", `<summary>${title}</summary>\n`, body, "</details>"].join("\n"); | ||
exports.collapsible = collapsible; | ||
const NO_CHANGE_MSG = "Same amount of additions as removals."; | ||
@@ -41,3 +42,3 @@ const changedMessaging = (change) => { | ||
.join("\n\n"); | ||
exports.formatReport = (report, diff, change, assignees) => { | ||
const formatReport = (report, diff, change, assignees) => { | ||
let [header, bodyWithFooter] = splitAtLine(6, report); | ||
@@ -81,1 +82,2 @@ const [body] = splitAtLine(-6, bodyWithFooter); | ||
}; | ||
exports.formatReport = formatReport; |
{ | ||
"name": "@artsy/dupe-report", | ||
"description": "A tool for reporting on duplicate dependencies in a webpack bundle", | ||
"version": "0.37.0", | ||
"version": "0.38.0", | ||
"author": "Justin Bennett <zephraph@gmail.com>", | ||
@@ -42,3 +42,3 @@ "files": [ | ||
"tslint": "5.20.1", | ||
"typescript": "4.0.5" | ||
"typescript": "4.1.2" | ||
}, | ||
@@ -49,3 +49,3 @@ "engines": { | ||
"types": "lib/index.d.ts", | ||
"gitHead": "2909be118ef8ebc46c2d6058b1a7b3a309e95373" | ||
"gitHead": "418883165b1030ca61550f356a1016ef54c64615" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25328
524