This repository was archived by the owner on Apr 14, 2023. It is now read-only.
chore(deps): update dependency danger to v10 #1305
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.9.0->10.2.1Release Notes
danger/danger-js
v10.2.1Compare Source
v10.2.0Compare Source
createOrUpdatePR, add the description (as done when editing) - [@sogame]v10.1.1Compare Source
27d1dcc)585b006)16d8666)0a33bfd)56d36bb)8090b86)bf3e021)dbac25a)f58ee85)94688fe)c17604e)4ab7345)e7d9b6a)4e36b7c)297a254)94475c3)d5c3172)v10.1.0Compare Source
createOrAddLabeluse pagination to fetch them all - [@sogame]v10.0.0Compare Source
Changed JSON patch implementation for better memory performance. [@dkundel]
Breaking:
JSONPatchForFilewill return a different order of operations than previously. It will also return apathwith the index of the element inserted into an array foraddoperations.v9.4.0Compare Source
24b0965)dcf1472)49b6f27)e6c7436)31a1961)v9.3.0Compare Source
danger localcommand - [@soyn]parse-difflibrary - [@417-72KI]@octokit/restdeprecation warning when using.issues.addLabels()- [@sogame]v9.2.10Compare Source
v9.2.9Compare Source
v9.2.8Compare Source
00d11ee)v9.2.7Compare Source
v9.2.6Compare Source
v9.2.5Compare Source
v9.2.4Compare Source
v9.2.3Compare Source
v9.2.2Compare Source
v9.2.1Compare Source
v9.2.0Compare Source
v9.1.8Compare Source
v9.1.7Compare Source
v9.1.5Compare Source
v9.1.4Compare Source
BITBUCKET_REPO_FULL_NAMEin bitbucket pipeline. - [@Soyn]v9.1.3Compare Source
v9.1.1Compare Source
v9.1.0Compare Source
v9.0.3Compare Source
handleResultsto be called without agitobject - [@jtreanor]v9.0.2Compare Source
v9.0.1Compare Source
v9.0.0Compare Source
v8.0.0Compare Source
v7.1.4Compare Source
danger.github.utils.createOrUpdatePR- [@ds300]v7.1.3Compare Source
v7.1.2Compare Source
Update ts-jest to 24.0.2 - [@friederbluemle]
Adds a fix for the default name of Danger in status - [@orta]
Adds
danger.git.fileMatch.getKeyedPaths(), providing more convenient access to paths. This replacesfileMatch.tap()andfileMatch.debug().This makes it much simpler to compose a collection of file checks - [@paulmelnikow]
v7.1.1Compare Source
b64b42a)v7.1.0Compare Source
Adds Chainsmoker, and expands the Danger DSL with the addition of
danger.git.fileMatch.This makes it much simpler to compose a collection of file checks - [@paulmelnikow]
v7.0.19Compare Source
v7.0.17Compare Source
v7.0.16Compare Source
v7.0.15Compare Source
v7.0.14Compare Source
linesOfCodeinGitDSL- [@ninjaprox]v7.0.13Compare Source
v7.0.12Compare Source
v7.0.11Compare Source
v7.0.10Compare Source
36de6b0)d096d18)v7.0.9Compare Source
v7.0.8Compare Source
v7.0.7Compare Source
vm2from Danger, it's not being used in Peril now - [@orta]danger prwith--jsonor --js` now don't require a Dangerfile to be present - [@orta]v7.0.4Compare Source
GITHUB_URLinstead of justDANGER_GITHUB_URLfor GitHub Enterprise. - [@Aghassi]v7.0.2Compare Source
(#804) - [@NMinhNguyen]
v5.0.0-beta-24. @dtinth
v7.0.1Compare Source
v7.0.0Compare Source
Updates
@octokit/restto v16.x.x - this is a major semver change on their end, which I know it breaks some ofArtsy/Danger's Peril Dangerfiles, so it's possible that it could break your Dangerfiles too. How do you know?
Roughly, if you have any code that uses
danger.github.apithen it's very possible that you need to update your code.There are update notes here, but if you're using TypeScript
then it'll raise the issues at a type-check level. Note, that this version may cause issues if you are using GitHub
Enterprise, you can get updates here.
v6.1.13Compare Source
Allow sub-processes to pass their own name an href so that it doesn't say made by Danger JS [@orta]
This is done by extending the
DangerResultsobject passed back to Danger JS, by adding a meta section to the JSON:{ "markdowns": [], "fails": [], "warnings": [], "messages": [], "meta": { "runtimeHref": "https://mysite.com", "runtimeName": "My Danger Runner" } }"meta"is optional, and will fall back to the DangerJS one.Removed a dependency (voca) now that we're using TypeScript and have access to .includes [@orta]
v6.1.12Compare Source
babel-coreis installed - [@sajjadzamani]v6.1.11Compare Source
c25eb34)09b9a69)f7cf264)1e9ff77)5e317d4)e8f0293)a96e87e)v6.1.10Compare Source
b576ed0)ec0f2b5)4be622f)0fdcda1)8aee4e0)5a837b0)e7a6c41)28bd18c)v6.1.9Compare Source
COPYchange type to fix a BitBucket Server regression indanger/danger-js#764 - [@sebinsua]
v6.1.8Compare Source
<p>tag from danger/danger-js#754 and adddistinction depending on containing markdown or not - [@hanneskaeufler]
v6.1.7Compare Source
v6.1.6Compare Source
DSL as a big JSON dump. We're exploring using this in Danger Swift with
danger/swift#108 - [@orta]
v6.1.5Compare Source
html_urlto the PR JSON declaration - [@orta]have a process that might not be ready to grab the DSL instantly from danger-js. The subprocess can print the message
danger://send-dslto stdout and danger-js will re-send the DSL via STDIN.danger/swift#108. - [@orta]
v6.1.4Compare Source
GitJSONDSLanddiffForFilefor BitBucket Server - [@langovoi]v6.1.3Compare Source
danger-jswhich means other languages could also use the command danger and they won't conflict withthe JS version - [@orta]
v6.1.2Compare Source
v6.1.1Compare Source
Allow sub-processes to pass their own name an href so that it doesn't say made by Danger JS [@orta]
This is done by extending the
DangerResultsobject passed back to Danger JS, by adding a meta section to the JSON:{ "markdowns": [], "fails": [], "warnings": [], "messages": [], "meta": { "runtimeHref": "https://mysite.com", "runtimeName": "My Danger Runner" } }"meta"is optional, and will fall back to the DangerJS one.Removed a dependency (voca) now that we're using TypeScript and have access to .includes [@orta]
v6.1.0Compare Source
v6.0.7Compare Source
v6.0.6Compare Source
v6.0.5Compare Source
danger pr- [@orta]v6.0.4Compare Source
v6.0.3Compare Source
"pending"status update properly using Bitbucket API - [@sgtcoolguy]v6.0.2Compare Source
3fa0cbe)v6.0.0Compare Source
Hah, my computer ran out opf power mid-deploy, and now I have to ship another build to make sure the brew versions of
Danger JS are set up correctly. - orta
Hah, I managed to run the same 'deploy major' command instead. So... Happy v6! - orta
v4.4.10Compare Source
45158c3)b55454a)6ca39c3)https-proxy-agentdependency (bb984cc)e95d4c5)@types/http-proxy-agentfromdependenciestodevDependencies(4704646)3a5e156)b20437f)149713d)1f30ce4)42ab3a9)958a583)7def0dd)88df217)de56cc6)d6ca32e)2c2ba21)2a7ed4e)9970570)e89499a)459bc49)edf7388)e4934b3)f2a723c)3393ff0)74baf58)ee9d408)2e1b1e9)dcc4815)37fec3a)3eab065)2b2f054)b478682)22a4f47)69585ad)7dc6c74)509c002)414fac1)2db3c61)5b3e5d6)7d638f7)1698cdd)465facd)3e8b218)ae70f3b)e81fff5)85fc52d)79db92a)51d1b88)f21e2a4)aed6295)1132886)18b76c9)77fd21d)fccfe24)eca80a4)eec12da)8930c91)c6563f8)d50c38d)03c19e0)20cd2f0)da287d8)d6e2f71)c43273a)4100842)0491713)6ea2bbd)60217e6)23eb323)3eaa002)12f3deb)23a81c9)aa11035)b2366f8)41d9842)7c7cb26)e798c9a)14546fe)8b588d6)27c9328)55209dd)be8de95)065b2a5)ac4465b)e7c08f4)fdf035a)5d62ea3)a4c420f)fbbcc1c)acf9b5d)30e8b1b)702e51d)d04a9fb)9b63869)2def262)9eea340)96b09e3)7b5c193)e000ed5)a6e6b66)344c561)6381f5a)a8e08c0)c8bf885)3b8b257)a06619c)6da69d5)cf072a1)7ae4f51)11d31b2)6a9147f)bbbd4c2)42eee88)8dd07b0)899ad3b)9c4107b)f57cb72)4f98c34)a97d425)b2290a4)47c2fe5)beb84ad)1f9f3db)06324ce)e1ee7ca)c71c297)d7355bf)f6313bc)3b04c13)1e67e09)87b3fc8)90ebb01)d4fb063)fbed484)8288b40)5b6d284)6468bf9)454e55b)c874b80)6028aa1)3e81fc6)13fc14d)49235d3)15aa0f2)f7ecf6f)0b78db4)1e722ef)174f8e1)d73c74c)8128716)c320382)dfba1bd)17f6860)f20d5fd)e33a079)45cd55b)ffcac58)575cde2)bc9d119)836a1f2)pullRequestParserin TeamCity provider (a9ac649)eb0fc73)79d1881)7ae8bee)e7032eb)009c3d6)f4a4391)3e8ccff)626c255)c6b5981)1633eff)08e8cb1)b2a994d)3c64123)0ead1bb)03c1086)c7ae097)6cefd96)bd833dd)ba4e969)6914dbf)0f06b2b)45293d2)0272a67)0e57deb)4d1906b)c5755a2)5f7b548)5c35282)941f0a7)344af5e)257c3d8)877463f)4a96d22)cfa289d)8935b2f)3c0970c)65c129c)0f46cea)6a113f2)0b90375)c1186a1)162510f)077db14)d86b1f0)1c243cf)2ef9e22)6649b2a)a68433b)a829ffa)5d95e11)73458ae)f9aa0ee)9ef2409)64d7ae0)c2adce4)fb39be0)05cd72d)0495094)f4054fd)f94cc13)438c71b)a52b974)f64a975)e5c79bd)d3287ed)a224e13)b01ed70)32aab7e)485e4bd)2dc959f)ca44a62)8d76df7)388ebc7)ddd3a9e)8756380)45a7de4)8ad3f9b)1034b2e)90df0b8)b0c09c5)81525f2)7e15520)c9939fc)f837624)d593523)4f74b42)c5a8f90)86b69b6)b91e704)67ed2ba](https://togithub.com/dangeRenovate configuration
📅 Schedule: "after 10pm every weekday,before 5am every weekday" in timezone America/Los_Angeles.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.