-
Notifications
You must be signed in to change notification settings - Fork 0
chore: bump package versions #1
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
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Entelligence AI Vulnerability ScannerStatus: No security vulnerabilities found Your code passed our comprehensive security analysis. |
WalkthroughThis release introduces version 0.118.0 of the lingo.dev CLI package, featuring a new 'init cursor' command for .cursorrules configuration setup. The changeset file documenting this feature has been removed, indicating it was consumed during the release process. All three demo applications (AdonisJS, Next.js, and React Router) have been updated with patch version bumps to incorporate the new lingo.dev dependency version (0.118.0). Each demo's changelog reflects the dependency update, maintaining proper semantic versioning practices across the monorepo. Changes
Sequence DiagramThis diagram shows the interactions between components: sequenceDiagram
actor User
participant CLI as Lingo CLI
participant CommandParser as Command Parser
participant FileSystem as File System
participant CursorRulesGenerator as Cursor Rules Generator
User->>CLI: lingo init cursor
activate CLI
CLI->>CommandParser: parse("init cursor")
activate CommandParser
CommandParser-->>CLI: InitCursorCommand
deactivate CommandParser
CLI->>FileSystem: checkFileExists(".cursorrules")
activate FileSystem
FileSystem-->>CLI: exists: boolean
deactivate FileSystem
alt .cursorrules already exists
CLI->>User: Prompt: Overwrite existing .cursorrules?
User-->>CLI: Confirmation (yes/no)
alt User confirms
CLI->>CursorRulesGenerator: generate()
activate CursorRulesGenerator
CursorRulesGenerator-->>CLI: rulesContent
deactivate CursorRulesGenerator
CLI->>FileSystem: writeFile(".cursorrules", content)
activate FileSystem
FileSystem-->>CLI: success
deactivate FileSystem
else User declines
CLI->>User: Operation cancelled
end
else .cursorrules does not exist
CLI->>CursorRulesGenerator: generate()
activate CursorRulesGenerator
CursorRulesGenerator-->>CLI: rulesContent
deactivate CursorRulesGenerator
CLI->>FileSystem: writeFile(".cursorrules", content)
activate FileSystem
FileSystem-->>CLI: success
deactivate FileSystem
end
CLI->>User: Success: .cursorrules created/updated
deactivate CLI
🔗 Cross-Repository Impact AnalysisEnable automatic detection of breaking changes across your dependent repositories. → Set up now Learn more about Cross-Repository AnalysisWhat It Does
How to Enable
Benefits
Note for WindsurfPlease change the default marketplace provider to the following in the windsurf settings:Marketplace Extension Gallery Service URL: https://marketplace.visualstudio.com/_apis/public/gallery Marketplace Gallery Item URL: https://marketplace.visualstudio.com/items Entelligence.ai can learn from your feedback. Simply add 👍 / 👎 emojis to teach it your preferences. More shortcuts belowEmoji Descriptions:
Interact with the Bot:
Also you can trigger various commands with the bot by doing The current supported commands are
More commands to be added soon. |
08885ad to
2bb0102
Compare
feat: turbopack support
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
lingo.dev@0.118.0
Minor Changes
d657c6dThanks @SK8-infi! - feat: add init cursor command for .cursorrules setupadonis@0.0.62
Patch Changes
d657c6d]:next-app@0.2.114
Patch Changes
d657c6d]:react-router-app@1.0.23
Patch Changes
d657c6d]: