Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview Also bumps Written by Cursor Bugbot for commit 8511c06. This will update automatically on new commits. Configure here. |
🤖 Augment PR SummarySummary: This PR updates ESLint-related tooling versions across the monorepo to pick up the latest patch releases. Changes:
Technical Notes:
🤖 Was this summary useful? React with 👍 or 👎 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8538 +/- ##
==========================================
- Coverage 62.60% 62.49% -0.11%
==========================================
Files 1317 1318 +1
Lines 133975 134209 +234
Branches 5517 5517
==========================================
+ Hits 83877 83879 +2
- Misses 49183 49415 +232
Partials 915 915 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
d1c58c0 to
665c682
Compare
54ad69f to
15b67a0
Compare
15b67a0 to
b3746cc
Compare
b3746cc to
8f3a0c8
Compare
8f3a0c8 to
21aa4ad
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| "eslint": "9.39.3", | ||
| "eslint-plugin-storybook": "10.2.10", | ||
| "eslint": "9.39.4", | ||
| "eslint-plugin-storybook": "10.3.0", |
There was a problem hiding this comment.
Wrong eslint-plugin-storybook version installed (10.3.0 vs 10.2.19)
Medium Severity
The PR description states eslint-plugin-storybook should update from 10.2.10 to 10.2.19, but the actual change installs 10.3.0 instead. This is a minor version bump beyond what was intended. Critically, eslint-plugin-storybook@10.3.0 declares a peer dependency of storybook: ^10.3.0, while the project uses storybook: "9.1.19" — a major version mismatch that could cause the plugin to malfunction if it relies on Storybook 10.x APIs.
Additional Locations (2)
21aa4ad to
8511c06
Compare
Benchmark results
|
| Function | Value | Mean | Flame graphs |
|---|---|---|---|
| resolve_policies_for_actor | user: empty, selectivity: high, policies: 2002 | Flame Graph | |
| resolve_policies_for_actor | user: empty, selectivity: low, policies: 1 | Flame Graph | |
| resolve_policies_for_actor | user: empty, selectivity: medium, policies: 1001 | Flame Graph | |
| resolve_policies_for_actor | user: seeded, selectivity: high, policies: 3314 | Flame Graph | |
| resolve_policies_for_actor | user: seeded, selectivity: low, policies: 1 | Flame Graph | |
| resolve_policies_for_actor | user: seeded, selectivity: medium, policies: 1526 | Flame Graph | |
| resolve_policies_for_actor | user: system, selectivity: high, policies: 2078 | Flame Graph | |
| resolve_policies_for_actor | user: system, selectivity: low, policies: 1 | Flame Graph | |
| resolve_policies_for_actor | user: system, selectivity: medium, policies: 1033 | Flame Graph |
policy_resolution_medium
| Function | Value | Mean | Flame graphs |
|---|---|---|---|
| resolve_policies_for_actor | user: empty, selectivity: high, policies: 102 | Flame Graph | |
| resolve_policies_for_actor | user: empty, selectivity: low, policies: 1 | Flame Graph | |
| resolve_policies_for_actor | user: empty, selectivity: medium, policies: 51 | Flame Graph | |
| resolve_policies_for_actor | user: seeded, selectivity: high, policies: 269 | Flame Graph | |
| resolve_policies_for_actor | user: seeded, selectivity: low, policies: 1 | Flame Graph | |
| resolve_policies_for_actor | user: seeded, selectivity: medium, policies: 107 | Flame Graph | |
| resolve_policies_for_actor | user: system, selectivity: high, policies: 133 | Flame Graph | |
| resolve_policies_for_actor | user: system, selectivity: low, policies: 1 | Flame Graph | |
| resolve_policies_for_actor | user: system, selectivity: medium, policies: 63 | Flame Graph |
policy_resolution_none
| Function | Value | Mean | Flame graphs |
|---|---|---|---|
| resolve_policies_for_actor | user: empty, selectivity: high, policies: 2 | Flame Graph | |
| resolve_policies_for_actor | user: empty, selectivity: low, policies: 1 | Flame Graph | |
| resolve_policies_for_actor | user: empty, selectivity: medium, policies: 1 | Flame Graph | |
| resolve_policies_for_actor | user: system, selectivity: high, policies: 8 | Flame Graph | |
| resolve_policies_for_actor | user: system, selectivity: low, policies: 1 | Flame Graph | |
| resolve_policies_for_actor | user: system, selectivity: medium, policies: 3 | Flame Graph |
policy_resolution_small
| Function | Value | Mean | Flame graphs |
|---|---|---|---|
| resolve_policies_for_actor | user: empty, selectivity: high, policies: 52 | Flame Graph | |
| resolve_policies_for_actor | user: empty, selectivity: low, policies: 1 | Flame Graph | |
| resolve_policies_for_actor | user: empty, selectivity: medium, policies: 25 | Flame Graph | |
| resolve_policies_for_actor | user: seeded, selectivity: high, policies: 94 | Flame Graph | |
| resolve_policies_for_actor | user: seeded, selectivity: low, policies: 1 | Flame Graph | |
| resolve_policies_for_actor | user: seeded, selectivity: medium, policies: 26 | Flame Graph | |
| resolve_policies_for_actor | user: system, selectivity: high, policies: 66 | Flame Graph | |
| resolve_policies_for_actor | user: system, selectivity: low, policies: 1 | Flame Graph | |
| resolve_policies_for_actor | user: system, selectivity: medium, policies: 29 | Flame Graph |
read_scaling_complete
| Function | Value | Mean | Flame graphs |
|---|---|---|---|
| entity_by_id;one_depth | 1 entities | Flame Graph | |
| entity_by_id;one_depth | 10 entities | Flame Graph | |
| entity_by_id;one_depth | 25 entities | Flame Graph | |
| entity_by_id;one_depth | 5 entities | Flame Graph | |
| entity_by_id;one_depth | 50 entities | Flame Graph | |
| entity_by_id;two_depth | 1 entities | Flame Graph | |
| entity_by_id;two_depth | 10 entities | Flame Graph | |
| entity_by_id;two_depth | 25 entities | Flame Graph | |
| entity_by_id;two_depth | 5 entities | Flame Graph | |
| entity_by_id;two_depth | 50 entities | Flame Graph | |
| entity_by_id;zero_depth | 1 entities | Flame Graph | |
| entity_by_id;zero_depth | 10 entities | Flame Graph | |
| entity_by_id;zero_depth | 25 entities | Flame Graph | |
| entity_by_id;zero_depth | 5 entities | Flame Graph | |
| entity_by_id;zero_depth | 50 entities | Flame Graph |
read_scaling_linkless
| Function | Value | Mean | Flame graphs |
|---|---|---|---|
| entity_by_id | 1 entities | Flame Graph | |
| entity_by_id | 10 entities | Flame Graph | |
| entity_by_id | 100 entities | Flame Graph | |
| entity_by_id | 1000 entities | Flame Graph | |
| entity_by_id | 10000 entities | Flame Graph |
representative_read_entity
| Function | Value | Mean | Flame graphs |
|---|---|---|---|
| entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/block/v/1
|
Flame Graph | |
| entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/book/v/1
|
Flame Graph | |
| entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/building/v/1
|
Flame Graph | |
| entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/organization/v/1
|
Flame Graph | |
| entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/page/v/2
|
Flame Graph | |
| entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/person/v/1
|
Flame Graph | |
| entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/playlist/v/1
|
Flame Graph | |
| entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/song/v/1
|
Flame Graph | |
| entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/uk-address/v/1
|
Flame Graph |
representative_read_entity_type
| Function | Value | Mean | Flame graphs |
|---|---|---|---|
| get_entity_type_by_id | Account ID: bf5a9ef5-dc3b-43cf-a291-6210c0321eba
|
Flame Graph |
representative_read_multiple_entities
| Function | Value | Mean | Flame graphs |
|---|---|---|---|
| entity_by_property | traversal_paths=0 | 0 | |
| entity_by_property | traversal_paths=255 | 1,resolve_depths=inherit:1;values:255;properties:255;links:127;link_dests:126;type:true | |
| entity_by_property | traversal_paths=2 | 1,resolve_depths=inherit:0;values:0;properties:0;links:0;link_dests:0;type:false | |
| entity_by_property | traversal_paths=2 | 1,resolve_depths=inherit:0;values:0;properties:0;links:1;link_dests:0;type:true | |
| entity_by_property | traversal_paths=2 | 1,resolve_depths=inherit:0;values:0;properties:2;links:1;link_dests:0;type:true | |
| entity_by_property | traversal_paths=2 | 1,resolve_depths=inherit:0;values:2;properties:2;links:1;link_dests:0;type:true | |
| link_by_source_by_property | traversal_paths=0 | 0 | |
| link_by_source_by_property | traversal_paths=255 | 1,resolve_depths=inherit:1;values:255;properties:255;links:127;link_dests:126;type:true | |
| link_by_source_by_property | traversal_paths=2 | 1,resolve_depths=inherit:0;values:0;properties:0;links:0;link_dests:0;type:false | |
| link_by_source_by_property | traversal_paths=2 | 1,resolve_depths=inherit:0;values:0;properties:0;links:1;link_dests:0;type:true | |
| link_by_source_by_property | traversal_paths=2 | 1,resolve_depths=inherit:0;values:0;properties:2;links:1;link_dests:0;type:true | |
| link_by_source_by_property | traversal_paths=2 | 1,resolve_depths=inherit:0;values:2;properties:2;links:1;link_dests:0;type:true |
scenarios
| Function | Value | Mean | Flame graphs |
|---|---|---|---|
| full_test | query-limited | Flame Graph | |
| full_test | query-unlimited | Flame Graph | |
| linked_queries | query-limited | Flame Graph | |
| linked_queries | query-unlimited | Flame Graph |


This PR contains the following updates:
9.39.3->9.39.410.2.10->10.3.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
eslint/eslint (eslint)
v9.39.4Compare Source
Bug Fixes
f18f6c8fix: update dependency minimatch to ^3.1.5 (#20564) (Milos Djermanovic)a3c868ffix: update dependency @eslint/eslintrc to ^3.3.4 (#20554) (Milos Djermanovic)234d005fix: minimatch security vulnerability patch for v9.x (#20549) (Andrej Beles)b1b37eefix: updateajvto6.14.0to address security vulnerabilities (#20538) (루밀LuMir)Documentation
4675152docs: add deprecation notice partial (#20520) (Milos Djermanovic)Chores
b8b4eb1chore: update dependencies for ESLint v9.39.4 (#20596) (Francesco Trotta)71b2f6bchore: package.json update for @eslint/js release (Jenkins)1d16c2fci: pin Node.js 25.6.1 (#20563) (Milos Djermanovic)storybookjs/storybook (eslint-plugin-storybook)
v10.3.1Compare Source
v10.3.0Compare Source
> Improved developer experience, AI-assisting tools, and broader ecosystem support
Storybook 10.3 contains hundreds of fixes and improvements including:
react-component-metaprop extraction tool for accurate controls and args tablesList of all updates
- A11y: Add ScrollArea prop focusable for when it has static children - [#33876](https://redirect.github.com/storybookjs/storybook/pull/33876), thanks @Sidnioulz! - A11y: Ensure popover dialogs have an ARIA label - [#33500](https://redirect.github.com/storybookjs/storybook/pull/33500), thanks @gayanMatch! - A11y: Make resize handles for addon panel and sidebar accessible [#33980](https://redirect.github.com/storybookjs/storybook/pull/33980) - A11y: Underline MDX links for WCAG SC 1.4.1 compliance - [#33139](https://redirect.github.com/storybookjs/storybook/pull/33139), thanks @NikhilChowdhury27! - Actions: Add expandLevel parameter to configure tree depth - [#33977](https://redirect.github.com/storybookjs/storybook/pull/33977), thanks @mixelburg! - Actions: Fix HandlerFunction type to support async callback props - [#33864](https://redirect.github.com/storybookjs/storybook/pull/33864), thanks @mixelburg! - Addon-Docs: Add React as optimizeDeps entry - [#34176](https://redirect.github.com/storybookjs/storybook/pull/34176), thanks @valentinpalkovic! - Addon-Docs: Add support for `sourceState: 'none'` to canvas block parameters - [#33627](https://redirect.github.com/storybookjs/storybook/pull/33627), thanks @quisido! - Addon-docs: Restore `docs.components` overrides for doc blocks [#34111](https://redirect.github.com/storybookjs/storybook/pull/34111) - Addon-Vitest: Add channel API to programmatically trigger test runs - [#33206](https://redirect.github.com/storybookjs/storybook/pull/33206), thanks @JReinhold! - Addon-Vitest: Handle additional vitest config export patterns in postinstall - [#34106](https://redirect.github.com/storybookjs/storybook/pull/34106), thanks @copilot-swe-agent! - Addon-Vitest: Make Playwright `--with-deps` platform-aware to avoid `sudo` prompt on Linux [#34121](https://redirect.github.com/storybookjs/storybook/pull/34121) - Addon-Vitest: Refactor Vitest setup to eliminate the need for a dedicated setup file - [#34025](https://redirect.github.com/storybookjs/storybook/pull/34025), thanks @valentinpalkovic! - Addon-Vitest: Support Vitest canaries - [#33833](https://redirect.github.com/storybookjs/storybook/pull/33833), thanks @valentinpalkovic! - Angular: Add moduleResolution: bundler to tsconfig - [#34085](https://redirect.github.com/storybookjs/storybook/pull/34085), thanks @valentinpalkovic! - Angular: only load webpack dependencies on demand - [#34043](https://redirect.github.com/storybookjs/storybook/pull/34043), thanks @sod! - Angular: Storybook fails with unknown option silent - [#33736](https://redirect.github.com/storybookjs/storybook/pull/33736), thanks @tanujbhaud! - Build: Update @types/node - [#34037](https://redirect.github.com/storybookjs/storybook/pull/34037), thanks @valentinpalkovic! - Builder-Vite: Centralize Vite plugins for builder-vite and addon-vitest - [#33819](https://redirect.github.com/storybookjs/storybook/pull/33819), thanks @valentinpalkovic! - Builder-Vite: Fix cold-cache vitest failures for story paths containing glob special characters - [#34044](https://redirect.github.com/storybookjs/storybook/pull/34044), thanks @copilot-swe-agent! - Builder-Vite: Use preview annotations as entry points for optimizeDeps - [#33875](https://redirect.github.com/storybookjs/storybook/pull/33875), thanks @copilot-swe-agent! - CI: declare explicit permissions for stale and weekly cron workflows - [#33902](https://redirect.github.com/storybookjs/storybook/pull/33902), thanks @Rohan5commit! - CLI: Add vike CLI metadata - [#34189](https://redirect.github.com/storybookjs/storybook/pull/34189), thanks @yannbf! - CLI: Avoid hanging of postinstall during init - [#34175](https://redirect.github.com/storybookjs/storybook/pull/34175), thanks @valentinpalkovic! - CLI: Fix onboarding not opening - [#33609](https://redirect.github.com/storybookjs/storybook/pull/33609), thanks @ndelangen! - CLI: Show multiple favicons warning as debug message - [#34069](https://redirect.github.com/storybookjs/storybook/pull/34069), thanks @remino! - Cli: Use npm for registry URL in PNPMProxy to avoid workspace errors - [#33571](https://redirect.github.com/storybookjs/storybook/pull/33571), thanks @ia319! - Controls: Allow story argTypes to override control: false from meta - [#33729](https://redirect.github.com/storybookjs/storybook/pull/33729), thanks @jonathan-fulton! - Controls: Fix Object contrast issue and tidy up code - [#33923](https://redirect.github.com/storybookjs/storybook/pull/33923), thanks @Sidnioulz! - Core: Ensure telemetry is never triggered on initial load of checklist data - [#33918](https://redirect.github.com/storybookjs/storybook/pull/33918), thanks @ghengeveld! - Core: Fix event source URL based on refId when multiple iframes share the same origin [#34105](https://redirect.github.com/storybookjs/storybook/pull/34105) - Core: Fix false-positive CJS warning when 'exports' appears in strings or comments - [#33572](https://redirect.github.com/storybookjs/storybook/pull/33572), thanks @reeseo3o! - Core: Fix handling complex viewport sizes [#33615](https://redirect.github.com/storybookjs/storybook/pull/33615) - Core: Fix iframe reference for composed Storybook on a subpath [#34100](https://redirect.github.com/storybookjs/storybook/pull/34100) - Core: Fix typos: occured -> occurred, recieves -> receives - [#33727](https://redirect.github.com/storybookjs/storybook/pull/33727), thanks @jonathan-fulton! - Core: Handle BROWSER=none correctly and improve error messages - [#33730](https://redirect.github.com/storybookjs/storybook/pull/33730), thanks @jonathan-fulton! - Core: Ignore empty files when indexing - [#33782](https://redirect.github.com/storybookjs/storybook/pull/33782), thanks @JReinhold! - Core: Register CORS middleware before index.json route - [#33728](https://redirect.github.com/storybookjs/storybook/pull/33728), thanks @jonathan-fulton! - Core: Revert Pull Request #33420 from Maelryn/fix/copy-button-overlap - [#33877](https://redirect.github.com/storybookjs/storybook/pull/33877), thanks @Sidnioulz! - Core: Zoom tool refinements - Hide reset button when value is initial - [#33635](https://redirect.github.com/storybookjs/storybook/pull/33635), thanks @superLipbalm! - Docs: Edit JSON button is now accessible at 320x256 viewport (WCAG 2.1 Reflow test) - [#33707](https://redirect.github.com/storybookjs/storybook/pull/33707), thanks @TheSeydiCharyyev! - Docs: Make CSS ordering in DocsContainer more predictable [#34015](https://redirect.github.com/storybookjs/storybook/pull/34015) - ESLint-plugin: Disallow extra properties in eslint plugin rule options - [#32056](https://redirect.github.com/storybookjs/storybook/pull/32056), thanks @andreww2012! - ESLint: bail out config setup if eslint-plugin-storybook is already imported - [#34089](https://redirect.github.com/storybookjs/storybook/pull/34089), thanks @copilot-swe-agent! - HMR: Fix race conditions causing stale play functions to fire on re-rendered stories - [#33930](https://redirect.github.com/storybookjs/storybook/pull/33930), thanks @copilot-swe-agent! - Maintenance: Revert pull request #33930 HMR events - [#34190](https://redirect.github.com/storybookjs/storybook/pull/34190), thanks @yannbf! - Maintenance: Use std-env for AI agent detection in telemetry [#34114](https://redirect.github.com/storybookjs/storybook/pull/34114) - Manifest: Add docs entries to debugger - [#33607](https://redirect.github.com/storybookjs/storybook/pull/33607), thanks @JReinhold! - Manifest: Rename `experimentalComponentsManifest` → `componentsManifest`, default to `true` [#33974](https://redirect.github.com/storybookjs/storybook/pull/33974) - Manifests: Fix Attached MDX causing wrong component entries [#34101](https://redirect.github.com/storybookjs/storybook/pull/34101) - Next.js-Vite: Fix failing postcss mutation - [#33879](https://redirect.github.com/storybookjs/storybook/pull/33879), thanks @valentinpalkovic! - Next.js: Move image configuration from FrameworkOptions to parameters [#32639](https://redirect.github.com/storybookjs/storybook/pull/32639), thanks @y-hsgw! - Preact: Support inferring props from component types - [#33828](https://redirect.github.com/storybookjs/storybook/pull/33828), thanks @JoviDeCroock! - React Native Web: Fix inconsistent example stories - [#33891](https://redirect.github.com/storybookjs/storybook/pull/33891), thanks @danielalanbates! - React: Add react-docgen-typescript to component manifest - [#33818](https://redirect.github.com/storybookjs/storybook/pull/33818), thanks @kasperpeulen! - Revert "Toolbar: Remove extra toolbar divider when zoom controls not shown" - [#34099](https://redirect.github.com/storybookjs/storybook/pull/34099), thanks @valentinpalkovic! - Test: Fix clearing mocks in Vitest [#34078](https://redirect.github.com/storybookjs/storybook/pull/34078) - Test: Update @testing-library/jest-dom - [#33928](https://redirect.github.com/storybookjs/storybook/pull/33928), thanks @valentinpalkovic! - Theming: Export interface declaration for `ThemesGlobals` - [#33343](https://redirect.github.com/storybookjs/storybook/pull/33343), thanks @icopp! - Toolbar: Remove extra toolbar divider when zoom controls not shown - [#33731](https://redirect.github.com/storybookjs/storybook/pull/33731), thanks @jonathan-fulton! - UI: Allow direct kb/mouse actions on zoom tool button - [#33496](https://redirect.github.com/storybookjs/storybook/pull/33496), thanks @Sidnioulz! - UI: Avoid large animation for reduced motion users - [#33530](https://redirect.github.com/storybookjs/storybook/pull/33530), thanks @Sidnioulz! - UI: Ensure Link without href is keyboard-reachable - [#34163](https://redirect.github.com/storybookjs/storybook/pull/34163), thanks @Sidnioulz! - UI: Fix `z-index` problem with `popover`s and `modal`s nesting - [#33757](https://redirect.github.com/storybookjs/storybook/pull/33757), thanks @ndelangen! - UI: Fix code/copy buttons overlap with content - [#33889](https://redirect.github.com/storybookjs/storybook/pull/33889), thanks @Sidnioulz! - UI: Fix Copy button overlapping code in portrait mode - [#33420](https://redirect.github.com/storybookjs/storybook/pull/33420), thanks @Maelryn! - UI: Fix modal text selection - [#33967](https://redirect.github.com/storybookjs/storybook/pull/33967), thanks @Sidnioulz! - UI: Fix tab navigation after closing addon panel - [#33971](https://redirect.github.com/storybookjs/storybook/pull/33971), thanks @copilot-swe-agent! - UI: Handle kb nav edge cases when preview and panel are hidden - [#33588](https://redirect.github.com/storybookjs/storybook/pull/33588), thanks @Sidnioulz! - UI: Hide addon panel Drag on pages without a panel - [#34162](https://redirect.github.com/storybookjs/storybook/pull/34162), thanks @Sidnioulz! - UI: Hide manifest tag for now - [#34165](https://redirect.github.com/storybookjs/storybook/pull/34165), thanks @Sidnioulz! - UI: Make disabled Buttons keyboard-focusable - [#34166](https://redirect.github.com/storybookjs/storybook/pull/34166), thanks @Sidnioulz! - UI: Make TagsFilter state persistent [#33374](https://redirect.github.com/storybookjs/storybook/pull/33374) - UI: Use correct selector for addon panel focus check - [#34164](https://redirect.github.com/storybookjs/storybook/pull/34164), thanks @Sidnioulz! - UI: Zoom faster when pressing shift - [#34185](https://redirect.github.com/storybookjs/storybook/pull/34185), thanks @Sidnioulz! - Viewport: Skip viewport validation before parameters load - [#33794](https://redirect.github.com/storybookjs/storybook/pull/33794), thanks @ia319! - Vite: Add mock entries to optimizeDeps.entries - [#34167](https://redirect.github.com/storybookjs/storybook/pull/34167), thanks @valentinpalkovic! - Vue3-Vite: Allow paths in docgen tsconfig option [#32310](https://redirect.github.com/storybookjs/storybook/pull/32310), thanks @Thomaash!v10.2.19Compare Source
v10.2.18Compare Source
v10.2.17Compare Source
v10.2.16Compare Source
definePreview({...}).type<T>()export default - #33885, thanks @copilot-swe-agent!v10.2.15Compare Source
v10.2.14Compare Source
v10.2.13Compare Source
v10.2.12Compare Source
v10.2.11Compare Source
Configuration
📅 Schedule: Branch creation - "before 4am every weekday,every weekend" (UTC), Automerge - "before 4am every weekday,every weekend" (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.