Bump typescript-esbuild from 0.3.10 to 0.3.11#8
Merged
github-actions[bot] merged 1 commit intomainfrom Mar 7, 2024
Merged
Conversation
Bumps [typescript-esbuild](https://github.com/NikolaRHristov/TypeScriptESBuild) from 0.3.10 to 0.3.11. - [Release notes](https://github.com/NikolaRHristov/TypeScriptESBuild/releases) - [Changelog](https://github.com/NikolaRHristov/TypeScriptESBuild/blob/main/CHANGELOG.md) - [Commits](PlayForm/Build@v0.3.10...v0.3.11) --- updated-dependencies: - dependency-name: typescript-esbuild dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
NikolaRHristov
added a commit
that referenced
this pull request
Jun 22, 2025
This commit introduces four new Data Transfer Objects (DTOs) in the `Common` crate's Source Control Management module: - `SourceControlCreateDTO` - `SourceControlUpdateDTO` - `SourceControlGroupUpdateDTO` - `SourceControlInputBoxDTO` These DTOs define the core data structures required for SCM operations in Land's final architecture. As part of the abstract `Common` layer, they: 1. Establish standardized contracts for SCM resource manipulation that will be implemented by `Mountain`'s native Git handlers 2. Enable type-safe communication over the `Vine` gRPC layer between `Mountain` and `Cocoon` 3. Support Workflow #8 (SCM) by modeling operations like resource creation/updates and input box interactions 4. Provide the foundation for `Wind` UI components to render SCM views using consistent data structures The additions complete the initial SCM DTO suite and align with recent abstractions added for Keybinding and ExtensionManagement services.
NikolaRHristov
added a commit
that referenced
this pull request
Jun 22, 2025
Introduces `SourceControlUpdateDTO` struct in the Common crate to facilitate updates to SCM provider properties. This DTO will be used across the Land architecture for: 1. Propagating UI state changes (commit message input box value) from `Wind/Sky` components to `Mountain` via Tauri events 2. Synchronizing badge counts between `Cocoon` extensions and the native backend via `Vine` gRPC 3. Enabling the SCM workflow (#8) by allowing updates to provider-specific properties The DTO includes optional fields for `InputBoxValue` and `Count` with `ProviderHandle` identification, using `serde` attributes for PascalCase serialization. This aligns with our trait-based architecture where: - `Common` defines the data contract - `Mountain` implements state persistence in `AppState` - `Cocoon` will use this for extension communication - `Wind` services will consume/produce this DTO Completes the SCM DTO foundation started in recent commits (Refs 00f54f8, 4c0cc70).
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 typescript-esbuild from 0.3.10 to 0.3.11.
Release notes
Sourced from typescript-esbuild's releases.
Changelog
Sourced from typescript-esbuild's changelog.
Commits
cae0d680.3.115c2f9d7Merge branch 'main' of ssh://github.com/NikolaRHristov/TypeScriptESBuild0393580squash!fc37b5eMerge pull request #91 from NikolaRHristov/dependabot/npm_and_yarn/types/node...be6bf9dMerge pull request #90 from NikolaRHristov/dependabot/npm_and_yarn/typescript...b23f76cBump@types/nodefrom 20.11.24 to 20.11.2512029e1Merge pull request #89 from NikolaRHristov/dependabot/npm_and_yarn/typedoc-0....5b5a38eBump typescript from 5.3.3 to 5.4.29e964dbBump typedoc from 0.25.10 to 0.25.11c1179d9Merge pull request #88 from NikolaRHristov/dependabot/npm_and_yarn/typedoc-0....Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)