Skip to content

A few more package updates#2905

Merged
johnsimons merged 2 commits intomasterfrom
john/updates
Mar 20, 2026
Merged

A few more package updates#2905
johnsimons merged 2 commits intomasterfrom
john/updates

Conversation

@johnsimons
Copy link
Copy Markdown
Member

Some packages needed to be updated manually because there were issues in the codebase that were not previously picked up.

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.

Which include some code fixes that were previously not picked up
@johnsimons johnsimons self-assigned this Mar 20, 2026
@johnsimons johnsimons enabled auto-merge March 20, 2026 01:07
@johnsimons johnsimons merged commit 08b2421 into master Mar 20, 2026
5 checks passed
@johnsimons johnsimons deleted the john/updates branch March 20, 2026 05:33
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.

2 participants