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

chore(deps): Bump github/codeql-action from 2.1.25 to 2.1.26 #522

Merged
merged 1 commit into from
Oct 5, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2022

Bumps github/codeql-action from 2.1.25 to 2.1.26.

Changelog

Sourced from github/codeql-action's changelog.

CodeQL Action Changelog

[UNRELEASED]

No user facing changes.

2.1.26 - 29 Sep 2022

  • Update default CodeQL bundle version to 2.11.0. #1267

2.1.25 - 21 Sep 2022

  • We will soon be rolling out a feature of the CodeQL Action that stores some information used to make future runs faster in the GitHub Actions cache. Initially, this will only be enabled on JavaScript repositories, but we plan to add more languages to this soon. The new feature can be disabled by passing the trap-caching: false option to your workflow's init step, for example if you are already using the GitHub Actions cache for a different purpose and are near the storage limit for it.
  • Add support for Python automatic dependency installation with Poetry 1.2 #1258.

2.1.24 - 16 Sep 2022

No user facing changes.

2.1.23 - 14 Sep 2022

  • Allow CodeQL packs to be downloaded from GitHub Enterprise Server instances, using the new registries input for the init action. #1221
  • Update default CodeQL bundle version to 2.10.5. #1240

2.1.22 - 01 Sep 2022

  • Downloading CodeQL packs has been moved to the init step. Previously, CodeQL packs were downloaded during the analyze step. #1218
  • Update default CodeQL bundle version to 2.10.4. #1224
  • The newly released Poetry 1.2 is not yet supported. In the most common case where the CodeQL Action is automatically installing Python dependencies, it will continue to install and use Poetry 1.1 on its own. However, in certain cases such as with self-hosted runners, you may need to ensure Poetry 1.1 is installed yourself.

2.1.21 - 25 Aug 2022

  • Improve error messages when the code scanning configuration file includes an invalid queries block or an invalid query-filters block. #1208
  • Fix a bug where Go build tracing could fail on Windows. #1209

2.1.20 - 22 Aug 2022

No user facing changes.

2.1.19 - 17 Aug 2022

  • Add the ability to filter queries from a code scanning run by using the query-filters option in the code scanning configuration file. #1098
  • In debug mode, debug artifacts are now uploaded even if a step in the Actions workflow fails. #1159
  • Update default CodeQL bundle version to 2.10.3. #1178
  • The combination of python2 and Pipenv is no longer supported. #1181

2.1.18 - 03 Aug 2022

  • Update default CodeQL bundle version to 2.10.2. #1156

... (truncated)

Commits
  • e0e5ded Merge pull request #1276 from github/update-v2.1.26-97054749
  • c60b854 Update changelog for v2.1.26
  • 9705474 Merge pull request #1274 from github/aeisenberg/update-checks-script
  • fb0f747 Update the checks script
  • 3400e51 Add dotnet env variable to workflow (#1273)
  • 74740ee Merge pull request #1270 from github/aeisenberg/cli-config-feature-flag
  • 1ec8ea9 Merge branch 'main' into aeisenberg/cli-config-feature-flag
  • 2466f0c Merge pull request #1267 from github/cklin/codeql-cli-2.11.0
  • a711c76 Update default CodeQL version to 2.11.0
  • 39064e0 Merge pull request #1272 from github/update-supported-enterprise-server-versions
  • Additional commits viewable in compare view

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)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.25 to 2.1.26.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@86f3159...e0e5ded)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Sep 30, 2022
@drptbl drptbl merged commit 7f76f40 into dev Oct 5, 2022
@dependabot dependabot bot deleted the dependabot/github_actions/github/codeql-action-2.1.26 branch October 5, 2022 19:29
drptbl added a commit that referenced this pull request Oct 5, 2022
commit 2cb2098
Merge: 3d5d63a ac0f779
Author: drptbl <[email protected]>
Date:   Wed Oct 5 21:29:24 2022 +0200

    Merge pull request #528 from Synthetixio/dependabot/github_actions/actions/checkout-3.1.0

    chore(deps): Bump actions/checkout from 3.0.2 to 3.1.0

commit 3d5d63a
Merge: 7f76f40 6addda3
Author: drptbl <[email protected]>
Date:   Wed Oct 5 21:29:11 2022 +0200

    Merge pull request #526 from Synthetixio/dependabot/github_actions/actions/cache-3.0.10

    chore(deps): Bump actions/cache from 3.0.8 to 3.0.10

commit 7f76f40
Merge: dd4e14a b1ca0bf
Author: drptbl <[email protected]>
Date:   Wed Oct 5 21:29:02 2022 +0200

    Merge pull request #522 from Synthetixio/dependabot/github_actions/github/codeql-action-2.1.26

    chore(deps): Bump github/codeql-action from 2.1.25 to 2.1.26

commit ac0f779
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Oct 4 17:04:51 2022 +0000

    chore(deps): Bump actions/checkout from 3.0.2 to 3.1.0

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3.0.2...93ea575)

    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

commit 6addda3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Oct 3 17:04:46 2022 +0000

    chore(deps): Bump actions/cache from 3.0.8 to 3.0.10

    Bumps [actions/cache](https://github.com/actions/cache) from 3.0.8 to 3.0.10.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v3.0.8...56461b9)

    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

commit b1ca0bf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Sep 30 17:04:54 2022 +0000

    chore(deps): Bump github/codeql-action from 2.1.25 to 2.1.26

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.25 to 2.1.26.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@86f3159...e0e5ded)

    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: Jakub Mucha <[email protected]>
drptbl added a commit that referenced this pull request Oct 7, 2022
commit 0d14f99
Merge: c4f6899 c043c3b
Author: drptbl <[email protected]>
Date:   Fri Oct 7 10:50:48 2022 +0200

    Merge pull request #521 from dewanshparashar/patch-1

    docs: addMetamaskNetwork description made clearer

commit c4f6899
Author: Jakub Mucha <[email protected]>
Date:   Fri Oct 7 09:28:47 2022 +0200

    chore: add logging for disconnectWalletFromDapp(s)

    Signed-off-by: Jakub Mucha <[email protected]>

commit 3310758
Author: Jakub Mucha <[email protected]>
Date:   Fri Oct 7 09:13:57 2022 +0200

    e2e: add test cases for disconnecting without dapps connected

    Signed-off-by: Jakub Mucha <[email protected]>

commit 4fb2858
Author: Jakub Mucha <[email protected]>
Date:   Fri Oct 7 09:13:40 2022 +0200

    fix: don’t fail while disconnecting from dapp if not connected

    Signed-off-by: Jakub Mucha <[email protected]>

commit 80b5cbb
Author: Jakub Mucha <[email protected]>
Date:   Fri Oct 7 09:12:58 2022 +0200

    feat: add closeModal()

    Signed-off-by: Jakub Mucha <[email protected]>

commit 5eb141b
Merge: 537894f c02f903
Author: drptbl <[email protected]>
Date:   Thu Oct 6 01:06:00 2022 +0200

    Merge pull request #533 from Synthetixio/master

    keep dev up to date

commit c02f903
Merge: a1b17a3 537894f
Author: drptbl <[email protected]>
Date:   Thu Oct 6 01:05:29 2022 +0200

    Merge pull request #532 from Synthetixio/dev

    promote dev to master

commit a1b17a3
Author: Jakub <[email protected]>
Date:   Wed Oct 5 23:03:38 2022 +0000

    release: v2.4.0

    Signed-off-by: Jakub <[email protected]>

commit 06cf19d
Author: Jakub Mucha <[email protected]>
Date:   Thu Oct 6 01:02:23 2022 +0200

    ci: update release container

    Signed-off-by: Jakub Mucha <[email protected]>

commit 537894f
Author: Jakub Mucha <[email protected]>
Date:   Thu Oct 6 01:00:07 2022 +0200

    readme: resolution is not required anymore

    Signed-off-by: Jakub Mucha <[email protected]>

commit a40bbb4
Merge: 946d8e6 1c41d67
Author: drptbl <[email protected]>
Date:   Thu Oct 6 00:57:22 2022 +0200

    Merge pull request #531 from Synthetixio/dev

    promote dev to master

commit 1c41d67
Merge: 2cb2098 f780111
Author: drptbl <[email protected]>
Date:   Thu Oct 6 00:56:57 2022 +0200

    Merge pull request #530 from Synthetixio/fix-resolution-req

    fix: high resolution requirement

commit f780111
Author: Jakub Mucha <[email protected]>
Date:   Thu Oct 6 00:39:41 2022 +0200

    ci: use docker-compose.ci.yml

    Signed-off-by: Jakub Mucha <[email protected]>

commit 4dad622
Author: Jakub Mucha <[email protected]>
Date:   Thu Oct 6 00:39:28 2022 +0200

    docker: update ci compose

    Signed-off-by: Jakub Mucha <[email protected]>

commit baf0511
Author: Jakub Mucha <[email protected]>
Date:   Wed Oct 5 23:49:01 2022 +0200

    ci: continue on error

    Signed-off-by: Jakub Mucha <[email protected]>

commit a187881
Author: Jakub Mucha <[email protected]>
Date:   Wed Oct 5 23:31:16 2022 +0200

    chore: increase closepopup timeout

    Signed-off-by: Jakub Mucha <[email protected]>

commit 5db6231
Author: Jakub Mucha <[email protected]>
Date:   Wed Oct 5 23:29:21 2022 +0200

    ci: continue on error for high res

    Signed-off-by: Jakub Mucha <[email protected]>

commit 094f463
Author: Jakub Mucha <[email protected]>
Date:   Wed Oct 5 23:28:43 2022 +0200

    ci: cleanup not required

    Signed-off-by: Jakub Mucha <[email protected]>

commit fdbec7c
Author: Jakub Mucha <[email protected]>
Date:   Wed Oct 5 23:17:06 2022 +0200

    fix: linting

    Signed-off-by: Jakub Mucha <[email protected]>

commit 8c37c27
Author: Jakub Mucha <[email protected]>
Date:   Wed Oct 5 23:17:01 2022 +0200

    chore: trunk upgrade

    Signed-off-by: Jakub Mucha <[email protected]>

commit 0a10b68
Author: Jakub Mucha <[email protected]>
Date:   Wed Oct 5 23:13:04 2022 +0200

    fix: critical vuln

    Signed-off-by: Jakub Mucha <[email protected]>

commit 55afe96
Author: Jakub Mucha <[email protected]>
Date:   Wed Oct 5 23:07:16 2022 +0200

    ci: run tests on low and high res

    Signed-off-by: Jakub Mucha <[email protected]>

commit 07f95be
Author: Jakub Mucha <[email protected]>
Date:   Wed Oct 5 23:03:19 2022 +0200

    ci: use matrix

    Signed-off-by: Jakub Mucha <[email protected]>

commit 3df12ec
Author: Jakub Mucha <[email protected]>
Date:   Wed Oct 5 23:02:07 2022 +0200

    chore: add note

    Signed-off-by: Jakub Mucha <[email protected]>

commit 4fd07e9
Author: Jakub Mucha <[email protected]>
Date:   Wed Oct 5 23:01:55 2022 +0200

    docker: remove res

    Signed-off-by: Jakub Mucha <[email protected]>

commit 9090ebe
Author: Jakub Mucha <[email protected]>
Date:   Wed Oct 5 23:01:47 2022 +0200

    chore: improve warning for ngrok

    Signed-off-by: Jakub Mucha <[email protected]>

commit 52c79c5
Author: Jakub Mucha <[email protected]>
Date:   Wed Oct 5 23:01:37 2022 +0200

    docker: add env files

    Signed-off-by: Jakub Mucha <[email protected]>

commit 99f871f
Author: Jakub Mucha <[email protected]>
Date:   Wed Oct 5 22:29:06 2022 +0200

    fix: add closePopup

    Signed-off-by: Jakub Mucha <[email protected]>

commit 85be0d6
Author: Jakub Mucha <[email protected]>
Date:   Wed Oct 5 21:51:19 2022 +0200

    fix: debug

    Signed-off-by: Jakub Mucha <[email protected]>

commit 859be0c
Author: Jakub Mucha <[email protected]>
Date:   Wed Oct 5 21:49:59 2022 +0200

    Squashed commit of the following:

    commit 2cb2098
    Merge: 3d5d63a ac0f779
    Author: drptbl <[email protected]>
    Date:   Wed Oct 5 21:29:24 2022 +0200

        Merge pull request #528 from Synthetixio/dependabot/github_actions/actions/checkout-3.1.0

        chore(deps): Bump actions/checkout from 3.0.2 to 3.1.0

    commit 3d5d63a
    Merge: 7f76f40 6addda3
    Author: drptbl <[email protected]>
    Date:   Wed Oct 5 21:29:11 2022 +0200

        Merge pull request #526 from Synthetixio/dependabot/github_actions/actions/cache-3.0.10

        chore(deps): Bump actions/cache from 3.0.8 to 3.0.10

    commit 7f76f40
    Merge: dd4e14a b1ca0bf
    Author: drptbl <[email protected]>
    Date:   Wed Oct 5 21:29:02 2022 +0200

        Merge pull request #522 from Synthetixio/dependabot/github_actions/github/codeql-action-2.1.26

        chore(deps): Bump github/codeql-action from 2.1.25 to 2.1.26

    commit ac0f779
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Tue Oct 4 17:04:51 2022 +0000

        chore(deps): Bump actions/checkout from 3.0.2 to 3.1.0

        Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0.
        - [Release notes](https://github.com/actions/checkout/releases)
        - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
        - [Commits](actions/checkout@v3.0.2...93ea575)

        ---
        updated-dependencies:
        - dependency-name: actions/checkout
          dependency-type: direct:production
          update-type: version-update:semver-minor
        ...

        Signed-off-by: dependabot[bot] <[email protected]>

    commit 6addda3
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Oct 3 17:04:46 2022 +0000

        chore(deps): Bump actions/cache from 3.0.8 to 3.0.10

        Bumps [actions/cache](https://github.com/actions/cache) from 3.0.8 to 3.0.10.
        - [Release notes](https://github.com/actions/cache/releases)
        - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
        - [Commits](actions/cache@v3.0.8...56461b9)

        ---
        updated-dependencies:
        - dependency-name: actions/cache
          dependency-type: direct:production
          update-type: version-update:semver-patch
        ...

        Signed-off-by: dependabot[bot] <[email protected]>

    commit b1ca0bf
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Fri Sep 30 17:04:54 2022 +0000

        chore(deps): Bump github/codeql-action from 2.1.25 to 2.1.26

        Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.25 to 2.1.26.
        - [Release notes](https://github.com/github/codeql-action/releases)
        - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
        - [Commits](github/codeql-action@86f3159...e0e5ded)

        ---
        updated-dependencies:
        - dependency-name: github/codeql-action
          dependency-type: direct:production
          update-type: version-update:semver-patch
        ...

        Signed-off-by: dependabot[bot] <[email protected]>

    Signed-off-by: Jakub Mucha <[email protected]>

commit 0f31e5d
Author: Jakub Mucha <[email protected]>
Date:   Wed Oct 5 21:49:16 2022 +0200

    fix: addnetwork

    Signed-off-by: Jakub Mucha <[email protected]>

commit 5930e22
Author: Jakub Mucha <[email protected]>
Date:   Wed Oct 5 21:49:09 2022 +0200

    deps: update

    Signed-off-by: Jakub Mucha <[email protected]>

commit 2cb2098
Merge: 3d5d63a ac0f779
Author: drptbl <[email protected]>
Date:   Wed Oct 5 21:29:24 2022 +0200

    Merge pull request #528 from Synthetixio/dependabot/github_actions/actions/checkout-3.1.0

    chore(deps): Bump actions/checkout from 3.0.2 to 3.1.0

commit 3d5d63a
Merge: 7f76f40 6addda3
Author: drptbl <[email protected]>
Date:   Wed Oct 5 21:29:11 2022 +0200

    Merge pull request #526 from Synthetixio/dependabot/github_actions/actions/cache-3.0.10

    chore(deps): Bump actions/cache from 3.0.8 to 3.0.10

commit 7f76f40
Merge: dd4e14a b1ca0bf
Author: drptbl <[email protected]>
Date:   Wed Oct 5 21:29:02 2022 +0200

    Merge pull request #522 from Synthetixio/dependabot/github_actions/github/codeql-action-2.1.26

    chore(deps): Bump github/codeql-action from 2.1.25 to 2.1.26

commit 2a4f323
Author: Jakub Mucha <[email protected]>
Date:   Wed Oct 5 21:24:56 2022 +0200

    feat: use goToNewAccount

    Signed-off-by: Jakub Mucha <[email protected]>

commit 2c76fbd
Author: Jakub Mucha <[email protected]>
Date:   Wed Oct 5 21:18:59 2022 +0200

    feat: use goToImportAccount

    Signed-off-by: Jakub Mucha <[email protected]>

commit 2891d7f
Author: Jakub Mucha <[email protected]>
Date:   Wed Oct 5 21:12:44 2022 +0200

    feat: use gotoaddnetwork

    Signed-off-by: Jakub Mucha <[email protected]>

commit de4db05
Author: Jakub Mucha <[email protected]>
Date:   Wed Oct 5 21:07:06 2022 +0200

    feat: use goToAdvancedSettings

    Signed-off-by: Jakub Mucha <[email protected]>

commit df44f86
Author: Jakub Mucha <[email protected]>
Date:   Wed Oct 5 20:58:29 2022 +0200

    feat: add goToSettings

    Signed-off-by: Jakub Mucha <[email protected]>

commit e01c5a8
Author: Jakub Mucha <[email protected]>
Date:   Wed Oct 5 20:58:15 2022 +0200

    feat: added getExtensionDetails

    Signed-off-by: Jakub Mucha <[email protected]>

commit ac0f779
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Oct 4 17:04:51 2022 +0000

    chore(deps): Bump actions/checkout from 3.0.2 to 3.1.0

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3.0.2...93ea575)

    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

commit 6addda3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Oct 3 17:04:46 2022 +0000

    chore(deps): Bump actions/cache from 3.0.8 to 3.0.10

    Bumps [actions/cache](https://github.com/actions/cache) from 3.0.8 to 3.0.10.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v3.0.8...56461b9)

    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

commit b1ca0bf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Sep 30 17:04:54 2022 +0000

    chore(deps): Bump github/codeql-action from 2.1.25 to 2.1.26

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.25 to 2.1.26.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@86f3159...e0e5ded)

    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

commit c043c3b
Author: Dewansh <[email protected]>
Date:   Thu Sep 29 20:09:23 2022 +0530

    docs: addMetamaskNetwork description made clearer

    Great work with this library :)

    While using it, I noticed that the documentation of addMetamaskNetwork could've been a little bit clearer - this method not only adds a new network but also switches to it in the process.
    Ideally, this method should also be named just like you've named 'allowMetamaskToAddAndSwitchNetwork' which clearly tells what the function would do.

commit b44cf1c
Author: Jakub Mucha <[email protected]>
Date:   Mon Sep 26 22:58:51 2022 +0200

    add todo

    Signed-off-by: Jakub Mucha <[email protected]>

commit 263dc19
Author: Jakub Mucha <[email protected]>
Date:   Mon Sep 26 22:58:14 2022 +0200

    docker: pass SYNDEBUG

    Signed-off-by: Jakub Mucha <[email protected]>

commit dd13339
Author: Jakub Mucha <[email protected]>
Date:   Mon Sep 26 22:57:47 2022 +0200

    fix: close popup with click on background

    Signed-off-by: Jakub Mucha <[email protected]>

commit 612f932
Author: Jakub Mucha <[email protected]>
Date:   Mon Sep 26 22:57:17 2022 +0200

    po: add popup background

    Signed-off-by: Jakub Mucha <[email protected]>

commit dd4e14a
Merge: 83925e6 946d8e6
Author: drptbl <[email protected]>
Date:   Thu Sep 22 21:05:22 2022 +0200

    Merge pull request #516 from Synthetixio/master

    keep dev up to date

commit 946d8e6
Author: Jakub <[email protected]>
Date:   Thu Sep 22 18:54:05 2022 +0000

    release: v2.3.3

    Signed-off-by: Jakub <[email protected]>

commit 83925e6
Merge: 979c0c5 b2d6342
Author: drptbl <[email protected]>
Date:   Thu Sep 22 20:51:08 2022 +0200

    Merge pull request #515 from Synthetixio/dependabot/github_actions/github/codeql-action-2.1.25

    chore(deps): Bump github/codeql-action from 2.1.24 to 2.1.25

commit b2d6342
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Sep 22 17:05:44 2022 +0000

    chore(deps): Bump github/codeql-action from 2.1.24 to 2.1.25

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.24 to 2.1.25.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@904260d...86f3159)

    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

commit 6261845
Author: Jakub <[email protected]>
Date:   Wed Sep 21 20:34:13 2022 +0000

    release: v2.3.3-beta.1

    Signed-off-by: Jakub <[email protected]>

commit cfdb567
Merge: b4ffe99 979c0c5
Author: drptbl <[email protected]>
Date:   Wed Sep 21 22:32:22 2022 +0200

    Merge pull request #514 from Synthetixio/dev

    promote dev to master

commit 979c0c5
Merge: dacce32 0ac03d3
Author: drptbl <[email protected]>
Date:   Wed Sep 21 22:31:44 2022 +0200

    Merge pull request #513 from Synthetixio/download-fix

    refactor: metamask extension downloading

commit 0ac03d3
Author: Jakub Mucha <[email protected]>
Date:   Wed Sep 21 22:30:52 2022 +0200

    chore: dont redownload metamask if its present

    Signed-off-by: Jakub Mucha <[email protected]>

commit 79ad2c3
Author: Jakub Mucha <[email protected]>
Date:   Wed Sep 21 22:08:33 2022 +0200

    chore: switch away to download

    Signed-off-by: Jakub Mucha <[email protected]>

commit 190ffb2
Author: Jakub Mucha <[email protected]>
Date:   Wed Sep 21 22:08:17 2022 +0200

    chore: return tag for metamask releases

    Signed-off-by: Jakub Mucha <[email protected]>

commit b635857
Author: Jakub Mucha <[email protected]>
Date:   Wed Sep 21 22:07:37 2022 +0200

    chore: improve error logging

    Signed-off-by: Jakub Mucha <[email protected]>

commit c6f86ee
Author: Jakub Mucha <[email protected]>
Date:   Wed Sep 21 22:06:42 2022 +0200

    chore: add checkDirExist helper

    Signed-off-by: Jakub Mucha <[email protected]>

commit e119e95
Author: Jakub Mucha <[email protected]>
Date:   Wed Sep 21 22:05:52 2022 +0200

    deps: add download

    Signed-off-by: Jakub Mucha <[email protected]>

commit 63a92e7
Author: Jakub Mucha <[email protected]>
Date:   Wed Sep 21 17:46:42 2022 +0200

    chore: add error handling

    Signed-off-by: Jakub Mucha <[email protected]>

commit b4ffe99
Author: Jakub <[email protected]>
Date:   Tue Sep 20 10:42:52 2022 +0000

    release: v2.3.3-beta.0

    Signed-off-by: Jakub <[email protected]>

commit 9955ada
Merge: 67228d4 dacce32
Author: drptbl <[email protected]>
Date:   Tue Sep 20 12:42:07 2022 +0200

    Merge pull request #512 from Synthetixio/dev

    promote dev to master

commit dacce32
Merge: 2155660 a9eb6af
Author: drptbl <[email protected]>
Date:   Tue Sep 20 12:41:40 2022 +0200

    Merge pull request #511 from Synthetixio/510-disconnectwalletfromdapp-and-disconnectwalletfromalldapps-dont-work

    fix: close disconnect popup on disconnectWalletFromAllDapps

commit a9eb6af
Author: Jakub Mucha <[email protected]>
Date:   Tue Sep 20 12:41:09 2022 +0200

    fix: close disconnect popup on disconnectWalletFromAllDapps

    Signed-off-by: Jakub Mucha <[email protected]>

commit 2155660
Merge: 9df3a0a 519c0ea
Author: drptbl <[email protected]>
Date:   Sat Sep 17 14:23:49 2022 +0200

    Merge pull request #508 from Synthetixio/dependabot/github_actions/github/codeql-action-2.1.24

    chore(deps): Bump github/codeql-action from 2.1.23 to 2.1.24

commit 519c0ea
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Sep 16 17:04:57 2022 +0000

    chore(deps): Bump github/codeql-action from 2.1.23 to 2.1.24

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.23 to 2.1.24.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@6a38b7d...904260d)

    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

commit 9df3a0a
Merge: 1de2942 55286cb
Author: drptbl <[email protected]>
Date:   Fri Sep 16 00:10:10 2022 +0200

    Merge pull request #507 from Synthetixio/dependabot/github_actions/github/codeql-action-2.1.23

    chore(deps): Bump github/codeql-action from 2.1.22 to 2.1.23

commit 55286cb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Sep 15 17:09:05 2022 +0000

    chore(deps): Bump github/codeql-action from 2.1.22 to 2.1.23

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.22 to 2.1.23.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@b398f52...6a38b7d)

    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

commit 1de2942
Merge: a425bdc 67228d4
Author: drptbl <[email protected]>
Date:   Wed Sep 14 17:54:22 2022 +0200

    Merge pull request #506 from Synthetixio/master

    keep dev up to date

commit 67228d4
Author: Jakub <[email protected]>
Date:   Wed Sep 14 15:34:22 2022 +0000

    release: v2.3.2

    Signed-off-by: Jakub <[email protected]>

commit f4ebae0
Merge: cb00e6a a425bdc
Author: drptbl <[email protected]>
Date:   Wed Sep 14 17:32:58 2022 +0200

    Merge pull request #505 from Synthetixio/dev

    promote dev to master

commit a425bdc
Author: Jakub Mucha <[email protected]>
Date:   Wed Sep 14 17:32:31 2022 +0200

    fix: lint

    Signed-off-by: Jakub Mucha <[email protected]>

commit 9ff8711
Author: Jakub Mucha <[email protected]>
Date:   Wed Sep 14 17:30:14 2022 +0200

    fix: debug mode

    Signed-off-by: Jakub Mucha <[email protected]>

commit cb00e6a
Author: Jakub <[email protected]>
Date:   Wed Sep 14 15:13:27 2022 +0000

    release: v2.3.2-beta.0

    Signed-off-by: Jakub <[email protected]>

commit e765d2a
Merge: 1440d30 f0fc8d6
Author: drptbl <[email protected]>
Date:   Wed Sep 14 17:12:33 2022 +0200

    Merge pull request #504 from Synthetixio/dev

    promote dev to master

commit f0fc8d6
Merge: 7fba74d 0271867
Author: drptbl <[email protected]>
Date:   Wed Sep 14 17:11:46 2022 +0200

    Merge pull request #503 from fionnachan/fix-types

    fix: allow optional params instead of requiring explicit undefined param

commit 0271867
Author: Fionna Chan <[email protected]>
Date:   Wed Sep 14 14:52:47 2022 +0000

    fix: allow optional params instead of requiring explicit undefined param

commit 1440d30
Author: Jakub <[email protected]>
Date:   Wed Sep 14 07:14:21 2022 +0000

    release: v2.3.1

    Signed-off-by: Jakub <[email protected]>

commit 4326c0f
Author: Jakub <[email protected]>
Date:   Wed Sep 14 07:12:13 2022 +0000

    release: v2.3.1-beta.0

    Signed-off-by: Jakub <[email protected]>

commit 5dc67d1
Merge: 61b964f 7fba74d
Author: drptbl <[email protected]>
Date:   Wed Sep 14 09:11:20 2022 +0200

    Merge pull request #501 from Synthetixio/dev

    promote dev to master

commit 61b964f
Author: Jakub <[email protected]>
Date:   Tue Sep 13 18:13:40 2022 +0000

    release: v2.3.0

    Signed-off-by: Jakub <[email protected]>

commit 3f828be
Merge: 8a2b522 f4030fb
Author: drptbl <[email protected]>
Date:   Tue Sep 13 20:12:16 2022 +0200

    Merge pull request #496 from Synthetixio/dev

    promote dev to master

commit 8a2b522
Author: Jakub <[email protected]>
Date:   Tue Sep 13 01:13:06 2022 +0000

    release: v2.2.1

    Signed-off-by: Jakub <[email protected]>

commit cff35b8
Merge: 3acdc40 764e4c1
Author: drptbl <[email protected]>
Date:   Tue Sep 13 03:11:49 2022 +0200

    Merge pull request #495 from Synthetixio/dev

    promote dev to master

commit 3acdc40
Author: Jakub <[email protected]>
Date:   Sun Sep 11 02:59:28 2022 +0000

    release: v2.2.1-beta.0

    Signed-off-by: Jakub <[email protected]>

commit 637b156
Author: drptbl <[email protected]>
Date:   Sun Sep 11 04:58:48 2022 +0200

    Update README.md

Signed-off-by: Jakub Mucha <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant