Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

build(deps): Bump acorn from 5.7.3 to 5.7.4 #25

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Commits on Jul 2, 2019

  1. chore: Fix listener addition/removal

    Just in case clients get preserved across calls.
    grabango-km committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    7acccc6 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2019

  1. chore: Move ConnectionPanel to ButtplugPanel

    We only have one panel now, so just call it what we expect
    grabango-km committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    92e366a View commit details
    Browse the repository at this point in the history
  2. chore: Readd index output

    So we can output either the component or a plugin version of it.
    grabango-km committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    739a98e View commit details
    Browse the repository at this point in the history
  3. build: Add more packages needed to use old webpack builds

    Current webpack builds to a file that's 13k. vue-cli's webpack builds
    to a file that's 1.8mb. Just keep using the old one.
    grabango-km committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    c8f5b4b View commit details
    Browse the repository at this point in the history
  4. build: Create new build targets

    Create build targets for both vue-cli and the old webpack targets.
    Should move fully to vue-cli at some point, but don't want to futz
    with it right now.
    grabango-km committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    49fb7a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2019

  1. chore: Added simple message card to panel

    For displaying status
    qdot committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    e660de3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13f1155 View commit details
    Browse the repository at this point in the history
  3. doc: Update readme

    We don't actually do anything with exceptions now.
    qdot committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    8d18052 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2019

  1. Configuration menu
    Copy the full SHA
    5e08223 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c81416 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2019

  1. chore: Ignore late calls to StopScanning after disconnect

    StartScanning has a timer it calls StopScanning on. If we've
    disconnected before the timer fires, just ignore it.
    qdot committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    5eed88e View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

  1. build: Update dependencies

    qdot committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    0e00f2b View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2019

  1. build: Update some dependencies, move others to peer

    We only need vue/vuetify as peer dependencies, other projects should
    bring those in. Also, update Buttplug (but not vuetify yet, not ready
    for Vuetify 2.0)
    qdot committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    46788bc View commit details
    Browse the repository at this point in the history
  2. feat: Try to load device configuration from the web

    Use the CDN hosted version of the config for devices
    qdot committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    dd4d3c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b3ecbc View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2019

  1. fix: Serialize websocket connections for now

    Trying to do parallel websocket connection tests doesn't work right,
    and will require more rearchitecting. Just go one-by-one for now, even
    if it is a bit slow.
    
    Fixes #22
    qdot committed Oct 5, 2019
    Configuration menu
    Copy the full SHA
    e9964b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16a74e5 View commit details
    Browse the repository at this point in the history
  3. doc: Update CHANGELOG for 1.0.2

    qdot committed Oct 5, 2019
    Configuration menu
    Copy the full SHA
    bb743b8 View commit details
    Browse the repository at this point in the history
  4. chore: Fix empty block

    qdot committed Oct 5, 2019
    Configuration menu
    Copy the full SHA
    8f1252f View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2020

  1. build(deps): Bump acorn from 5.7.3 to 5.7.4

    Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
    - [Release notes](https://github.com/acornjs/acorn/releases)
    - [Commits](acornjs/acorn@5.7.3...5.7.4)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    f1a282f View commit details
    Browse the repository at this point in the history