Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade @headlessui/react from 1.6.6 to 1.7.0 #23

Closed
wants to merge 64 commits into from

Commits on Jul 25, 2022

  1. Initial commit

    jqphu committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    7315e7f View commit details
    Browse the repository at this point in the history
  2. feat: initial open source commit

    The public repo will be the source of truth from now on.
    jqphu committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    a48dff5 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Configuration menu
    Copy the full SHA
    534f462 View commit details
    Browse the repository at this point in the history
  2. feat(docs): Add snyk scan badge

    jqphu committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    091c724 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Configuration menu
    Copy the full SHA
    7d7a30f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    591a5fb View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. feat(settings): add the ui for disabling simulations

    This is not functional yet.
    jqphu committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    fd45f3b View commit details
    Browse the repository at this point in the history
  2. feat(settings): propagate disabling pocket universe settings

    This should skip the simulation. This makes it easier to navigate with
    non ETH mainnet chains.
    jqphu committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    c9d6be6 View commit details
    Browse the repository at this point in the history
  3. feat: change icon to gray when disabled

    This will change the icon when the simulation is disabled.
    jqphu committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    0d498a9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #9 from jqphu/8-create-a-simple-way-to-disable-the…

    …-extension
    
    Add a settings button to disable the extension
    jqphu committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    b3f0a34 View commit details
    Browse the repository at this point in the history
  5. release: cut a new version

    jqphu committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    18ca6c4 View commit details
    Browse the repository at this point in the history
  6. feat(doc): add changelog

    jqphu committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    1b50b69 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2022

  1. Configuration menu
    Copy the full SHA
    63f58e9 View commit details
    Browse the repository at this point in the history
  2. fix: prevent update icon being called in the content script

    Storage is imported by content script and the background/settings page.
    
    We only want it to run in the background/settings page since
    chrome.action is not available.
    
    TODO: Later we should just make this a function we call once rather than
    when we import it.
    jqphu committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    a46b954 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. fix(popup): windows having scrollbars on the popup

    This fixes the windows popup having scrollbars. It also fixes the waves
    background image resizing correctly. It seems the background script
    opens a popup thats smaller than on mac.
    jqphu committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    d80e688 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. fix: make the settings disable simulation gray when disabled

    Teal looks too close to green!
    jqphu committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    c08a8d7 View commit details
    Browse the repository at this point in the history
  2. fix: make clicking the settings close it if it is opened

    Just some basic UX things.
    jqphu committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    0bc3b1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e66a85b View commit details
    Browse the repository at this point in the history
  4. chore(release): v0.0.9

    jqphu committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    488cc30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff3cbc0 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    2892243 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. feat: temporarily remove dependency on pocket-universe-js

    We'll add back in the latest SDK in a rework.
    jqphu committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    f84494e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    339bec0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a70ec32 View commit details
    Browse the repository at this point in the history
  4. feat: bump version to v0.0.10

    jqphu committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    edde6c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Configuration menu
    Copy the full SHA
    ba3b227 View commit details
    Browse the repository at this point in the history
  2. v0.0.11

    jqphu committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    b70422d View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. feat: update changelog and lint

    jqphu committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    7cb557b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b340d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3327511 View commit details
    Browse the repository at this point in the history
  4. feat: fixup the permit styling

    jqphu committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    0f7fb24 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    59aa6b2 View commit details
    Browse the repository at this point in the history
  6. v0.0.12

    jqphu committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    1734ad8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    58c878b View commit details
    Browse the repository at this point in the history
  8. v0.0.13

    jqphu committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    fa63bcb View commit details
    Browse the repository at this point in the history
  9. feat: remove the BETA name

    jqphu committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    327217d View commit details
    Browse the repository at this point in the history
  10. feat: update changelog

    jqphu committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    e98068d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    380dbe1 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Configuration menu
    Copy the full SHA
    35ce7bb View commit details
    Browse the repository at this point in the history
  2. feat: add firefox version

    This is a little yucky, I'll do some cleanup later :)
    jqphu committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    db57543 View commit details
    Browse the repository at this point in the history
  3. feat: run lint

    jqphu committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    24d37a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28f78d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    02ed207 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. feat: bump manifest

    jqphu committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    11c11c1 View commit details
    Browse the repository at this point in the history
  2. v0.0.14

    jqphu committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    04b5533 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. Configuration menu
    Copy the full SHA
    428da8f View commit details
    Browse the repository at this point in the history
  2. v0.0.15

    jqphu committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    dc86a7a View commit details
    Browse the repository at this point in the history
  3. feat: update changelog

    jqphu committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    83e78b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4734e73 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. fix: Fix pocket universe popping up twice

    There was a scenario where if someone else overrode window.ethereum we
    would always stay at the root.
    
    So it would call PU -> some extension -> PU causing a double popup. We
    just want to inject **right** before metamask and nothing inbetween.
    
    This updates so we do just that.
    jqphu committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    43da2c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1678577 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d281ebe View commit details
    Browse the repository at this point in the history
  4. feat: update extension

    jqphu committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    b118ada View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Configuration menu
    Copy the full SHA
    5749515 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4753a81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f0276f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    555f57b View commit details
    Browse the repository at this point in the history
  5. feat: bump version

    jqphu committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    68d589f View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Configuration menu
    Copy the full SHA
    e4a4cc8 View commit details
    Browse the repository at this point in the history
  2. feat: revert injection method

    jqphu committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    159c1c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c7bbb5 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. feat: add signature hash scams

    jqphu committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    f9f2cc0 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Configuration menu
    Copy the full SHA
    cdd152a View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. fix: upgrade @headlessui/react from 1.6.6 to 1.7.0

    Snyk has created this PR to upgrade @headlessui/react from 1.6.6 to 1.7.0.
    
    See this package in npm:
    
    
    See this project in Snyk:
    https://app.snyk.io/org/jqphu/project/5446c3e9-41d4-430d-9284-98cfe8d9c54c?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    1ef967b View commit details
    Browse the repository at this point in the history