Commit c2f138b
authored
chore(deps): update all non-major dependencies (minor) (#8139)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[eslint-plugin-storybook](https://redirect.github.com/storybookjs/storybook/tree/next/code/lib/eslint-plugin#readme)
([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin))
| [`10.1.11` →
`10.2.0`](https://renovatebot.com/diffs/npm/eslint-plugin-storybook/10.1.11/10.2.0)
|

|

|
| [globals](https://redirect.github.com/sindresorhus/globals) |
[`17.0.0` →
`17.1.0`](https://renovatebot.com/diffs/npm/globals/17.0.0/17.1.0) |

|

|
---
### Release Notes
<details>
<summary>storybookjs/storybook (eslint-plugin-storybook)</summary>
###
[`v10.2.0`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#1020)
[Compare
Source](https://redirect.github.com/storybookjs/storybook/compare/v10.1.11...v10.2.0)
> Improved UI and story authoring ergonomics
Storybook 10.2 contains hundreds of fixes and improvement including:
- 💅 New Viewports and Zoom UI
- 🏭 Typesafe CSF factories for Vue, Angular, Web Components (preview)
- 📄 MDX support for Storybook MCP (experimental)
<details>
<summary>List of all updates</summary>
- Addon-A11y: Lock vision filter dropdown for stories with `vision`
global -
[#​33599](https://redirect.github.com/storybookjs/storybook/pull/33599),
thanks [@​ghengeveld](https://redirect.github.com/ghengeveld)!
- Addon-Docs: Add MDX manifest generation -
[#​33408](https://redirect.github.com/storybookjs/storybook/pull/33408),
thanks
[@​copilot-swe-agent](https://redirect.github.com/copilot-swe-agent)!
- Addon-Docs: Skip `!autodocs` stories when computing primary story -
[#​32712](https://redirect.github.com/storybookjs/storybook/pull/32712),
thanks [@​ia319](https://redirect.github.com/ia319)!
- Addon-Pseudo States: Fix stylesheet rewrite for `:not()` with
parenthesis in inner selector -
[#​33491](https://redirect.github.com/storybookjs/storybook/pull/33491),
thanks [@​ghengeveld](https://redirect.github.com/ghengeveld)!
- Addon-Vitest: Added timeout for fetching localhost 6006 during global
setup. -
[#​33232](https://redirect.github.com/storybookjs/storybook/pull/33232),
thanks [@​snippy4](https://redirect.github.com/snippy4)!
- Addon-Vitest: Fallback detecting vitest version in postinstall -
[#​33415](https://redirect.github.com/storybookjs/storybook/pull/33415),
thanks [@​ndelangen](https://redirect.github.com/ndelangen)!
- Addon-Vitest: Improve error message in testing widget modal -
[#​33481](https://redirect.github.com/storybookjs/storybook/pull/33481),
thanks [@​yannbf](https://redirect.github.com/yannbf)!
- Addon-Vitest: Improve perf & fix loading incorrect `.env` file -
[#​33469](https://redirect.github.com/storybookjs/storybook/pull/33469),
thanks [@​ndelangen](https://redirect.github.com/ndelangen)!
- CLI: Detect free port when running dev during initiate -
[#​33532](https://redirect.github.com/storybookjs/storybook/pull/33532),
thanks [@​ndelangen](https://redirect.github.com/ndelangen)!
- CLI: Remove any return type of getAbsolutePath -
[#​32977](https://redirect.github.com/storybookjs/storybook/pull/32977),
thanks [@​nzws](https://redirect.github.com/nzws)!
- CLI: Skip vitest transform for CSF Factories in a11y-addon-test
automigration -
[#​31941](https://redirect.github.com/storybookjs/storybook/pull/31941),
thanks [@​mrginglymus](https://redirect.github.com/mrginglymus)!
- Codemod: Fix glob string to only match stories files -
[#​33592](https://redirect.github.com/storybookjs/storybook/pull/33592),
thanks [@​JReinhold](https://redirect.github.com/JReinhold)!
- Controls: Allow resetting the Select control -
[#​33289](https://redirect.github.com/storybookjs/storybook/pull/33289),
thanks [@​Sidnioulz](https://redirect.github.com/Sidnioulz)!
- Controls: Fix displaying as object instead of select for optional
union types -
[#​33200](https://redirect.github.com/storybookjs/storybook/pull/33200),
thanks [@​tanujbhaud](https://redirect.github.com/tanujbhaud)!
- Controls: Force object control JSON mode to reset -
[#​33330](https://redirect.github.com/storybookjs/storybook/pull/33330),
thanks [@​Sidnioulz](https://redirect.github.com/Sidnioulz)!
- Core and Vite: Use story index as source of truth for Vite paths -
[#​30612](https://redirect.github.com/storybookjs/storybook/pull/30612),
thanks [@​JReinhold](https://redirect.github.com/JReinhold)!
- Core: Add `getStoryHrefs` manager API and add hotkey for "open in
isolation" -
[#​33416](https://redirect.github.com/storybookjs/storybook/pull/33416),
thanks [@​ghengeveld](https://redirect.github.com/ghengeveld)!
- Core: Add global error boundary for Manager UI -
[#​33211](https://redirect.github.com/storybookjs/storybook/pull/33211),
thanks
[@​copilot-swe-agent](https://redirect.github.com/copilot-swe-agent)!
- Core: Add support for wrapped components in component transformer -
[#​33578](https://redirect.github.com/storybookjs/storybook/pull/33578),
thanks [@​yannbf](https://redirect.github.com/yannbf)!
- Core: Add try-catch for cross-origin access in Storybook hooks -
[#​33448](https://redirect.github.com/storybookjs/storybook/pull/33448),
thanks [@​ndelangen](https://redirect.github.com/ndelangen)!
- Core: Add zoom level 8 and limit manual input to 800% -
[#​33561](https://redirect.github.com/storybookjs/storybook/pull/33561),
thanks [@​ghengeveld](https://redirect.github.com/ghengeveld)!
- Core: Avoid late layout shift and improve ChecklistWidget perceived
performance -
[#​33184](https://redirect.github.com/storybookjs/storybook/pull/33184),
thanks [@​ghengeveld](https://redirect.github.com/ghengeveld)!
- Core: Ensure /project.json route is up before builders serve local FS
-
[#​33303](https://redirect.github.com/storybookjs/storybook/pull/33303),
thanks [@​Sidnioulz](https://redirect.github.com/Sidnioulz)!
- Core: Fix `react-docgen-typescript` support in story creation -
[#​33586](https://redirect.github.com/storybookjs/storybook/pull/33586),
thanks [@​yannbf](https://redirect.github.com/yannbf)!
- Core: Fix Checklist behavior with hidden sidebar -
[#​33556](https://redirect.github.com/storybookjs/storybook/pull/33556),
thanks [@​ghengeveld](https://redirect.github.com/ghengeveld)!
- Core: Fix cwd handling for negated globs -
[#​33241](https://redirect.github.com/storybookjs/storybook/pull/33241),
thanks [@​ia319](https://redirect.github.com/ia319)!
- Core: Fix Date input layout -
[#​33595](https://redirect.github.com/storybookjs/storybook/pull/33595),
thanks [@​ghengeveld](https://redirect.github.com/ghengeveld)!
- Core: Fix import statement for `react-docgen-typescript` -
[#​33589](https://redirect.github.com/storybookjs/storybook/pull/33589),
thanks [@​yannbf](https://redirect.github.com/yannbf)!
- Core: Fix input width -
[#​33591](https://redirect.github.com/storybookjs/storybook/pull/33591),
thanks [@​ghengeveld](https://redirect.github.com/ghengeveld)!
- Core: Fix manual zoom input field UX -
[#​33581](https://redirect.github.com/storybookjs/storybook/pull/33581),
thanks [@​ghengeveld](https://redirect.github.com/ghengeveld)!
- Core: Fix onboarding visual bugs, survey telemetry and modal dismissal
-
[#​33326](https://redirect.github.com/storybookjs/storybook/pull/33326),
thanks [@​ghengeveld](https://redirect.github.com/ghengeveld)!
- Core: Fix play function `mount` detection when destructuring in the
function body -
[#​33367](https://redirect.github.com/storybookjs/storybook/pull/33367),
thanks [@​ghengeveld](https://redirect.github.com/ghengeveld)!
- Core: Fix viewport args handling and reset option -
[#​33560](https://redirect.github.com/storybookjs/storybook/pull/33560),
thanks [@​ghengeveld](https://redirect.github.com/ghengeveld)!
- Core: Honor BROWSER shell scripts before xdg-open -
[#​33292](https://redirect.github.com/storybookjs/storybook/pull/33292),
thanks [@​robbchar](https://redirect.github.com/robbchar)!
- Core: Improve addon sanitization -
[#​33554](https://redirect.github.com/storybookjs/storybook/pull/33554),
thanks [@​yannbf](https://redirect.github.com/yannbf)!
- Core: Improve path handling in arg types data extraction -
[#​33536](https://redirect.github.com/storybookjs/storybook/pull/33536),
thanks [@​yannbf](https://redirect.github.com/yannbf)!
- Core: Improve the story generation experience -
[#​33259](https://redirect.github.com/storybookjs/storybook/pull/33259),
thanks [@​yannbf](https://redirect.github.com/yannbf)!
- Core: Redesign and refactor Viewports tool -
[#​33290](https://redirect.github.com/storybookjs/storybook/pull/33290),
thanks [@​ghengeveld](https://redirect.github.com/ghengeveld)!
- Core: Refactor channel initialization -
[#​33520](https://redirect.github.com/storybookjs/storybook/pull/33520),
thanks [@​yannbf](https://redirect.github.com/yannbf)!
- Core: Render sidebar toggle on settings pages -
[#​33501](https://redirect.github.com/storybookjs/storybook/pull/33501),
thanks [@​ghengeveld](https://redirect.github.com/ghengeveld)!
- Core: Retry `writeFile` cache when EBUSY error occurs -
[#​32981](https://redirect.github.com/storybookjs/storybook/pull/32981),
thanks [@​reduckted](https://redirect.github.com/reduckted)!
- Core: Support defineConfig when setting up ESLint plugin -
[#​32878](https://redirect.github.com/storybookjs/storybook/pull/32878),
thanks
[@​copilot-swe-agent](https://redirect.github.com/copilot-swe-agent)!
- Core: Support disabling Checklist widget through feature config -
[#​33430](https://redirect.github.com/storybookjs/storybook/pull/33430),
thanks [@​ghengeveld](https://redirect.github.com/ghengeveld)!
- Core: Track vision simulator state through globals and apply styles in
preview -
[#​33418](https://redirect.github.com/storybookjs/storybook/pull/33418),
thanks [@​ghengeveld](https://redirect.github.com/ghengeveld)!
- Core: Use canonical links in sidebar and menu -
[#​33400](https://redirect.github.com/storybookjs/storybook/pull/33400),
thanks [@​Sidnioulz](https://redirect.github.com/Sidnioulz)!
- Core: Viewport UX fixes -
[#​33557](https://redirect.github.com/storybookjs/storybook/pull/33557),
thanks [@​ghengeveld](https://redirect.github.com/ghengeveld)!
- Core: Zoom tool reimplementation -
[#​33375](https://redirect.github.com/storybookjs/storybook/pull/33375),
thanks [@​ghengeveld](https://redirect.github.com/ghengeveld)!
- CSF-Factories: Add CSF Factories for Vue3, Web Components, and Angular
-
[#​33365](https://redirect.github.com/storybookjs/storybook/pull/33365),
thanks [@​kasperpeulen](https://redirect.github.com/kasperpeulen)!
- CSF-Factories: Allow kebab-case HTML attribute names in web components
args -
[#​33526](https://redirect.github.com/storybookjs/storybook/pull/33526),
thanks [@​kasperpeulen](https://redirect.github.com/kasperpeulen)!
- CSF-Factories: Export WebComponentsTypes and VueTypes -
[#​33521](https://redirect.github.com/storybookjs/storybook/pull/33521),
thanks [@​kasperpeulen](https://redirect.github.com/kasperpeulen)!
- CSF-Factories: Skip non-factory exports instead of throwing error -
[#​33550](https://redirect.github.com/storybookjs/storybook/pull/33550),
thanks [@​kasperpeulen](https://redirect.github.com/kasperpeulen)!
- CSF: Export type to prevent `type cannot be named`-errors -
[#​33216](https://redirect.github.com/storybookjs/storybook/pull/33216),
thanks [@​unional](https://redirect.github.com/unional)!
- Dependencies: Bump various packages -
[#​33412](https://redirect.github.com/storybookjs/storybook/pull/33412),
thanks [@​ndelangen](https://redirect.github.com/ndelangen)!
- Dependencies: Update `baseline-browser-mapping` -
[#​33576](https://redirect.github.com/storybookjs/storybook/pull/33576),
thanks [@​ndelangen](https://redirect.github.com/ndelangen)!
- Docgen: Update extraction of React docgen -
[#​33598](https://redirect.github.com/storybookjs/storybook/pull/33598),
thanks [@​ndelangen](https://redirect.github.com/ndelangen)!
- Docs-Blocks: Fix broken tooltip in ArgValue details -
[#​33264](https://redirect.github.com/storybookjs/storybook/pull/33264),
thanks [@​Sidnioulz](https://redirect.github.com/Sidnioulz)!
- Docs: Ensure CodePanel hooks are called within component -
[#​33162](https://redirect.github.com/storybookjs/storybook/pull/33162),
thanks [@​mrginglymus](https://redirect.github.com/mrginglymus)!
- Interactions: Add disable parameter for interactions panel -
[#​33368](https://redirect.github.com/storybookjs/storybook/pull/33368),
thanks [@​jeevikar14](https://redirect.github.com/jeevikar14)!
- Interactions: Fix state reset bug when switching stories with date
mocks -
[#​33388](https://redirect.github.com/storybookjs/storybook/pull/33388),
thanks [@​Sidnioulz](https://redirect.github.com/Sidnioulz)!
- Manager: Ensure reset item only appears in globals toolbar when
specified -
[#​33276](https://redirect.github.com/storybookjs/storybook/pull/33276),
thanks [@​mrginglymus](https://redirect.github.com/mrginglymus)!
- Manager: Fix system query parameters being overridable -
[#​33535](https://redirect.github.com/storybookjs/storybook/pull/33535),
thanks [@​JReinhold](https://redirect.github.com/JReinhold)!
- Manifests: Add support for summaries in MDX files -
[#​33475](https://redirect.github.com/storybookjs/storybook/pull/33475),
thanks [@​JReinhold](https://redirect.github.com/JReinhold)!
- Manifests: Refactor from `componentManifestGenerator` to extensible
`manifests` preset property -
[#​33392](https://redirect.github.com/storybookjs/storybook/pull/33392),
thanks [@​JReinhold](https://redirect.github.com/JReinhold)!
- Manifests: Support `!manifest` tag in preview files -
[#​33406](https://redirect.github.com/storybookjs/storybook/pull/33406),
thanks [@​JReinhold](https://redirect.github.com/JReinhold)!
- NextJS: Import `next/dist` with `.js`-extension for ESM compat -
[#​33380](https://redirect.github.com/storybookjs/storybook/pull/33380),
thanks [@​yue4u](https://redirect.github.com/yue4u)!
- NextJS: Support top-level weight/style in next/font/local with string
src -
[#​32998](https://redirect.github.com/storybookjs/storybook/pull/32998),
thanks [@​Chiman2937](https://redirect.github.com/Chiman2937)!
- NextJSVite: Add `@opentelemetry/api` to `optimizeDeps` -
[#​33577](https://redirect.github.com/storybookjs/storybook/pull/33577),
thanks [@​ndelangen](https://redirect.github.com/ndelangen)!
- NextJSVite: Update vite-plugin-storybook-nextjs to v3.1.7 -
[#​33351](https://redirect.github.com/storybookjs/storybook/pull/33351),
thanks
[@​valentinpalkovic](https://redirect.github.com/valentinpalkovic)!
- NextJSVite: Upgrade plugin -
[#​33538](https://redirect.github.com/storybookjs/storybook/pull/33538),
thanks [@​ndelangen](https://redirect.github.com/ndelangen)!
- Onboarding: Fix navigation to first story when configure-your-project
entry missing -
[#​33559](https://redirect.github.com/storybookjs/storybook/pull/33559),
thanks
[@​copilot-swe-agent](https://redirect.github.com/copilot-swe-agent)!
- Onboarding: Hide TourGuide as soon as tests start -
[#​33587](https://redirect.github.com/storybookjs/storybook/pull/33587),
thanks [@​ghengeveld](https://redirect.github.com/ghengeveld)!
- Preview: Prevent error in RN due to `navigator?.clipboard` -
[#​33219](https://redirect.github.com/storybookjs/storybook/pull/33219),
thanks [@​ndelangen](https://redirect.github.com/ndelangen)!
- Preview: Treat canceled animations as finished -
[#​32401](https://redirect.github.com/storybookjs/storybook/pull/32401),
thanks [@​bawjensen](https://redirect.github.com/bawjensen)!
- React: Use self-closing tag for code snippets -
[#​33342](https://redirect.github.com/storybookjs/storybook/pull/33342),
thanks
[@​valentinpalkovic](https://redirect.github.com/valentinpalkovic)!
- SvelteKit: Align JS template with TS template -
[#​31451](https://redirect.github.com/storybookjs/storybook/pull/31451),
thanks [@​brettearle](https://redirect.github.com/brettearle)!
- Telemetry: Add `packageJson.type` -
[#​33525](https://redirect.github.com/storybookjs/storybook/pull/33525),
thanks [@​ndelangen](https://redirect.github.com/ndelangen)!
- TypeScript: Fix summary undefined type issue -
[#​32585](https://redirect.github.com/storybookjs/storybook/pull/32585),
thanks
[@​afsalshamsudeen](https://redirect.github.com/afsalshamsudeen)!
- TypeScript: Improve globalTypes type-strictness -
[#​33313](https://redirect.github.com/storybookjs/storybook/pull/33313),
thanks [@​mrginglymus](https://redirect.github.com/mrginglymus)!
- TypeScript: Reduce `cannot be named` errors -
[#​33344](https://redirect.github.com/storybookjs/storybook/pull/33344),
thanks [@​icopp](https://redirect.github.com/icopp)!
- TypeScript: Support `exactOptionalPropertyTypes` for public API types
-
[#​33149](https://redirect.github.com/storybookjs/storybook/pull/33149),
thanks
[@​copilot-swe-agent](https://redirect.github.com/copilot-swe-agent)!
- UI: Ensure consistent right padding in TreeNode -
[#​33322](https://redirect.github.com/storybookjs/storybook/pull/33322),
thanks [@​Sidnioulz](https://redirect.github.com/Sidnioulz)!
- UI: Ensure preview error displays use a readable text color -
[#​33580](https://redirect.github.com/storybookjs/storybook/pull/33580),
thanks [@​Sidnioulz](https://redirect.github.com/Sidnioulz)!
- UI: Fix border color for Select picker -
[#​33585](https://redirect.github.com/storybookjs/storybook/pull/33585),
thanks [@​ghengeveld](https://redirect.github.com/ghengeveld)!
- UI: Fix empty sidebar after navigating from search -
[#​33590](https://redirect.github.com/storybookjs/storybook/pull/33590),
thanks [@​Sidnioulz](https://redirect.github.com/Sidnioulz)!
- UI: Fix regression in select close handler focus -
[#​33470](https://redirect.github.com/storybookjs/storybook/pull/33470),
thanks [@​Sidnioulz](https://redirect.github.com/Sidnioulz)!
- UI: Fix search highlight visibility in High Contrast Mode -
[#​33427](https://redirect.github.com/storybookjs/storybook/pull/33427),
thanks [@​Maelryn](https://redirect.github.com/Maelryn)!
- UI: Improve landmark navigation -
[#​33457](https://redirect.github.com/storybookjs/storybook/pull/33457),
thanks [@​Sidnioulz](https://redirect.github.com/Sidnioulz)!
- UI: Keep preview frame stable in overall layout -
[#​33447](https://redirect.github.com/storybookjs/storybook/pull/33447),
thanks [@​Sidnioulz](https://redirect.github.com/Sidnioulz)!
- UI: Make vertical alignment of TestStatusIcon more robust -
[#​33305](https://redirect.github.com/storybookjs/storybook/pull/33305),
thanks [@​Sidnioulz](https://redirect.github.com/Sidnioulz)!
- UI: Prevent primary story from duplicating anchor ID -
[#​33384](https://redirect.github.com/storybookjs/storybook/pull/33384),
thanks [@​Sidnioulz](https://redirect.github.com/Sidnioulz)!
- UI: Prevent updating non-existent stories in sidebar -
[#​33037](https://redirect.github.com/storybookjs/storybook/pull/33037),
thanks [@​ia319](https://redirect.github.com/ia319)!
- Upgrade: Preserve package.json indentation when upgrading -
[#​32280](https://redirect.github.com/storybookjs/storybook/pull/32280),
thanks [@​y-hsgw](https://redirect.github.com/y-hsgw)!
- Vue3: Update renderer's setup function to allow passing generic
HostElement type -
[#​32029](https://redirect.github.com/storybookjs/storybook/pull/32029),
thanks
[@​DamianGlowala](https://redirect.github.com/DamianGlowala)!
- Webpack: Revert "disable `bugfixes` property in swc and babel -
[#​33498](https://redirect.github.com/storybookjs/storybook/pull/33498),
thanks [@​ndelangen](https://redirect.github.com/ndelangen)!
- Zoom: Keyboard-shortcut for the `plus` key -
[#​33565](https://redirect.github.com/storybookjs/storybook/pull/33565),
thanks [@​ndelangen](https://redirect.github.com/ndelangen)!
</details>
</details>
<details>
<summary>sindresorhus/globals (globals)</summary>
###
[`v17.1.0`](https://redirect.github.com/sindresorhus/globals/releases/tag/v17.1.0)
[Compare
Source](https://redirect.github.com/sindresorhus/globals/compare/v17.0.0...v17.1.0)
- Add `webpack` and `rspack` globals
([#​333](https://redirect.github.com/sindresorhus/globals/issues/333))
[`65cae73`](https://redirect.github.com/sindresorhus/globals/commit/65cae73)
***
</details>
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on
Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule
defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- 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/UI5/webcomponents-react).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 100ea75 commit c2f138b
2 files changed
Lines changed: 89 additions & 98 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2195 | 2195 | | |
2196 | 2196 | | |
2197 | 2197 | | |
2198 | | - | |
| 2198 | + | |
2199 | 2199 | | |
2200 | 2200 | | |
2201 | 2201 | | |
| |||
5006 | 5006 | | |
5007 | 5007 | | |
5008 | 5008 | | |
5009 | | - | |
5010 | | - | |
5011 | | - | |
5012 | | - | |
5013 | | - | |
5014 | | - | |
5015 | | - | |
5016 | | - | |
5017 | | - | |
5018 | | - | |
5019 | | - | |
5020 | | - | |
5021 | | - | |
5022 | 5009 | | |
5023 | 5010 | | |
5024 | 5011 | | |
| |||
5032 | 5019 | | |
5033 | 5020 | | |
5034 | 5021 | | |
| 5022 | + | |
| 5023 | + | |
| 5024 | + | |
| 5025 | + | |
| 5026 | + | |
| 5027 | + | |
| 5028 | + | |
| 5029 | + | |
| 5030 | + | |
| 5031 | + | |
| 5032 | + | |
| 5033 | + | |
| 5034 | + | |
5035 | 5035 | | |
5036 | 5036 | | |
5037 | 5037 | | |
| |||
5052 | 5052 | | |
5053 | 5053 | | |
5054 | 5054 | | |
5055 | | - | |
5056 | | - | |
5057 | | - | |
5058 | | - | |
5059 | | - | |
5060 | | - | |
5061 | | - | |
5062 | | - | |
5063 | | - | |
5064 | | - | |
5065 | 5055 | | |
5066 | 5056 | | |
5067 | 5057 | | |
| |||
5072 | 5062 | | |
5073 | 5063 | | |
5074 | 5064 | | |
5075 | | - | |
5076 | | - | |
5077 | | - | |
5078 | | - | |
5079 | | - | |
5080 | | - | |
| 5065 | + | |
| 5066 | + | |
| 5067 | + | |
| 5068 | + | |
| 5069 | + | |
| 5070 | + | |
| 5071 | + | |
5081 | 5072 | | |
5082 | 5073 | | |
5083 | 5074 | | |
| |||
5090 | 5081 | | |
5091 | 5082 | | |
5092 | 5083 | | |
| 5084 | + | |
| 5085 | + | |
| 5086 | + | |
| 5087 | + | |
| 5088 | + | |
| 5089 | + | |
| 5090 | + | |
| 5091 | + | |
| 5092 | + | |
5093 | 5093 | | |
5094 | 5094 | | |
5095 | 5095 | | |
| |||
5137 | 5137 | | |
5138 | 5138 | | |
5139 | 5139 | | |
5140 | | - | |
5141 | | - | |
5142 | | - | |
5143 | | - | |
5144 | | - | |
5145 | | - | |
5146 | | - | |
5147 | 5140 | | |
5148 | 5141 | | |
5149 | 5142 | | |
5150 | 5143 | | |
5151 | 5144 | | |
5152 | 5145 | | |
5153 | 5146 | | |
| 5147 | + | |
| 5148 | + | |
| 5149 | + | |
| 5150 | + | |
| 5151 | + | |
| 5152 | + | |
| 5153 | + | |
5154 | 5154 | | |
5155 | 5155 | | |
5156 | 5156 | | |
| |||
5188 | 5188 | | |
5189 | 5189 | | |
5190 | 5190 | | |
5191 | | - | |
5192 | | - | |
5193 | | - | |
5194 | | - | |
5195 | | - | |
5196 | | - | |
5197 | | - | |
5198 | | - | |
5199 | | - | |
5200 | | - | |
5201 | | - | |
5202 | | - | |
5203 | | - | |
5204 | | - | |
5205 | | - | |
5206 | | - | |
5207 | | - | |
5208 | | - | |
5209 | | - | |
5210 | 5191 | | |
5211 | 5192 | | |
5212 | 5193 | | |
| |||
5226 | 5207 | | |
5227 | 5208 | | |
5228 | 5209 | | |
| 5210 | + | |
| 5211 | + | |
| 5212 | + | |
| 5213 | + | |
| 5214 | + | |
| 5215 | + | |
| 5216 | + | |
| 5217 | + | |
| 5218 | + | |
| 5219 | + | |
| 5220 | + | |
| 5221 | + | |
| 5222 | + | |
| 5223 | + | |
| 5224 | + | |
| 5225 | + | |
| 5226 | + | |
| 5227 | + | |
| 5228 | + | |
5229 | 5229 | | |
5230 | 5230 | | |
5231 | 5231 | | |
| |||
5276 | 5276 | | |
5277 | 5277 | | |
5278 | 5278 | | |
5279 | | - | |
5280 | | - | |
5281 | | - | |
| 5279 | + | |
| 5280 | + | |
| 5281 | + | |
5282 | 5282 | | |
5283 | | - | |
5284 | | - | |
5285 | | - | |
5286 | | - | |
| 5283 | + | |
| 5284 | + | |
| 5285 | + | |
| 5286 | + | |
5287 | 5287 | | |
5288 | 5288 | | |
5289 | 5289 | | |
5290 | | - | |
| 5290 | + | |
5291 | 5291 | | |
5292 | 5292 | | |
5293 | 5293 | | |
| |||
5311 | 5311 | | |
5312 | 5312 | | |
5313 | 5313 | | |
5314 | | - | |
5315 | | - | |
5316 | | - | |
5317 | | - | |
5318 | | - | |
5319 | | - | |
5320 | | - | |
5321 | | - | |
5322 | | - | |
5323 | | - | |
5324 | 5314 | | |
5325 | 5315 | | |
5326 | 5316 | | |
| |||
5331 | 5321 | | |
5332 | 5322 | | |
5333 | 5323 | | |
| 5324 | + | |
| 5325 | + | |
| 5326 | + | |
| 5327 | + | |
| 5328 | + | |
| 5329 | + | |
| 5330 | + | |
| 5331 | + | |
| 5332 | + | |
| 5333 | + | |
5334 | 5334 | | |
5335 | 5335 | | |
5336 | 5336 | | |
| |||
10083 | 10083 | | |
10084 | 10084 | | |
10085 | 10085 | | |
10086 | | - | |
10087 | | - | |
10088 | | - | |
| 10086 | + | |
| 10087 | + | |
| 10088 | + | |
10089 | 10089 | | |
10090 | | - | |
| 10090 | + | |
10091 | 10091 | | |
10092 | 10092 | | |
10093 | | - | |
10094 | | - | |
| 10093 | + | |
| 10094 | + | |
10095 | 10095 | | |
10096 | 10096 | | |
10097 | 10097 | | |
| |||
11448 | 11448 | | |
11449 | 11449 | | |
11450 | 11450 | | |
11451 | | - | |
11452 | | - | |
11453 | | - | |
11454 | | - | |
| 11451 | + | |
| 11452 | + | |
| 11453 | + | |
| 11454 | + | |
11455 | 11455 | | |
11456 | 11456 | | |
11457 | 11457 | | |
| |||
19036 | 19036 | | |
19037 | 19037 | | |
19038 | 19038 | | |
19039 | | - | |
| 19039 | + | |
19040 | 19040 | | |
19041 | 19041 | | |
19042 | 19042 | | |
| |||
20281 | 20281 | | |
20282 | 20282 | | |
20283 | 20283 | | |
20284 | | - | |
20285 | | - | |
20286 | | - | |
20287 | | - | |
20288 | | - | |
20289 | | - | |
20290 | | - | |
20291 | | - | |
20292 | | - | |
20293 | 20284 | | |
20294 | 20285 | | |
20295 | 20286 | | |
| |||
20683 | 20674 | | |
20684 | 20675 | | |
20685 | 20676 | | |
20686 | | - | |
| 20677 | + | |
20687 | 20678 | | |
20688 | | - | |
| 20679 | + | |
20689 | 20680 | | |
20690 | 20681 | | |
20691 | 20682 | | |
| |||
0 commit comments