Skip to content
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

bump(editorconfig-checker): update to v3.1.2 #8478

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 51 additions & 6 deletions packages/editorconfig-checker/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,73 @@ categories:
- Linter

source:
id: pkg:github/editorconfig-checker/editorconfig-checker@v3.0.3
id: pkg:github/editorconfig-checker/editorconfig-checker@v3.1.2
asset:
- target: darwin_arm64
file: ec-darwin-arm64.tar.gz
bin: bin/ec-darwin-arm64
- target: darwin_x64
file: ec-darwin-amd64.tar.gz
bin: bin/ec-darwin-amd64
- target: linux_x64_openbsd
file: ec-openbsd-amd64.tar.gz
bin: bin/ec-openbsd-amd64
- target: linux_arm64_openbsd
file: ec-openbsd-arm64.tar.gz
bin: bin/ec-openbsd-arm64
- target: linux_arm64
file: ec-linux-arm64.tar.gz
bin: bin/ec-linux-arm64
- target: linux_x64
file: ec-linux-amd64.tar.gz
bin: bin/ec-linux-amd64
- target: win_x86
file: ec-windows-386.exe.tar.gz
file: ec-windows-386.zip
bin: bin/ec-windows-386.exe
- target: win_x64
file: ec-windows-amd64.exe.tar.gz
file: ec-windows-amd64.zip
bin: bin/ec-windows-amd64.exe
- target: win_arm64
file: ec-windows-arm64.exe.tar.gz
file: ec-windows-arm64.zip
bin: bin/ec-windows-arm64.exe
- target: win_arm
file: ec-windows-arm.exe.tar.gz
file: ec-windows-arm.zip
bin: bin/ec-windows-arm.exe

version_overrides:
- constraint: semver:<=v3.0.3
id: pkg:github/editorconfig-checker/[email protected]
asset:
- target: darwin_arm64
file: ec-darwin-arm64.tar.gz
bin: bin/ec-darwin-arm64
- target: darwin_x64
file: ec-darwin-amd64.tar.gz
bin: bin/ec-darwin-amd64
- target: linux_x64_openbsd
file: ec-openbsd-amd64.tar.gz
bin: bin/ec-openbsd-amd64
- target: linux_arm64_openbsd
file: ec-openbsd-arm64.tar.gz
bin: bin/ec-openbsd-arm64
- target: linux_arm64
file: ec-linux-arm64.tar.gz
bin: bin/ec-linux-arm64
- target: linux_x64
file: ec-linux-amd64.tar.gz
bin: bin/ec-linux-amd64
- target: win_x86
file: ec-windows-386.exe.tar.gz
bin: bin/ec-windows-386.exe
- target: win_x64
file: ec-windows-amd64.exe.tar.gz
bin: bin/ec-windows-amd64.exe
- target: win_arm64
file: ec-windows-arm64.exe.tar.gz
bin: bin/ec-windows-arm64.exe
- target: win_arm
file: ec-windows-arm.exe.tar.gz
bin: bin/ec-windows-arm.exe

bin:
editorconfig-checker: "bin/{{ source.asset.file | strip_suffix '.tar.gz' }}"
editorconfig-checker: "{{source.asset.bin}}"
Loading