Commit 559a54d
authored
fix(release): drop non-functional plugin-pin extra-files, use caret pins (#104)
* fix(release): drop non-functional plugin-pin extra-files, use caret pin
The extra-files json updaters under the packages/code component never ran:
release-please resolves a component's extra-files paths relative to that
component's directory, so plugins/*/package.json was looked for under
packages/code/plugins/* and silently skipped. Because the plugins are
independently versioned (not lockstep), the code version can't be stamped
onto root-level files from a sub-component.
- release: remove the dead extra-files block from packages/code
- plugins: pin code-intelligence-lsp to ^0.1.14 so npm auto-picks up 0.1.x
patches of @pleaseai/code (which is where lsp-multiplex ships), with no
release-please machinery
* fix(plugins): use caret range for @pleaseai/code in remaining LSP plugins
Apply gemini-code-assist review: convert the 13 exact 0.1.13 pins to ^0.1.13
so npm auto-picks up 0.1.x patches of @pleaseai/code without manual bumps,
matching code-intelligence-lsp. Backward-compatible (>=0.1.13 <0.2.0).1 parent 07044c0 commit 559a54d
15 files changed
Lines changed: 15 additions & 31 deletions
File tree
- plugins
- clangd-lsp
- code-intelligence-lsp
- csharp-lsp
- dart-lsp
- elixir-lsp
- eslint-lsp
- fsharp-lsp
- jdtls-lsp
- kotlin-lsp
- lua-lsp
- rubocop-lsp
- terraform-lsp
- texlab-lsp
- zls-lsp
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
0 commit comments