Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ› cron (#1058)

* ๐Ÿ› cron

* 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
a7ebe814 8f5b7cc2

+36 -32
+29 -25
apps/web/next.config.js
··· 6 6 swcMinify: true, 7 7 transpilePackages: ["@openstatus/ui", "@openstatus/api"], 8 8 experimental: { 9 + outputFileTracingIncludes: { 10 + "/": ["./node_modules/@google-cloud/tasks/build/esm/src/**/*.json"], 11 + }, 9 12 serverComponentsExternalPackages: [ 10 13 // "libsql", 11 14 // "@libsql", 12 15 "@react-email/components", 13 16 "@react-email/render", 14 - "@google-cloud/tasks", 17 + // "@google-cloud/tasks", 15 18 // "@libsql/client", 16 19 // "@libsql/hrana-client", 17 20 // "better-sqlite3" ··· 48 51 }, 49 52 }; 50 53 54 + module.exports = withContentlayer(nextConfig); 51 55 // Injected content via Sentry wizard below 52 56 53 - const { withSentryConfig } = require("@sentry/nextjs"); 57 + // const { withSentryConfig } = require("@sentry/nextjs"); 54 58 55 - module.exports = withSentryConfig( 56 - withContentlayer(nextConfig), 57 - { 58 - // For all available options, see: 59 - // https://github.com/getsentry/sentry-webpack-plugin#options 59 + // module.exports = withSentryConfig( 60 + // withContentlayer(nextConfig), 61 + // { 62 + // // For all available options, see: 63 + // // https://github.com/getsentry/sentry-webpack-plugin#options 60 64 61 - // Suppresses source map uploading logs during build 62 - silent: true, 65 + // // Suppresses source map uploading logs during build 66 + // silent: true, 63 67 64 - org: "openstatus", 65 - project: "openstatus", 66 - }, 67 - { 68 - // For all available options, see: 69 - // https://docs.sentry.io/platforms/javascript/guides/nextjs/manual-setup/ 68 + // org: "openstatus", 69 + // project: "openstatus", 70 + // }, 71 + // { 72 + // // For all available options, see: 73 + // // // https://docs.sentry.io/platforms/javascript/guides/nextjs/manual-setup/ 70 74 71 - // Upload a larger set of source maps for prettier stack traces (increases build time) 72 - widenClientFileUpload: true, 75 + // // // Upload a larger set of source maps for prettier stack traces (increases build time) 76 + // // widenClientFileUpload: true, 73 77 74 - // Transpiles SDK to be compatible with IE11 (increases bundle size) 75 - transpileClientSDK: false, 78 + // // // Transpiles SDK to be compatible with IE11 (increases bundle size) 79 + // // transpileClientSDK: false, 76 80 77 - // Hides source maps from generated client bundles 78 - hideSourceMaps: true, 81 + // // // Hides source maps from generated client bundles 82 + // // hideSourceMaps: true, 79 83 80 - // Automatically tree-shake Sentry logger statements to reduce bundle size 81 - disableLogger: true, 82 - }, 83 - ); 84 + // // // Automatically tree-shake Sentry logger statements to reduce bundle size 85 + // // disableLogger: true, 86 + // }, 87 + // );
+1 -1
packages/db/package.json
··· 25 25 "@types/node": "20.8.0", 26 26 "better-sqlite3": "11.4.0", 27 27 "bufferutil": "4.0.8", 28 - "drizzle-kit": "0.26.1", 28 + "drizzle-kit": "0.26.2", 29 29 "encoding": "0.1.13", 30 30 "next-auth": "5.0.0-beta.17", 31 31 "typescript": "5.5.2",
+6 -6
pnpm-lock.yaml
··· 582 582 specifier: 4.0.8 583 583 version: 4.0.8 584 584 drizzle-kit: 585 - specifier: 0.26.1 586 - version: 0.26.1 585 + specifier: 0.26.2 586 + version: 0.26.2 587 587 encoding: 588 588 specifier: 0.1.13 589 589 version: 0.1.13 ··· 6066 6066 resolution: {integrity: sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==} 6067 6067 engines: {node: '>=12'} 6068 6068 6069 - drizzle-kit@0.26.1: 6070 - resolution: {integrity: sha512-5/e1tzOPicPDooCm/uJIU9mWK3eD5dhW5EY61TQyVVo29xYxFLmZpXlBdOYlbfDHBsNhVzhb0XjWFmAAj7d7WA==} 6069 + drizzle-kit@0.26.2: 6070 + resolution: {integrity: sha512-cMq8omEKywjIy5KcqUo6LvEFxkl8/zYHsgYjFVXjmPWWtuW4blcz+YW9+oIhoaALgs2ebRjzXwsJgN9i6P49Dw==} 6071 6071 hasBin: true 6072 6072 6073 6073 drizzle-orm@0.35.3: ··· 15956 15956 15957 15957 dotenv@16.3.1: {} 15958 15958 15959 - drizzle-kit@0.26.1: 15959 + drizzle-kit@0.26.2: 15960 15960 dependencies: 15961 15961 '@drizzle-team/brocli': 0.10.1 15962 15962 '@esbuild-kit/esm-loader': 2.6.5 ··· 20915 20915 yargs@17.7.2: 20916 20916 dependencies: 20917 20917 cliui: 8.0.1 20918 - escalade: 3.1.1 20918 + escalade: 3.1.2 20919 20919 get-caller-file: 2.0.5 20920 20920 require-directory: 2.1.1 20921 20921 string-width: 4.2.3