Skip to content

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
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 5, 2025

This PR contains the following updates:

Package Change Age Confidence
scratch-l10n 5.0.230 -> 5.0.309 age confidence

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
  • validate placeholders more thoroughly (accefc6)
Performance Improvements
  • replace batch mapping with pool mapping (b605020)
BREAKING CHANGES
  • Code under scripts/ is now TypeScript and runs using tsx. This shouldn't
    break anyone, but in theory it could...

The files under scripts/ now use TypeScript, which exposed quite a few bugs. They're configured to
run with tsx so we don't need a build step.

Some of the common changes:

  • Some functions returning promises were called without await or .then(), which meant that
    exceptions thrown by them were being ignored. I've added await to all cases that I found. I
    changed some functions and promise chains to use async instead, especially where it's easier to
    read and/or easier to get exceptions right.
  • Most Transifex objects have a property called attributes. Some of our functions tried to access
    properties 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.
  • Added 'utf8' parameter to fs.readFile and fs.readFileSync in several places. We were already
    treating the return value as a string (usually passing it to JSON.parse), but without specifying
    the text encoding, the actual return value was a buffer. Adding the text encoding parameter makes
    our usage type-correct.
  • In some cases, correct code was hard to read since it wasn't clear what type of data was being
    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
  • deps: lock file maintenance (a065a21)

5.0.308 (2025-07-15)

Bug Fixes
  • deps: lock file maintenance (d03c258)

5.0.307 (2025-07-13)

Bug Fixes
  • deps: lock file maintenance (6ab221c)

5.0.306 (2025-07-12)

Bug Fixes
  • deps: lock file maintenance (e3ba6f0)

5.0.305 (2025-07-12)

Bug Fixes
  • pull new editor translations from Transifex (b3fb935)

5.0.304 (2025-07-11)

Bug Fixes
  • pull new editor translations from Transifex (c079241)

5.0.303 (2025-07-10)

Bug Fixes
  • deps: lock file maintenance (36b76b7)

5.0.302 (2025-07-10)

Bug Fixes
  • pull new editor translations from Transifex (e027ce2)

5.0.301 (2025-07-09)

Bug Fixes
  • deps: lock file maintenance (d02c39c)

5.0.300 (2025-07-09)

Bug Fixes
  • pull new editor translations from Transifex (dd45851)

5.0.299 (2025-07-08)

Bug Fixes
  • deps: lock file maintenance (d3fe67b)

5.0.298 (2025-07-08)

Bug Fixes
  • pull new editor translations from Transifex (8d78018)

5.0.297 (2025-07-07)

Bug Fixes
  • deps: lock file maintenance (33ba55a)

5.0.296 (2025-07-06)

Bug Fixes
  • pull new editor translations from Transifex (db86995)

5.0.295 (2025-07-05)

Bug Fixes
  • deps: lock file maintenance (a57ac37)

5.0.294 (2025-07-03)

Bug Fixes
  • deps: lock file maintenance (09c17ef)

5.0.293 (2025-07-02)

Bug Fixes
  • deps: lock file maintenance (eefce93)

5.0.292 (2025-07-02)

Bug Fixes
  • pull new editor translations from Transifex (7285698)

5.0.291 (2025-07-01)

Bug Fixes
  • pull new editor translations from Transifex (f10e0ef)

5.0.290 (2025-06-30)

Bug Fixes
  • deps: lock file maintenance (e67b2e8)

5.0.289 (2025-06-30)

Bug Fixes
  • pull new editor translations from Transifex (2a060fb)

5.0.288 (2025-06-29)

Bug Fixes
  • deps: lock file maintenance (cdf0854)

5.0.287 (2025-06-29)

Bug Fixes
  • pull new editor translations from Transifex (88bea21)

5.0.286 (2025-06-28)

Bug Fixes
  • deps: lock file maintenance (2081fdf)

5.0.285 (2025-06-28)

Bug Fixes
  • pull new editor translations from Transifex (90e4f29)

5.0.284 (2025-06-27)

Bug Fixes
  • deps: lock file maintenance (01b33c7)

5.0.283 (2025-06-27)

Bug Fixes
  • pull new editor translations from Transifex (c9f0a60)

5.0.282 (2025-06-26)

Bug Fixes
  • deps: lock file maintenance (6c5892a)

5.0.281 (2025-06-25)

Bug Fixes
  • deps: lock file maintenance (5d96712)

5.0.280 (2025-06-24)

Bug Fixes
  • deps: lock file maintenance (1969d9a)

5.0.279 (2025-06-24)

Bug Fixes
  • pull new editor translations from Transifex (94b18a8)

5.0.278 (2025-06-21)

Bug Fixes
  • deps: lock file maintenance (655b48c)

5.0.277 (2025-06-21)

Bug Fixes
  • pull new editor translations from Transifex (f9b7643)

5.0.276 (2025-06-20)

Bug Fixes
  • deps: lock file maintenance (5d24b86)

5.0.275 (2025-06-18)

Bug Fixes
  • deps: lock file maintenance (62df008)

5.0.274 (2025-06-17)

Bug Fixes
  • deps: lock file maintenance (616be45)

5.0.273 (2025-06-15)

Bug Fixes
  • deps: lock file maintenance (ad05093)

5.0.272 (2025-06-14)

Bug Fixes
  • deps: lock file maintenance (3fb76c4)

5.0.271 (2025-06-14)

Bug Fixes
  • pull new editor translations from Transifex (0e568e7)

5.0.270 (2025-06-13)

Bug Fixes
  • deps: lock file maintenance (c30a319)

5.0.269 (2025-06-12)

Bug Fixes
  • deps: lock file maintenance (45d50e3)

5.0.268 (2025-06-12)

Bug Fixes
  • pull new editor translations from Transifex (38b3d14)

5.0.267 (2025-06-11)

Bug Fixes
  • pull new editor translations from Transifex (18f06c1)

5.0.266 (2025-06-10)

Bug Fixes
  • deps: lock file maintenance (b515a4e)

5.0.265 (2025-06-10)

Bug Fixes
  • pull new editor translations from Transifex (b141e5b)

5.0.264 (2025-06-06)

Bug Fixes
  • pull new editor translations from Transifex (650ae2f)

5.0.263 (2025-06-05)

Bug Fixes
  • deps: lock file maintenance (c0c7ec3)

5.0.262 (2025-06-05)

Bug Fixes
  • pull new editor translations from Transifex (ad91f5d)

5.0.261 (2025-06-04)

Bug Fixes
  • deps: lock file maintenance (a502d6e)

5.0.260 (2025-06-03)

Bug Fixes
  • deps: lock file maintenance (9418c71)

5.0.259 (2025-06-01)

Bug Fixes
  • pull new editor translations from Transifex (6328e4a)

5.0.258 (2025-05-31)

Bug Fixes
  • deps: lock file maintenance (5031fd3)

5.0.257 (2025-05-30)

Bug Fixes
  • deps: lock file maintenance (1864ebd)

5.0.256 (2025-05-30)

Bug Fixes
  • pull new editor translations from Transifex (8a78305)

5.0.255 (2025-05-29)

Bug Fixes
  • deps: lock file maintenance (1784549)

5.0.254 (2025-05-28)

Bug Fixes
  • deps: lock file maintenance (ecbd660)

5.0.253 (2025-05-27)

Bug Fixes
  • deps: lock file maintenance (9547250)

5.0.252 (2025-05-26)

Bug Fixes

5.0.251 (2025-05-25)

Bug Fixes
  • pull new editor translations from Transifex (4a3e2fc)

5.0.250 (2025-05-24)

Bug Fixes
  • pull new editor translations from Transifex (f50a13e)

5.0.249 (2025-05-23)

Bug Fixes
  • deps: lock file maintenance (f56910c)

5.0.248 (2025-05-22)

Bug Fixes
  • deps: lock file maintenance (e5c86f9)

5.0.247 (2025-05-21)

Bug Fixes
  • deps: lock file maintenance (908bbce)

5.0.246 (2025-05-21)

Bug Fixes
  • pull new editor translations from Transifex (d6c954e)

5.0.245 (2025-05-20)

Bug Fixes
  • deps: lock file maintenance (18b5195)

5.0.244 (2025-05-18)

Bug Fixes
  • deps: lock file maintenance (eb5c385)

5.0.243 (2025-05-17)

Bug Fixes
  • deps: lock file maintenance (37db6f2)

5.0.242 (2025-05-16)

Bug Fixes
  • pull new editor translations from Transifex (d33140b)

5.0.241 (2025-05-15)

Bug Fixes
  • deps: lock file maintenance (20fdf0c)

5.0.240 (2025-05-14)

Bug Fixes
  • deps: lock file maintenance (48689dc)

5.0.239 (2025-05-13)

Bug Fixes
  • deps: lock file maintenance (7cc9dfd)

5.0.238 (2025-05-13)

Bug Fixes
  • pull new editor translations from Transifex (049c6c1)

5.0.237 (2025-05-12)

Bug Fixes
  • pull new editor translations from Transifex (c4a3e7e)

5.0.236 (2025-05-10)

Bug Fixes
  • deps: lock file maintenance (a019885)

5.0.235 (2025-05-10)

Bug Fixes
  • pull new editor translations from Transifex (3f6a921)

5.0.234 (2025-05-09)

Bug Fixes
  • pull new editor translations from Transifex (6252ace)

5.0.233 (2025-05-08)

Bug Fixes
  • deps: lock file maintenance (f4e122d)

5.0.232 (2025-05-07)

Bug Fixes
  • deps: lock file maintenance (1e2db4a)

5.0.231 (2025-05-05)

Bug Fixes
  • pull new editor translations from Transifex (3d51731)

5.0.230 (2025-05-04)

Bug Fixes
  • deps: lock file maintenance (e4bc33b)

5.0.229 (2025-05-03)

Bug Fixes
  • deps: lock file maintenance (6776d3e)

5.0.228 (2025-05-02)

Bug Fixes
  • deps: lock file maintenance (3b49bc9)

5.0.227 (2025-05-02)

Bug Fixes
  • pull new editor translations from Transifex (659e897)

5.0.226 (2025-05-01)

Bug Fixes
  • deps: lock file maintenance (9e17ede)

5.0.225 (2025-05-01)

Bug Fixes
  • pull new editor translations from Transifex (b1e639a)

5.0.224 (2025-04-30)

Bug Fixes
  • deps: lock file maintenance (37b1d22)

5.0.223 (2025-04-30)

Bug Fixes
  • pull new editor translations from Transifex (5366290)

5.0.222 (2025-04-29)

Bug Fixes
  • deps: lock file maintenance (1b8c595)

5.0.221 (2025-04-29)

Bug Fixes
  • pull new editor translations from Transifex (6740937)

5.0.220 (2025-04-27)

Bug Fixes
  • deps: lock file maintenance (ad0b0e6)

5.0.219 (2025-04-27)

Bug Fixes
  • pull new editor translations from Transifex (867f778)

5.0.218 (2025-04-26)

Bug Fixes
  • deps: lock file maintenance (7c47eeb)

5.0.217 (2025-04-26)

Bug Fixes
  • pull new editor translations from Transifex (29d1825)

5.0.216 (2025-04-25)

Bug Fixes
  • deps: lock file maintenance (6313d25)

5.0.215 (2025-04-24)

Bug Fixes
  • deps: lock file maintenance (b22b739)

5.0.214 (2025-04-22)

Bug Fixes
  • deps: lock file maintenance (7608738)

5.0.213 (2025-04-20)

Bug Fixes
  • deps: lock file maintenance (1b4b023)

5.0.212 (2025-04-20)

Bug Fixes
  • pull new editor translations from Transifex (b898762)

5.0.211 (2025-04-19)

Bug Fixes
  • deps: lock file maintenance (0f1a52a)

5.0.210 (2025-04-19)

Bug Fixes
  • pull new editor translations from Transifex (4beef33)

5.0.209 (2025-04-18)

Bug Fixes
  • deps: lock file maintenance (f548740)

5.0.208 (2025-04-18)

Bug Fixes
  • pull new editor translations from Transifex (f248844)

5.0.207 (2025-04-17)

Bug Fixes
  • deps: lock file maintenance (bfcad4b)

5.0.206 (2025-04-16)

Bug Fixes
  • pull new editor translations from Transifex (a527b71)

5.0.205 (2025-04-15)

Bug Fixes

5.0.204 (2025-04-15)

Bug Fixes
  • deps: lock file maintenance (28cfd38)

5.0.203 (2025-04-15)

Bug Fixes
  • pull new editor translations from Transifex (0007743)

5.0.202 (2025-04-14)

Bug Fixes
  • pull new editor translations from Transifex (54705a0)

5.0.201 (2025-04-13)

Bug Fixes
  • deps: lock file maintenance (8028f2d)

5.0.200 (2025-04-12)

Bug Fixes
  • deps: lock file maintenance (3e347e1)

5.0.199 (2025-04-12)

Bug Fixes
  • deps: lock file maintenance (8190021)

5.0.198 (2025-04-10)

Bug Fixes
  • deps: lock file maintenance (5025110)

5.0.197 (2025-04-08)

Bug Fixes
  • deps: lock file maintenance (fd1865e)

5.0.196 (2025-04-08)

Bug Fixes
  • pull new editor translations from Transifex (3cadc37)

5.0.195 (2025-04-06)

Bug Fixes
  • deps: lock file maintenance (72f4906)

5.0.194 (2025-04-06)

Bug Fixes
  • deps: lock file maintenance (6b24920)

5.0.193 (2025-04-05)

Bug Fixes
  • deps: lock file maintenance (472cd6f)

5.0.192 (2025-04-05)

Bug Fixes
  • pull new editor translations from Transifex (76bbeca)

5.0.191 (2025-04-04)

Bug Fixes
  • deps: lock file maintenance (172eac2)

5.0.190 (2025-04-04)

Bug Fixes
  • pull new editor translations from Transifex (0483fc9)

5.0.189 (2025-04-03)

Bug Fixes
  • deps: lock file maintenance (24b058e)

5.0.188 (2025-04-03)

Bug Fixes
  • pull new editor translations from Transifex (1e75173)

5.0.187 (2025-04-02)

Bug Fixes
  • deps: lock file maintenance (3b0626a)

5.0.186 (2025-04-01)

Bug Fixes
  • deps: lock file maintenance (8ca90b9)

5.0.185 (2025-04-01)

Bug Fixes
  • pull new editor translations from Transifex (b80daf5)

5.0.184 (2025-03-28)

Bug Fixes
  • deps: lock file maintenance (2d3aa4d)

5.0.183 (2025-03-28)

Bug Fixes
  • pull new editor translations from Transifex (de08259)

5.0.182 (2025-03-27)

Bug Fixes
  • deps: lock file maintenance (f200f89)

5.0.181 (2025-03-27)

Bug Fixes
  • pull new editor translations from Transifex (3405ce4)

5.0.180 (2025-03-26)

Bug Fixes
  • deps: lock file maintenance (be627d9)

5.0.179 (2025-03-25)

Bug Fixes
  • deps: lock file maintenance (6dee84f)

5.0.178 (2025-03-24)

Bug Fixes
  • deps: lock file maintenance (9475e6d)

5.0.177 (2025-03-24)

Bug Fixes
  • pull new editor translations from Transifex (2092cc0)

5.0.176 (2025-03-22)

Bug Fixes
  • deps: lock file maintenance (95bd2fa)

5.0.175 (2025-03-22)

Bug Fixes
  • deps: lock file maintenance (dab713f)

5.0.174 (2025-03-21)

Bug Fixes
  • deps: lock file maintenance (5d3ba76)

5.0.173 (2025-03-20)

Bug Fixes
  • deps: lock file maintenance (7d560b9)

5.0.172 (2025-03-19)

Bug Fixes
  • deps: lock file maintenance (7c6d308)

5.0.171 (2025-03-19)

Bug Fixes
  • pull new editor translations from Transifex (040b29a)

5.0.170 (2025-03-18)

Bug Fixes
  • deps: lock file maintenance (07a6887)

5.0.169 (2025-03-18)

Bug Fixes
  • pull new editor translations from Transifex (c65416f)

5.0.168 (2025-03-17)

Bug Fixes
  • pull new editor translations from Transifex (2219e42)

5.0.167 (2025-03-16)

Bug Fixes
  • deps: lock file maintenance (f06c4f2)

5.0.166 (2025-03-16)

Bug Fixes
  • pull new editor translations from Transifex (64a4fbc)

5.0.165 (2025-03-15)

Bug Fixes
  • deps: lock file maintenance (45963c9)

5.0.164 (2025-03-15)

Bug Fixes
  • pull new editor translations from Transifex (84ed46b)

5.0.163 (2025-03-14)

Bug Fixes
  • deps: lock file maintenance (8bc0e7d)

5.0.162 (2025-03-14)

Bug Fixes
  • pull new editor translations from Transifex (138ec7e)

5.0.161 (2025-03-13)

Bug Fixes
  • deps: lock file maintenance (1cbf78b)

5.0.160 (2025-03-13)

Bug Fixes
  • pull new editor translations from Transifex (37b8ebd)

5.0.159 (2025-03-12)

Bug Fixes
  • deps: lock file maintenance (6398fb4)

5.0.158 (2025-03-12)

Bug Fixes
  • pull new editor translations from Transifex (cc089b9)

5.0.157 (2025-03-11)

Bug Fixes
  • deps: lock file maintenance (5adc06e)

5.0.156 (2025-03-10)

Bug Fixes
  • deps: lock file maintenance (ab0a713)

5.0.155 (2025-03-10)

Bug Fixes
  • pull new editor translations from Transifex (5172369)

5.0.154 (2025-03-09)

Bug Fixes
  • deps: lock file maintenance (f705c5d)

5.0.153 (2025-03-07)

Bug Fixes
  • deps: lock file maintenance (86bdf8f)

5.0.152 (2025-03-06)

Bug Fixes
  • deps: lock file maintenance (99afdf2)

5.0.151 (2025-03-05)

Bug Fixes
  • deps: lock file maintenance (3f50fc7)

5.0.150 (2025-03-04)

Bug Fixes
  • deps: lock file maintenance (cbad40a)

5.0.149 (2025-03-04)

Bug Fixes
  • pull new editor translations from Transifex (c53e83c)

5.0.148 (2025-03-02)

Bug Fixes
  • deps: lock file maintenance (59ba7e9)

5.0.147 (2025-03-02)

Bug Fixes
  • pull new editor translations from Transifex (08b6ce0)

5.0.146 (2025-03-01)

Bug Fixes
  • deps: lock file maintenance (9eb80fc)

5.0.145 (2025-03-01)

Bug Fixes
  • pull new editor translations from Transifex (b5e9fee)

5.0.144 (2025-02-28)

Bug Fixes
  • deps: lock file maintenance (9210a28)

5.0.143 (2025-02-28)

Bug Fixes
  • pull new editor translations from Transifex (5103ce8)

5.0.142 (2025-02-26)

Bug Fixes
  • deps: lock file maintenance (742e894)

5.0.141 (2025-02-26)

Bug Fixes
  • pull new editor translations from Transifex (cb17a19)

5.0.140 (2025-02-25)

Bug Fixes
  • pull new editor translations from Transifex (e365af6)

5.0.139 (2025-02-23)

Bug Fixes
  • deps: lock file maintenance (eaac8c3)

5.0.138 (2025-02-23)

Bug Fixes
  • pull new editor translations from Transifex (cc06e11)

5.0.137 (2025-02-22)

Bug Fixes
  • deps: lock file maintenance (05fb5e0)

5.0.136 (2025-02-22)

Bug Fixes
  • pull new editor translations from Transifex (e2a6618)

5.0.135 (2025-02-21)

Bug Fixes
  • pull new editor translations from Transifex (4c890cd)

5.0.134 (2025-02-19)

Bug Fixes

5.0.133 (2025-02-19)

Bug Fixes

5.0.132 (2025-02-19)

Bug Fixes
  • pull new editor translations from Transifex (2a1d7c8)

5.0.131 (2025-02-18)

Bug Fixes

5.0.130 (2025-02-17)

Bug Fixes
  • pull new editor translations from Transifex (8264993)

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
  • pull new editor translations from Transifex (e08c76f)

[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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file internal dependency labels May 5, 2025
@renovate renovate bot force-pushed the renovate/scratch-l10n-5.x branch 2 times, most recently from 807340e to f83e127 Compare May 7, 2025 13:03
@renovate renovate bot changed the title fix(deps): update dependency scratch-l10n to v5.0.231 fix(deps): update dependency scratch-l10n to v5.0.232 May 7, 2025
@renovate renovate bot force-pushed the renovate/scratch-l10n-5.x branch from f83e127 to 1a134c6 Compare May 8, 2025 12:08
@renovate renovate bot changed the title fix(deps): update dependency scratch-l10n to v5.0.232 fix(deps): update dependency scratch-l10n to v5.0.233 May 8, 2025
@renovate renovate bot force-pushed the renovate/scratch-l10n-5.x branch from 1a134c6 to f18dc36 Compare May 9, 2025 07:05
@renovate renovate bot changed the title fix(deps): update dependency scratch-l10n to v5.0.233 fix(deps): update dependency scratch-l10n to v5.0.234 May 9, 2025
@renovate renovate bot force-pushed the renovate/scratch-l10n-5.x branch from f18dc36 to 4074d4b Compare May 10, 2025 07:03
@renovate renovate bot changed the title fix(deps): update dependency scratch-l10n to v5.0.234 fix(deps): update dependency scratch-l10n to v5.0.236 May 10, 2025
@renovate renovate bot force-pushed the renovate/scratch-l10n-5.x branch from 4074d4b to c8e54ed Compare May 12, 2025 05:48
@renovate renovate bot changed the title fix(deps): update dependency scratch-l10n to v5.0.236 fix(deps): update dependency scratch-l10n to v5.0.237 May 12, 2025
@renovate renovate bot force-pushed the renovate/scratch-l10n-5.x branch from c8e54ed to 174f8d8 Compare May 13, 2025 06:07
@renovate renovate bot changed the title fix(deps): update dependency scratch-l10n to v5.0.237 fix(deps): update dependency scratch-l10n to v5.0.238 May 13, 2025
@renovate renovate bot force-pushed the renovate/scratch-l10n-5.x branch from 174f8d8 to fdc1802 Compare May 13, 2025 12:11
@renovate renovate bot changed the title fix(deps): update dependency scratch-l10n to v5.0.238 fix(deps): update dependency scratch-l10n to v5.0.239 May 13, 2025
@renovate renovate bot force-pushed the renovate/scratch-l10n-5.x branch from fdc1802 to 423bf57 Compare May 14, 2025 11:06
@renovate renovate bot changed the title fix(deps): update dependency scratch-l10n to v5.0.239 fix(deps): update dependency scratch-l10n to v5.0.240 May 14, 2025
@renovate renovate bot force-pushed the renovate/scratch-l10n-5.x branch from 423bf57 to 3f57aa5 Compare May 15, 2025 13:01
@renovate renovate bot changed the title fix(deps): update dependency scratch-l10n to v5.0.240 fix(deps): update dependency scratch-l10n to v5.0.241 May 15, 2025
@renovate renovate bot force-pushed the renovate/scratch-l10n-5.x branch from 3f57aa5 to e5fddcf Compare May 16, 2025 08:32
@renovate renovate bot changed the title fix(deps): update dependency scratch-l10n to v5.0.241 fix(deps): update dependency scratch-l10n to v5.0.242 May 16, 2025
@renovate renovate bot force-pushed the renovate/scratch-l10n-5.x branch from e5fddcf to 4507125 Compare May 17, 2025 10:05
@renovate renovate bot changed the title fix(deps): update dependency scratch-l10n to v5.0.242 fix(deps): update dependency scratch-l10n to v5.0.243 May 17, 2025
@renovate renovate bot force-pushed the renovate/scratch-l10n-5.x branch from 4507125 to 5726f63 Compare May 18, 2025 10:09
@renovate renovate bot changed the title fix(deps): update dependency scratch-l10n to v5.0.243 fix(deps): update dependency scratch-l10n to v5.0.244 May 18, 2025
@renovate renovate bot force-pushed the renovate/scratch-l10n-5.x branch from 5726f63 to 3c6e15d Compare May 20, 2025 12:47
@renovate renovate bot changed the title fix(deps): update dependency scratch-l10n to v5.0.244 fix(deps): update dependency scratch-l10n to v5.0.245 May 20, 2025
@renovate renovate bot changed the title fix(deps): update dependency scratch-l10n to v5.0.293 fix(deps): update dependency scratch-l10n to v5.0.294 Jul 3, 2025
@renovate renovate bot force-pushed the renovate/scratch-l10n-5.x branch from c131ea6 to b5fbf8c Compare July 5, 2025 08:30
@renovate renovate bot changed the title fix(deps): update dependency scratch-l10n to v5.0.294 fix(deps): update dependency scratch-l10n to v5.0.295 Jul 5, 2025
@renovate renovate bot force-pushed the renovate/scratch-l10n-5.x branch from b5fbf8c to 82fde04 Compare July 6, 2025 05:31
@renovate renovate bot changed the title fix(deps): update dependency scratch-l10n to v5.0.295 fix(deps): update dependency scratch-l10n to v5.0.296 Jul 6, 2025
@renovate renovate bot force-pushed the renovate/scratch-l10n-5.x branch from 82fde04 to a13f20a Compare July 7, 2025 07:46
@renovate renovate bot changed the title fix(deps): update dependency scratch-l10n to v5.0.296 fix(deps): update dependency scratch-l10n to v5.0.297 Jul 7, 2025
@renovate renovate bot force-pushed the renovate/scratch-l10n-5.x branch from a13f20a to c81c1c3 Compare July 8, 2025 06:09
@renovate renovate bot changed the title fix(deps): update dependency scratch-l10n to v5.0.297 fix(deps): update dependency scratch-l10n to v5.0.298 Jul 8, 2025
@renovate renovate bot force-pushed the renovate/scratch-l10n-5.x branch from c81c1c3 to ac03cfa Compare July 8, 2025 11:53
@renovate renovate bot changed the title fix(deps): update dependency scratch-l10n to v5.0.298 fix(deps): update dependency scratch-l10n to v5.0.299 Jul 8, 2025
@renovate renovate bot force-pushed the renovate/scratch-l10n-5.x branch from ac03cfa to efde46b Compare July 9, 2025 08:40
@renovate renovate bot changed the title fix(deps): update dependency scratch-l10n to v5.0.299 fix(deps): update dependency scratch-l10n to v5.0.300 Jul 9, 2025
@renovate renovate bot force-pushed the renovate/scratch-l10n-5.x branch from efde46b to 10066d8 Compare July 9, 2025 17:49
@renovate renovate bot changed the title fix(deps): update dependency scratch-l10n to v5.0.300 fix(deps): update dependency scratch-l10n to v5.0.301 Jul 9, 2025
@renovate renovate bot force-pushed the renovate/scratch-l10n-5.x branch from 10066d8 to a2cd8c6 Compare July 10, 2025 06:07
@renovate renovate bot changed the title fix(deps): update dependency scratch-l10n to v5.0.301 fix(deps): update dependency scratch-l10n to v5.0.303 Jul 10, 2025
@renovate renovate bot force-pushed the renovate/scratch-l10n-5.x branch from a2cd8c6 to 0aa0d32 Compare July 11, 2025 07:31
@renovate renovate bot changed the title fix(deps): update dependency scratch-l10n to v5.0.303 fix(deps): update dependency scratch-l10n to v5.0.304 Jul 11, 2025
@renovate renovate bot force-pushed the renovate/scratch-l10n-5.x branch from 0aa0d32 to b151096 Compare July 12, 2025 04:32
@renovate renovate bot changed the title fix(deps): update dependency scratch-l10n to v5.0.304 fix(deps): update dependency scratch-l10n to v5.0.305 Jul 12, 2025
@renovate renovate bot force-pushed the renovate/scratch-l10n-5.x branch from b151096 to 4d74818 Compare July 12, 2025 08:46
@renovate renovate bot changed the title fix(deps): update dependency scratch-l10n to v5.0.305 fix(deps): update dependency scratch-l10n to v5.0.306 Jul 12, 2025
@renovate renovate bot force-pushed the renovate/scratch-l10n-5.x branch from 4d74818 to 1edfd0b Compare July 13, 2025 09:31
@renovate renovate bot changed the title fix(deps): update dependency scratch-l10n to v5.0.306 fix(deps): update dependency scratch-l10n to v5.0.307 Jul 13, 2025
@renovate renovate bot force-pushed the renovate/scratch-l10n-5.x branch from 1edfd0b to 69959dc Compare July 15, 2025 11:54
@renovate renovate bot changed the title fix(deps): update dependency scratch-l10n to v5.0.307 fix(deps): update dependency scratch-l10n to v5.0.308 Jul 15, 2025
@renovate renovate bot force-pushed the renovate/scratch-l10n-5.x branch from 69959dc to 4fc6f9e Compare July 16, 2025 07:47
@renovate renovate bot changed the title fix(deps): update dependency scratch-l10n to v5.0.308 fix(deps): update dependency scratch-l10n to v5.0.309 Jul 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file internal dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants