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

Release/2.25 #565

Merged
merged 22 commits into from
Jul 26, 2023
Merged

Release/2.25 #565

merged 22 commits into from
Jul 26, 2023

Conversation

anxolin
Copy link
Contributor

@anxolin anxolin commented Jul 25, 2023

Summary

Release 2.25

Changelog

2b707e1 (HEAD -> release/2.25, origin/release/2.25) fix: deep link graph views (#563)
4fd2219 fix: small typo
fc07fe3 Handle appData errors (#566)
487bc2a (origin/develop, origin/HEAD) chore(deps-dev): bump eslint-plugin-storybook from 0.6.12 to 0.6.13 (#561)
e9bd61a chore(deps-dev): bump eslint-plugin-react from 7.32.2 to 7.33.0 (#562)
66c6695 Simplify metadata logic (#559)
7afa539 Hide link to IPFS for new app-datas (#557)
b723737 Remove upload to IPFS (#558)
2ec40ea Update explorer to v1 of app-data (#552)
ce607b0 chore(deps-dev): bump @babel/core from 7.22.5 to 7.22.9 (#553)
50b5251 chore(deps-dev): bump @babel/plugin-transform-runtime (#555)
39dadea chore(deps-dev): bump playwright from 1.35.1 to 1.36.1 (#554)
ad6ebfd chore: show fullAppData if available (#550)
769aa63 test(formatPercentage): fix unit tests
efdca5c fix(percentage-display): improve huge surplus display (#549)
877dccf Merge remote-tracking branch 'origin/main' into develop
d9fcdfa chore(deps): bump @apollo/client from 3.7.15 to 3.7.16 (#539)
17d5db6 chore(deps): bump graphql from 16.6.0 to 16.7.1 (#538)
b08aff1 chore(deps-dev): bump @types/cytoscape from 3.19.9 to 3.19.10 (#529)
14d0c50 chore(deps-dev): bump enhanced-resolve from 5.14.1 to 5.15.0 (#528)
186c47b chore(deps-dev): bump playwright from 1.35.0 to 1.35.1 (#527)

dependabot bot and others added 18 commits July 3, 2023 01:14
Bumps [playwright](https://github.com/Microsoft/playwright) from 1.35.0 to 1.35.1.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.35.0...v1.35.1)

---
updated-dependencies:
- dependency-name: playwright
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [enhanced-resolve](https://github.com/webpack/enhanced-resolve) from 5.14.1 to 5.15.0.
- [Release notes](https://github.com/webpack/enhanced-resolve/releases)
- [Commits](webpack/enhanced-resolve@v5.14.1...v5.15.0)

---
updated-dependencies:
- dependency-name: enhanced-resolve
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@types/cytoscape](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cytoscape) from 3.19.9 to 3.19.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/cytoscape)

---
updated-dependencies:
- dependency-name: "@types/cytoscape"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [graphql](https://github.com/graphql/graphql-js) from 16.6.0 to 16.7.1.
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](graphql/graphql-js@v16.6.0...v16.7.1)

---
updated-dependencies:
- dependency-name: graphql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.7.15 to 3.7.16.
- [Release notes](https://github.com/apollographql/apollo-client/releases)
- [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md)
- [Commits](apollographql/apollo-client@v3.7.15...v3.7.16)

---
updated-dependencies:
- dependency-name: "@apollo/client"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore: auto-sort imports

* feat: use format smart for percentage formatting

* chore: add const for max percentage

* chore: show surplus amount instead of percentage when it's > 1000%
Bumps [playwright](https://github.com/Microsoft/playwright) from 1.35.1 to 1.36.1.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.35.1...v1.36.1)

---
updated-dependencies:
- dependency-name: playwright
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.22.5 to 7.22.9.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.9/packages/babel-plugin-transform-runtime)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.5 to 7.22.9.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.9/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update explorer to v1 of app-data

* Go back to ethers v5 and use the latest app-data

* Handle legacy IPFS data
* Set version to v1.0.0 for app-data

* Do not show the IPFS link for new IPFS app-data (not yet published)

* Remove the copy button
* Simplify metadata logic

* Delete dead code

* Improve app-data generation

* Update dependency and message

* Add link to CID inspector
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.32.2 to 7.33.0.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.32.2...v7.33.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…561)

Bumps [eslint-plugin-storybook](https://github.com/storybookjs/eslint-plugin-storybook) from 0.6.12 to 0.6.13.
- [Release notes](https://github.com/storybookjs/eslint-plugin-storybook/releases)
- [Changelog](https://github.com/storybookjs/eslint-plugin-storybook/blob/main/CHANGELOG.md)
- [Commits](storybookjs/eslint-plugin-storybook@v0.6.12...v0.6.13)

---
updated-dependencies:
- dependency-name: eslint-plugin-storybook
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@vercel
Copy link

vercel bot commented Jul 25, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
explorer-dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 26, 2023 0:19am

@github-actions
Copy link

github-actions bot commented Jul 25, 2023

Pull Request Test Coverage Report for Build 5668624393

  • 6 of 6 (100.0%) changed or added relevant lines in 3 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.04%) to 61.711%

Totals Coverage Status
Change from base Build 5403107457: 0.04%
Covered Lines: 878
Relevant Lines: 1237

💛 - Coveralls

@socket-security
Copy link

anxolin and others added 2 commits July 25, 2023 17:49
* Handle appData errors

* Add missing dots

* Fix error loading the validator

* Delete console log

* Update yarn lock
@nenadV91 nenadV91 marked this pull request as ready for review July 25, 2023 16:57
@nenadV91 nenadV91 requested review from a team July 25, 2023 16:58
* fix: do not overwrite query string on TransactionTableWidget

* chore: add utils fn useUpdateQueryString

* refactor: use useUpdateQueryString rather than directly replacing history.search

* refactor: add TAB_QUERY_PARAM_KEY const
Copy link
Contributor Author

@anxolin anxolin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link

@elena-zh elena-zh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving with the issue mentioned above.

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.

4 participants