Skip to content

feat: dependencies#2

Open
sam-p-at-pieces wants to merge 1 commit intomainfrom
deps
Open

feat: dependencies#2
sam-p-at-pieces wants to merge 1 commit intomainfrom
deps

Conversation

@sam-p-at-pieces
Copy link
Copy Markdown

No description provided.

Copilot AI review requested due to automatic review settings June 9, 2025 21:20
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates multiple pubspec.yaml files to source key packages directly from the pieces-app/super_editor Git repository instead of local paths or pub.dev versions.

  • Switches super_editor, super_text_layout, and related packages to Git dependencies
  • Ensures all plugins (website, super_editor_spellcheck, super_editor_markdown, super_editor) reference the same upstream repo

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.

File Description
website/pubspec.yaml Switched super_editor and super_text_layout to Git sources
super_editor_spellcheck/pubspec.yaml Switched super_editor_markdown and super_text_layout to Git sources
super_editor_markdown/pubspec.yaml Switched super_editor to Git source
super_editor/pubspec.yaml Switched super_text_layout to Git source

Comment on lines +17 to +21
path: super_editor
super_text_layout:
git:
url: git@github.com:pieces-app/super_editor.git
path: super_text_layout
Copy link

Copilot AI Jun 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider pinning this Git dependency to a specific commit hash or tag (using ref) to ensure reproducible builds.

Suggested change
path: super_editor
super_text_layout:
git:
url: git@github.com:pieces-app/super_editor.git
path: super_text_layout
path: super_editor
ref: <SPECIFIC_COMMIT_HASH_OR_TAG>
super_text_layout:
git:
url: git@github.com:pieces-app/super_editor.git
path: super_text_layout
ref: <SPECIFIC_COMMIT_HASH_OR_TAG>

Copilot uses AI. Check for mistakes.

super_editor: ^0.3.0-dev.15
super_text_layout: ^0.1.12
super_editor_markdown:
Copy link

Copilot AI Jun 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider pinning this Git dependency to a specific commit hash or tag (using ref) to ensure reproducible builds.

Copilot uses AI. Check for mistakes.
sdk: flutter

super_editor: ^0.3.0-dev.13
super_editor:
Copy link

Copilot AI Jun 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider pinning this Git dependency to a specific commit hash or tag (using ref) to ensure reproducible builds.

Copilot uses AI. Check for mistakes.
linkify: ^5.0.0
logging: ^1.3.0
super_text_layout: ^0.1.18
super_text_layout:
Copy link

Copilot AI Jun 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider pinning this Git dependency to a specific commit hash or tag (using ref) to ensure reproducible builds.

Copilot uses AI. Check for mistakes.
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