Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into renovate/erlang-debug…
Browse files Browse the repository at this point in the history
…ger-0.x

* origin/main: (564 commits)
  bump(nimlangserver): update to v1.6.0 (#7316)
  fix(harper-ls): change filename to `-msvc` from `-gnu` (#7536)
  bump(codelldb): update to v1.11.1 (#7448)
  bump(steep): update to v1.9.2 (#7376)
  bump(slang): update to v2024.17 (#6445)
  bump(aiken): update to v1.1.9 (#7090)
  bump(gradle-language-server): update to v3.16.4 (#6129)
  bump(nilaway): update to v0.0.0-20241010202415-ba14292918d8 (#6023)
  bump(ormolu): update to v0.7.7.0 (#5823)
  bump(buf): update to v1.48.0 (#8284)
  bump(gitleaks): update to v8.21.3 (#8282)
  bump(mdformat): update to v0.7.21 (#8283)
  bump(nickel-lang-lsp): update to v1.9.1 (#8278)
  bump(eslint_d): update to v14.3.0 (#8280)
  bump(zeek-language-server): update to v0.64.0 (#8281)
  bump(ruff): update to v0.8.4 (#8279)
  bump(firefox-debug-adapter): update to v2.12.0 (#8276)
  bump(sql-formatter): update to v15.4.7 (#8275)
  bump(markmap-cli): update to v0.18.0 (#8274)
  bump(trufflehog): update to v3.87.2 (#8273)
  ...
  • Loading branch information
williamboman committed Dec 20, 2024
2 parents f6509ed + dfe93e5 commit 2937118
Show file tree
Hide file tree
Showing 185 changed files with 281 additions and 227 deletions.
2 changes: 1 addition & 1 deletion packages/actionlint/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories:
- Linter

source:
id: pkg:github/rhysd/actionlint@v1.7.3
id: pkg:github/rhysd/actionlint@v1.7.4
asset:
- target: darwin_x64
file: actionlint_{{ version | strip_prefix "v" }}_darwin_amd64.tar.gz
Expand Down
18 changes: 9 additions & 9 deletions packages/aiken/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@ categories:
- LSP

source:
id: pkg:github/aiken-lang/aiken@v1.0.26-alpha
id: pkg:github/aiken-lang/aiken@v1.1.9
asset:
- target: darwin_x64
file: aiken_{{ version }}_darwin_amd64.tar.gz
bin: aiken
file: aiken-x86_64-apple-darwin.tar.gz
bin: aiken-x86_64-apple-darwin/aiken
- target: darwin_arm64
file: aiken_{{ version }}_darwin_arm64.tar.gz
bin: aiken
file: aiken-aarch64-apple-darwin.tar.gz
bin: aiken-aarch64-apple-darwin/aiken
- target: linux_x64
file: aiken_{{ version }}_linux_amd64.tar.gz
bin: aiken
file: aiken-x86_64-unknown-linux-gnu.tar.gz
bin: aiken-x86_64-unknown-linux-gnu/aiken
- target: win_x64
file: aiken_{{ version }}_win32_amd64.zip
bin: aiken.exe
file: aiken-x86_64-pc-windows-msvc.tar.gz
bin: aiken-x86_64-pc-windows-msvc/aiken.exe

bin:
aiken: "{{source.asset.bin}}"
2 changes: 1 addition & 1 deletion packages/angular-language-server/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories:
- LSP

source:
id: pkg:npm/%40angular/language-server@18.2.0
id: pkg:npm/%40angular/language-server@19.0.3
extra_packages:
- typescript@5.4.5

Expand Down
2 changes: 1 addition & 1 deletion packages/ansible-lint/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories:
- Linter

source:
id: pkg:pypi/ansible-lint@24.9.2
id: pkg:pypi/ansible-lint@24.12.2
supported_platforms:
- unix

Expand Down
2 changes: 1 addition & 1 deletion packages/apex-language-server/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories:
- LSP

source:
id: pkg:github/forcedotcom/salesforcedx-vscode@v62.0.0
id: pkg:github/forcedotcom/salesforcedx-vscode@v62.9.1
asset:
file: salesforcedx-vscode-apex-{{ version | strip_prefix "v" }}.vsix

Expand Down
2 changes: 1 addition & 1 deletion packages/ast-grep/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ categories:
- LSP

source:
id: pkg:npm/%40ast-grep/cli@0.28.1
id: pkg:npm/%40ast-grep/cli@0.32.2

bin:
ast-grep: npm:ast-grep
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-language-server/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories:
- LSP

source:
id: pkg:npm/%40astrojs/language-server@2.15.3
id: pkg:npm/%40astrojs/language-server@2.15.4
extra_packages:
- typescript
- "@astrojs/ts-plugin"
Expand Down
2 changes: 1 addition & 1 deletion packages/awk-language-server/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories:
- LSP

source:
id: pkg:npm/awk-language-server@0.10.5
id: pkg:npm/awk-language-server@0.10.6

schemas:
lsp: vscode:https://raw.githubusercontent.com/Beaglefoot/awk-language-server/server-{{version}}/client/package.json
Expand Down
2 changes: 1 addition & 1 deletion packages/bacon/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories:
- Linter

source:
id: pkg:cargo/bacon@3.1.1
id: pkg:cargo/bacon@3.6.0

bin:
bacon: cargo:bacon
2 changes: 1 addition & 1 deletion packages/basedpyright/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories:
- LSP

source:
id: pkg:pypi/basedpyright@1.19.0
id: pkg:pypi/basedpyright@1.23.1

schemas:
lsp: vscode:https://raw.githubusercontent.com/DetachHead/basedpyright/v{{version}}/packages/vscode-pyright/package.json
Expand Down
2 changes: 1 addition & 1 deletion packages/bicep-lsp/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories:
- LSP

source:
id: pkg:github/Azure/bicep@v0.30.23
id: pkg:github/Azure/bicep@v0.32.4
asset:
file: vscode-bicep.vsix

Expand Down
2 changes: 1 addition & 1 deletion packages/brighterscript/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories:
- LSP

source:
id: pkg:npm/brighterscript@0.67.8
id: pkg:npm/brighterscript@0.68.2

bin:
bsc: npm:bsc
2 changes: 1 addition & 1 deletion packages/buf/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories:
- Formatter

source:
id: pkg:github/bufbuild/buf@v1.45.0
id: pkg:github/bufbuild/buf@v1.48.0
asset:
- target: darwin_x64
file: buf-Darwin-x86_64
Expand Down
2 changes: 1 addition & 1 deletion packages/cairo-language-server/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories:
- LSP

source:
id: pkg:cargo/cairo-language-server@2.8.4
id: pkg:cargo/cairo-language-server@2.9.2

bin:
cairo-language-server: cargo:cairo-language-server
2 changes: 1 addition & 1 deletion packages/cds-lsp/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories:
- Formatter

source:
id: pkg:npm/%40sap/cds-lsp@8.3.2
id: pkg:npm/%40sap/cds-lsp@8.5.1

bin:
cds-lsp: npm:cds-lsp
Expand Down
2 changes: 1 addition & 1 deletion packages/cfn-lint/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories:
- Linter

source:
id: pkg:pypi/cfn-lint@1.17.2
id: pkg:pypi/cfn-lint@1.22.2

bin:
cfn-lint: pypi:cfn-lint
2 changes: 1 addition & 1 deletion packages/circleci-yaml-language-server/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories:
- LSP

source:
id: pkg:github/CircleCI-Public/circleci-yaml-language-server@0.11.1
id: pkg:github/CircleCI-Public/circleci-yaml-language-server@0.12.0
asset:
- target: darwin_arm64
file:
Expand Down
2 changes: 1 addition & 1 deletion packages/clang-format/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories:
- Formatter

source:
id: pkg:pypi/clang-format@19.1.2
id: pkg:pypi/clang-format@19.1.5

bin:
clang-format: pypi:clang-format
2 changes: 1 addition & 1 deletion packages/clangd/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories:
- LSP

source:
id: pkg:github/clangd/clangd@19.1.0
id: pkg:github/clangd/clangd@19.1.2
asset:
- target: [darwin_x64, darwin_arm64]
file: clangd-mac-{{version}}.zip
Expand Down
2 changes: 1 addition & 1 deletion packages/clarinet/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories:
- Runtime

source:
id: pkg:github/hirosystems/clarinet@v2.10.0
id: pkg:github/hirosystems/clarinet@v2.12.0
asset:
- target: darwin_arm64
file: clarinet-darwin-arm64.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion packages/clj-kondo/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories:

source:
# renovate:versioning=loose
id: pkg:github/clj-kondo/clj-kondo@v2024.09.27
id: pkg:github/clj-kondo/clj-kondo@v2024.11.14
asset:
- target: darwin_arm64
file: clj-kondo-{{ version | strip_prefix "v" }}-macos-aarch64.zip
Expand Down
2 changes: 1 addition & 1 deletion packages/cobol-language-support/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories:
- LSP

source:
id: pkg:github/eclipse-che4z/che-che4z-lsp-for-cobol@2.2.0
id: pkg:github/eclipse-che4z/che-che4z-lsp-for-cobol@2.3.0
asset:
- target: darwin_arm64
file: cobol-language-support-darwin-arm64-{{version}}.vsix
Expand Down
37 changes: 30 additions & 7 deletions packages/codelldb/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,49 @@ categories:
- DAP

source:
id: pkg:github/vadimcn/vscode-lldb@v1.10.0
id: pkg:github/vadimcn/vscode-lldb@v1.11.1
asset:
- target: darwin_x64
file: codelldb-x86_64-darwin.vsix
file: codelldb-darwin-x64.vsix
bin: exec:extension/adapter/codelldb
- target: darwin_arm64
file: codelldb-aarch64-darwin.vsix
file: codelldb-darwin-arm64.vsix
bin: exec:extension/adapter/codelldb
- target: linux_x64_gnu
file: codelldb-x86_64-linux.vsix
file: codelldb-linux-x64.vsix
bin: exec:extension/adapter/codelldb
- target: linux_arm64_gnu
file: codelldb-aarch64-linux.vsix
file: codelldb-linux-arm64.vsix
bin: exec:extension/adapter/codelldb
- target: linux_arm_gnu
file: codelldb-arm-linux.vsix
file: codelldb-linux-armhf.vsix
bin: exec:extension/adapter/codelldb
- target: win_x64
file: codelldb-x86_64-windows.vsix
file: codelldb-win32-x64.vsix
bin: extension/adapter/codelldb.exe

version_overrides:
- constraint: semver:<=v1.10.0
id: pkg:github/vadimcn/vscode-lldb@v1.10.0
asset:
- target: darwin_x64
file: codelldb-x86_64-darwin.vsix
bin: exec:extension/adapter/codelldb
- target: darwin_arm64
file: codelldb-aarch64-darwin.vsix
bin: exec:extension/adapter/codelldb
- target: linux_x64_gnu
file: codelldb-x86_64-linux.vsix
bin: exec:extension/adapter/codelldb
- target: linux_arm64_gnu
file: codelldb-aarch64-linux.vsix
bin: exec:extension/adapter/codelldb
- target: linux_arm_gnu
file: codelldb-arm-linux.vsix
bin: exec:extension/adapter/codelldb
- target: win_x64
file: codelldb-x86_64-windows.vsix
bin: extension/adapter/codelldb.exe

bin:
codelldb: "{{source.asset.bin}}"
2 changes: 1 addition & 1 deletion packages/codeql/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories:
- LSP

source:
id: pkg:github/github/codeql-cli-binaries@v2.19.1
id: pkg:github/github/codeql-cli-binaries@v2.20.0
asset:
- target: [darwin_x64, darwin_arm64]
file: codeql-osx64.zip
Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ categories:
- Linter

source:
id: pkg:npm/%40commitlint/cli@19.5.0
id: pkg:npm/%40commitlint/cli@19.6.1
extra_packages:
- "@commitlint/config-conventional"
- "commitlint-format-json"
Expand Down
2 changes: 1 addition & 1 deletion packages/csharpier/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories:
- Formatter

source:
id: pkg:nuget/csharpier@0.29.2
id: pkg:nuget/csharpier@0.30.3

bin:
dotnet-csharpier: nuget:dotnet-csharpier
2 changes: 1 addition & 1 deletion packages/cspell/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ categories:
- Linter

source:
id: pkg:npm/cspell@8.15.4
id: pkg:npm/cspell@8.17.1

bin:
cspell: npm:cspell
2 changes: 1 addition & 1 deletion packages/cssmodules-language-server/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories:
- LSP

source:
id: pkg:npm/cssmodules-language-server@1.4.1
id: pkg:npm/cssmodules-language-server@1.5.1

bin:
cssmodules-language-server: npm:cssmodules-language-server
2 changes: 1 addition & 1 deletion packages/cuepls/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories:
- LSP

source:
id: pkg:golang/cuelang.org/go@v0.10.0#cmd/cuepls
id: pkg:golang/cuelang.org/go@v0.10.1#cmd/cuepls

bin:
cuepls: golang:cuepls
2 changes: 1 addition & 1 deletion packages/cypher-language-server/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories:
- LSP

source:
id: pkg:npm/%40neo4j-cypher/language-server@2.0.0-next.9
id: pkg:npm/%40neo4j-cypher/language-server@2.0.0-next.13

bin:
cypher-language-server: npm:cypher-language-server
2 changes: 1 addition & 1 deletion packages/dart-debug-adapter/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories:
- DAP

source:
id: pkg:github/Dart-Code/Dart-Code@v3.98.0
id: pkg:github/Dart-Code/Dart-Code@v3.102.0
asset:
file: dart-code-{{ version | strip_prefix "v" }}.vsix

Expand Down
2 changes: 1 addition & 1 deletion packages/dcm/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories:
- Linter

source:
id: pkg:github/CQLabs/homebrew-dcm@1.23.1
id: pkg:github/CQLabs/homebrew-dcm@1.25.1
asset:
- target: darwin_arm64
file: dcm-macos-arm-release.zip
Expand Down
2 changes: 1 addition & 1 deletion packages/debugpy/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories:
- DAP

source:
id: pkg:pypi/debugpy@1.8.7
id: pkg:pypi/debugpy@1.8.11

bin:
debugpy: pyvenv:debugpy
Expand Down
2 changes: 1 addition & 1 deletion packages/delve/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories:
- DAP

source:
id: pkg:golang/github.com/go-delve/delve@v1.23.1#cmd/dlv
id: pkg:golang/github.com/go-delve/delve@v1.24.0#cmd/dlv

bin:
dlv: golang:dlv
2 changes: 1 addition & 1 deletion packages/deno/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories:
- Runtime

source:
id: pkg:github/denoland/deno@v2.0.2
id: pkg:github/denoland/deno@v2.1.4
asset:
- target: darwin_arm64
file: deno-aarch64-apple-darwin.zip
Expand Down
2 changes: 1 addition & 1 deletion packages/djlint/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ categories:
- Linter

source:
id: pkg:pypi/djlint@1.35.2
id: pkg:pypi/djlint@1.36.3

bin:
djlint: pypi:djlint
Loading

0 comments on commit 2937118

Please sign in to comment.