Commit 324259e
authored
Update eslint monorepo to v9.39.4 (#27308)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [@eslint/js](https://eslint.org)
([source](https://redirect.github.com/eslint/eslint/tree/HEAD/packages/js))
| [`9.37.0` →
`9.39.4`](https://renovatebot.com/diffs/npm/@eslint%2fjs/9.37.0/9.39.4)
|

|

|
| [eslint](https://eslint.org)
([source](https://redirect.github.com/eslint/eslint)) | [`9.37.0` →
`9.39.4`](https://renovatebot.com/diffs/npm/eslint/9.37.0/9.39.4) |

|

|
---
### Release Notes
<details>
<summary>eslint/eslint (@​eslint/js)</summary>
###
[`v9.39.4`](https://redirect.github.com/eslint/eslint/compare/v9.39.3...71b2f6b628b76157b4a2a296cb969dc56abb296c)
[Compare
Source](https://redirect.github.com/eslint/eslint/compare/v9.39.3...v9.39.4)
###
[`v9.39.3`](https://redirect.github.com/eslint/eslint/releases/tag/v9.39.3)
[Compare
Source](https://redirect.github.com/eslint/eslint/compare/v9.39.2...v9.39.3)
#### Bug Fixes
-
[`791bf8d`](https://redirect.github.com/eslint/eslint/commit/791bf8d7e76ce7ab8c88cb8982658823da4eff27)
fix: restore TypeScript 4.0 compatibility in types
([#​20504](https://redirect.github.com/eslint/eslint/issues/20504))
(sethamus)
#### Chores
-
[`8594a43`](https://redirect.github.com/eslint/eslint/commit/8594a436c22a0167fe3c2c4109bbdb04e519a014)
chore: upgrade
[@​eslint/js](https://redirect.github.com/eslint/js)@​9.39.3
([#​20529](https://redirect.github.com/eslint/eslint/issues/20529))
(Milos Djermanovic)
-
[`9ceef92`](https://redirect.github.com/eslint/eslint/commit/9ceef92fbd3d1298d9a00483f86897834b88acac)
chore: package.json update for
[@​eslint/js](https://redirect.github.com/eslint/js) release
(Jenkins)
-
[`af498c6`](https://redirect.github.com/eslint/eslint/commit/af498c63b9ca065223a425a85afabdcc8451e69b)
chore: ignore `/docs/v9.x` in link checker
([#​20453](https://redirect.github.com/eslint/eslint/issues/20453))
(Milos Djermanovic)
###
[`v9.39.2`](https://redirect.github.com/eslint/eslint/compare/v9.39.1...c43ce24ff0ce073ec4ad691cd5a50171dfe6cf1e)
[Compare
Source](https://redirect.github.com/eslint/eslint/compare/v9.39.1...v9.39.2)
###
[`v9.39.1`](https://redirect.github.com/eslint/eslint/compare/v9.39.0...c7ebefc9eaf99b76b30b0d3cf9960807a47367c4)
[Compare
Source](https://redirect.github.com/eslint/eslint/compare/v9.39.0...v9.39.1)
###
[`v9.39.0`](https://redirect.github.com/eslint/eslint/compare/v9.38.0...2375a6de8263393c129d41cac1b407b40111a73c)
[Compare
Source](https://redirect.github.com/eslint/eslint/compare/v9.38.0...v9.39.0)
###
[`v9.38.0`](https://redirect.github.com/eslint/eslint/releases/tag/v9.38.0)
[Compare
Source](https://redirect.github.com/eslint/eslint/compare/v9.37.0...v9.38.0)
##### Features
-
[`ce40f74`](https://redirect.github.com/eslint/eslint/commit/ce40f74efd45f66d9fbfc6f78ce622ee72008485)
feat: update `complexity` rule to only highlight function header
([#​20048](https://redirect.github.com/eslint/eslint/issues/20048))
(Atul Nair)
-
[`e37e590`](https://redirect.github.com/eslint/eslint/commit/e37e590aae2a7fcca4d3a9adc1379ad466e5c5d1)
feat: correct `no-loss-of-precision` false positives with `e` notation
([#​20187](https://redirect.github.com/eslint/eslint/issues/20187))
(Francesco Trotta)
##### Bug Fixes
-
[`50c3dfd`](https://redirect.github.com/eslint/eslint/commit/50c3dfd98065622765a51a8ddb1e70c44fc5a4cb)
fix: improve type support for isolated dependencies in pnpm
([#​20201](https://redirect.github.com/eslint/eslint/issues/20201))
(Francesco Trotta)
-
[`a1f06a3`](https://redirect.github.com/eslint/eslint/commit/a1f06a350c4155c4dbf39bf932a38d71d70f1b65)
fix: correct SourceCode typings
([#​20114](https://redirect.github.com/eslint/eslint/issues/20114))
(Pixel998)
##### Documentation
-
[`462675a`](https://redirect.github.com/eslint/eslint/commit/462675af8a811f9ca984efaedbdc5b46b13ced7a)
docs: improve web accessibility by hiding non-semantic character
([#​20205](https://redirect.github.com/eslint/eslint/issues/20205))
(루밀LuMir)
-
[`c070e65`](https://redirect.github.com/eslint/eslint/commit/c070e65f6bb9e38d06a89ba2b3261781bec3d397)
docs: correct formatting in `no-irregular-whitespace` rule documentation
([#​20203](https://redirect.github.com/eslint/eslint/issues/20203))
(루밀LuMir)
-
[`b39e71a`](https://redirect.github.com/eslint/eslint/commit/b39e71a2130ae1ea3fbc19b19f5b951eb625722a)
docs: Update README (GitHub Actions Bot)
-
[`cd39983`](https://redirect.github.com/eslint/eslint/commit/cd3998314876a4fad6463d9011bc73778ccc1fd9)
docs: move `custom-formatters` type descriptions to `nodejs-api`
([#​20190](https://redirect.github.com/eslint/eslint/issues/20190))
(Percy Ma)
##### Chores
-
[`d17c795`](https://redirect.github.com/eslint/eslint/commit/d17c795bf1624e0604998482b98e6bb6bff39045)
chore: upgrade
[@​eslint/js](https://redirect.github.com/eslint/js)[@​9](https://redirect.github.com/9).38.0
([#​20221](https://redirect.github.com/eslint/eslint/issues/20221))
(Milos Djermanovic)
-
[`25d0e33`](https://redirect.github.com/eslint/eslint/commit/25d0e33270e08baed09dbee2cdd56a8e5cd9da0f)
chore: package.json update for
[@​eslint/js](https://redirect.github.com/eslint/js) release
(Jenkins)
-
[`c82b5ef`](https://redirect.github.com/eslint/eslint/commit/c82b5efa1fc91900e029efa23e688fad67fc17fa)
refactor: Use types from
[@​eslint/core](https://redirect.github.com/eslint/core)
([#​20168](https://redirect.github.com/eslint/eslint/issues/20168))
(Nicholas C. Zakas)
-
[`ff31609`](https://redirect.github.com/eslint/eslint/commit/ff31609f195654d448954210ba4d31e921d463e8)
ci: add Node.js 25 to `ci.yml`
([#​20220](https://redirect.github.com/eslint/eslint/issues/20220))
(루밀LuMir)
-
[`004577e`](https://redirect.github.com/eslint/eslint/commit/004577eda2f2f4b2829e0364f8b41893cebfc859)
ci: bump github/codeql-action from 3 to 4
([#​20211](https://redirect.github.com/eslint/eslint/issues/20211))
(dependabot\[bot])
-
[`eac71fb`](https://redirect.github.com/eslint/eslint/commit/eac71fb77113de7bf199ff20c6ee44cefcb59848)
test: remove use of `nodejsScope` option of eslint-scope from tests
([#​20206](https://redirect.github.com/eslint/eslint/issues/20206))
(Milos Djermanovic)
-
[`4168a18`](https://redirect.github.com/eslint/eslint/commit/4168a18b7efd8facbbd71cd44a62942a9f656a30)
chore: fix typo in legacy-eslint.js
([#​20202](https://redirect.github.com/eslint/eslint/issues/20202))
(Sweta Tanwar)
-
[`205dbd2`](https://redirect.github.com/eslint/eslint/commit/205dbd2d9272e761574c478e3b0181f7b89ed0f6)
chore: fix typos
([#​20200](https://redirect.github.com/eslint/eslint/issues/20200))
(ntnyq)
-
[`dbb200e`](https://redirect.github.com/eslint/eslint/commit/dbb200e3604e63bba23a18d40089ca44604835ed)
chore: use team member's username when name is not available in data
([#​20194](https://redirect.github.com/eslint/eslint/issues/20194))
(Milos Djermanovic)
-
[`8962089`](https://redirect.github.com/eslint/eslint/commit/8962089edbd978b43513576387a134036b8e2d36)
chore: mark deprecated rules as available until v11.0.0
([#​20184](https://redirect.github.com/eslint/eslint/issues/20184))
(Pixel998)
</details>
<details>
<summary>eslint/eslint (eslint)</summary>
###
[`v9.39.4`](https://redirect.github.com/eslint/eslint/releases/tag/v9.39.4)
[Compare
Source](https://redirect.github.com/eslint/eslint/compare/v9.39.3...v9.39.4)
#### Bug Fixes
-
[`f18f6c8`](https://redirect.github.com/eslint/eslint/commit/f18f6c8ae92a1bcfc558f48c0bd863ea94067459)
fix: update dependency minimatch to ^3.1.5
([#​20564](https://redirect.github.com/eslint/eslint/issues/20564))
(Milos Djermanovic)
-
[`a3c868f`](https://redirect.github.com/eslint/eslint/commit/a3c868f6ef103c1caff9d15f744f9ebd995e872f)
fix: update dependency
[@​eslint/eslintrc](https://redirect.github.com/eslint/eslintrc)
to ^3.3.4
([#​20554](https://redirect.github.com/eslint/eslint/issues/20554))
(Milos Djermanovic)
-
[`234d005`](https://redirect.github.com/eslint/eslint/commit/234d005da6cd3c924f359e3783fbf565a3c047c3)
fix: minimatch security vulnerability patch for v9.x
([#​20549](https://redirect.github.com/eslint/eslint/issues/20549))
(Andrej Beles)
-
[`b1b37ee`](https://redirect.github.com/eslint/eslint/commit/b1b37eecaa033d2e390e1d8f1d6e68d0f5ff3a6a)
fix: update `ajv` to `6.14.0` to address security vulnerabilities
([#​20538](https://redirect.github.com/eslint/eslint/issues/20538))
(루밀LuMir)
#### Documentation
-
[`4675152`](https://redirect.github.com/eslint/eslint/commit/46751526037682f8b42abcfb3e06d19213719347)
docs: add deprecation notice partial
([#​20520](https://redirect.github.com/eslint/eslint/issues/20520))
(Milos Djermanovic)
#### Chores
-
[`b8b4eb1`](https://redirect.github.com/eslint/eslint/commit/b8b4eb15901c1bd6ef40d2589da4ae75795c0f6e)
chore: update dependencies for ESLint v9.39.4
([#​20596](https://redirect.github.com/eslint/eslint/issues/20596))
(Francesco Trotta)
-
[`71b2f6b`](https://redirect.github.com/eslint/eslint/commit/71b2f6b628b76157b4a2a296cb969dc56abb296c)
chore: package.json update for
[@​eslint/js](https://redirect.github.com/eslint/js) release
(Jenkins)
-
[`1d16c2f`](https://redirect.github.com/eslint/eslint/commit/1d16c2fa3998440ae7b0f6e2612935bd6b0ded1d)
ci: pin Node.js 25.6.1
([#​20563](https://redirect.github.com/eslint/eslint/issues/20563))
(Milos Djermanovic)
###
[`v9.39.3`](https://redirect.github.com/eslint/eslint/releases/tag/v9.39.3)
[Compare
Source](https://redirect.github.com/eslint/eslint/compare/v9.39.2...v9.39.3)
#### Bug Fixes
-
[`791bf8d`](https://redirect.github.com/eslint/eslint/commit/791bf8d7e76ce7ab8c88cb8982658823da4eff27)
fix: restore TypeScript 4.0 compatibility in types
([#​20504](https://redirect.github.com/eslint/eslint/issues/20504))
(sethamus)
#### Chores
-
[`8594a43`](https://redirect.github.com/eslint/eslint/commit/8594a436c22a0167fe3c2c4109bbdb04e519a014)
chore: upgrade
[@​eslint/js](https://redirect.github.com/eslint/js)@​9.39.3
([#​20529](https://redirect.github.com/eslint/eslint/issues/20529))
(Milos Djermanovic)
-
[`9ceef92`](https://redirect.github.com/eslint/eslint/commit/9ceef92fbd3d1298d9a00483f86897834b88acac)
chore: package.json update for
[@​eslint/js](https://redirect.github.com/eslint/js) release
(Jenkins)
-
[`af498c6`](https://redirect.github.com/eslint/eslint/commit/af498c63b9ca065223a425a85afabdcc8451e69b)
chore: ignore `/docs/v9.x` in link checker
([#​20453](https://redirect.github.com/eslint/eslint/issues/20453))
(Milos Djermanovic)
###
[`v9.39.2`](https://redirect.github.com/eslint/eslint/compare/v9.39.1...9278324aa0023d223874825b0d4b6ac75783096a)
[Compare
Source](https://redirect.github.com/eslint/eslint/compare/v9.39.1...v9.39.2)
###
[`v9.39.1`](https://redirect.github.com/eslint/eslint/compare/v9.39.0...e2772811a8595d161870835ff04822b25a2cdf45)
[Compare
Source](https://redirect.github.com/eslint/eslint/compare/v9.39.0...v9.39.1)
###
[`v9.39.0`](https://redirect.github.com/eslint/eslint/compare/v9.38.0...ac3a60dffc29d8d4d5031621bc062e77f891532a)
[Compare
Source](https://redirect.github.com/eslint/eslint/compare/v9.38.0...v9.39.0)
###
[`v9.38.0`](https://redirect.github.com/eslint/eslint/releases/tag/v9.38.0)
[Compare
Source](https://redirect.github.com/eslint/eslint/compare/v9.37.0...v9.38.0)
#### Features
-
[`ce40f74`](https://redirect.github.com/eslint/eslint/commit/ce40f74efd45f66d9fbfc6f78ce622ee72008485)
feat: update `complexity` rule to only highlight function header
([#​20048](https://redirect.github.com/eslint/eslint/issues/20048))
(Atul Nair)
-
[`e37e590`](https://redirect.github.com/eslint/eslint/commit/e37e590aae2a7fcca4d3a9adc1379ad466e5c5d1)
feat: correct `no-loss-of-precision` false positives with `e` notation
([#​20187](https://redirect.github.com/eslint/eslint/issues/20187))
(Francesco Trotta)
#### Bug Fixes
-
[`50c3dfd`](https://redirect.github.com/eslint/eslint/commit/50c3dfd98065622765a51a8ddb1e70c44fc5a4cb)
fix: improve type support for isolated dependencies in pnpm
([#​20201](https://redirect.github.com/eslint/eslint/issues/20201))
(Francesco Trotta)
-
[`a1f06a3`](https://redirect.github.com/eslint/eslint/commit/a1f06a350c4155c4dbf39bf932a38d71d70f1b65)
fix: correct SourceCode typings
([#​20114](https://redirect.github.com/eslint/eslint/issues/20114))
(Pixel998)
#### Documentation
-
[`462675a`](https://redirect.github.com/eslint/eslint/commit/462675af8a811f9ca984efaedbdc5b46b13ced7a)
docs: improve web accessibility by hiding non-semantic character
([#​20205](https://redirect.github.com/eslint/eslint/issues/20205))
(루밀LuMir)
-
[`c070e65`](https://redirect.github.com/eslint/eslint/commit/c070e65f6bb9e38d06a89ba2b3261781bec3d397)
docs: correct formatting in `no-irregular-whitespace` rule documentation
([#​20203](https://redirect.github.com/eslint/eslint/issues/20203))
(루밀LuMir)
-
[`b39e71a`](https://redirect.github.com/eslint/eslint/commit/b39e71a2130ae1ea3fbc19b19f5b951eb625722a)
docs: Update README (GitHub Actions Bot)
-
[`cd39983`](https://redirect.github.com/eslint/eslint/commit/cd3998314876a4fad6463d9011bc73778ccc1fd9)
docs: move `custom-formatters` type descriptions to `nodejs-api`
([#​20190](https://redirect.github.com/eslint/eslint/issues/20190))
(Percy Ma)
#### Chores
-
[`d17c795`](https://redirect.github.com/eslint/eslint/commit/d17c795bf1624e0604998482b98e6bb6bff39045)
chore: upgrade
[@​eslint/js](https://redirect.github.com/eslint/js)@​9.38.0
([#​20221](https://redirect.github.com/eslint/eslint/issues/20221))
(Milos Djermanovic)
-
[`25d0e33`](https://redirect.github.com/eslint/eslint/commit/25d0e33270e08baed09dbee2cdd56a8e5cd9da0f)
chore: package.json update for
[@​eslint/js](https://redirect.github.com/eslint/js) release
(Jenkins)
-
[`c82b5ef`](https://redirect.github.com/eslint/eslint/commit/c82b5efa1fc91900e029efa23e688fad67fc17fa)
refactor: Use types from
[@​eslint/core](https://redirect.github.com/eslint/core)
([#​20168](https://redirect.github.com/eslint/eslint/issues/20168))
(Nicholas C. Zakas)
-
[`ff31609`](https://redirect.github.com/eslint/eslint/commit/ff31609f195654d448954210ba4d31e921d463e8)
ci: add Node.js 25 to `ci.yml`
([#​20220](https://redirect.github.com/eslint/eslint/issues/20220))
(루밀LuMir)
-
[`004577e`](https://redirect.github.com/eslint/eslint/commit/004577eda2f2f4b2829e0364f8b41893cebfc859)
ci: bump github/codeql-action from 3 to 4
([#​20211](https://redirect.github.com/eslint/eslint/issues/20211))
(dependabot\[bot])
-
[`eac71fb`](https://redirect.github.com/eslint/eslint/commit/eac71fb77113de7bf199ff20c6ee44cefcb59848)
test: remove use of `nodejsScope` option of eslint-scope from tests
([#​20206](https://redirect.github.com/eslint/eslint/issues/20206))
(Milos Djermanovic)
-
[`4168a18`](https://redirect.github.com/eslint/eslint/commit/4168a18b7efd8facbbd71cd44a62942a9f656a30)
chore: fix typo in legacy-eslint.js
([#​20202](https://redirect.github.com/eslint/eslint/issues/20202))
(Sweta Tanwar)
-
[`205dbd2`](https://redirect.github.com/eslint/eslint/commit/205dbd2d9272e761574c478e3b0181f7b89ed0f6)
chore: fix typos
([#​20200](https://redirect.github.com/eslint/eslint/issues/20200))
(ntnyq)
-
[`dbb200e`](https://redirect.github.com/eslint/eslint/commit/dbb200e3604e63bba23a18d40089ca44604835ed)
chore: use team member's username when name is not available in data
([#​20194](https://redirect.github.com/eslint/eslint/issues/20194))
(Milos Djermanovic)
-
[`8962089`](https://redirect.github.com/eslint/eslint/commit/8962089edbd978b43513576387a134036b8e2d36)
chore: mark deprecated rules as available until v11.0.0
([#​20184](https://redirect.github.com/eslint/eslint/issues/20184))
(Pixel998)
</details>
---
### Configuration
📅 **Schedule**: (in timezone Etc/UTC)
- Branch creation
- Only on Sunday and Saturday (`* * * * 0,6`)
- Between 12:00 AM and 12:59 PM, only on Monday (`* 0-12 * * 1`)
- Between 09:00 PM and 11:59 PM, Monday through Friday (`* 21-23 * *
1-5`)
- Between 12:00 AM and 04:59 AM, Tuesday through Saturday (`* 0-4 * *
2-6`)
- Automerge
- Only on Sunday and Saturday (`* * * * 0,6`)
- Between 12:00 AM and 12:59 PM, only on Monday (`* 0-12 * * 1`)
- Between 10:00 PM and 11:59 PM, Monday through Friday (`* 22-23 * *
1-5`)
- Between 12:00 AM and 04:59 AM, Tuesday through Saturday (`* 0-4 * *
2-6`)
🚦 **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 these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/TryGhost/Ghost).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjExMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent e6853f4 commit 324259e
3 files changed
+59
-60
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3681 | 3681 | | |
3682 | 3682 | | |
3683 | 3683 | | |
3684 | | - | |
3685 | | - | |
3686 | | - | |
3687 | | - | |
| 3684 | + | |
| 3685 | + | |
| 3686 | + | |
| 3687 | + | |
3688 | 3688 | | |
3689 | | - | |
| 3689 | + | |
3690 | 3690 | | |
3691 | | - | |
| 3691 | + | |
3692 | 3692 | | |
3693 | | - | |
3694 | | - | |
3695 | | - | |
3696 | | - | |
| 3693 | + | |
| 3694 | + | |
| 3695 | + | |
| 3696 | + | |
3697 | 3697 | | |
3698 | | - | |
| 3698 | + | |
3699 | 3699 | | |
3700 | | - | |
3701 | | - | |
3702 | | - | |
3703 | | - | |
| 3700 | + | |
| 3701 | + | |
| 3702 | + | |
| 3703 | + | |
3704 | 3704 | | |
3705 | 3705 | | |
3706 | 3706 | | |
| |||
3719 | 3719 | | |
3720 | 3720 | | |
3721 | 3721 | | |
3722 | | - | |
3723 | | - | |
3724 | | - | |
3725 | | - | |
| 3722 | + | |
| 3723 | + | |
| 3724 | + | |
| 3725 | + | |
3726 | 3726 | | |
3727 | | - | |
| 3727 | + | |
3728 | 3728 | | |
3729 | 3729 | | |
3730 | 3730 | | |
3731 | 3731 | | |
3732 | 3732 | | |
3733 | | - | |
3734 | | - | |
| 3733 | + | |
| 3734 | + | |
3735 | 3735 | | |
3736 | 3736 | | |
3737 | 3737 | | |
3738 | 3738 | | |
3739 | 3739 | | |
3740 | 3740 | | |
3741 | 3741 | | |
3742 | | - | |
3743 | | - | |
3744 | | - | |
3745 | | - | |
| 3742 | + | |
| 3743 | + | |
| 3744 | + | |
| 3745 | + | |
3746 | 3746 | | |
3747 | | - | |
3748 | | - | |
3749 | | - | |
3750 | | - | |
| 3747 | + | |
| 3748 | + | |
| 3749 | + | |
| 3750 | + | |
3751 | 3751 | | |
3752 | | - | |
3753 | | - | |
3754 | | - | |
3755 | | - | |
| 3752 | + | |
| 3753 | + | |
| 3754 | + | |
| 3755 | + | |
3756 | 3756 | | |
3757 | | - | |
| 3757 | + | |
3758 | 3758 | | |
3759 | 3759 | | |
3760 | 3760 | | |
| |||
12124 | 12124 | | |
12125 | 12125 | | |
12126 | 12126 | | |
12127 | | - | |
12128 | | - | |
12129 | | - | |
12130 | | - | |
| 12127 | + | |
| 12128 | + | |
| 12129 | + | |
| 12130 | + | |
12131 | 12131 | | |
12132 | 12132 | | |
12133 | 12133 | | |
| |||
20228 | 20228 | | |
20229 | 20229 | | |
20230 | 20230 | | |
20231 | | - | |
20232 | | - | |
20233 | | - | |
20234 | | - | |
| 20231 | + | |
| 20232 | + | |
| 20233 | + | |
| 20234 | + | |
20235 | 20235 | | |
20236 | 20236 | | |
20237 | 20237 | | |
20238 | | - | |
20239 | | - | |
20240 | | - | |
20241 | | - | |
20242 | | - | |
20243 | | - | |
| 20238 | + | |
| 20239 | + | |
| 20240 | + | |
| 20241 | + | |
| 20242 | + | |
| 20243 | + | |
20244 | 20244 | | |
20245 | 20245 | | |
20246 | 20246 | | |
20247 | 20247 | | |
20248 | | - | |
20249 | | - | |
| 20248 | + | |
20250 | 20249 | | |
20251 | 20250 | | |
20252 | 20251 | | |
| |||
20265 | 20264 | | |
20266 | 20265 | | |
20267 | 20266 | | |
20268 | | - | |
| 20267 | + | |
20269 | 20268 | | |
20270 | 20269 | | |
20271 | 20270 | | |
| |||
24796 | 24795 | | |
24797 | 24796 | | |
24798 | 24797 | | |
24799 | | - | |
| 24798 | + | |
24800 | 24799 | | |
24801 | 24800 | | |
24802 | 24801 | | |
| |||
27122 | 27121 | | |
27123 | 27122 | | |
27124 | 27123 | | |
27125 | | - | |
27126 | | - | |
27127 | | - | |
27128 | | - | |
| 27124 | + | |
| 27125 | + | |
| 27126 | + | |
| 27127 | + | |
27129 | 27128 | | |
27130 | 27129 | | |
27131 | 27130 | | |
| |||
0 commit comments