Skip to content

Commit

Permalink
Abdul sol nft gating (#1110)
Browse files Browse the repository at this point in the history
* Use renovate for dependency updates (#1054)

1. Disable dependabot for normal dependency updates. Note the dependabot PRs will need to be manually closed, and the "security" dependabot PRs will continue.

2. Use renovateapp instead.

The renovate configuration included here is based on that from ads-serve, and:

a. waits for updates to have been published for 4 days before raising a PR - this both reduces churn and also avoids the 3 day period where npm-published entries can be "unpublished"
b. combines all minor and patch updates into a single PR

* removed as *[bot] is not accepted by AWS (#1055)

Signed-off-by: Ahmed Kamal <[email protected]>

* Update all non-major dependencies (#1057)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Pin dependencies (#1056)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update all non-major dependencies (#1063)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update Node.js to v18.16.1 (#1059)

* first mockup on dev2

* remove cluttered talk, add request payload

* change permission name from BAT-gating to balance as per spec sheet

* Renovate/all minor patch (#1062)

* Use renovate for dependency updates (#1054)

1. Disable dependabot for normal dependency updates. Note the dependabot PRs will need to be manually closed, and the "security" dependabot PRs will continue.

2. Use renovateapp instead.

The renovate configuration included here is based on that from ads-serve, and:

a. waits for updates to have been published for 4 days before raising a PR - this both reduces churn and also avoids the 3 day period where npm-published entries can be "unpublished"
b. combines all minor and patch updates into a single PR

* removed as *[bot] is not accepted by AWS (#1055)

Signed-off-by: Ahmed Kamal <[email protected]>

* Update all non-major dependencies

---------

Signed-off-by: Ahmed Kamal <[email protected]>
Co-authored-by: Graham Tackley <[email protected]>
Co-authored-by: Ahmed Kamal <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update Node.js to v18.16.1

---------

Signed-off-by: Ahmed Kamal <[email protected]>
Co-authored-by: David Suh <[email protected]>
Co-authored-by: David Suh <[email protected]>
Co-authored-by: Marshall T. Rose <[email protected]>
Co-authored-by: Graham Tackley <[email protected]>
Co-authored-by: Ahmed Kamal <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Revert "Update Node.js to v18.16.1 (#1059)"

This reverts commit 0dc1969.

* this is what should have happened (#1070)

* Update dependency react-i18next to v13 (#1060)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Address word-wrap audit warning (#1073)

Addresses: GHSA-j8xg-fqg3-53r7

* reduce impact of web3 dependencies on non-web3 users (#1066)

* dynamically loading ethers library

* syncing package-lock.json with main

* removed short-circuit code

* removed short-circuit code

* fixed dynamic hexilify for solana

* phantom fallback option in solana

* phantom wallet support for solana

* Pin dependency optionator to 0.9.3 (#1074)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Duplicate Fix For Update jest monorepo to v29 (major)  (#1082)

* testing changes by renovate

* testing changes by renovate

* Pin dependency jest-environment-jsdom to 29.5.0 (#1083)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update all non-major dependencies (#1080)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Marshall T. Rose <[email protected]>

* Update dependency i18next to v23.2.6 (#1084)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update all non-major dependencies (#1085)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix for high spam scores #1088 and lock wallet #1089

* fix for high spam scores #1088 and lock wallet #1089

* checkbox text fixed

* Fix for Inability to Deselect Avatar NFT without Selecting Another in Web3 Call (#1101)

* Fix for Inability to Deselect Avatar NFT without Selecting Another

* Adding a check-box to filter NFTs with high spam score (#1102)

* check-btn for filtering high spam score NFTs

* JP-translations added

* JP-translations added

* JP-translations added

* JP-translations added

* forcefully adding recording flag

---------

Signed-off-by: Ahmed Kamal <[email protected]>
Co-authored-by: Graham Tackley <[email protected]>
Co-authored-by: Ahmed Kamal <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: David Suh <[email protected]>
Co-authored-by: David Suh <[email protected]>
Co-authored-by: Marshall T. Rose <[email protected]>
  • Loading branch information
7 people authored Jul 12, 2023
1 parent b772189 commit d869850
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,44 +18,45 @@
"overrides": {
"yaml": "2.3.1",
"semver": "7.5.3",
"optionator": "^0.9.3"
"optionator": "0.9.3"
},
"homepage": "https://github.com/brave/brave-talk#readme",
"devDependencies": {
"@brave-intl/skus-sdk": "0.1.3",
"@types/jest": "27.5.2",
"@types/jest": "29.5.2",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@typescript-eslint/parser": "5.60.1",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.61.0",
"copy-webpack-plugin": "11.0.0",
"css-loader": "6.8.1",
"css-minimizer-webpack-plugin": "5.0.1",
"eslint": "8.43.0",
"eslint": "8.44.0",
"eslint-config-prettier": "8.8.0",
"eslint-config-react-app": "7.0.1",
"html-webpack-plugin": "5.5.3",
"husky": "8.0.3",
"jest": "27.5.1",
"jest": "29.5.0",
"mini-css-extract-plugin": "2.7.6",
"node-forge": "1.3.1",
"prettier": "2.8.8",
"pretty-quick": "3.1.3",
"style-loader": "3.3.3",
"svgo-loader": "4.0.0",
"ts-jest": "27.1.5",
"ts-loader": "9.4.3",
"ts-loader": "9.4.4",
"typescript": "4.9.5",
"webpack-cli": "5.1.4",
"webpack": "5.88.0",
"webpack": "5.88.1",
"ts-jest": "29.1.1",
"webpack-dev-server": "4.15.1"
},
"dependencies": {
"@emotion/react": "11.11.1",
"buffer": "6.0.3",
"@types/dom-screen-wake-lock": "1.0.1",
"ethers": "6.6.1",
"i18next": "23.2.3",
"ethers": "6.6.2",
"i18next": "23.2.6",
"jest-environment-jsdom": "29.5.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "13.0.1"
Expand Down
2 changes: 1 addition & 1 deletion src/components/web3/SelectableImageList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ export const SelectableImageList: React.FC<Props> = ({
</div>
</div>
);
};
};
3 changes: 2 additions & 1 deletion src/i18n/locales/jp/translation.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"avatar_fetch_error": "アバターNFTの取得に失敗しました",
"avatar_nft_subhead": "現在イーサリアムERC-721 NFTをサポートしています",
"avatar_nft_subhead": "Ethereum ERC-721のNFT、Solana MetaplexのNFTが使用可能です。",
"call_permission_type": "通話の許可タイプ:",
"check_subscription": "サブスクリプションの状態を確認しています...",
"create_link": "リンクを作成",
Expand Down Expand Up @@ -55,6 +55,7 @@
"your_avatar_nft_header": "あなたのアバターNFT",
"premium_card_title": "プレミアム通話",
"web3_card_title": "Web3通話を開始する",
"web3_account_body": "Web3コールを開始するにあたって使用するアカウントのネットワークを選択してください。",

"Bad gateway": "バッド・ゲートウェイ",
"Checking moderator status...": "モデレーターの状態を確認しています...",
Expand Down

0 comments on commit d869850

Please sign in to comment.