Core libraries for bunsen
Handlebars based file generator
Directed graph renderer for javascript
Core bunsen library for Ember apps
agonza40/ember-frost-buckets 0
A "buckets" widget for use with Ciena Frost
Create UIs from JSON configurations
agonza40/ember-frost-info-bar 0
A generic info bar pattern with title+subtitle+action button
startedgoogle/tf-quant-finance
started time in 6 days
push eventciena-blueplanet/pr-bumper
commit sha c55bf5ffd5b2c1a2e908b2a52f8f2605d934cf54
[pr-bumper] Automated version bump to 5.1.4 From CI build 509
push time in 12 days
created tagciena-blueplanet/pr-bumper
Bump the version of an npm package based on a GitHub Pull Request
created time in 12 days
push eventciena-blueplanet/pr-bumper
commit sha a7c658631ca29ea2648b1d93f6c53aadacbcb4fc
Add tests
commit sha f33c1437c3bb0f6945a0f9674353922fe256ebec
Merge pull request #174 from EWhite613/trigger-build Trigger another build
push time in 12 days
PR merged ciena-blueplanet/pr-bumper
Overview
Does this PR close an existing issue?
No PR should be opened without opening an issue first. Any change needs to be discussed before proceeding.
Summary
Trigger another build for 5.1.4 since 5.1.3 was already published
Issue Number(s)
Which issue(s) does this PR address?
Put Closes #XXXX
below to auto-close the issue that this PR addresses:
- Closes #
Checklist
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] I have evaluated if the README.md documentation needs to be updated
- [ ] I have evaluated if DocBlock headers needed to be added or updated
- [ ] I have verified that lint and tests pass locally with my changes
- [ ] If a fork of a dependent package had to be made to address the issue this PR closes:
- [ ] I noted in the fork's README.md the reason the fork was created
- [ ] I have opened an upstream issue detailing what was deficient about the dependency
- [ ] I have opened an upstream PR addressing this deficiency
- [ ] I have opened an issue in this repository to track this PR and schedule the removal of the usage of the fork
Semver
This project uses semver, please check the scope of this PR:
- [ ] #none#
- [x] #patch#
- [ ] #minor#
- [ ] #major#
Examples:
- NONE
- README.md changes
- test additions
- changes to files that are not used by a consuming application (.travis.yml, .gitignore, etc)
- PATCH
- backwards-compatible bug fix
- nothing about how to use the code has changed
- nothing about the outcome of the code has changed (though it likely corrected it)
- backwards-compatible bug fix
- MINOR
- adding functionality in a backwards-compatible manner
- nothing about how used to use the code has changed but using it in a new way will do new things
- nothing about the outcome of the code has changed without having to first use it in a new way
- adding functionality in a backwards-compatible manner
- MAJOR
- incompatible API change
- using the code how used to will cease working
- using the code how used to will have a different outcome
- incompatible API change
CHANGELOG
- Add tests for bitbucket v7 fix
pr closed time in 12 days
PR opened ciena-blueplanet/pr-bumper
Overview
Does this PR close an existing issue?
No PR should be opened without opening an issue first. Any change needs to be discussed before proceeding.
Summary
Trigger another build for 5.1.4 since 5.1.3 was already published
Issue Number(s)
Which issue(s) does this PR address?
Put Closes #XXXX
below to auto-close the issue that this PR addresses:
- Closes #
Checklist
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] I have evaluated if the README.md documentation needs to be updated
- [ ] I have evaluated if DocBlock headers needed to be added or updated
- [ ] I have verified that lint and tests pass locally with my changes
- [ ] If a fork of a dependent package had to be made to address the issue this PR closes:
- [ ] I noted in the fork's README.md the reason the fork was created
- [ ] I have opened an upstream issue detailing what was deficient about the dependency
- [ ] I have opened an upstream PR addressing this deficiency
- [ ] I have opened an issue in this repository to track this PR and schedule the removal of the usage of the fork
Semver
This project uses semver, please check the scope of this PR:
- [ ] #none#
- [x] #patch#
- [ ] #minor#
- [ ] #major#
Examples:
- NONE
- README.md changes
- test additions
- changes to files that are not used by a consuming application (.travis.yml, .gitignore, etc)
- PATCH
- backwards-compatible bug fix
- nothing about how to use the code has changed
- nothing about the outcome of the code has changed (though it likely corrected it)
- backwards-compatible bug fix
- MINOR
- adding functionality in a backwards-compatible manner
- nothing about how used to use the code has changed but using it in a new way will do new things
- nothing about the outcome of the code has changed without having to first use it in a new way
- adding functionality in a backwards-compatible manner
- MAJOR
- incompatible API change
- using the code how used to will cease working
- using the code how used to will have a different outcome
- incompatible API change
CHANGELOG
- Add tests for bitbucket v7 fix
pr created time in 12 days
delete branch ciena-blueplanet/pr-bumper
delete branch : dependabot/npm_and_yarn/eslint-4.18.2
delete time in 13 days
PR closed ciena-blueplanet/pr-bumper
Bumps eslint from 3.19.0 to 4.18.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p> <blockquote> <h2>v4.18.2</h2> <ul> <li>6b71fd0 Fix: table@4.0.2, because 4.0.3 needs "ajv": "^6.0.1" (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/10022">#10022</a>) (Mathieu Seiler)</li> <li>3c697de Chore: fix incorrect comment about linter.verify return value (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/10030">#10030</a>) (Teddy Katz)</li> <li>9df8653 Chore: refactor parser-loading out of linter.verify (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/10028">#10028</a>) (Teddy Katz)</li> <li>f6901d0 Fix: remove catastrophic backtracking vulnerability (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/10002">#10002</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/10019">#10019</a>) (Jamie Davis)</li> <li>e4f52ce Chore: Simplify dataflow in linter.verify (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/10020">#10020</a>) (Teddy Katz)</li> <li>33177cd Chore: make library files non-executable (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/10021">#10021</a>) (Teddy Katz)</li> <li>558ccba Chore: refactor directive comment processing (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/10007">#10007</a>) (Teddy Katz)</li> <li>18e15d9 Chore: avoid useless catch clauses that just rethrow errors (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/10010">#10010</a>) (Teddy Katz)</li> <li>a1c3759 Chore: refactor populating configs with defaults in linter (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/10006">#10006</a>) (Teddy Katz)</li> <li>aea07dc Fix: Make max-len ignoreStrings ignore JSXText (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9954">#9954</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9985">#9985</a>) (Rachael Sim)</li> </ul> <h2>v4.18.1</h2> <ul> <li>f417506 Fix: ensure no-await-in-loop reports the correct node (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9992">#9992</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9993">#9993</a>) (Teddy Katz)</li> <li>3e99363 Docs: Fixed typo in key-spacing rule doc (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9987">#9987</a>) (Jaid)</li> <li>7c2cd70 Docs: deprecate experimentalObjectRestSpread (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9986">#9986</a>) (Toru Nagashima)</li> </ul> <h2>v4.18.0</h2> <ul> <li>70f22f3 Chore: Apply memoization to config creation within glob utils (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9944">#9944</a>) (Kenton Jacobsen)</li> <li>0e4ae22 Update: fix indent bug with binary operators/ignoredNodes (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9882">#9882</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9951">#9951</a>) (Teddy Katz)</li> <li>47ac478 Update: add named imports and exports for object-curly-newline (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9876">#9876</a>) (Nicholas Chua)</li> <li>e8efdd0 Fix: support Rest/Spread Properties (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9885">#9885</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9943">#9943</a>) (Toru Nagashima)</li> <li>f012b8c Fix: support Async iteration (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9891">#9891</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9957">#9957</a>) (Toru Nagashima)</li> <li>74fa253 Docs: Clarify no-mixed-operators options (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9962">#9962</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9964">#9964</a>) (Ivan Hayes)</li> <li>426868f Docs: clean up key-spacing docs (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9900">#9900</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9963">#9963</a>) (Abid Uzair)</li> <li>4a6f22e Update: support eslint-disable-* block comments (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/8781">#8781</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9745">#9745</a>) (Erin)</li> <li>777283b Docs: Propose fix typo for function (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9965">#9965</a>) (John Eismeier)</li> <li>bf3d494 Docs: Fix typo in max-len ignorePattern example. (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9956">#9956</a>) (Tim Martin)</li> <li>d64fbb4 Docs: fix typo in prefer-destructuring.md example (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9930">#9930</a>) (Vse Mozhet Byt)</li> <li>f8d343f Chore: Fix default issue template (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9946">#9946</a>) (Kai Cataldo)</li> </ul> <h2>v4.17.0</h2> <ul> <li>1da1ada Update: Add "multiline" type to padding-line-between-statements (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/8668">#8668</a>) (Matthew Bennett)</li> <li>bb213dc Chore: Use messageIds in some of the core rules (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9648">#9648</a>) (Jed Fox)</li> <li>1aa1970 Docs: remove outdated rule naming convention (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9925">#9925</a>) (Teddy Katz)</li> <li>3afaff6 Docs: Add prefer-destructuring variable reassignment example (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9873">#9873</a>) (LePirlouit)</li> <li>d20f6b4 Fix: Typo in error message when running npm (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9866">#9866</a>) (Maciej Kasprzyk)</li> <li>51ec6a7 Docs: Use GitHub Multiple PR/Issue templates (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9911">#9911</a>) (Kai Cataldo)</li> <li>dc80487 Update: space-unary-ops uses astUtils.canTokensBeAdjacent (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9907">#9907</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9906">#9906</a>) (Kevin Partington)</li> <li>084351b Docs: Fix the messageId example (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9889">#9889</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9892">#9892</a>) (Jed Fox)</li> <li>9cbb487 Docs: Mention the <code>globals</code> key in the no-undef docs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9867">#9867</a>) (Dan Dascalescu)</li> </ul> <h2>v4.16.0</h2> <ul> <li>e26a25f Update: allow continue instead of if wrap in guard-for-in (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/7567">#7567</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9796">#9796</a>) (Michael Ficarra)</li> <li>af043eb Update: Add NewExpression support to comma-style (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9591">#9591</a>) (Frazer McLean)</li> <li>4f898c7 Build: Fix JSDoc syntax errors (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9813">#9813</a>) (Matija Marohnić)</li> <li>13bcf3c Fix: Removing curly quotes in no-eq-null report message (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9852">#9852</a>) (Kevin Partington)</li> <li>b96fb31 Docs: configuration hierarchy for CLIEngine options (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9526">#9526</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9855">#9855</a>) (PiIsFour)</li> <li>8ccbdda Docs: Clarify that -c configs merge with <code>.eslintrc.</code> (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9535">#9535</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9847">#9847</a>) (Kevin Partington)</li> <li>978574f Docs: Fix examples for no-useless-escape (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9853">#9853</a>) (Toru Kobayashi)</li> </ul> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/master/CHANGELOG.md">eslint's changelog</a>.</em></p> <blockquote> <p>v4.18.2 - March 2, 2018</p> <ul> <li>6b71fd0 Fix: table@4.0.2, because 4.0.3 needs "ajv": "^6.0.1" (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/10022">#10022</a>) (Mathieu Seiler)</li> <li>3c697de Chore: fix incorrect comment about linter.verify return value (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/10030">#10030</a>) (Teddy Katz)</li> <li>9df8653 Chore: refactor parser-loading out of linter.verify (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/10028">#10028</a>) (Teddy Katz)</li> <li>f6901d0 Fix: remove catastrophic backtracking vulnerability (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/10002">#10002</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/10019">#10019</a>) (Jamie Davis)</li> <li>e4f52ce Chore: Simplify dataflow in linter.verify (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/10020">#10020</a>) (Teddy Katz)</li> <li>33177cd Chore: make library files non-executable (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/10021">#10021</a>) (Teddy Katz)</li> <li>558ccba Chore: refactor directive comment processing (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/10007">#10007</a>) (Teddy Katz)</li> <li>18e15d9 Chore: avoid useless catch clauses that just rethrow errors (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/10010">#10010</a>) (Teddy Katz)</li> <li>a1c3759 Chore: refactor populating configs with defaults in linter (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/10006">#10006</a>) (Teddy Katz)</li> <li>aea07dc Fix: Make max-len ignoreStrings ignore JSXText (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9954">#9954</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9985">#9985</a>) (Rachael Sim)</li> </ul> <p>v4.18.1 - February 20, 2018</p> <ul> <li>f417506 Fix: ensure no-await-in-loop reports the correct node (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9992">#9992</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9993">#9993</a>) (Teddy Katz)</li> <li>3e99363 Docs: Fixed typo in key-spacing rule doc (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9987">#9987</a>) (Jaid)</li> <li>7c2cd70 Docs: deprecate experimentalObjectRestSpread (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9986">#9986</a>) (Toru Nagashima)</li> </ul> <p>v4.18.0 - February 16, 2018</p> <ul> <li>70f22f3 Chore: Apply memoization to config creation within glob utils (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9944">#9944</a>) (Kenton Jacobsen)</li> <li>0e4ae22 Update: fix indent bug with binary operators/ignoredNodes (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9882">#9882</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9951">#9951</a>) (Teddy Katz)</li> <li>47ac478 Update: add named imports and exports for object-curly-newline (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9876">#9876</a>) (Nicholas Chua)</li> <li>e8efdd0 Fix: support Rest/Spread Properties (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9885">#9885</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9943">#9943</a>) (Toru Nagashima)</li> <li>f012b8c Fix: support Async iteration (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9891">#9891</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9957">#9957</a>) (Toru Nagashima)</li> <li>74fa253 Docs: Clarify no-mixed-operators options (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9962">#9962</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9964">#9964</a>) (Ivan Hayes)</li> <li>426868f Docs: clean up key-spacing docs (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9900">#9900</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9963">#9963</a>) (Abid Uzair)</li> <li>4a6f22e Update: support eslint-disable- block comments (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/8781">#8781</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9745">#9745</a>) (Erin)</li> <li>777283b Docs: Propose fix typo for function (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9965">#9965</a>) (John Eismeier)</li> <li>bf3d494 Docs: Fix typo in max-len ignorePattern example. (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9956">#9956</a>) (Tim Martin)</li> <li>d64fbb4 Docs: fix typo in prefer-destructuring.md example (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9930">#9930</a>) (Vse Mozhet Byt)</li> <li>f8d343f Chore: Fix default issue template (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9946">#9946</a>) (Kai Cataldo)</li> </ul> <p>v4.17.0 - February 2, 2018</p> <ul> <li>1da1ada Update: Add "multiline" type to padding-line-between-statements (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/8668">#8668</a>) (Matthew Bennett)</li> <li>bb213dc Chore: Use messageIds in some of the core rules (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9648">#9648</a>) (Jed Fox)</li> <li>1aa1970 Docs: remove outdated rule naming convention (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9925">#9925</a>) (Teddy Katz)</li> <li>3afaff6 Docs: Add prefer-destructuring variable reassignment example (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9873">#9873</a>) (LePirlouit)</li> <li>d20f6b4 Fix: Typo in error message when running npm (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9866">#9866</a>) (Maciej Kasprzyk)</li> <li>51ec6a7 Docs: Use GitHub Multiple PR/Issue templates (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9911">#9911</a>) (Kai Cataldo)</li> <li>dc80487 Update: space-unary-ops uses astUtils.canTokensBeAdjacent (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9907">#9907</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9906">#9906</a>) (Kevin Partington)</li> <li>084351b Docs: Fix the messageId example (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9889">#9889</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9892">#9892</a>) (Jed Fox)</li> <li>9cbb487 Docs: Mention the <code>globals</code> key in the no-undef docs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9867">#9867</a>) (Dan Dascalescu)</li> </ul> <p>v4.16.0 - January 19, 2018</p> <ul> <li>e26a25f Update: allow continue instead of if wrap in guard-for-in (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/7567">#7567</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9796">#9796</a>) (Michael Ficarra)</li> <li>af043eb Update: Add NewExpression support to comma-style (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/9591">#9591</a>) (Frazer McLean)</li> </ul> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/22ff6f3ab122f61c10fa51f9b1082f2e6f302938"><code>22ff6f3</code></a> 4.18.2</li> <li><a href="https://github.com/eslint/eslint/commit/817b84bf523dee12884ed37c9c86328e9fb5c532"><code>817b84b</code></a> Build: changelog update for 4.18.2</li> <li><a href="https://github.com/eslint/eslint/commit/6b71fd0bcbf9cc00ed4076587f5692b72f6e9aa5"><code>6b71fd0</code></a> Fix: table@4.0.2, because 4.0.3 needs "ajv": "^6.0.1" (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/10022">#10022</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/3c697de6182b19d49b910a33b1bc6b0a0e2569b3"><code>3c697de</code></a> Chore: fix incorrect comment about linter.verify return value (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/10030">#10030</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/9df865326616b9865ab186c9769e95bc0bf98a20"><code>9df8653</code></a> Chore: refactor parser-loading out of linter.verify (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/10028">#10028</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/f6901d0bcf6c918ac4e5c6c7c4bddeb2cb715c09"><code>f6901d0</code></a> Fix: remove catastrophic backtracking vulnerability (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/10002">#10002</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/10019">#10019</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/e4f52ce6a6b6149e21b1d1a2f3f5f71d58d7106a"><code>e4f52ce</code></a> Chore: Simplify dataflow in linter.verify (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/10020">#10020</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/33177cd863e37897fd1c7e98f2f69ba31028453b"><code>33177cd</code></a> Chore: make library files non-executable (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/10021">#10021</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/558ccba0fc8cafd969c7f18ff09be7fc0670536f"><code>558ccba</code></a> Chore: refactor directive comment processing (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/10007">#10007</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/18e15d978c17503f7ca352333a47069afcb70a1c"><code>18e15d9</code></a> Chore: avoid useless catch clauses that just rethrow errors (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/10010">#10010</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v3.19.0...v4.18.2">compare view</a></li> </ul> </details> <br />
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
.
<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 recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor 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
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in 13 days
pull request commentciena-blueplanet/pr-bumper
Bump eslint from 3.19.0 to 4.18.2
Looks like eslint is up-to-date now, so this is no longer needed.
comment created time in 13 days
push eventciena-blueplanet/pr-bumper
commit sha 9f60ca8a201ca5e5858266aad4ff9dd39dffeb77
[pr-bumper] Automated version bump to 5.1.3 From CI build 506
push time in 13 days
push eventciena-blueplanet/pr-bumper
commit sha 4597c7754230b05b65043c162861389897d920dd
Fix bitbucket 7
commit sha b3f1dfb0d72ed90f6d6475094a7ff5ae0e28e4dc
Merge pull request #173 from EWhite613/fix-bitbucket-7 Fix bitbucket 7
push time in 13 days
PR merged ciena-blueplanet/pr-bumper
Overview
Does this PR close an existing issue?
No PR should be opened without opening an issue first. Any change needs to be discussed before proceeding.
Summary
Provide a general summary of the issue addressed in the title above
Issue Number(s)
Which issue(s) does this PR address?
Put Closes #XXXX
below to auto-close the issue that this PR addresses:
- Closes #
Checklist
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] I have evaluated if the README.md documentation needs to be updated
- [ ] I have evaluated if DocBlock headers needed to be added or updated
- [ ] I have verified that lint and tests pass locally with my changes
- [ ] If a fork of a dependent package had to be made to address the issue this PR closes:
- [ ] I noted in the fork's README.md the reason the fork was created
- [ ] I have opened an upstream issue detailing what was deficient about the dependency
- [ ] I have opened an upstream PR addressing this deficiency
- [ ] I have opened an issue in this repository to track this PR and schedule the removal of the usage of the fork
Semver
This project uses semver, please check the scope of this PR:
- [ ] #none#
- [x] #patch#
- [ ] #minor#
- [ ] #major#
Examples:
- NONE
- README.md changes
- test additions
- changes to files that are not used by a consuming application (.travis.yml, .gitignore, etc)
- PATCH
- backwards-compatible bug fix
- nothing about how to use the code has changed
- nothing about the outcome of the code has changed (though it likely corrected it)
- backwards-compatible bug fix
- MINOR
- adding functionality in a backwards-compatible manner
- nothing about how used to use the code has changed but using it in a new way will do new things
- nothing about the outcome of the code has changed without having to first use it in a new way
- adding functionality in a backwards-compatible manner
- MAJOR
- incompatible API change
- using the code how used to will cease working
- using the code how used to will have a different outcome
- incompatible API change
CHANGELOG
- Fix pr-bumper compatibility with bitbucket 7 new merging
pr closed time in 13 days
pull request commentciena-blueplanet/pr-bumper
Codecov Report
Merging #173 (4597c77) into master (3c5dad9) will increase coverage by
2.73%
. The diff coverage is94.11%
.
@@ Coverage Diff @@
## master #173 +/- ##
==========================================
+ Coverage 90.66% 93.39% +2.73%
==========================================
Files 12 13 +1
Lines 514 818 +304
Branches 62 106 +44
==========================================
+ Hits 466 764 +298
- Misses 48 54 +6
comment created time in 13 days
PR opened ciena-blueplanet/pr-bumper
Overview
Does this PR close an existing issue?
No PR should be opened without opening an issue first. Any change needs to be discussed before proceeding.
Summary
Provide a general summary of the issue addressed in the title above
Issue Number(s)
Which issue(s) does this PR address?
Put Closes #XXXX
below to auto-close the issue that this PR addresses:
- Closes #
Checklist
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] I have evaluated if the README.md documentation needs to be updated
- [ ] I have evaluated if DocBlock headers needed to be added or updated
- [ ] I have verified that lint and tests pass locally with my changes
- [ ] If a fork of a dependent package had to be made to address the issue this PR closes:
- [ ] I noted in the fork's README.md the reason the fork was created
- [ ] I have opened an upstream issue detailing what was deficient about the dependency
- [ ] I have opened an upstream PR addressing this deficiency
- [ ] I have opened an issue in this repository to track this PR and schedule the removal of the usage of the fork
Semver
This project uses semver, please check the scope of this PR:
- [ ] #none#
- [x] #patch#
- [ ] #minor#
- [ ] #major#
Examples:
- NONE
- README.md changes
- test additions
- changes to files that are not used by a consuming application (.travis.yml, .gitignore, etc)
- PATCH
- backwards-compatible bug fix
- nothing about how to use the code has changed
- nothing about the outcome of the code has changed (though it likely corrected it)
- backwards-compatible bug fix
- MINOR
- adding functionality in a backwards-compatible manner
- nothing about how used to use the code has changed but using it in a new way will do new things
- nothing about the outcome of the code has changed without having to first use it in a new way
- adding functionality in a backwards-compatible manner
- MAJOR
- incompatible API change
- using the code how used to will cease working
- using the code how used to will have a different outcome
- incompatible API change
CHANGELOG
- Fix pr-bumper compatibility with bitbucket 7 new merging
pr created time in 13 days
startedtylerfloyd/TastyWorks
started time in 14 days
startedopposablebrain/remarkableOCRsync
started time in 19 days
startedGRVYDEV/Project-Lightspeed
started time in 20 days
startedchpatton013/comedian
started time in a month
startedfacontidavide/PlotJuggler
started time in 2 months
startedmahilab/mahi-gui
started time in 2 months
created repositorybobsomers/home-services
Docker compose files and systemd units that run my home.
created time in 2 months
startedBrainiumLLC/cargo-mobile
started time in 2 months
startedPostgREST/postgrest
started time in 2 months
startedxournalpp/xournalpp
started time in 2 months
startedmakepad/makepad
started time in 2 months