Skip to content

Commit

Permalink
Merge branch 'main' into tbt-impact-tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine committed Jun 29, 2023
2 parents 34e9c33 + 540f55e commit 0f5d860
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions core/audits/seo/link-text.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,16 @@ const BLOCKLIST = new Set([
'mer',
'mer info',
'mer information',
// Tamil
'அடுத்த பக்கம்',
'மறுபக்கம்',
'முந்தைய பக்கம்',
'முன்பக்கம்',
'மேலும் அறிக',
'மேலும் தகவலுக்கு',
'மேலும் தரவுகளுக்கு',
'தயவுசெய்து இங்கே அழுத்தவும்',
'இங்கே கிளிக் செய்யவும்',
]);

const UIStrings = {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
"robots-parser": "^3.0.0",
"semver": "^5.3.0",
"speedline-core": "^1.4.3",
"third-party-web": "^0.23.0",
"third-party-web": "^0.23.3",
"ws": "^7.0.0",
"yargs": "^17.3.1",
"yargs-parser": "^21.0.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7183,10 +7183,10 @@ theredoc@^1.0.0:
resolved "https://registry.yarnpkg.com/theredoc/-/theredoc-1.0.0.tgz#bcace376af6feb1873efbdd0f91ed026570ff062"
integrity sha512-KU3SA3TjRRM932jpNfD3u4Ec3bSvedyo5ITPI7zgWYnKep7BwQQaxlhI9qbO+lKJoRnoAbEVfMcAHRuKVYikDA==

third-party-web@^0.23.0:
version "0.23.0"
resolved "https://registry.yarnpkg.com/third-party-web/-/third-party-web-0.23.0.tgz#ce0c84c130204f6cef265e370e71818bf57a1ebe"
integrity sha512-JMN1CYDnalQKs4Iyp2/HH1bhy4Euw5Tt1SSAANxmIQCXHrsMiD0c46KNDiRteuKkghXNEOzFlGoXAp3ewXdCXQ==
third-party-web@^0.23.3:
version "0.23.3"
resolved "https://registry.yarnpkg.com/third-party-web/-/third-party-web-0.23.3.tgz#e437e952e387249446b041667c35972297dc608d"
integrity sha512-ifZcy79XYPmt9kQSTaHVh3IaL3Pms60iumsBrBBm6PPrtlNGdj56wznKl1LgSw8KpMWOwqOrlI/WCasQjflIZA==

through2@^2.0.0:
version "2.0.5"
Expand Down

0 comments on commit 0f5d860

Please sign in to comment.