Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Bump acorn from 6.4.0 to 6.4.1 #110

Merged
merged 1 commit into from
Apr 6, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 4, 2020

Bumps acorn from 6.4.0 to 6.4.1.

Commits

Dependabot compatibility score

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.


Dependabot commands and options

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.

Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](acornjs/acorn@6.4.0...6.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
@codecov
Copy link

codecov bot commented Apr 4, 2020

Codecov Report

Merging #110 into master will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #110   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           25        25           
  Lines          913       913           
  Branches       128       128           
=========================================
  Hits           913       913           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8d307f2...8d8f961. Read the comment docs.

@Blackbaud-SteveBrush Blackbaud-SteveBrush merged commit 51d47b5 into master Apr 6, 2020
@Blackbaud-SteveBrush Blackbaud-SteveBrush deleted the dependabot/npm_and_yarn/acorn-6.4.1 branch April 6, 2020 12:21
Blackbaud-SteveBrush added a commit that referenced this pull request May 7, 2020
* Bump acorn from 6.4.0 to 6.4.1 (#110)

Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](acornjs/acorn@6.4.0...6.4.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* added license (#112)

Added license to address blackbaud/skyux2-docs#894

* Toggle Switch - Phase 2 docs (#109)

* First pass of adding phase 2 of toggle switch docs

* Added docs tools styles & related components

* Add design demo

* Clean up code for e2e check

* Remove unused imports

* Add code demo

* Update the pact package

* Fix visual

* Implemented feedback

* Fixed formatting issues

* updated dev dependencies

* Fix demo

* Add default value for `checked`

* Added description for toggle switch label

* Added description for SkyToggleSwitchChange

* Updating with revised text

Co-authored-by: Somalia Jamall <somalia.jamall@blackbaud.com>
Co-authored-by: John Lyons <John.Lyons@blackbaud.com>
Co-authored-by: Blackbaud-SteveBrush <steve.brush@blackbaud.com>

* A11y improvements (#114)

* a11y improvements

* Remove codeowners

* Upgrade packages

* Fix screenshots

* Fix visual

* Revert image deletion

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Denise Pena <Denise.Pena@blackbaud.me>
Co-authored-by: Somalia Jamall <somalia.jamall@blackbaud.com>
Co-authored-by: John Lyons <John.Lyons@blackbaud.com>
Blackbaud-SteveBrush added a commit that referenced this pull request May 13, 2020
* [rc] Angular 9; drop RxJS 5 (#102)

* Updated changelog/package.json for 4.0.0-rc.0 release

* [rc] Merge master; test fixtures (#115)

* Bump acorn from 6.4.0 to 6.4.1 (#110)

Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](acornjs/acorn@6.4.0...6.4.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* added license (#112)

Added license to address blackbaud/skyux2-docs#894

* Toggle Switch - Phase 2 docs (#109)

* First pass of adding phase 2 of toggle switch docs

* Added docs tools styles & related components

* Add design demo

* Clean up code for e2e check

* Remove unused imports

* Add code demo

* Update the pact package

* Fix visual

* Implemented feedback

* Fixed formatting issues

* updated dev dependencies

* Fix demo

* Add default value for `checked`

* Added description for toggle switch label

* Added description for SkyToggleSwitchChange

* Updating with revised text

Co-authored-by: Somalia Jamall <somalia.jamall@blackbaud.com>
Co-authored-by: John Lyons <John.Lyons@blackbaud.com>
Co-authored-by: Blackbaud-SteveBrush <steve.brush@blackbaud.com>

* A11y improvements (#114)

* a11y improvements

* Remove codeowners

* Upgrade packages

* Fix screenshots

* Fix visual

* Revert image deletion

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Denise Pena <Denise.Pena@blackbaud.me>
Co-authored-by: Somalia Jamall <somalia.jamall@blackbaud.com>
Co-authored-by: John Lyons <John.Lyons@blackbaud.com>

* Updated changelog/package.json for 4.0.0-rc.1 release

* [rc] Added type for `errorType` (#118)

* Upgrade

* Update changelog/package.json for 4.0.0 release

* Updated changelog

* Fix changelog

* Update date and wording tweak

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Denise Pena <Denise.Pena@blackbaud.me>
Co-authored-by: Somalia Jamall <somalia.jamall@blackbaud.com>
Co-authored-by: John Lyons <John.Lyons@blackbaud.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant