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

[SS-463] [CC3 Dashboard] Staking dashboard wallet clean up #67

Merged
merged 44 commits into from
Jan 23, 2024

Conversation

rosee-xo
Copy link
Contributor

@rosee-xo rosee-xo commented Jan 22, 2024

SS-463 [CC3 Dashboard] Staking dashboard wallet clean up

nbass3 and others added 30 commits December 16, 2023 03:54
* [SS-457] Connect - order of web wallets doesn't match Gluwa's preferences

* [SS-456] Removed hardware wallet option

* [SS-454] Remove extra links in Resources view

* [SS-453] Remove hardware wallet link on resources view

* [SS-453][SS-446] Remove Language, Theme icon on footer
It turns out that we need NODE_ENV='development' is we want to use
`vite build`. Otherwise the CreditcoinLocal network doesn't show in the
preview build!
because they choke on almost everything which is source code and report
too many false positive
again, too many false positives
because our releases aren't automated in the same way as upstream
- replace with their current equivalent or
- remove entirely if referenced file not found
it is full with broken URLs and we should keep our own changelog anyway
there is `yarn lint` which is executed as part of another CI job that
takes care of this
and the opposing formats will cause builds to fail in CI
this is only used for a global installation of yarn inside the build
environment. The application itself pins dependencies versions via
package.json & yarn.lock files
this is something that came from upstream anyway

  Finding:     const BoardToken = 'REDACTED'
  Secret:      REDACTED
  RuleID:      generic-api-key
  Entropy:     3.662573
  File:        src/pages/explore/Feedback.tsx
  Line:        10
  Commit:      134962d
  Author:      Ross Bulat
  Email:       [email protected]
  Date:        2022-04-25T06:06:04Z
  Fingerprint: 134962d:src/pages/explore/Feedback.tsx:generic-api-key:10
MegaLinter tells us to disable this linter:
https://megalinter.io/latest/descriptors/css_scss_lint/

Also it's SpaceAfterPropertyColon rule conflicts with the chosen format
(yarn lint) in this repository.
trying to add conffiguration for it will not work because it needs the
stylelint-scss plugin installed inside the MegaLinter environment
and there doesn't seem to be any way to install extra software inside
MegaLinter (it's a container)
reported by grype and trivy
disable the rule head-script-disabled because upstream code violates it
by design:

./index.html
   L80 |    <script src="/lottie/player.js"></script>
            ^ The <script> tag cannot be used in a <head> tag. (head-script-disabled)

and I'm not certain if fixing this rule will lead to unsuspected
problems because of how these JavaScript files expect to interact with
one another!
this is the command for the alpine image according to
https://stackoverflow.com/a/62178148
dependabot bot and others added 14 commits January 8, 2024 21:33
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v2...v3)

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

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.13.1 to 6.18.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.18.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 5.0.1 to 5.1.2.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.0.1...v5.1.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.13.1 to 6.18.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.18.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.0.1 to 1.1.3.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.1.3/packages/vitest)

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

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.3...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.30.0 to 3.2.0.
- [Release notes](https://github.com/date-fns/date-fns/releases)
- [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md)
- [Commits](date-fns/date-fns@v2.30.0...v3.2.0)

---
updated-dependencies:
- dependency-name: date-fns
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 13.5.0 to 14.0.0.
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v13.5.0...v14.0.0)

---
updated-dependencies:
- dependency-name: react-i18next
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
…ong (#64)

* Allow Docker pipeline to not report FAIL if we cannot upload static HTML into Azure

* fix: Remove deduct twice fee

---------

Co-authored-by: Alex Todorov <[email protected]>
Co-authored-by: Frank Li <[email protected]>
Copy link
Contributor

Test before merge -> Staking Dashboad Preview!

@rosee-xo rosee-xo changed the base branch from dev to feature/v1.0.0 January 22, 2024 08:38
@nbass3 nbass3 merged commit c626fb1 into feature/v1.0.0 Jan 23, 2024
11 checks passed
nbass3 added a commit that referenced this pull request Jan 23, 2024
* [SS-457] Connect - order of web wallets doesn't match Gluwa's preferences

* [SS-456] Removed hardware wallet option

* [SS-454] Remove extra links in Resources view

* [SS-453] Remove hardware wallet link on resources view

* [SS-453][SS-446] Remove Language, Theme icon on footer

* [SS-472] [CC3 Dashboard] Resources (#69)

* [SS-463] [CC3 Dashboard] Staking dashboard wallet clean up (#67)

* Feature/v1.0.0 (#38)

* [SS-457] Connect - order of web wallets doesn't match Gluwa's preferences

* [SS-456] Removed hardware wallet option

* [SS-454] Remove extra links in Resources view

* [SS-453] Remove hardware wallet link on resources view

* [SS-453][SS-446] Remove Language, Theme icon on footer

* Add `git diff` in CI for easier debugging of PR preview builds

* Change how we build the PR preview builds

It turns out that we need NODE_ENV='development' is we want to use
`vite build`. Otherwise the CreditcoinLocal network doesn't show in the
preview build!

* CSUB-959:  Change LeavePool label to Unbond funds

* Revert "CSUB-959:  Change LeavePool label to Unbond funds"

This reverts commit c461333.

* [SS-465]  [CC3 Dashboard] When leaving pool change message (#57)

* Bash format

* Fix markdown lint issues

* Disable spell checkers

because they choke on almost everything which is source code and report
too many false positive

* Disable JSCPD copy-paste checker

again, too many false positives

* Remove Release section from CONTRIBUTING.md + related GH action

because our releases aren't automated in the same way as upstream

* Replace upstream URLs with ours

* Fix broken URLs that return 404

- replace with their current equivalent or
- remove entirely if referenced file not found

* Nuke upstream's Changelog file

it is full with broken URLs and we should keep our own changelog anyway

* Disable eslint as part of the MegaLinter workflow

there is `yarn lint` which is executed as part of another CI job that
takes care of this

* Disable markdown-table-formatter because it conflicts with eslint

and the opposing formats will cause builds to fail in CI

* Remove extra curly braces to satisfy actionlint

* Ensure to-level permissions are not set to write-all

* Consolidate RUN instructions - make hadolint happy

* hadolint ignore: warning: Pin versions in npm

this is only used for a global installation of yarn inside the build
environment. The application itself pins dependencies versions via
package.json & yarn.lock files

* Allow comments in jsonlint and fix some issues

* ignore leaked token for a source file which doesn't exist

this is something that came from upstream anyway

  Finding:     const BoardToken = 'REDACTED'
  Secret:      REDACTED
  RuleID:      generic-api-key
  Entropy:     3.662573
  File:        src/pages/explore/Feedback.tsx
  Line:        10
  Commit:      134962d
  Author:      Ross Bulat
  Email:       [email protected]
  Date:        2022-04-25T06:06:04Z
  Fingerprint: 134962d:src/pages/explore/Feedback.tsx:generic-api-key:10

* Disable ts-standard b/c it conflicts with current eslint configuration

* Disable deprecated scss-lint linter

MegaLinter tells us to disable this linter:
https://megalinter.io/latest/descriptors/css_scss_lint/

Also it's SpaceAfterPropertyColon rule conflicts with the chosen format
(yarn lint) in this repository.

* Disable stylelint linter

trying to add conffiguration for it will not work because it needs the
stylelint-scss plugin installed inside the MegaLinter environment
and there doesn't seem to be any way to install extra software inside
MegaLinter (it's a container)

* Add HTML keywords for djlint

* Ignore CVEs agaist transitive dependencies

reported by grype and trivy

* Provide rules for htmlhint

disable the rule head-script-disabled because upstream code violates it
by design:

./index.html
   L80 |    <script src="/lottie/player.js"></script>
            ^ The <script> tag cannot be used in a <head> tag. (head-script-disabled)

and I'm not certain if fixing this rule will lead to unsuspected
problems because of how these JavaScript files expect to interact with
one another!

* Disable check for USER directive in Dockerfile

* Add HEALTHCHECK command for the container

this is the command for the alpine image according to
https://stackoverflow.com/a/62178148

* chore(deps): bump actions/upload-artifact from 3 to 4

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* chore(deps): bump github/codeql-action from 2 to 3

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v2...v3)

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

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

* chore(deps-dev): bump @typescript-eslint/parser from 6.13.1 to 6.18.0

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.13.1 to 6.18.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.18.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

* chore(deps-dev): bump eslint-plugin-prettier from 5.0.1 to 5.1.2

Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 5.0.1 to 5.1.2.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.0.1...v5.1.2)

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

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

* chore(deps-dev): bump @typescript-eslint/eslint-plugin

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.13.1 to 6.18.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.18.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

* chore(deps-dev): bump vitest from 1.0.1 to 1.1.3

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.0.1 to 1.1.3.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.1.3/packages/vitest)

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

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

* chore(deps): bump follow-redirects from 1.15.3 to 1.15.4

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.3...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

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

* chore(deps): bump date-fns from 2.30.0 to 3.2.0

Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.30.0 to 3.2.0.
- [Release notes](https://github.com/date-fns/date-fns/releases)
- [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md)
- [Commits](date-fns/date-fns@v2.30.0...v3.2.0)

---
updated-dependencies:
- dependency-name: date-fns
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* chore(deps): bump react-i18next from 13.5.0 to 14.0.0

Bumps [react-i18next](https://github.com/i18next/react-i18next) from 13.5.0 to 14.0.0.
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v13.5.0...v14.0.0)

---
updated-dependencies:
- dependency-name: react-i18next
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* fix: Check all validators

* fix: Show join button (#56)

Co-authored-by: Frank Li <[email protected]>

* fix: Show favorites always (#58)

Co-authored-by: Frank Li <[email protected]>

* CSUB-944: CC3 Staking Dashboard fee balance is calculated slightly wrong (#64)

* Allow Docker pipeline to not report FAIL if we cannot upload static HTML into Azure

* fix: Remove deduct twice fee

---------

Co-authored-by: Alex Todorov <[email protected]>
Co-authored-by: Frank Li <[email protected]>

* [SS-463] [CC3 Dashboard] Staking dashboard wallet clean up

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: nbass3 <[email protected]>
Co-authored-by: Alex Todorov <[email protected]>
Co-authored-by: frankli-dev <[email protected]>
Co-authored-by: Alexander Todorov <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Frank Li <[email protected]>

* [SS-473] Renewal design/color/measures (#70)

* [SS-473] Renewal design/color/measures

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Eunjeong Park <[email protected]>
Co-authored-by: yiseul <[email protected]>
Co-authored-by: Alex Todorov <[email protected]>
Co-authored-by: frankli-dev <[email protected]>
Co-authored-by: Alexander Todorov <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Frank Li <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
juanma1996 pushed a commit that referenced this pull request Feb 16, 2024
* [SS-457] Connect - order of web wallets doesn't match Gluwa's preferences

* [SS-456] Removed hardware wallet option

* [SS-454] Remove extra links in Resources view

* [SS-453] Remove hardware wallet link on resources view

* [SS-453][SS-446] Remove Language, Theme icon on footer

* [SS-472] [CC3 Dashboard] Resources (#69)

* [SS-463] [CC3 Dashboard] Staking dashboard wallet clean up (#67)

* Feature/v1.0.0 (#38)

* [SS-457] Connect - order of web wallets doesn't match Gluwa's preferences

* [SS-456] Removed hardware wallet option

* [SS-454] Remove extra links in Resources view

* [SS-453] Remove hardware wallet link on resources view

* [SS-453][SS-446] Remove Language, Theme icon on footer

* Add `git diff` in CI for easier debugging of PR preview builds

* Change how we build the PR preview builds

It turns out that we need NODE_ENV='development' is we want to use
`vite build`. Otherwise the CreditcoinLocal network doesn't show in the
preview build!

* CSUB-959:  Change LeavePool label to Unbond funds

* Revert "CSUB-959:  Change LeavePool label to Unbond funds"

This reverts commit c461333.

* [SS-465]  [CC3 Dashboard] When leaving pool change message (#57)

* Bash format

* Fix markdown lint issues

* Disable spell checkers

because they choke on almost everything which is source code and report
too many false positive

* Disable JSCPD copy-paste checker

again, too many false positives

* Remove Release section from CONTRIBUTING.md + related GH action

because our releases aren't automated in the same way as upstream

* Replace upstream URLs with ours

* Fix broken URLs that return 404

- replace with their current equivalent or
- remove entirely if referenced file not found

* Nuke upstream's Changelog file

it is full with broken URLs and we should keep our own changelog anyway

* Disable eslint as part of the MegaLinter workflow

there is `yarn lint` which is executed as part of another CI job that
takes care of this

* Disable markdown-table-formatter because it conflicts with eslint

and the opposing formats will cause builds to fail in CI

* Remove extra curly braces to satisfy actionlint

* Ensure to-level permissions are not set to write-all

* Consolidate RUN instructions - make hadolint happy

* hadolint ignore: warning: Pin versions in npm

this is only used for a global installation of yarn inside the build
environment. The application itself pins dependencies versions via
package.json & yarn.lock files

* Allow comments in jsonlint and fix some issues

* ignore leaked token for a source file which doesn't exist

this is something that came from upstream anyway

  Finding:     const BoardToken = 'REDACTED'
  Secret:      REDACTED
  RuleID:      generic-api-key
  Entropy:     3.662573
  File:        src/pages/explore/Feedback.tsx
  Line:        10
  Commit:      134962d
  Author:      Ross Bulat
  Email:       [email protected]
  Date:        2022-04-25T06:06:04Z
  Fingerprint: 134962d:src/pages/explore/Feedback.tsx:generic-api-key:10

* Disable ts-standard b/c it conflicts with current eslint configuration

* Disable deprecated scss-lint linter

MegaLinter tells us to disable this linter:
https://megalinter.io/latest/descriptors/css_scss_lint/

Also it's SpaceAfterPropertyColon rule conflicts with the chosen format
(yarn lint) in this repository.

* Disable stylelint linter

trying to add conffiguration for it will not work because it needs the
stylelint-scss plugin installed inside the MegaLinter environment
and there doesn't seem to be any way to install extra software inside
MegaLinter (it's a container)

* Add HTML keywords for djlint

* Ignore CVEs agaist transitive dependencies

reported by grype and trivy

* Provide rules for htmlhint

disable the rule head-script-disabled because upstream code violates it
by design:

./index.html
   L80 |    <script src="/lottie/player.js"></script>
            ^ The <script> tag cannot be used in a <head> tag. (head-script-disabled)

and I'm not certain if fixing this rule will lead to unsuspected
problems because of how these JavaScript files expect to interact with
one another!

* Disable check for USER directive in Dockerfile

* Add HEALTHCHECK command for the container

this is the command for the alpine image according to
https://stackoverflow.com/a/62178148

* chore(deps): bump actions/upload-artifact from 3 to 4

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* chore(deps): bump github/codeql-action from 2 to 3

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v2...v3)

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

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

* chore(deps-dev): bump @typescript-eslint/parser from 6.13.1 to 6.18.0

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.13.1 to 6.18.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.18.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

* chore(deps-dev): bump eslint-plugin-prettier from 5.0.1 to 5.1.2

Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 5.0.1 to 5.1.2.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.0.1...v5.1.2)

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

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

* chore(deps-dev): bump @typescript-eslint/eslint-plugin

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.13.1 to 6.18.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.18.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

* chore(deps-dev): bump vitest from 1.0.1 to 1.1.3

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.0.1 to 1.1.3.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.1.3/packages/vitest)

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

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

* chore(deps): bump follow-redirects from 1.15.3 to 1.15.4

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.3...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

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

* chore(deps): bump date-fns from 2.30.0 to 3.2.0

Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.30.0 to 3.2.0.
- [Release notes](https://github.com/date-fns/date-fns/releases)
- [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md)
- [Commits](date-fns/date-fns@v2.30.0...v3.2.0)

---
updated-dependencies:
- dependency-name: date-fns
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* chore(deps): bump react-i18next from 13.5.0 to 14.0.0

Bumps [react-i18next](https://github.com/i18next/react-i18next) from 13.5.0 to 14.0.0.
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v13.5.0...v14.0.0)

---
updated-dependencies:
- dependency-name: react-i18next
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* fix: Check all validators

* fix: Show join button (#56)

Co-authored-by: Frank Li <[email protected]>

* fix: Show favorites always (#58)

Co-authored-by: Frank Li <[email protected]>

* CSUB-944: CC3 Staking Dashboard fee balance is calculated slightly wrong (#64)

* Allow Docker pipeline to not report FAIL if we cannot upload static HTML into Azure

* fix: Remove deduct twice fee

---------

Co-authored-by: Alex Todorov <[email protected]>
Co-authored-by: Frank Li <[email protected]>

* [SS-463] [CC3 Dashboard] Staking dashboard wallet clean up

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: nbass3 <[email protected]>
Co-authored-by: Alex Todorov <[email protected]>
Co-authored-by: frankli-dev <[email protected]>
Co-authored-by: Alexander Todorov <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Frank Li <[email protected]>

* [SS-473] Renewal design/color/measures (#70)

* [SS-473] Renewal design/color/measures

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Eunjeong Park <[email protected]>
Co-authored-by: yiseul <[email protected]>
Co-authored-by: Alex Todorov <[email protected]>
Co-authored-by: frankli-dev <[email protected]>
Co-authored-by: Alexander Todorov <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Frank Li <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
juanma1996 pushed a commit that referenced this pull request Apr 4, 2024
* [SS-457] Connect - order of web wallets doesn't match Gluwa's preferences

* [SS-456] Removed hardware wallet option

* [SS-454] Remove extra links in Resources view

* [SS-453] Remove hardware wallet link on resources view

* [SS-453][SS-446] Remove Language, Theme icon on footer

* [SS-472] [CC3 Dashboard] Resources (#69)

* [SS-463] [CC3 Dashboard] Staking dashboard wallet clean up (#67)

* Feature/v1.0.0 (#38)

* [SS-457] Connect - order of web wallets doesn't match Gluwa's preferences

* [SS-456] Removed hardware wallet option

* [SS-454] Remove extra links in Resources view

* [SS-453] Remove hardware wallet link on resources view

* [SS-453][SS-446] Remove Language, Theme icon on footer

* Add `git diff` in CI for easier debugging of PR preview builds

* Change how we build the PR preview builds

It turns out that we need NODE_ENV='development' is we want to use
`vite build`. Otherwise the CreditcoinLocal network doesn't show in the
preview build!

* CSUB-959:  Change LeavePool label to Unbond funds

* Revert "CSUB-959:  Change LeavePool label to Unbond funds"

This reverts commit c461333.

* [SS-465]  [CC3 Dashboard] When leaving pool change message (#57)

* Bash format

* Fix markdown lint issues

* Disable spell checkers

because they choke on almost everything which is source code and report
too many false positive

* Disable JSCPD copy-paste checker

again, too many false positives

* Remove Release section from CONTRIBUTING.md + related GH action

because our releases aren't automated in the same way as upstream

* Replace upstream URLs with ours

* Fix broken URLs that return 404

- replace with their current equivalent or
- remove entirely if referenced file not found

* Nuke upstream's Changelog file

it is full with broken URLs and we should keep our own changelog anyway

* Disable eslint as part of the MegaLinter workflow

there is `yarn lint` which is executed as part of another CI job that
takes care of this

* Disable markdown-table-formatter because it conflicts with eslint

and the opposing formats will cause builds to fail in CI

* Remove extra curly braces to satisfy actionlint

* Ensure to-level permissions are not set to write-all

* Consolidate RUN instructions - make hadolint happy

* hadolint ignore: warning: Pin versions in npm

this is only used for a global installation of yarn inside the build
environment. The application itself pins dependencies versions via
package.json & yarn.lock files

* Allow comments in jsonlint and fix some issues

* ignore leaked token for a source file which doesn't exist

this is something that came from upstream anyway

  Finding:     const BoardToken = 'REDACTED'
  Secret:      REDACTED
  RuleID:      generic-api-key
  Entropy:     3.662573
  File:        src/pages/explore/Feedback.tsx
  Line:        10
  Commit:      134962d
  Author:      Ross Bulat
  Email:       [email protected]
  Date:        2022-04-25T06:06:04Z
  Fingerprint: 134962d:src/pages/explore/Feedback.tsx:generic-api-key:10

* Disable ts-standard b/c it conflicts with current eslint configuration

* Disable deprecated scss-lint linter

MegaLinter tells us to disable this linter:
https://megalinter.io/latest/descriptors/css_scss_lint/

Also it's SpaceAfterPropertyColon rule conflicts with the chosen format
(yarn lint) in this repository.

* Disable stylelint linter

trying to add conffiguration for it will not work because it needs the
stylelint-scss plugin installed inside the MegaLinter environment
and there doesn't seem to be any way to install extra software inside
MegaLinter (it's a container)

* Add HTML keywords for djlint

* Ignore CVEs agaist transitive dependencies

reported by grype and trivy

* Provide rules for htmlhint

disable the rule head-script-disabled because upstream code violates it
by design:

./index.html
   L80 |    <script src="/lottie/player.js"></script>
            ^ The <script> tag cannot be used in a <head> tag. (head-script-disabled)

and I'm not certain if fixing this rule will lead to unsuspected
problems because of how these JavaScript files expect to interact with
one another!

* Disable check for USER directive in Dockerfile

* Add HEALTHCHECK command for the container

this is the command for the alpine image according to
https://stackoverflow.com/a/62178148

* chore(deps): bump actions/upload-artifact from 3 to 4

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* chore(deps): bump github/codeql-action from 2 to 3

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v2...v3)

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

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

* chore(deps-dev): bump @typescript-eslint/parser from 6.13.1 to 6.18.0

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.13.1 to 6.18.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.18.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

* chore(deps-dev): bump eslint-plugin-prettier from 5.0.1 to 5.1.2

Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 5.0.1 to 5.1.2.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.0.1...v5.1.2)

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

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

* chore(deps-dev): bump @typescript-eslint/eslint-plugin

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.13.1 to 6.18.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.18.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

* chore(deps-dev): bump vitest from 1.0.1 to 1.1.3

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.0.1 to 1.1.3.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.1.3/packages/vitest)

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

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

* chore(deps): bump follow-redirects from 1.15.3 to 1.15.4

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.3...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

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

* chore(deps): bump date-fns from 2.30.0 to 3.2.0

Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.30.0 to 3.2.0.
- [Release notes](https://github.com/date-fns/date-fns/releases)
- [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md)
- [Commits](date-fns/date-fns@v2.30.0...v3.2.0)

---
updated-dependencies:
- dependency-name: date-fns
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* chore(deps): bump react-i18next from 13.5.0 to 14.0.0

Bumps [react-i18next](https://github.com/i18next/react-i18next) from 13.5.0 to 14.0.0.
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v13.5.0...v14.0.0)

---
updated-dependencies:
- dependency-name: react-i18next
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* fix: Check all validators

* fix: Show join button (#56)

Co-authored-by: Frank Li <[email protected]>

* fix: Show favorites always (#58)

Co-authored-by: Frank Li <[email protected]>

* CSUB-944: CC3 Staking Dashboard fee balance is calculated slightly wrong (#64)

* Allow Docker pipeline to not report FAIL if we cannot upload static HTML into Azure

* fix: Remove deduct twice fee

---------

Co-authored-by: Alex Todorov <[email protected]>
Co-authored-by: Frank Li <[email protected]>

* [SS-463] [CC3 Dashboard] Staking dashboard wallet clean up

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: nbass3 <[email protected]>
Co-authored-by: Alex Todorov <[email protected]>
Co-authored-by: frankli-dev <[email protected]>
Co-authored-by: Alexander Todorov <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Frank Li <[email protected]>

* [SS-473] Renewal design/color/measures (#70)

* [SS-473] Renewal design/color/measures

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Eunjeong Park <[email protected]>
Co-authored-by: yiseul <[email protected]>
Co-authored-by: Alex Todorov <[email protected]>
Co-authored-by: frankli-dev <[email protected]>
Co-authored-by: Alexander Todorov <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Frank Li <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants