Commit Graph

13927 Commits

Author SHA1 Message Date
Profpatsch c0a4b41afe tree-sitter: improve update script to fetch all available grammars
The update script would only fetch the few grammars listed in the
tree-sitter repository previously. But the tree-sitter github orga has
a rather large amount of officially supported grammars.

Thus we change the script to query the github APIs for repositories
instead (up to 100 this is supported without paging).

Since the repository list also contains some that are not grammars,
there is a bash script which lists all repos we are aware of and the
ones we want to ignore. It will make sure we don’t forget any
repositories in the future, by comparing to the actual list with jq.
2020-12-29 12:46:30 +01:00
Profpatsch a629257ec5 tree-sitter: rename library.nix to grammar.nix 2020-12-29 12:46:30 +01:00
Sandro dcd375d236
Merge pull request #105269 from dukc/dubUpdate
dub: 1.14.0 -> 1.23.0
2020-12-29 04:41:50 +01:00
Sandro 2fc9a0d021
Merge pull request #107823 from freezeboy/update-quicktemplate
quicktemplate: unstable-2019-07-08 -> 1.6.3
2020-12-29 01:05:03 +01:00
Sandro 405d762a1a
Merge pull request #107738 from pacien/mdctags-init
mdctags: init at unstable-2020-06-11
2020-12-29 00:53:26 +01:00
freezeboy 69b69f4a82 statik: unstable-2019-07-31 -> 0.1.7 2020-12-28 21:47:12 +01:00
freezeboy e1798efbdb quicktemplate: unstable-2019-07-08 -> 1.6.3 2020-12-28 19:20:36 +01:00
Tim Steinbach d7a66c7d4d
sbt-extras: 2020-12-17 → 2020-12-26 2020-12-28 10:48:03 -05:00
Peter Hoeg 7505046458 shards: minor cleanups 2020-12-28 16:21:23 +08:00
Mario Rodas 076afb51b2
Merge pull request #107743 from freezeboy/update-circleci-cli
circleci-cli: 0.1.11508 -> 0.1.11540
2020-12-27 19:19:26 -05:00
Mario Rodas 69a194eafe
Merge pull request #107691 from marsam/update-terracognita
terracognita: 0.5.1 -> 0.6.0
2020-12-27 19:04:19 -05:00
Sandro a1e8f892a6
Merge pull request #101431 from djanatyn/pkg/rtss
rtss: init at 0.6.1
2020-12-27 23:31:57 +01:00
freezeboy 0abd5d719e circleci-cli: 0.1.11508 -> 0.1.11540 2020-12-27 19:06:42 +01:00
pacien d5cf453947 mdctags: init at unstable-2020-06-11 2020-12-27 18:24:15 +01:00
Fabian Affolter 548511929f lazygit: add changelog to meta-attributes 2020-12-27 15:52:05 +01:00
Fabian Affolter 0ff8bafae6 lazygit: 0.23.7 -> 0.24.2 2020-12-27 15:52:05 +01:00
Mario Rodas 6494b44455
Merge pull request #107628 from marsam/update-pgcli
pgcli: 3.0.0 -> 3.1.0
2020-12-26 23:09:50 -05:00
Mario Rodas e8ee6c3511
Merge pull request #106779 from anhdle14/tfsec-0.36.10
tfsec: 0.27.0 -> 0.36.10
2020-12-26 21:57:26 -05:00
Sandro 34423c290c
Merge pull request #107612 from TransientError/sccache-update
sccache: 0.2.13 -> 0.2.14
2020-12-26 23:49:40 +01:00
kvwu 0efeb2e100 sccache: 0.2.13 -> 0.2.14 2020-12-25 23:39:41 -08:00
Mario Rodas cca9e98828 terracognita: 0.5.1 -> 0.6.0
https://github.com/cycloidio/terracognita/releases/tag/v0.6.0
2020-12-26 04:20:00 +00:00
Mario Rodas ed7516c96c pgcli: 3.0.0 -> 3.1.0 2020-12-26 04:20:00 +00:00
Mario Rodas 06a4f7dffb litecli: 1.4.1 -> 1.5.0 2020-12-26 04:20:00 +00:00
(cdep)illabout 2db65a5d1e spago: 0.17.0 -> 0.18.0 2020-12-25 20:42:36 +01:00
Doron Behar de3c881395
Merge pull request #107509 from svrana/minimock
go-minimock: init at 3.0.8
2020-12-25 19:31:46 +02:00
Shaw Vrana 5fba017ccc go-minimock: init at 3.0.8 2020-12-25 08:50:25 -08:00
Tim Steinbach c1951a1fb3
sbt: 1.4.5 -> 1.4.6 2020-12-25 11:03:04 -05:00
Sandro 4c0f6b3c81
Merge pull request #107484 from nightmared/yj-5.0.0
yj: 4.0.0 -> 5.0.0
2020-12-25 04:19:59 +01:00
Profpatsch c505e57173 tree-sitter: patch out web-ui by default, to drop emscripten
The tree-sitter build closure is pretty lean by default, but the
optional web-ui requires emscripten to compile the web interface
javascript/wasm code.

This is clearly not worth the increase in build closure size, and
since emscripten is broken more often than not, let’s patch it out by
default. If somebody /really/ needs the web-ui, there is a
`webUISupport` flag.
2020-12-24 17:11:04 +01:00
Tim Steinbach f061d6ff26
coursier: 2.0.7 -> 2.0.8 2020-12-23 17:05:51 -05:00
Simon THOBY 2a9b003ca7 yj: 4.0.0 -> 5.0.0
Necessary to advance https://github.com/cargo2nix/cargo2nix/pull/165
(older versions of yj didn't differenciate between integers and floats,
which can break cargo manifests when converting from TOML to JSON and back).
2020-12-23 21:30:04 +01:00
Kevin Cox 6ae253fd5f
Merge pull request #107328 from thiagokokada/bump-lein
lein: 2.9.1 -> 2.9.5
2020-12-23 12:04:43 -05:00
github-actions[bot] 28fd8e0d59
Merge master into staging-next 2020-12-23 00:48:29 +00:00
Aaron Andersen 1e6e7c2bef
Merge pull request #106994 from aanderse/sqitch
sqitch: package cleanup
2020-12-22 16:10:26 -05:00
github-actions[bot] e0d458ed2c
Merge master into staging-next 2020-12-22 18:27:30 +00:00
Sandro 39fe2fc4dc
Merge pull request #106917 from con-f-use/gocli_docopts 2020-12-22 17:34:58 +01:00
github-actions[bot] 3aac2c14a8
Merge master into staging-next 2020-12-22 12:25:40 +00:00
Max Wittig 74971a10d5
gitlab-runner: 13.6.0 -> 13.7.0 (#107378) 2020-12-22 13:16:15 +01:00
Maximilian Bosch d36f00235e
packer: 1.6.5 -> 1.6.6
https://github.com/hashicorp/packer/releases/tag/v1.6.6
2020-12-22 09:51:09 +01:00
Luke Worth 160ba18da6 unused: init at 0.2.1 2020-12-22 14:52:34 +08:00
github-actions[bot] f1ccef3fd4
Merge master into staging-next 2020-12-22 00:46:39 +00:00
Daniël de Kok 86477dafbb
Merge pull request #107136 from danieldk/rocm-4.0.0
rocm: 3.10.0 -> 4.0.0
2020-12-21 22:05:10 +01:00
Thiago Kenji Okada 4078999dc9 lein: 2.9.1 -> 2.9.5 2020-12-21 12:24:02 -03:00
github-actions[bot] bdf1e394e4
Merge master into staging-next 2020-12-21 00:45:49 +00:00
Mario Rodas d63cc95869
Merge pull request #107177 from avdv/bazel-buildtools_3.5.0
bazel-buildtools: 3.3.0 -> 3.5.0
2020-12-20 18:34:50 -05:00
Sandro 8c334161bd
Merge pull request #106967 from siraben/knightos-update
knightos-kcc: 4.0.0 -> 4.0.4
2020-12-21 00:07:57 +01:00
Sandro 643d16b7cf
Merge pull request #107261 from siraben/kimg-update
knightos-kimg: 0.3.0 -> 0.4.0
2020-12-20 23:52:13 +01:00
github-actions[bot] ab8c2b2b2c
Merge master into staging-next 2020-12-20 18:19:51 +00:00
Ben Siraphob f03215596d knightos-kimg: 0.3.0 -> 0.4.0 2020-12-20 22:38:13 +07:00
con-f-use b5d9be6aa2 docopts: build only necessary binaries 2020-12-20 15:50:58 +01:00