-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update v1.0.0 base code #71
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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]>
Test before merge -> Staking Dashboad Preview! |
* [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>
kimjungyoon
approved these changes
Jan 23, 2024
rosee-xo
approved these changes
Jan 23, 2024
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.