Mario Rodas
753868c137
Merge pull request #239520 from marsam/update-esbuild
...
esbuild: 0.18.6 -> 0.18.7
2023-06-24 07:28:28 -05:00
Sefa Eyeoglu
1410783ff5
vencord: set standalone build mode
...
This tells Vencord that it is not installed using its Git installation
method. Currently this doesn't do anything, as the only consumer of this
value is the updater code, that has been effectively disabled using a
patch.
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-06-24 14:28:03 +02:00
Sefa Eyeoglu
de1624865f
vencord: fix version number patch
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-06-24 14:27:44 +02:00
Sefa Eyeoglu
16ca6c79eb
vencord: disable updater
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-06-24 14:27:27 +02:00
mislavzanic
d2061e126a
terraspace: 2.2.3 -> 2.2.7
2023-06-24 14:24:29 +02:00
R. Ryantm
e2bea3470c
toast: 0.47.4 -> 0.47.5
2023-06-24 12:19:55 +00:00
R. Ryantm
6474626221
cargo-pgrx: 0.9.5 -> 0.9.6
2023-06-24 12:14:54 +00:00
R. Ryantm
ca392353ef
gotrue-supabase: 2.70.0 -> 2.74.2
2023-06-24 12:10:26 +00:00
R. Ryantm
82d0c61e3a
julia-mono: 0.049 -> 0.050
2023-06-24 11:57:20 +00:00
Thomas Gerbet
42637bd822
jhead: 3.06.0.1 -> 3.08
...
"Release notes":
https://github.com/Matthias-Wandel/jhead/releases/tag/3.08
2023-06-24 13:49:06 +02:00
R. Ryantm
a99252a16a
open-vm-tools-headless: 12.2.0 -> 12.2.5
2023-06-24 11:31:05 +00:00
R. Ryantm
e7a2b32301
moon: 1.5.1 -> 1.8.3
2023-06-24 11:22:57 +00:00
Andrei Hava
792b9aac08
maintainers: add devpikachu
2023-06-24 14:15:39 +03:00
R. Ryantm
3ee40ad723
eks-node-viewer: 0.4.0 -> 0.4.1
2023-06-24 11:14:18 +00:00
Thiago Kenji Okada
81bc5a6678
Merge pull request #200241 from SuperSamus/cubeb
...
treewide: adjust cubeb dependencies
2023-06-24 11:13:16 +00:00
Rafael Fernández López
d6cf4d15f2
fastly: 10.2.0 -> 10.2.2
2023-06-24 13:10:22 +02:00
R. Ryantm
0bfbdf6434
brev-cli: 0.6.236 -> 0.6.244
2023-06-24 11:03:00 +00:00
Thomas Gerbet
b06243c417
vault-bin: 1.13.2 -> 1.13.3
...
Fixes CVE-2023-2121
Advisory: https://discuss.hashicorp.com/t/hcsec-2023-17-vault-s-kv-diff-viewer-allowed-html-injection/54814
Changelog:
https://github.com/hashicorp/vault/blob/v1.13.3/CHANGELOG.md
2023-06-24 13:01:37 +02:00
R. Ryantm
11775a23b8
oh-my-posh: 17.0.0 -> 17.4.0
2023-06-24 10:47:47 +00:00
Thomas Gerbet
a907d2f91b
Merge pull request #239543 from LeSuisse/cosign-2.1.0
...
cosign: 2.0.2 -> 2.1.0
2023-06-24 12:45:04 +02:00
R. Ryantm
3488cf6aa3
broot: 1.22.1 -> 1.23.0
2023-06-24 10:27:36 +00:00
R. Ryantm
e9e7adffe8
kustomize: 5.0.3 -> 5.1.0
2023-06-24 18:22:21 +08:00
R. Ryantm
b1af6b4613
ugs: 2.0.17 -> 2.0.18
2023-06-24 18:20:03 +08:00
R. Ryantm
755564839c
confy: 0.6.4 -> 0.6.5
2023-06-24 18:18:08 +08:00
R. Ryantm
691a2ad003
process-compose: 0.51.0 -> 0.51.4
2023-06-24 18:14:51 +08:00
R. Ryantm
d64015e0e3
dqlite: 1.14.0 -> 1.15.1
2023-06-24 10:13:22 +00:00
R. Ryantm
7e3de69d4e
argocd: 2.7.4 -> 2.7.6
2023-06-24 18:13:13 +08:00
Yuriy Taraday
e6f60fd9e7
github-runner: skip OOM test ( #239398 )
...
It's failing with access denied error because of sandbox.
[xUnit.net 00:00:04.76] GitHub.Runner.Common.Tests.ProcessInvokerL0.OomScoreAdjIsInherited [FAIL]
[xUnit.net 00:00:04.77] System.UnauthorizedAccessException : Access to the path '/proc/1042/oom_score_adj' is denied.
[xUnit.net 00:00:04.77] ---- System.IO.IOException : Permission denied
[xUnit.net 00:00:04.77] Stack Trace:
[xUnit.net 00:00:04.77] at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset)
[xUnit.net 00:00:04.77] at System.IO.Strategies.OSFileStreamStrategy.Write(ReadOnlySpan`1 buffer)
[xUnit.net 00:00:04.77] at System.IO.Strategies.BufferedFileStreamStrategy.FlushWrite()
[xUnit.net 00:00:04.77] at System.IO.Strategies.BufferedFileStreamStrategy.Dispose(Boolean disposing)
[xUnit.net 00:00:04.77] at System.IO.StreamWriter.CloseStreamFromDispose(Boolean disposing)
[xUnit.net 00:00:04.77] at System.IO.StreamWriter.Dispose(Boolean disposing)
[xUnit.net 00:00:04.77] at System.IO.File.WriteAllText(String path, String contents)
[xUnit.net 00:00:04.77] /build/src/src/Test/L0/ProcessInvokerL0.cs(486,0): at GitHub.Runner.Common.Tests.ProcessInvokerL0.OomScoreAdjIsInherited()
[xUnit.net 00:00:04.77] --- End of stack trace from previous location ---
[xUnit.net 00:00:04.77] ----- Inner Stack Trace -----
2023-06-24 12:12:06 +02:00
Bobby Rong
fdd1376d4b
Merge pull request #239305 from datafoo/vscode-extensions.esbenp.prettier-vscode
...
vscode-extensions.esbenp.prettier-vscode: 9.14.0 -> 9.16.0
2023-06-24 18:09:53 +08:00
R. Ryantm
eb3fb7578b
discord-canary: 0.0.160 -> 0.0.161
2023-06-24 10:00:10 +00:00
Thomas Gerbet
0a40cd1f96
cosign: 2.0.2 -> 2.1.0
...
Release notes:
https://github.com/sigstore/cosign/releases/tag/v2.1.0
2023-06-24 11:36:10 +02:00
Fabian Affolter
27c42fd918
python311Packages.aiooncue: 0.3.4 -> 0.3.5
...
Diff: https://github.com/bdraco/aiooncue/compare/0.3.4...0.3.5
2023-06-24 11:07:14 +02:00
Fabian Affolter
b91e2a67c5
python311Packages.aioairzone-cloud: 0.1.8 -> 0.1.9
...
Diff: https://github.com/Noltari/aioairzone-cloud/compare/refs/tags/0.1.8...0.1.9
Changelog: https://github.com/Noltari/aioairzone-cloud/releases/tag/0.1.9
2023-06-24 11:03:38 +02:00
R. Ryantm
e662405e73
slade: 3.2.3 -> 3.2.4
2023-06-24 09:02:16 +00:00
R. Ryantm
367a76ef16
go-migrate: 4.16.1 -> 4.16.2
2023-06-24 08:47:31 +00:00
R. Ryantm
115a731e5e
twitch-tui: 2.2.1 -> 2.4.0
2023-06-24 08:42:51 +00:00
Fabian Affolter
4bce6e28c2
python311Packages.spectral-cube: unbreak
2023-06-24 10:33:37 +02:00
DarkOnion0
d0868bd5f1
appflowy: 0.2.2 -> 0.2.4
2023-06-24 10:15:38 +02:00
Fabian Affolter
dc5364a119
Merge pull request #239524 from r-ryantm/auto-update/python310Packages.flake8-bugbear
...
python310Packages.flake8-bugbear: 23.5.9 -> 23.6.5
2023-06-24 10:09:34 +02:00
Fabian Affolter
b8fb6a762d
Merge pull request #239527 from r-ryantm/auto-update/python310Packages.gsd
...
python310Packages.gsd: 2.8.1 -> 3.0.1
2023-06-24 10:09:07 +02:00
Fabian Affolter
ac11849dab
Merge pull request #239526 from r-ryantm/auto-update/python310Packages.pathy
...
python310Packages.pathy: 0.10.1 -> 0.10.2
2023-06-24 10:08:36 +02:00
Fabian Affolter
b1446628b7
Merge pull request #239460 from fabaff/azure-mgmt-redis-bump
...
python311Packages.azure-mgmt-redis: 14.1.0 -> 14.2.0
2023-06-24 10:02:44 +02:00
Fabian Affolter
9c6e9634c6
Merge pull request #239464 from fabaff/azure-mgmt-containerservice-bump
...
python311Packages.azure-mgmt-containerservice: 23.0.0 -> 24.0.0
2023-06-24 10:02:24 +02:00
Emily
787509535b
Merge pull request #239420 from dit7ya/wasmi
...
wasmi: init at 0.30.0
2023-06-24 09:39:38 +02:00
R. Ryantm
dfc20342ab
cppzmq: 4.9.0 -> 4.10.0
2023-06-24 07:33:09 +00:00
R. Ryantm
051916f093
python310Packages.gsd: 2.8.1 -> 3.0.1
2023-06-24 07:19:07 +00:00
Connor Baker
6715107287
Merge pull request #238341 from Dessix/dev/dessix/fix-cuda-12.1-build
...
cudaPackages_12_1.cudatoolkit: Fix build failure over missing QT dependencies
2023-06-24 03:18:24 -04:00
R. Ryantm
e0f71123e7
python310Packages.pathy: 0.10.1 -> 0.10.2
2023-06-24 06:57:24 +00:00
R. Ryantm
8df1532d0b
python310Packages.flake8-bugbear: 23.5.9 -> 23.6.5
2023-06-24 06:38:36 +00:00
Nick Cao
fa1dc64d42
Merge pull request #239509 from r-ryantm/auto-update/python310Packages.google-cloud-vision
...
python310Packages.google-cloud-vision: 3.4.2 -> 3.4.3
2023-06-24 14:25:22 +08:00