This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 180
Bump javascript-brunch from 2.0.0 to 2.10.0 #466
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependabot-preview
bot
added
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
labels
Sep 19, 2018
bors r+ |
Merge conflict (retrying...) |
2 similar comments
Merge conflict (retrying...) |
Merge conflict (retrying...) |
Bumps [javascript-brunch](https://github.com/brunch/javascript-brunch) from 2.0.0 to 2.10.0. - [Release notes](https://github.com/brunch/javascript-brunch/releases) - [Changelog](https://github.com/brunch/javascript-brunch/blob/master/CHANGELOG.md) - [Commits](brunch/javascript-brunch@2.0.0...2.10.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
dependabot-preview
bot
force-pushed
the
dependabot/npm_and_yarn/javascript-brunch-2.10.0
branch
from
September 19, 2018 04:22
09e7a0c
to
9ec6346
Compare
Canceled |
bors r+ |
Merge conflict (retrying...) |
bors bot
added a commit
that referenced
this pull request
Sep 19, 2018
466: Bump javascript-brunch from 2.0.0 to 2.10.0 r=notriddle a=dependabot[bot] Bumps [javascript-brunch](https://github.com/brunch/javascript-brunch) from 2.0.0 to 2.10.0. <details> <summary>Commits</summary> - [`8d7282f`](brunch/javascript-brunch@8d7282f) Release 2.10.0. - [`00a5b88`](brunch/javascript-brunch@00a5b88) Update README.md - [`01507db`](brunch/javascript-brunch@01507db) Deprecate plugin ([#12](https://github-redirect.dependabot.com/brunch/javascript-brunch/issues/12)) - [`f6a9195`](brunch/javascript-brunch@f6a9195) Fix brunch/brunch#1486 ([#11](https://github-redirect.dependabot.com/brunch/javascript-brunch/issues/11)) - [`a4ec74c`](brunch/javascript-brunch@a4ec74c) Merge pull request [#10](https://github-redirect.dependabot.com/brunch/javascript-brunch/issues/10) from brunch/ignore-transpiled - [`143f727`](brunch/javascript-brunch@143f727) do not check syntax of transpiled files - [`6662d28`](brunch/javascript-brunch@6662d28) lint test.js - [`495e610`](brunch/javascript-brunch@495e610) update deps - [`883f64b`](brunch/javascript-brunch@883f64b) update tests - [`2dbf7ec`](brunch/javascript-brunch@2dbf7ec) config and plugins are always objects - Additional commits viewable in [compare view](brunch/javascript-brunch@2.0.0...2.10.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=javascript-brunch&package-manager=npm_and_yarn&previous-version=2.0.0&new-version=2.10.0)](https://dependabot.com/compatibility-score.html?dependency-name=javascript-brunch&package-manager=npm_and_yarn&previous-version=2.0.0&new-version=2.10.0) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details> Co-authored-by: dependabot[bot] <support@dependabot.com>
Build succeeded |
dependabot-preview
bot
deleted the
dependabot/npm_and_yarn/javascript-brunch-2.10.0
branch
September 19, 2018 15:37
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
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.
Bumps javascript-brunch from 2.0.0 to 2.10.0.
Commits
8d7282f
Release 2.10.0.00a5b88
Update README.md01507db
Deprecate plugin (#12)f6a9195
Fix Plugins: Replace npm i —save with —save-dev brunch/brunch#1486 (#11)a4ec74c
Merge pull request #10 from brunch/ignore-transpiled143f727
do not check syntax of transpiled files6662d28
lint test.js495e610
update deps883f64b
update tests2dbf7ec
config and plugins are always objectsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking
Bump now
in your Dependabot dashboard.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot merge
will merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge@dependabot reopen
will reopen this PR if it is closed@dependabot ignore this [patch|minor|major] version
will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard:
Finally, you can contact us by mentioning @dependabot.