Alexis Hildebrandt
|
f8c4a98e8e
|
treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
|
2024-06-09 23:08:46 +02:00 |
|
Alexis Hildebrandt
|
755b915a15
|
treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
|
2024-06-09 23:07:45 +02:00 |
|
Alexis Hildebrandt
|
bf995e3641
|
treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
|
2024-06-09 23:04:51 +02:00 |
|
Jan Tojnar
|
0421c816ba
|
treewide: Simplify use of update-source-version
- `--ignore-same-version` allows us to not call it twice.
- with that, we can also omit version, to allow us updating e.g. `cargoDeps` hash
|
2024-06-09 20:33:23 +02:00 |
|
github-actions[bot]
|
b2a2212322
|
Merge staging-next into staging
|
2024-06-08 06:01:41 +00:00 |
|
R. Ryantm
|
81641e04a0
|
edge-runtime: 1.53.3 -> 1.53.4
|
2024-06-07 05:26:09 +00:00 |
|
github-actions[bot]
|
de14da0244
|
Merge staging-next into staging
|
2024-06-06 18:01:23 +00:00 |
|
Raghav Sood
|
ac668b976b
|
flyctl: remove passthru updateScript
|
2024-06-06 21:12:22 +08:00 |
|
Raghav Sood
|
78d46ba137
|
flyctl: 0.2.58 -> 0.2.65
|
2024-06-06 21:11:51 +08:00 |
|
superherointj
|
60f8a6cf20
|
Merge pull request #316691 from superherointj/nodejs-add-bash-completion
nodejs: add bash shell completion
|
2024-06-04 17:54:14 -03:00 |
|
github-actions[bot]
|
f12893b626
|
Merge staging-next into staging
|
2024-06-03 00:02:47 +00:00 |
|
Pol Dellaiera
|
7a06d037d3
|
Merge pull request #316560 from r-ryantm/auto-update/bootstrap-studio
bootstrap-studio: 6.6.1 -> 6.7.0
|
2024-06-02 23:16:36 +02:00 |
|
superherointj
|
f8d01a8da3
|
nodejs: add bash shell completion
Fixes #316507
|
2024-06-02 17:24:18 -03:00 |
|
Bastien Riviere
|
40c9def80e
|
remove 'babariviere' as a maintainer
|
2024-06-02 18:49:26 +02:00 |
|
R. Ryantm
|
a96c5a9f5b
|
bootstrap-studio: 6.6.1 -> 6.7.0
|
2024-06-02 01:49:19 +00:00 |
|
github-actions[bot]
|
db4424f74a
|
Merge staging-next into staging
|
2024-06-02 00:03:11 +00:00 |
|
éclairevoyant
|
aa22306b95
|
Merge pull request #316432 from teutat3s/maintain-pkgs
maintainers: add teutat3s to matrix team + several packages
|
2024-06-01 18:05:26 +00:00 |
|
github-actions[bot]
|
d0dda2ee26
|
Merge staging-next into staging
|
2024-06-01 18:01:33 +00:00 |
|
teutat3s
|
d406425bd0
|
flyctl: add teutat3s to maintainers
|
2024-06-01 15:46:37 +02:00 |
|
Nick Cao
|
b9b7401c3d
|
Merge pull request #316054 from r-ryantm/auto-update/bun
bun: 1.1.9 -> 1.1.10
|
2024-06-01 09:29:18 -04:00 |
|
github-actions[bot]
|
d84394f4f3
|
Merge staging-next into staging
|
2024-06-01 12:01:37 +00:00 |
|
OTABI Tomoya
|
47c8db8ace
|
Merge pull request #314179 from r-ryantm/auto-update/deno
deno: 1.43.5 -> 1.43.6
|
2024-06-01 18:32:20 +09:00 |
|
Linus Heckemann
|
7c6316456a
|
Merge pull request #313982 from aduh95/nodejs-jstest
nodejs: run JS test suite as part of the checks
|
2024-05-31 17:34:33 +02:00 |
|
R. Ryantm
|
fb713bf76e
|
bun: 1.1.9 -> 1.1.10
|
2024-05-31 02:21:09 +00:00 |
|
Yt
|
7e248660d9
|
Merge pull request #316013 from r-ryantm/auto-update/edge-runtime
edge-runtime: 1.53.2 -> 1.53.3
|
2024-05-31 01:09:41 +00:00 |
|
R. Ryantm
|
a604ae5663
|
edge-runtime: 1.53.2 -> 1.53.3
|
2024-05-30 22:45:18 +00:00 |
|
Linus Heckemann
|
77c55f9a5c
|
Merge pull request #314017 from aduh95/volunteer-as-maintainer
maintainers: add aduh95
|
2024-05-30 17:22:27 +02:00 |
|
isabel
|
63aceac766
|
treewide: remove unused occurence of fetchFromGitHub argument
|
2024-05-30 05:56:07 +00:00 |
|
Antoine du Hamel
|
b26563aae2
|
nodejs: run JS test suite as part of the checks
|
2024-05-29 19:26:08 +02:00 |
|
Antoine du Hamel
|
d2cac0ee1b
|
maintainers: add aduh95
|
2024-05-29 16:09:02 +02:00 |
|
Matthias Beyer
|
1266f3820e
|
Merge pull request #314423 from r-ryantm/auto-update/bun
bun: 1.1.8 -> 1.1.9
|
2024-05-26 14:04:40 +02:00 |
|
Aleksana
|
7b1e0230a0
|
Merge pull request #307571 from DataHearth/update/app/insomnia-8.6.1-9.0.0
insomnia: 8.6.1 -> 9.0.0
|
2024-05-25 13:04:20 +08:00 |
|
Yt
|
cf01be49ab
|
Merge pull request #314379 from r-ryantm/auto-update/edge-runtime
edge-runtime: 1.53.1 -> 1.53.2
|
2024-05-25 01:58:21 +00:00 |
|
Raghav Sood
|
a3a2b3a004
|
flyctl: 0.2.55 -> 0.2.58
|
2024-05-25 08:17:18 +08:00 |
|
R. Ryantm
|
bdd2f439c6
|
bun: 1.1.8 -> 1.1.9
|
2024-05-24 23:19:59 +00:00 |
|
R. Ryantm
|
32d5e854a0
|
edge-runtime: 1.53.1 -> 1.53.2
|
2024-05-24 20:47:46 +00:00 |
|
R. Ryantm
|
751d091040
|
deno: 1.43.5 -> 1.43.6
|
2024-05-24 04:08:50 +00:00 |
|
Sigmanificient
|
203a48ad35
|
pkgs/development: remove unused fetchpatch arguments
|
2024-05-24 02:53:57 +02:00 |
|
Indexyz
|
2c4b8f1193
|
edge-runtime: 1.14.0 -> 1.53.1
|
2024-05-23 17:34:21 +08:00 |
|
OTABI Tomoya
|
b303181d17
|
Merge pull request #311217 from r-ryantm/auto-update/deno
deno: 1.43.1 -> 1.43.5
|
2024-05-21 17:40:12 +09:00 |
|
Raghav Sood
|
3bec059006
|
flyctl: buildGo122Module -> buildGoModule
|
2024-05-21 10:59:56 +08:00 |
|
Raghav Sood
|
54a85a69a5
|
flyctl: add updateScript
|
2024-05-20 23:01:20 +08:00 |
|
Raghav Sood
|
df4c4e9183
|
flyctl: add RaghavSood as maintainer
|
2024-05-20 22:57:14 +08:00 |
|
Raghav Sood
|
b57260da32
|
flyctl: 0.2.52 -> 0.2.55
|
2024-05-20 22:53:09 +08:00 |
|
R. Ryantm
|
431ae11b25
|
deno: 1.43.1 -> 1.43.5
|
2024-05-19 02:41:54 +00:00 |
|
Mario Rodas
|
ad05f5e1ab
|
Merge pull request #308614 from Chaostheorie/cobalt.rocks/nodejs-22.1.0
nodejs_22: 22.0.0 -> 22.1.0
|
2024-05-16 08:04:45 -05:00 |
|
Mario Rodas
|
c4cb8c8421
|
nodejs_22: 22.1.0 -> 22.2.0
Changelog: https://github.com/nodejs/node/releases/tag/v22.2.0
|
2024-05-16 04:20:00 +00:00 |
|
Franz Pletz
|
1bbef37309
|
Merge pull request #311445 from csyankovskyi/update-postman
postman: 10.23.5 -> 11.1.0
|
2024-05-14 14:06:33 +02:00 |
|
Atemu
|
b4047a0455
|
Merge pull request #279260 from SuperSamus/multiPkgs-false-remove
treewide: remove `multiArch=false` and wrong usage of `extraPkgs`
|
2024-05-14 09:59:43 +02:00 |
|
aprilthepink
|
0d1ef1a839
|
bun: 1.1.7 -> 1.1.8
|
2024-05-14 03:32:40 +02:00 |
|