-
Notifications
You must be signed in to change notification settings - Fork 0
Bump lucide-vue-next from 0.542.0 to 0.548.0 #35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dependabot
wants to merge
29
commits into
main
Choose a base branch
from
dependabot/npm_and_yarn/lucide-vue-next-0.548.0
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Allow channel admins to edit tags directly from sidebar - Check canUpdateChannel permission before showing edit button - Fix MultiSelect to preserve selected tags during search - Fix checkbox interaction to properly toggle tag selection - Fix TagPicker test to mock onError callback 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Remove tag creation logic from TagPicker - parent components handle tag creation via UPDATE_CHANNEL mutation's connectOrCreate pattern. This prevents duplicate tag creation attempts that caused constraint violations. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- ChannelHeaderMobile: Use SSR-safe auth check instead of isAuthenticatedVar - ChannelTabs: Wrap responsive logic in ClientOnly with SSR fallback - Both components now render consistently on server and client 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Use auth hints during initial client hydration to ensure tabs render consistently between server and client. Only switch to reactive auth state after loading completes. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Hardcode minimal tabs in SSR fallback instead of using reactive computed property. This prevents mismatches when client-side tabs include conditional items based on auth, screen size, or server config. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Create reusable InPlaceTagEditor component - Create ChannelTagEditor and DiscussionTagEditor wrappers - Update ChannelSidebar to use ChannelTagEditor wrapper - Add tag editor to discussion detail pages - Discussion authors can now edit tags directly from detail page - Tag changes use UPDATE_DISCUSSION mutation with connectOrCreate/disconnect pattern 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Separated concerns across three component layers: 1. InPlaceTagEditor (pure UI): - Removed view mode and display state management - Only handles tag selection form, emits save/cancel - Accepts minimal props: existingTags, loading, error 2. Wrapper components (ChannelTagEditor, DiscussionTagEditor): - Handle domain-specific mutations (UPDATE_CHANNEL, UPDATE_DISCUSSION) - Use onDone hooks to emit 'done' on success - Pass through 'cancel' event from child - Removed canEdit and onTagClick props 3. Parent components (ChannelSidebar, DiscussionBody): - Manage showTagEditor state - Render view mode (tags + edit button) - Render edit mode (wrapper component) - Listen to done/cancel events to control editor visibility This architecture ensures child components are ignorant of parent layout/state and each component has a single clear responsibility. Also fixed ESLint unused variable errors in unrelated files. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Add PinnedDiscussionChannels and PinnedWikiPages to Channel schema - Create PinIcon component and add to ALLOWED_ICONS - Add pin/unpin menu items to discussion and wiki page headers - Display pinned content at top of channel discussions tab with badges - Refactor permission system to use user's assigned roles instead of just defaults - Create GET_USER_ROLES_IN_CHANNEL query to fetch ChannelRoles and ModChannelRoles - Update permissionUtils to properly check both user and mod permissions - Create useChannelPermissions composable to centralize permission logic - Use proper GraphQL types (WikiPage, DiscussionChannel, Suspension) instead of any - Update unit tests to match new permission structure 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Update Comment.vue to use useChannelPermissions composable - Update EventHeader.vue to use useChannelPermissions composable - Remove duplicate permission query logic (~150 lines total) - Remove debug console.log in EventHeader - Remove unused imports (modProfileNameVar, useQuery) - Consistent permission handling across all header components 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Bumps [lucide-vue-next](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-vue-next) from 0.542.0 to 0.548.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.548.0/packages/lucide-vue-next) --- updated-dependencies: - dependency-name: lucide-vue-next dependency-version: 0.548.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update javascript code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps lucide-vue-next from 0.542.0 to 0.548.0.
Release notes
Sourced from lucide-vue-next's releases.
... (truncated)
Commits
1cfb3ffchore(deps-dev): bump vite from 6.3.5 to 6.3.6 (#3611)You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)