Openstatus www.openstatus.dev

chore: fix railway build with error from email preview (#1657)

* fix railway build with error from email preview

* ci: apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>

authored by

Thibault Le Ouay
autofix-ci[bot]
and committed by
GitHub
6c42832d f70245b8

+9 -142
+4 -1
package.json
··· 26 26 }, 27 27 "packageManager": "pnpm@10.26.0", 28 28 "pnpm": { 29 - "onlyBuiltDependencies": ["@sentry/cli", "@swc/core", "sharp"] 29 + "onlyBuiltDependencies": ["@sentry/cli", "@swc/core", "sharp"], 30 + "overrides": { 31 + "@react-email/preview-server": "npm:next@16.0.10" 32 + } 30 33 }, 31 34 "name": "openstatus", 32 35 "workspaces": ["apps/*", "packages/**/*"]
+5 -141
pnpm-lock.yaml
··· 4 4 autoInstallPeers: true 5 5 excludeLinksFromLockfile: false 6 6 7 + overrides: 8 + '@react-email/preview-server': npm:next@16.0.10 9 + 7 10 importers: 8 11 9 12 .: ··· 1350 1353 specifier: workspace:* 1351 1354 version: link:../tsconfig 1352 1355 '@react-email/preview-server': 1353 - specifier: 5.0.8 1354 - version: 5.0.8(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1356 + specifier: npm:next@16.0.10 1357 + version: next@16.0.10(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1355 1358 '@types/node': 1356 1359 specifier: 22.10.2 1357 1360 version: 22.10.2 ··· 3553 3556 '@next/env@16.0.10': 3554 3557 resolution: {integrity: sha512-8tuaQkyDVgeONQ1MeT9Mkk8pQmZapMKFh5B+OrFUlG3rVmYTXcXlBetBgTurKXGaIZvkoqRT9JL5K3phXcgang==} 3555 3558 3556 - '@next/env@16.0.9': 3557 - resolution: {integrity: sha512-6284pl8c8n9PQidN63qjPVEu1uXXKjnmbmaLebOzIfTrSXdGiAPsIMRi4pk/+v/ezqweE1/B8bFqiAAfC6lMXg==} 3558 - 3559 3559 '@next/swc-darwin-arm64@16.0.10': 3560 3560 resolution: {integrity: sha512-4XgdKtdVsaflErz+B5XeG0T5PeXKDdruDf3CRpnhN+8UebNa5N2H58+3GDgpn/9GBurrQ1uWW768FfscwYkJRg==} 3561 3561 engines: {node: '>= 10'} 3562 3562 cpu: [arm64] 3563 3563 os: [darwin] 3564 3564 3565 - '@next/swc-darwin-arm64@16.0.9': 3566 - resolution: {integrity: sha512-j06fWg/gPqiWjK+sEpCDsh5gX+Bdy9gnPYjFqMBvBEOIcCFy1/ecF6pY6XAce7WyCJAbBPVb+6GvpmUZKNq0oQ==} 3567 - engines: {node: '>= 10'} 3568 - cpu: [arm64] 3569 - os: [darwin] 3570 - 3571 3565 '@next/swc-darwin-x64@16.0.10': 3572 3566 resolution: {integrity: sha512-spbEObMvRKkQ3CkYVOME+ocPDFo5UqHb8EMTS78/0mQ+O1nqE8toHJVioZo4TvebATxgA8XMTHHrScPrn68OGw==} 3573 - engines: {node: '>= 10'} 3574 - cpu: [x64] 3575 - os: [darwin] 3576 - 3577 - '@next/swc-darwin-x64@16.0.9': 3578 - resolution: {integrity: sha512-FRYYz5GSKUkfvDSjd5hgHME2LgYjfOLBmhRVltbs3oRNQQf9n5UTQMmIu/u5vpkjJFV4L2tqo8duGqDxdQOFwg==} 3579 3567 engines: {node: '>= 10'} 3580 3568 cpu: [x64] 3581 3569 os: [darwin] ··· 3586 3574 cpu: [arm64] 3587 3575 os: [linux] 3588 3576 3589 - '@next/swc-linux-arm64-gnu@16.0.9': 3590 - resolution: {integrity: sha512-EI2klFVL8tOyEIX5J1gXXpm1YuChmDy4R+tHoNjkCHUmBJqXioYErX/O2go4pEhjxkAxHp2i8y5aJcRz2m5NqQ==} 3591 - engines: {node: '>= 10'} 3592 - cpu: [arm64] 3593 - os: [linux] 3594 - 3595 3577 '@next/swc-linux-arm64-musl@16.0.10': 3596 3578 resolution: {integrity: sha512-llA+hiDTrYvyWI21Z0L1GiXwjQaanPVQQwru5peOgtooeJ8qx3tlqRV2P7uH2pKQaUfHxI/WVarvI5oYgGxaTw==} 3597 3579 engines: {node: '>= 10'} 3598 3580 cpu: [arm64] 3599 3581 os: [linux] 3600 3582 3601 - '@next/swc-linux-arm64-musl@16.0.9': 3602 - resolution: {integrity: sha512-vq/5HeGvowhDPMrpp/KP4GjPVhIXnwNeDPF5D6XK6ta96UIt+C0HwJwuHYlwmn0SWyNANqx1Mp6qSVDXwbFKsw==} 3603 - engines: {node: '>= 10'} 3604 - cpu: [arm64] 3605 - os: [linux] 3606 - 3607 3583 '@next/swc-linux-x64-gnu@16.0.10': 3608 3584 resolution: {integrity: sha512-AK2q5H0+a9nsXbeZ3FZdMtbtu9jxW4R/NgzZ6+lrTm3d6Zb7jYrWcgjcpM1k8uuqlSy4xIyPR2YiuUr+wXsavA==} 3609 3585 engines: {node: '>= 10'} 3610 3586 cpu: [x64] 3611 3587 os: [linux] 3612 3588 3613 - '@next/swc-linux-x64-gnu@16.0.9': 3614 - resolution: {integrity: sha512-GlUdJwy2leA/HnyRYxJ1ZJLCJH+BxZfqV4E0iYLrJipDKxWejWpPtZUdccPmCfIEY9gNBO7bPfbG6IIgkt0qXg==} 3615 - engines: {node: '>= 10'} 3616 - cpu: [x64] 3617 - os: [linux] 3618 - 3619 3589 '@next/swc-linux-x64-musl@16.0.10': 3620 3590 resolution: {integrity: sha512-1TDG9PDKivNw5550S111gsO4RGennLVl9cipPhtkXIFVwo31YZ73nEbLjNC8qG3SgTz/QZyYyaFYMeY4BKZR/g==} 3621 3591 engines: {node: '>= 10'} 3622 3592 cpu: [x64] 3623 3593 os: [linux] 3624 3594 3625 - '@next/swc-linux-x64-musl@16.0.9': 3626 - resolution: {integrity: sha512-UCtOVx4N8AHF434VPwg4L0KkFLAd7pgJShzlX/hhv9+FDrT7/xCuVdlBsCXH7l9yCA/wHl3OqhMbIkgUluriWA==} 3627 - engines: {node: '>= 10'} 3628 - cpu: [x64] 3629 - os: [linux] 3630 - 3631 3595 '@next/swc-win32-arm64-msvc@16.0.10': 3632 3596 resolution: {integrity: sha512-aEZIS4Hh32xdJQbHz121pyuVZniSNoqDVx1yIr2hy+ZwJGipeqnMZBJHyMxv2tiuAXGx6/xpTcQJ6btIiBjgmg==} 3633 3597 engines: {node: '>= 10'} 3634 3598 cpu: [arm64] 3635 3599 os: [win32] 3636 3600 3637 - '@next/swc-win32-arm64-msvc@16.0.9': 3638 - resolution: {integrity: sha512-tQjtDGtv63mV3n/cZ4TH8BgUvKTSFlrF06yT5DyRmgQuj5WEjBUDy0W3myIW5kTRYMPrLn42H3VfCNwBH6YYiA==} 3639 - engines: {node: '>= 10'} 3640 - cpu: [arm64] 3641 - os: [win32] 3642 - 3643 3601 '@next/swc-win32-x64-msvc@16.0.10': 3644 3602 resolution: {integrity: sha512-E+njfCoFLb01RAFEnGZn6ERoOqhK1Gl3Lfz1Kjnj0Ulfu7oJbuMyvBKNj/bw8XZnenHDASlygTjZICQW+rYW1Q==} 3645 - engines: {node: '>= 10'} 3646 - cpu: [x64] 3647 - os: [win32] 3648 - 3649 - '@next/swc-win32-x64-msvc@16.0.9': 3650 - resolution: {integrity: sha512-y9AGACHTBwnWFLq5B5Fiv3FEbXBusdPb60pgoerB04CV/pwjY1xQNdoTNxAv7eUhU2k1CKnkN4XWVuiK07uOqA==} 3651 3603 engines: {node: '>= 10'} 3652 3604 cpu: [x64] 3653 3605 os: [win32] ··· 5303 5255 engines: {node: '>=18.0.0'} 5304 5256 peerDependencies: 5305 5257 react: ^18.0 || ^19.0 || ^19.0.0-rc 5306 - 5307 - '@react-email/preview-server@5.0.8': 5308 - resolution: {integrity: sha512-TyAxXLFSgMDRwUEkCVvazkRYST9LZmYZMkJVv/K1221cMXa7r00R+S0R65lb4EULx397PRULXVWqJAwxyp/wcA==} 5309 5258 5310 5259 '@react-email/preview@0.0.13': 5311 5260 resolution: {integrity: sha512-F7j9FJ0JN/A4d7yr+aw28p4uX7VLWs7hTHtLo7WRyw4G+Lit6Zucq4UWKRxJC8lpsUdzVmG7aBJnKOT+urqs/w==} ··· 9048 8997 sass: 9049 8998 optional: true 9050 8999 9051 - next@16.0.9: 9052 - resolution: {integrity: sha512-Xk5x/wEk6ADIAtQECLo1uyE5OagbQCiZ+gW4XEv24FjQ3O2PdSkvgsn22aaseSXC7xg84oONvQjFbSTX5YsMhQ==} 9053 - engines: {node: '>=20.9.0'} 9054 - deprecated: This version has a security vulnerability. Please upgrade to a patched version. See https://nextjs.org/blog/security-update-2025-12-11 for more details. 9055 - hasBin: true 9056 - peerDependencies: 9057 - '@opentelemetry/api': ^1.1.0 9058 - '@playwright/test': ^1.51.1 9059 - babel-plugin-react-compiler: '*' 9060 - react: ^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0 9061 - react-dom: ^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0 9062 - sass: ^1.3.0 9063 - peerDependenciesMeta: 9064 - '@opentelemetry/api': 9065 - optional: true 9066 - '@playwright/test': 9067 - optional: true 9068 - babel-plugin-react-compiler: 9069 - optional: true 9070 - sass: 9071 - optional: true 9072 - 9073 9000 nlcst-to-string@4.0.0: 9074 9001 resolution: {integrity: sha512-YKLBCcUYKAg0FNlOBT6aI91qFmSiFKiluk655WzPF+DDMA02qIyy8uiRqI8QXtcFpEvll12LpL5MXqEmAZ+dcA==} 9075 9002 ··· 13076 13003 13077 13004 '@next/env@16.0.10': {} 13078 13005 13079 - '@next/env@16.0.9': {} 13080 - 13081 13006 '@next/swc-darwin-arm64@16.0.10': 13082 13007 optional: true 13083 13008 13084 - '@next/swc-darwin-arm64@16.0.9': 13085 - optional: true 13086 - 13087 13009 '@next/swc-darwin-x64@16.0.10': 13088 13010 optional: true 13089 13011 13090 - '@next/swc-darwin-x64@16.0.9': 13091 - optional: true 13092 - 13093 13012 '@next/swc-linux-arm64-gnu@16.0.10': 13094 13013 optional: true 13095 13014 13096 - '@next/swc-linux-arm64-gnu@16.0.9': 13097 - optional: true 13098 - 13099 13015 '@next/swc-linux-arm64-musl@16.0.10': 13100 13016 optional: true 13101 13017 13102 - '@next/swc-linux-arm64-musl@16.0.9': 13103 - optional: true 13104 - 13105 13018 '@next/swc-linux-x64-gnu@16.0.10': 13106 - optional: true 13107 - 13108 - '@next/swc-linux-x64-gnu@16.0.9': 13109 13019 optional: true 13110 13020 13111 13021 '@next/swc-linux-x64-musl@16.0.10': 13112 - optional: true 13113 - 13114 - '@next/swc-linux-x64-musl@16.0.9': 13115 13022 optional: true 13116 13023 13117 13024 '@next/swc-win32-arm64-msvc@16.0.10': 13118 13025 optional: true 13119 13026 13120 - '@next/swc-win32-arm64-msvc@16.0.9': 13121 - optional: true 13122 - 13123 13027 '@next/swc-win32-x64-msvc@16.0.10': 13124 - optional: true 13125 - 13126 - '@next/swc-win32-x64-msvc@16.0.9': 13127 13028 optional: true 13128 13029 13129 13030 '@nodelib/fs.scandir@2.1.5': ··· 14789 14690 marked: 15.0.12 14790 14691 react: 19.2.2 14791 14692 14792 - '@react-email/preview-server@5.0.8(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14793 - dependencies: 14794 - next: 16.0.9(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14795 - transitivePeerDependencies: 14796 - - '@babel/core' 14797 - - '@opentelemetry/api' 14798 - - '@playwright/test' 14799 - - babel-plugin-macros 14800 - - babel-plugin-react-compiler 14801 - - react 14802 - - react-dom 14803 - - sass 14804 - 14805 14693 '@react-email/preview@0.0.13(react@19.2.2)': 14806 14694 dependencies: 14807 14695 react: 19.2.2 ··· 19264 19152 '@next/swc-linux-x64-musl': 16.0.10 19265 19153 '@next/swc-win32-arm64-msvc': 16.0.10 19266 19154 '@next/swc-win32-x64-msvc': 16.0.10 19267 - '@opentelemetry/api': 1.9.0 19268 - sharp: 0.34.5 19269 - transitivePeerDependencies: 19270 - - '@babel/core' 19271 - - babel-plugin-macros 19272 - 19273 - next@16.0.9(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2): 19274 - dependencies: 19275 - '@next/env': 16.0.9 19276 - '@swc/helpers': 0.5.15 19277 - caniuse-lite: 1.0.30001757 19278 - postcss: 8.4.31 19279 - react: 19.2.2 19280 - react-dom: 19.2.2(react@19.2.2) 19281 - styled-jsx: 5.1.6(@babel/core@7.28.5)(react@19.2.2) 19282 - optionalDependencies: 19283 - '@next/swc-darwin-arm64': 16.0.9 19284 - '@next/swc-darwin-x64': 16.0.9 19285 - '@next/swc-linux-arm64-gnu': 16.0.9 19286 - '@next/swc-linux-arm64-musl': 16.0.9 19287 - '@next/swc-linux-x64-gnu': 16.0.9 19288 - '@next/swc-linux-x64-musl': 16.0.9 19289 - '@next/swc-win32-arm64-msvc': 16.0.9 19290 - '@next/swc-win32-x64-msvc': 16.0.9 19291 19155 '@opentelemetry/api': 1.9.0 19292 19156 sharp: 0.34.5 19293 19157 transitivePeerDependencies: