Commit 4515493
authored
chore(deps): update storybook monorepo to v10.2.0 (minor) (#8140)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[@storybook/addon-a11y](https://redirect.github.com/storybookjs/storybook/tree/next/code/addons/a11y)
([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y))
| [`10.1.11` →
`10.2.0`](https://renovatebot.com/diffs/npm/@storybook%2faddon-a11y/10.1.11/10.2.0)
|

|

|
|
[@storybook/addon-docs](https://redirect.github.com/storybookjs/storybook/tree/next/code/addons/docs)
([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/addons/docs))
| [`10.1.11` →
`10.2.0`](https://renovatebot.com/diffs/npm/@storybook%2faddon-docs/10.1.11/10.2.0)
|

|

|
|
[@storybook/react-vite](https://redirect.github.com/storybookjs/storybook/tree/next/code/frameworks/react-vite)
([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite))
| [`10.1.11` →
`10.2.0`](https://renovatebot.com/diffs/npm/@storybook%2freact-vite/10.1.11/10.2.0)
|

|

|
| [storybook](https://storybook.js.org)
([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/core))
| [`10.1.11` →
`10.2.0`](https://renovatebot.com/diffs/npm/storybook/10.1.11/10.2.0) |

|

|
---
### Release Notes
<details>
<summary>storybookjs/storybook (@​storybook/addon-a11y)</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>
---
### 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.
🔕 **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/UI5/webcomponents-react).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 42e8f46 commit 4515493
2 files changed
Lines changed: 58 additions & 58 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3943 | 3943 | | |
3944 | 3944 | | |
3945 | 3945 | | |
3946 | | - | |
3947 | | - | |
3948 | | - | |
| 3946 | + | |
| 3947 | + | |
| 3948 | + | |
3949 | 3949 | | |
3950 | 3950 | | |
3951 | 3951 | | |
3952 | 3952 | | |
3953 | | - | |
3954 | | - | |
| 3953 | + | |
| 3954 | + | |
3955 | 3955 | | |
3956 | 3956 | | |
3957 | 3957 | | |
3958 | | - | |
3959 | | - | |
3960 | | - | |
| 3958 | + | |
| 3959 | + | |
| 3960 | + | |
3961 | 3961 | | |
3962 | 3962 | | |
3963 | | - | |
3964 | | - | |
3965 | | - | |
| 3963 | + | |
| 3964 | + | |
| 3965 | + | |
3966 | 3966 | | |
3967 | 3967 | | |
3968 | 3968 | | |
3969 | 3969 | | |
3970 | | - | |
3971 | | - | |
| 3970 | + | |
| 3971 | + | |
3972 | 3972 | | |
3973 | 3973 | | |
3974 | 3974 | | |
3975 | | - | |
3976 | | - | |
3977 | | - | |
| 3975 | + | |
| 3976 | + | |
| 3977 | + | |
3978 | 3978 | | |
3979 | | - | |
| 3979 | + | |
3980 | 3980 | | |
3981 | 3981 | | |
3982 | 3982 | | |
3983 | | - | |
| 3983 | + | |
3984 | 3984 | | |
3985 | | - | |
| 3985 | + | |
3986 | 3986 | | |
3987 | 3987 | | |
3988 | 3988 | | |
3989 | | - | |
3990 | | - | |
3991 | | - | |
| 3989 | + | |
| 3990 | + | |
| 3991 | + | |
3992 | 3992 | | |
3993 | 3993 | | |
3994 | 3994 | | |
3995 | 3995 | | |
3996 | 3996 | | |
3997 | | - | |
| 3997 | + | |
3998 | 3998 | | |
3999 | 3999 | | |
4000 | 4000 | | |
| |||
4006 | 4006 | | |
4007 | 4007 | | |
4008 | 4008 | | |
4009 | | - | |
| 4009 | + | |
4010 | 4010 | | |
4011 | 4011 | | |
4012 | 4012 | | |
| |||
4017 | 4017 | | |
4018 | 4018 | | |
4019 | 4019 | | |
4020 | | - | |
| 4020 | + | |
4021 | 4021 | | |
4022 | 4022 | | |
4023 | 4023 | | |
| |||
4027 | 4027 | | |
4028 | 4028 | | |
4029 | 4029 | | |
4030 | | - | |
4031 | | - | |
4032 | | - | |
| 4030 | + | |
| 4031 | + | |
| 4032 | + | |
4033 | 4033 | | |
4034 | 4034 | | |
4035 | 4035 | | |
4036 | | - | |
4037 | | - | |
| 4036 | + | |
| 4037 | + | |
4038 | 4038 | | |
4039 | 4039 | | |
4040 | 4040 | | |
4041 | | - | |
4042 | | - | |
4043 | | - | |
| 4041 | + | |
| 4042 | + | |
| 4043 | + | |
4044 | 4044 | | |
4045 | 4045 | | |
4046 | 4046 | | |
4047 | | - | |
4048 | | - | |
| 4047 | + | |
| 4048 | + | |
4049 | 4049 | | |
4050 | 4050 | | |
4051 | 4051 | | |
| |||
4054 | 4054 | | |
4055 | 4055 | | |
4056 | 4056 | | |
4057 | | - | |
| 4057 | + | |
4058 | 4058 | | |
4059 | | - | |
| 4059 | + | |
4060 | 4060 | | |
4061 | 4061 | | |
4062 | 4062 | | |
4063 | | - | |
4064 | | - | |
4065 | | - | |
| 4063 | + | |
| 4064 | + | |
| 4065 | + | |
4066 | 4066 | | |
4067 | 4067 | | |
4068 | | - | |
| 4068 | + | |
4069 | 4069 | | |
4070 | 4070 | | |
4071 | 4071 | | |
4072 | 4072 | | |
4073 | | - | |
| 4073 | + | |
4074 | 4074 | | |
4075 | 4075 | | |
4076 | 4076 | | |
4077 | 4077 | | |
4078 | | - | |
| 4078 | + | |
4079 | 4079 | | |
4080 | 4080 | | |
4081 | 4081 | | |
| |||
18953 | 18953 | | |
18954 | 18954 | | |
18955 | 18955 | | |
18956 | | - | |
| 18956 | + | |
18957 | 18957 | | |
18958 | 18958 | | |
18959 | 18959 | | |
| |||
19502 | 19502 | | |
19503 | 19503 | | |
19504 | 19504 | | |
19505 | | - | |
19506 | | - | |
19507 | | - | |
| 19505 | + | |
| 19506 | + | |
| 19507 | + | |
19508 | 19508 | | |
19509 | 19509 | | |
19510 | | - | |
| 19510 | + | |
19511 | 19511 | | |
19512 | 19512 | | |
19513 | 19513 | | |
19514 | 19514 | | |
19515 | 19515 | | |
19516 | 19516 | | |
19517 | 19517 | | |
19518 | | - | |
| 19518 | + | |
19519 | 19519 | | |
19520 | 19520 | | |
19521 | 19521 | | |
| |||
19525 | 19525 | | |
19526 | 19526 | | |
19527 | 19527 | | |
19528 | | - | |
| 19528 | + | |
19529 | 19529 | | |
19530 | 19530 | | |
19531 | 19531 | | |
| |||
20562 | 20562 | | |
20563 | 20563 | | |
20564 | 20564 | | |
20565 | | - | |
20566 | | - | |
20567 | | - | |
| 20565 | + | |
| 20566 | + | |
| 20567 | + | |
20568 | 20568 | | |
20569 | 20569 | | |
20570 | 20570 | | |
| |||
20608 | 20608 | | |
20609 | 20609 | | |
20610 | 20610 | | |
20611 | | - | |
| 20611 | + | |
20612 | 20612 | | |
20613 | 20613 | | |
20614 | 20614 | | |
| |||
0 commit comments