-
Notifications
You must be signed in to change notification settings - Fork 1.6k
fix(deps): update dependency scratch-l10n to v5.0.309 #5417
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
Open
renovate
wants to merge
1
commit into
develop
Choose a base branch
from
renovate/scratch-l10n-5.x
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or 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
807340e
to
f83e127
Compare
f83e127
to
1a134c6
Compare
1a134c6
to
f18dc36
Compare
f18dc36
to
4074d4b
Compare
4074d4b
to
c8e54ed
Compare
c8e54ed
to
174f8d8
Compare
174f8d8
to
fdc1802
Compare
fdc1802
to
423bf57
Compare
423bf57
to
3f57aa5
Compare
3f57aa5
to
e5fddcf
Compare
e5fddcf
to
4507125
Compare
4507125
to
5726f63
Compare
5726f63
to
3c6e15d
Compare
c131ea6
to
b5fbf8c
Compare
b5fbf8c
to
82fde04
Compare
82fde04
to
a13f20a
Compare
a13f20a
to
c81c1c3
Compare
c81c1c3
to
ac03cfa
Compare
ac03cfa
to
efde46b
Compare
efde46b
to
10066d8
Compare
10066d8
to
a2cd8c6
Compare
a2cd8c6
to
0aa0d32
Compare
0aa0d32
to
b151096
Compare
b151096
to
4d74818
Compare
4d74818
to
1edfd0b
Compare
1edfd0b
to
69959dc
Compare
69959dc
to
4fc6f9e
Compare
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.
This PR contains the following updates:
5.0.230
->5.0.309
Release Notes
scratchfoundation/scratch-l10n (scratch-l10n)
v5.0.309
Compare Source
Bug Fixes
check placeholder names but not extended plural info (65d67eb)
disable numeric placeholder validation (65ffd90)
fix incorrect placeholder (332e9b7)
fix more incorrect placeholders (fe6680d)
make validation failure message easier to read (42c13a3)
use top-level "await" to make sure exceptions show (0385c16)
refactor!: use TypeScript and fix bugs in scripts/ (fc1e381)
Features
Performance Improvements
BREAKING CHANGES
scripts/
is now TypeScript and runs usingtsx
. This shouldn'tbreak anyone, but in theory it could...
The files under
scripts/
now use TypeScript, which exposed quite a few bugs. They're configured torun with
tsx
so we don't need a build step.Some of the common changes:
await
or.then()
, which meant thatexceptions thrown by them were being ignored. I've added
await
to all cases that I found. Ichanged some functions and promise chains to use
async
instead, especially where it's easier toread and/or easier to get exceptions right.
attributes
. Some of our functions tried to accessproperties of
attributes
as if they were properties of the Transifex object directly (o.foo
instead of
o.attributes.foo
). TypeScript helps quite a bit with finding this kind of error.'utf8'
parameter tofs.readFile
andfs.readFileSync
in several places. We were alreadytreating the return value as a string (usually passing it to
JSON.parse
), but without specifyingthe text encoding, the actual return value was a buffer. Adding the text encoding parameter makes
our usage type-correct.
handled. Adding type annotations, plus a few comments here and there, should help with
understanding the code in the future. Some placeholder comments were removed or filled in.
5.0.309 (2025-07-16)
Bug Fixes
5.0.308 (2025-07-15)
Bug Fixes
5.0.307 (2025-07-13)
Bug Fixes
5.0.306 (2025-07-12)
Bug Fixes
5.0.305 (2025-07-12)
Bug Fixes
5.0.304 (2025-07-11)
Bug Fixes
5.0.303 (2025-07-10)
Bug Fixes
5.0.302 (2025-07-10)
Bug Fixes
5.0.301 (2025-07-09)
Bug Fixes
5.0.300 (2025-07-09)
Bug Fixes
5.0.299 (2025-07-08)
Bug Fixes
5.0.298 (2025-07-08)
Bug Fixes
5.0.297 (2025-07-07)
Bug Fixes
5.0.296 (2025-07-06)
Bug Fixes
5.0.295 (2025-07-05)
Bug Fixes
5.0.294 (2025-07-03)
Bug Fixes
5.0.293 (2025-07-02)
Bug Fixes
5.0.292 (2025-07-02)
Bug Fixes
5.0.291 (2025-07-01)
Bug Fixes
5.0.290 (2025-06-30)
Bug Fixes
5.0.289 (2025-06-30)
Bug Fixes
5.0.288 (2025-06-29)
Bug Fixes
5.0.287 (2025-06-29)
Bug Fixes
5.0.286 (2025-06-28)
Bug Fixes
5.0.285 (2025-06-28)
Bug Fixes
5.0.284 (2025-06-27)
Bug Fixes
5.0.283 (2025-06-27)
Bug Fixes
5.0.282 (2025-06-26)
Bug Fixes
5.0.281 (2025-06-25)
Bug Fixes
5.0.280 (2025-06-24)
Bug Fixes
5.0.279 (2025-06-24)
Bug Fixes
5.0.278 (2025-06-21)
Bug Fixes
5.0.277 (2025-06-21)
Bug Fixes
5.0.276 (2025-06-20)
Bug Fixes
5.0.275 (2025-06-18)
Bug Fixes
5.0.274 (2025-06-17)
Bug Fixes
5.0.273 (2025-06-15)
Bug Fixes
5.0.272 (2025-06-14)
Bug Fixes
5.0.271 (2025-06-14)
Bug Fixes
5.0.270 (2025-06-13)
Bug Fixes
5.0.269 (2025-06-12)
Bug Fixes
5.0.268 (2025-06-12)
Bug Fixes
5.0.267 (2025-06-11)
Bug Fixes
5.0.266 (2025-06-10)
Bug Fixes
5.0.265 (2025-06-10)
Bug Fixes
5.0.264 (2025-06-06)
Bug Fixes
5.0.263 (2025-06-05)
Bug Fixes
5.0.262 (2025-06-05)
Bug Fixes
5.0.261 (2025-06-04)
Bug Fixes
5.0.260 (2025-06-03)
Bug Fixes
5.0.259 (2025-06-01)
Bug Fixes
5.0.258 (2025-05-31)
Bug Fixes
5.0.257 (2025-05-30)
Bug Fixes
5.0.256 (2025-05-30)
Bug Fixes
5.0.255 (2025-05-29)
Bug Fixes
5.0.254 (2025-05-28)
Bug Fixes
5.0.253 (2025-05-27)
Bug Fixes
5.0.252 (2025-05-26)
Bug Fixes
5.0.251 (2025-05-25)
Bug Fixes
5.0.250 (2025-05-24)
Bug Fixes
5.0.249 (2025-05-23)
Bug Fixes
5.0.248 (2025-05-22)
Bug Fixes
5.0.247 (2025-05-21)
Bug Fixes
5.0.246 (2025-05-21)
Bug Fixes
5.0.245 (2025-05-20)
Bug Fixes
5.0.244 (2025-05-18)
Bug Fixes
5.0.243 (2025-05-17)
Bug Fixes
5.0.242 (2025-05-16)
Bug Fixes
5.0.241 (2025-05-15)
Bug Fixes
5.0.240 (2025-05-14)
Bug Fixes
5.0.239 (2025-05-13)
Bug Fixes
5.0.238 (2025-05-13)
Bug Fixes
5.0.237 (2025-05-12)
Bug Fixes
5.0.236 (2025-05-10)
Bug Fixes
5.0.235 (2025-05-10)
Bug Fixes
5.0.234 (2025-05-09)
Bug Fixes
5.0.233 (2025-05-08)
Bug Fixes
5.0.232 (2025-05-07)
Bug Fixes
5.0.231 (2025-05-05)
Bug Fixes
5.0.230 (2025-05-04)
Bug Fixes
5.0.229 (2025-05-03)
Bug Fixes
5.0.228 (2025-05-02)
Bug Fixes
5.0.227 (2025-05-02)
Bug Fixes
5.0.226 (2025-05-01)
Bug Fixes
5.0.225 (2025-05-01)
Bug Fixes
5.0.224 (2025-04-30)
Bug Fixes
5.0.223 (2025-04-30)
Bug Fixes
5.0.222 (2025-04-29)
Bug Fixes
5.0.221 (2025-04-29)
Bug Fixes
5.0.220 (2025-04-27)
Bug Fixes
5.0.219 (2025-04-27)
Bug Fixes
5.0.218 (2025-04-26)
Bug Fixes
5.0.217 (2025-04-26)
Bug Fixes
5.0.216 (2025-04-25)
Bug Fixes
5.0.215 (2025-04-24)
Bug Fixes
5.0.214 (2025-04-22)
Bug Fixes
5.0.213 (2025-04-20)
Bug Fixes
5.0.212 (2025-04-20)
Bug Fixes
5.0.211 (2025-04-19)
Bug Fixes
5.0.210 (2025-04-19)
Bug Fixes
5.0.209 (2025-04-18)
Bug Fixes
5.0.208 (2025-04-18)
Bug Fixes
5.0.207 (2025-04-17)
Bug Fixes
5.0.206 (2025-04-16)
Bug Fixes
5.0.205 (2025-04-15)
Bug Fixes
5.0.204 (2025-04-15)
Bug Fixes
5.0.203 (2025-04-15)
Bug Fixes
5.0.202 (2025-04-14)
Bug Fixes
5.0.201 (2025-04-13)
Bug Fixes
5.0.200 (2025-04-12)
Bug Fixes
5.0.199 (2025-04-12)
Bug Fixes
5.0.198 (2025-04-10)
Bug Fixes
5.0.197 (2025-04-08)
Bug Fixes
5.0.196 (2025-04-08)
Bug Fixes
5.0.195 (2025-04-06)
Bug Fixes
5.0.194 (2025-04-06)
Bug Fixes
5.0.193 (2025-04-05)
Bug Fixes
5.0.192 (2025-04-05)
Bug Fixes
5.0.191 (2025-04-04)
Bug Fixes
5.0.190 (2025-04-04)
Bug Fixes
5.0.189 (2025-04-03)
Bug Fixes
5.0.188 (2025-04-03)
Bug Fixes
5.0.187 (2025-04-02)
Bug Fixes
5.0.186 (2025-04-01)
Bug Fixes
5.0.185 (2025-04-01)
Bug Fixes
5.0.184 (2025-03-28)
Bug Fixes
5.0.183 (2025-03-28)
Bug Fixes
5.0.182 (2025-03-27)
Bug Fixes
5.0.181 (2025-03-27)
Bug Fixes
5.0.180 (2025-03-26)
Bug Fixes
5.0.179 (2025-03-25)
Bug Fixes
5.0.178 (2025-03-24)
Bug Fixes
5.0.177 (2025-03-24)
Bug Fixes
5.0.176 (2025-03-22)
Bug Fixes
5.0.175 (2025-03-22)
Bug Fixes
5.0.174 (2025-03-21)
Bug Fixes
5.0.173 (2025-03-20)
Bug Fixes
5.0.172 (2025-03-19)
Bug Fixes
5.0.171 (2025-03-19)
Bug Fixes
5.0.170 (2025-03-18)
Bug Fixes
5.0.169 (2025-03-18)
Bug Fixes
5.0.168 (2025-03-17)
Bug Fixes
5.0.167 (2025-03-16)
Bug Fixes
5.0.166 (2025-03-16)
Bug Fixes
5.0.165 (2025-03-15)
Bug Fixes
5.0.164 (2025-03-15)
Bug Fixes
5.0.163 (2025-03-14)
Bug Fixes
5.0.162 (2025-03-14)
Bug Fixes
5.0.161 (2025-03-13)
Bug Fixes
5.0.160 (2025-03-13)
Bug Fixes
5.0.159 (2025-03-12)
Bug Fixes
5.0.158 (2025-03-12)
Bug Fixes
5.0.157 (2025-03-11)
Bug Fixes
5.0.156 (2025-03-10)
Bug Fixes
5.0.155 (2025-03-10)
Bug Fixes
5.0.154 (2025-03-09)
Bug Fixes
5.0.153 (2025-03-07)
Bug Fixes
5.0.152 (2025-03-06)
Bug Fixes
5.0.151 (2025-03-05)
Bug Fixes
5.0.150 (2025-03-04)
Bug Fixes
5.0.149 (2025-03-04)
Bug Fixes
5.0.148 (2025-03-02)
Bug Fixes
5.0.147 (2025-03-02)
Bug Fixes
5.0.146 (2025-03-01)
Bug Fixes
5.0.145 (2025-03-01)
Bug Fixes
5.0.144 (2025-02-28)
Bug Fixes
5.0.143 (2025-02-28)
Bug Fixes
5.0.142 (2025-02-26)
Bug Fixes
5.0.141 (2025-02-26)
Bug Fixes
5.0.140 (2025-02-25)
Bug Fixes
5.0.139 (2025-02-23)
Bug Fixes
5.0.138 (2025-02-23)
Bug Fixes
5.0.137 (2025-02-22)
Bug Fixes
5.0.136 (2025-02-22)
Bug Fixes
5.0.135 (2025-02-21)
Bug Fixes
5.0.134 (2025-02-19)
Bug Fixes
5.0.133 (2025-02-19)
Bug Fixes
5.0.132 (2025-02-19)
Bug Fixes
5.0.131 (2025-02-18)
Bug Fixes
5.0.130 (2025-02-17)
Bug Fixes
5.0.129 (2025-02-16)
Bug Fixes
5.0.128 (2025-02-15)
Bug Fixes
5.0.127 (2025-02-14)
Bug Fixes
5.0.126 (2025-02-14)
Bug Fixes
5.0.125 (2025-02-14)
Bug Fixes
[5.0.124](https://redi
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.