Skip to content

Conversation

@johnsimons
Copy link
Member

@johnsimons johnsimons commented Dec 1, 2025

Both of these packages need to be updated together, so this PR extends renovate config.

Reviewer Checklist

  • Components are broken down into sensible and maintainable sub-components.
  • Styles are scoped to the component using it. If multiple components need to share CSS, then a .css file is created containing the shared CSS and imported into component scoped style sections.
  • Naming is consistent with existing code, and adequately describes the component or function being introduced
  • Only functions utilizing Vue state or lifecycle hooks are named as composables (i.e. starting with 'use');
  • No module-level state is being introduced. If so, request the PR author to move the state to the corresponding Pinia store.

@DavidBoike DavidBoike enabled auto-merge (squash) December 1, 2025 14:33
@DavidBoike DavidBoike merged commit 46cf0d4 into master Dec 1, 2025
5 checks passed
@DavidBoike DavidBoike deleted the john/grouping branch December 1, 2025 14:39
@DavidBoike DavidBoike mentioned this pull request Dec 1, 2025
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants