302 Commits

Author SHA1 Message Date
yaya
dc26b5791a electron_43-bin: 43.2.0 -> 43.4.1
- Changelog: https://github.com/electron/electron/releases/tag/v43.4.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v43.2.0...v43.4.1
2026-08-20 12:35:25 +02:00
yaya
1e6dbaaf5c electron_42-bin: 42.7.1 -> 42.9.3
- Changelog: https://github.com/electron/electron/releases/tag/v42.9.3
- Diff: https://github.com/electron/electron/compare/refs/tags/v42.7.1...v42.9.3
2026-08-20 12:35:22 +02:00
yaya
96e9961302 electron_41-bin: 41.10.3 -> 41.10.6
- Changelog: https://github.com/electron/electron/releases/tag/v41.10.6
- Diff: https://github.com/electron/electron/compare/refs/tags/v41.10.3...v41.10.6
2026-08-20 12:35:19 +02:00
Ben Siraphob
f82dc8ebe9 pkgs/development: fix typos
Assisted-by: Claude Code (claude-opus-5)
2026-08-02 15:56:57 -07:00
teutat3s
66a73d0fbc electron_43-bin: 43.1.1 -> 43.2.0
- Changelog: https://github.com/electron/electron/releases/tag/v43.2.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v43.1.1...v43.2.0
2026-07-23 14:56:43 +02:00
teutat3s
304c6ae4b5 electron_42-bin: 42.7.0 -> 42.7.1
- Changelog: https://github.com/electron/electron/releases/tag/v42.7.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v42.7.0...v42.7.1
2026-07-23 14:56:39 +02:00
teutat3s
017bc3fdef electron_41-bin: 41.10.2 -> 41.10.3
- Changelog: https://github.com/electron/electron/releases/tag/v41.10.3
- Diff: https://github.com/electron/electron/compare/refs/tags/v41.10.2...v41.10.3
2026-07-23 14:56:34 +02:00
teutat3s
fa7a5e6cc0 electron_43-bin: 43.1.0 -> 43.1.1
- Changelog: https://github.com/electron/electron/releases/tag/v43.1.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v43.1.0...v43.1.1
2026-07-20 18:25:06 +02:00
teutat3s
e78328843c electron_42-bin: 42.5.1 -> 42.7.0
- Changelog: https://github.com/electron/electron/releases/tag/v42.7.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v42.5.1...v42.7.0
2026-07-20 18:25:02 +02:00
teutat3s
2bf695d804 electron_41-bin: 41.9.1 -> 41.10.2
- Changelog: https://github.com/electron/electron/releases/tag/v41.10.2
- Diff: https://github.com/electron/electron/compare/refs/tags/v41.9.1...v41.10.2
2026-07-20 18:24:56 +02:00
teutat3s
c636aab378 electron-{bin,chromedriver}: drop x86_64-darwin support
See: #541145 and 492ef5cbeb
2026-07-17 08:37:03 +02:00
teutat3s
aa8118cd09 electron_43-bin: init at 43.1.0
- Changelog: https://github.com/electron/electron/releases/tag/v43.0.0
- Changelog: https://github.com/electron/electron/releases/tag/v43.1.0

- Diff: https://github.com/electron/electron/compare/refs/tags/v43.0.0...v43.1.0
2026-07-17 08:37:03 +02:00
Emily
464931110a electron-bin: drop x86_64-darwin from update script 2026-07-15 03:58:17 +01:00
Emily
fdb820602b treewide: drop simple x86_64-darwin mentions
To reproduce:

    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: nix-x86_64-darwin
          language: nix
          rule:
            any:
              - pattern: "\"x86_64-darwin\""
                kind: list_expression > string_expression
              - pattern:
                  context: "{ \"x86_64-darwin\" = $EXPR; }"
                  selector: binding
              - pattern:
                  context: "{ x86_64-darwin = $EXPR; }"
                  selector: binding
          fix:
            template: ""
        ' pkgs
    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: json-first-x86_64-darwin
          language: json
          rule:
            kind: object > pair:nth-child(1)
            has:
              pattern: "\"x86_64-darwin\""
              field: key
          fix:
            template: ""
            expandEnd: { regex: "," }
        ' pkgs
    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: json-x86_64-darwin
          language: json
          rule:
            kind: object > pair
            has:
              pattern: "\"x86_64-darwin\""
              field: key
          fix:
            template: ""
            expandStart: { regex: "," }
        ' pkgs
    $ git restore pkgs/by-name/om/omnix/package.nix
    $ git diff --name-only -z \
        | nix shell nixpkgs/3b32825de172d0bc85664f495edb096b10862524#gnused \
            -c xargs -0 sed -i '/^$/N; /^\n\? \+$/d'
    $ treefmt
2026-07-15 03:58:16 +01:00
teutat3s
05151e55ad electron_40-bin: mark as insecure
electron 40 is EOL
2026-07-14 16:52:52 +02:00
TomaSajt
4ad5733fe5 electron_38-bin,electron-chromedriver_38: drop 2026-07-07 11:38:25 +02:00
teutat3s
f614e907b4 electron_42-bin: 42.4.0 -> 42.5.1
- Changelog: https://github.com/electron/electron/releases/tag/v42.5.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v42.4.0...v42.5.1
2026-06-29 17:06:23 +02:00
teutat3s
b3bdd23ef9 electron_41-bin: 41.7.2 -> 41.9.1
- Changelog: https://github.com/electron/electron/releases/tag/v41.9.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v41.7.2...v41.9.1
2026-06-29 17:04:15 +02:00
teutat3s
831469dedc electron_40-bin: 40.10.3 -> 40.10.5
- Changelog: https://github.com/electron/electron/releases/tag/v40.10.5
- Diff: https://github.com/electron/electron/compare/refs/tags/v40.10.3...v40.10.5
2026-06-29 17:02:07 +02:00
teutat3s
e9abfa86b0 electron_42-bin: 42.3.0 -> 42.4.0
- Changelog: https://github.com/electron/electron/releases/tag/v42.4.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v42.3.0...v42.4.0
- Fixes CVE-2026-9115
- Fixes CVE-2026-9116
2026-06-11 15:25:01 +02:00
teutat3s
14459880ca electron_41-bin: 41.7.1 -> 41.7.2
- Changelog: https://github.com/electron/electron/releases/tag/v41.7.2
- Diff: https://github.com/electron/electron/compare/refs/tags/v41.7.1...v41.7.2
- Fixes CVE-2026-9110
- Fixes CVE-2026-9111
- Fixes CVE-2026-9114
- Fixes CVE-2026-9115
- Fixes CVE-2026-9116
- Fixes CVE-2026-9117
- Fixes CVE-2026-9118
- Fixes CVE-2026-9120
- Fixes CVE-2026-9121
- Fixes CVE-2026-9122
- Fixes CVE-2026-9124
- Fixes CVE-2026-9126
2026-06-11 15:24:35 +02:00
teutat3s
729b5f94e5 electron_40-bin: 40.10.2 -> 40.10.3
- Changelog: https://github.com/electron/electron/releases/tag/v40.10.3
- Diff: https://github.com/electron/electron/compare/refs/tags/v40.10.2...v40.10.3
- Fixes CVE-2026-9110
- Fixes CVE-2026-9111
- Fixes CVE-2026-9112
- Fixes CVE-2026-9113
- Fixes CVE-2026-9114
- Fixes CVE-2026-9115
- Fixes CVE-2026-9116
- Fixes CVE-2026-9117
- Fixes CVE-2026-9118
- Fixes CVE-2026-9119
- Fixes CVE-2026-9120
- Fixes CVE-2026-9121
- Fixes CVE-2026-9122
- Fixes CVE-2026-9124
- Fixes CVE-2026-9126
2026-06-11 15:24:08 +02:00
Jhonas Wernery
3ea774bbf2 electron_{40,41,42}: updates (#522548) 2026-05-28 18:43:50 +00:00
teutat3s
41e8fdefe0 electron_42-bin: 42.2.0 -> 42.3.0
- Changelog: https://github.com/electron/electron/releases/tag/v42.3.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v42.2.0...v42.3.0
2026-05-28 11:46:52 +02:00
teutat3s
67f4d62779 electron_41-bin: 41.7.0 -> 41.7.1
- Changelog: https://github.com/electron/electron/releases/tag/v41.7.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v41.7.0...v41.7.1
2026-05-28 11:46:45 +02:00
teutat3s
d4c6134472 electron_40-bin: 40.10.1 -> 40.10.2
- Changelog: https://github.com/electron/electron/releases/tag/v40.10.2
- Diff: https://github.com/electron/electron/compare/refs/tags/v40.10.1...v40.10.2
2026-05-28 11:46:38 +02:00
teutat3s
4e2f3b4904 electron_39-bin: mark as insecure 2026-05-22 22:33:47 +02:00
yaya
17d01dc56f electron_42-bin: 42.1.0 -> 42.2.0
- Changelog: https://github.com/electron/electron/releases/tag/v42.2.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v42.1.0...v42.2.0
2026-05-21 10:01:08 +02:00
yaya
952ee85bfe electron_41-bin: 41.6.1 -> 41.7.0
- Changelog: https://github.com/electron/electron/releases/tag/v41.7.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v41.6.1...v41.7.0
2026-05-21 10:01:08 +02:00
yaya
d1afa1f0a6 electron_40-bin: 40.10.0 -> 40.10.1
- Changelog: https://github.com/electron/electron/releases/tag/v40.10.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v40.10.0...v40.10.1
2026-05-21 10:01:07 +02:00
teutat3s
0bb307e337 electron_42-bin: 42.0.1 -> 42.1.0
- Changelog: https://github.com/electron/electron/releases/tag/v42.1.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v42.0.1...v42.1.0
2026-05-17 18:49:50 +02:00
teutat3s
86ff26fb80 electron_41-bin: 41.5.2 -> 41.6.1
- Changelog: https://github.com/electron/electron/releases/tag/v41.6.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v41.5.2...v41.6.1
2026-05-17 18:49:50 +02:00
teutat3s
699c44b958 electron_42-bin: 42.0.0 -> 42.0.1
- Changelog: https://github.com/electron/electron/releases/tag/v42.0.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v42.0.0...v42.0.1
2026-05-17 18:49:49 +02:00
teutat3s
3bc06f9fdf electron_41-bin: 41.5.0 -> 41.5.2
- Changelog: https://github.com/electron/electron/releases/tag/v41.5.2
- Diff: https://github.com/electron/electron/compare/refs/tags/v41.5.0...v41.5.2
2026-05-17 18:49:49 +02:00
teutat3s
afaf9b66e2 electron_40-bin: 40.9.3 -> 40.10.0
- Changelog: https://github.com/electron/electron/releases/tag/v40.10.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v40.9.3...v40.10.0
2026-05-17 18:49:48 +02:00
teutat3s
c4474a4d3b electron_bin: enable strictDeps, __structuredAttrs 2026-05-17 18:44:22 +02:00
teutat3s
4ff867fd89 electron_41-bin: 41.3.0 -> 41.5.0
- Changelog: https://github.com/electron/electron/releases/tag/v41.5.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v41.3.0...v41.5.0
2026-05-17 18:44:21 +02:00
teutat3s
29fa57a6e3 electron_40-bin: 40.9.2 -> 40.9.3
- Changelog: https://github.com/electron/electron/releases/tag/v40.9.3
- Diff: https://github.com/electron/electron/compare/refs/tags/v40.9.2...v40.9.3
2026-05-17 18:44:21 +02:00
teutat3s
0859935506 electron_39-bin: 39.8.9 -> 39.8.10
- Changelog: https://github.com/electron/electron/releases/tag/v39.8.10
- Diff: https://github.com/electron/electron/compare/refs/tags/v39.8.9...v39.8.10
2026-05-17 18:44:20 +02:00
teutat3s
62a4fc67a2 electron_42-bin: init at 42.0.0
- Changelog: https://github.com/electron/electron/releases/tag/v42.0.0
2026-05-17 18:44:20 +02:00
yaya
34b9596a59 electron_41-bin: 41.2.0 -> 41.3.0
- Changelog: https://github.com/electron/electron/releases/tag/v41.3.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v41.2.0...v41.3.0
2026-04-24 08:18:57 +02:00
yaya
69c17264a0 electron_40-bin: 40.8.5 -> 40.9.2
- Changelog: https://github.com/electron/electron/releases/tag/v40.9.2
- Diff: https://github.com/electron/electron/compare/refs/tags/v40.8.5...v40.9.2
- Fixes CVE-2026-6296
- Fixes CVE-2026-6297
- Fixes CVE-2026-6298
- Fixes CVE-2026-6299
- Fixes CVE-2026-6300
- Fixes CVE-2026-6301
- Fixes CVE-2026-6302
- Fixes CVE-2026-6303
- Fixes CVE-2026-6304
- Fixes CVE-2026-6305
- Fixes CVE-2026-6306
- Fixes CVE-2026-6307
- Fixes CVE-2026-6308
- Fixes CVE-2026-6309
- Fixes CVE-2026-6311
- Fixes CVE-2026-6313
- Fixes CVE-2026-6314
- Fixes CVE-2026-6316
- Fixes CVE-2026-6318
- Fixes CVE-2026-6358
- Fixes CVE-2026-6359
- Fixes CVE-2026-6360
- Fixes CVE-2026-6361
- Fixes CVE-2026-6362
- Fixes CVE-2026-6363
- Fixes CVE-2026-6364
2026-04-24 08:18:52 +02:00
yaya
26c4cf808a electron_39-bin: 39.8.7 -> 39.8.9
- Changelog: https://github.com/electron/electron/releases/tag/v39.8.9
- Diff: https://github.com/electron/electron/compare/refs/tags/v39.8.7...v39.8.9
- Fixes CVE-2026-6296
- Fixes CVE-2026-6297
- Fixes CVE-2026-6298
- Fixes CVE-2026-6299
- Fixes CVE-2026-6300
- Fixes CVE-2026-6301
- Fixes CVE-2026-6302
- Fixes CVE-2026-6303
- Fixes CVE-2026-6304
- Fixes CVE-2026-6305
- Fixes CVE-2026-6306
- Fixes CVE-2026-6307
- Fixes CVE-2026-6308
- Fixes CVE-2026-6309
- Fixes CVE-2026-6311
- Fixes CVE-2026-6312
- Fixes CVE-2026-6313
- Fixes CVE-2026-6314
- Fixes CVE-2026-6316
- Fixes CVE-2026-6318
- Fixes CVE-2026-6358
- Fixes CVE-2026-6359
- Fixes CVE-2026-6360
- Fixes CVE-2026-6361
- Fixes CVE-2026-6362
- Fixes CVE-2026-6363
- Fixes CVE-2026-6364
2026-04-24 08:18:47 +02:00
yaya
6d665b16fa electron_41-bin: 41.0.2 -> 41.2.0
- Changelog: https://github.com/electron/electron/releases/tag/v41.2.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v41.0.2...v41.2.0
2026-04-09 11:01:21 +02:00
yaya
3fa64d1ed1 electron_40-bin: 40.8.2 -> 40.8.5
- Changelog: https://github.com/electron/electron/releases/tag/v40.8.5
- Diff: https://github.com/electron/electron/compare/refs/tags/v40.8.2...v40.8.5
2026-04-09 11:01:21 +02:00
yaya
4fe29ad6b6 electron_39-bin: 39.8.2 -> 39.8.7
- Changelog: https://github.com/electron/electron/releases/tag/v39.8.7
- Diff: https://github.com/electron/electron/compare/refs/tags/v39.8.2...v39.8.7
2026-04-09 11:01:21 +02:00
Yureka
c9184bc244 electron_38-bin: mark as insecure 2026-03-20 11:33:49 +01:00
Yureka
3bc91c181a electron_37-bin, electron-chromedriver_37: remove 2026-03-20 11:33:48 +01:00
teutat3s
21e3de9b59 electron_41-bin: init at 41.0.2
- Changelog: https://github.com/electron/electron/releases/tag/v41.0.2
2026-03-14 20:32:03 +01:00
teutat3s
71c0966bc3 electron_40-bin: 40.6.1 -> 40.8.2
- Changelog: https://github.com/electron/electron/releases/tag/v40.8.2
- Diff: https://github.com/electron/electron/compare/refs/tags/v40.6.1...v40.8.2
2026-03-14 20:32:03 +01:00