chore(deps): update dependency danger to v10 #93
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 Pull Request updates dependency danger from
^3.6.6
to^10.0.0
Release Notes
v10.6.4
Compare Source
v10.6.3
Compare Source
ciRunURL
underlying env var - [@rogerluan]v10.6.2
Compare Source
gitlab.approvals
- kelvin-lemonv10.6.1
Compare Source
v10.6.0
Compare Source
DANGER_DISABLE_TSC
environment variable to disable transpiling with tsc, providing a way to force transpilingwith Babel - [@ozzieorca]
--newComment
and--removePreviousComments
- [@davidhouweling]v10.5.4
Compare Source
danger local
not passing through--staging
- [@g3offrey]v10.5.3
Compare Source
danger local
not showing commit messages - [@hmschreiner]v10.5.2
Compare Source
danger.git.head
anddanger.git.base
- [@jamiebuilds]v10.5.1
Compare Source
v10.5.0
Compare Source
--use-github-checks
#1073 [@wardpeet]v10.4.1
Compare Source
tsconfig.json
file lookup strategy: it now looks for it starting from the location of the danger file.#1068 [@igorbek]
v10.4.0
Compare Source
DANGER_FAKE_CI
etc. [@orta]v10.3.1
Compare Source
npx danger-ts
[@orta]v10.3.0
Compare Source
--ignoreOutOfDiffComments
so that you can ignore inline-comments for lines that were not changedin the checked PR. The comments would be ignored completely - they won't even show in the results comment. [@pinkasey]
v10.2.1
Compare Source
v10.2.0
Compare Source
createOrUpdatePR
, add the description (as done when editing) - [@sogame]v10.1.1
Compare Source
v10.1.0
Compare Source
createOrAddLabel
use pagination to fetch them all - [@sogame]v10.0.0
Compare Source
Changed JSON patch implementation for better memory performance. [@dkundel]
Breaking:
JSONPatchForFile
will return a different order of operations than previously. It will also return apath
with the index of the element inserted into an array foradd
operations.v9.4.0
Compare Source
v9.3.0
Compare Source
danger local
command - [@soyn]parse-diff
library - [@417-72KI]@octokit/rest
deprecation warning when using.issues.addLabels()
- [@sogame]v9.2.10
Compare Source
v9.2.9
Compare Source
v9.2.8
Compare Source
v9.2.7
Compare Source
v9.2.6
Compare Source
v9.2.5
Compare Source
v9.2.4
Compare Source
v9.2.3
Compare Source
v9.2.2
Compare Source
v9.2.1
Compare Source
v9.2.0
Compare Source
v9.1.8
Compare Source
v9.1.7
Compare Source
v9.1.5
Compare Source
v9.1.4
Compare Source
BITBUCKET_REPO_FULL_NAME
in bitbucket pipeline. - [@Soyn]v9.1.3
Compare Source
v9.1.1
Compare Source
v9.1.0
Compare Source
v9.0.3
Compare Source
handleResults
to be called without agit
object - [@jtreanor]v9.0.2
Compare Source
v9.0.1
Compare Source
v9.0.0
Compare Source
v8.0.0
v7.1.4
Compare Source
danger.github.utils.createOrUpdatePR
- [@ds300]v7.1.3
Compare Source
v7.1.2
Compare 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.1
Compare Source
v7.1.0
Compare 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.19
Compare Source
v7.0.17
Compare Source
v7.0.16
Compare Source
v7.0.15
Compare Source
v7.0.14
Compare Source
linesOfCode
inGitDSL
- [@ninjaprox]v7.0.13
Compare Source
v7.0.12
Compare Source
v7.0.11
Compare Source
v7.0.10
Compare Source
v7.0.9
Compare Source
v7.0.8
Compare Source
v7.0.7
Compare Source
vm2
from Danger, it's not being used in Peril now - [@orta]danger pr
with--json
or --js` now don't require a Dangerfile to be present - [@orta]v7.0.4
Compare Source
GITHUB_URL
instead of justDANGER_GITHUB_URL
for GitHub Enterprise. - [@Aghassi]v7.0.2
Compare Source
(#804) - [@NMinhNguyen]
v5.0.0-beta-24. @dtinth
v7.0.1
Compare Source
v7.0.0
Compare Source
Updates
@octokit/rest
to 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.api
then 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.13
Compare 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
DangerResults
object passed back to Danger JS, by adding a meta section to the JSON:"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.12
Compare Source
babel-core
is installed - [@sajjadzamani]v6.1.11
Compare Source
v6.1.10
Compare Source
v6.1.9
Compare Source
COPY
change type to fix a BitBucket Server regression indanger/danger-js#764 - [@sebinsua]
v6.1.8
Compare Source
<p>
tag from danger/danger-js#754 and adddistinction depending on containing markdown or not - [@hanneskaeufler]
v6.1.7
Compare Source
v6.1.6
Compare Source
DSL as a big JSON dump. We're exploring using this in Danger Swift with
danger/swift#108 - [@orta]
v6.1.5
Compare Source
html_url
to 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-dsl
to stdout and danger-js will re-send the DSL via STDIN.danger/swift#108. - [@orta]
v6.1.4
Compare Source
GitJSONDSL
anddiffForFile
for BitBucket Server - [@langovoi]v6.1.3
Compare Source
danger-js
which means other languages could also use the command danger and they won't conflict withthe JS version - [@orta]
v6.1.2
Compare Source
v6.1.1
Compare 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
DangerResults
object passed back to Danger JS, by adding a meta section to the JSON:"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.0
Compare Source
v6.0.7
Compare Source
v6.0.6
Compare Source
v6.0.5
Compare Source
danger pr
- [@orta]v6.0.4
Compare Source
v6.0.3
Compare Source
"pending"
status update properly using Bitbucket API - [@sgtcoolguy]v6.0.2
Compare Source
v6.0.0
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.10
Compare Source
https-proxy-agent
dependency (bb984cc)@types/http-proxy-agent
fromdependencies
todevDependencies
(4704646)pullRequestParser
in TeamCity provider (a9ac649)reset-status
command (51283c0)_tests
directory (13d7268)danger
(2da2f2b)danger pr
fixes (436b3e1)danger
command better (f1dddc2)notthis run not executing (bc14a3c)JSONDiffForFile
(058528e)JSONPatchForFile
(a990ba4)diffForFile
(5f88511)danger pr --repl
(a596366)DANGER_GITHUB_API_TOKEN
is not set. (f85043c)v4.4.8
Compare Source
v4.4.7
Compare Source
v4.4.6
Compare Source
v4.3.0
Compare Source
v4.0.2
Compare Source
v4.0.1
Compare Source
This PR has been generated by Renovate Bot.