Openstatus www.openstatus.dev

🤔 will it work (#1059)

* 🤔 will it work

* ci: apply automated fixes

* 🤔 will it work

---------

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
fbe55876 a7ebe814

+36 -34
+29 -27
apps/web/next.config.js
··· 7 7 transpilePackages: ["@openstatus/ui", "@openstatus/api"], 8 8 experimental: { 9 9 outputFileTracingIncludes: { 10 - "/": ["./node_modules/@google-cloud/tasks/build/esm/src/**/*.json"], 10 + "/": [ 11 + "./node_modules/.pnpm/@google-cloud/tasks/build/esm/src/**/*.json", 12 + "./node_modules/@google-cloud/tasks/build/esm/src/**/*.js", 13 + ], 11 14 }, 12 15 serverComponentsExternalPackages: [ 13 16 // "libsql", 14 17 // "@libsql", 15 18 "@react-email/components", 16 19 "@react-email/render", 17 - // "@google-cloud/tasks", 20 + "@google-cloud/tasks", 18 21 // "@libsql/client", 19 22 // "@libsql/hrana-client", 20 23 // "better-sqlite3" ··· 51 54 }, 52 55 }; 53 56 54 - module.exports = withContentlayer(nextConfig); 55 57 // Injected content via Sentry wizard below 56 58 57 - // const { withSentryConfig } = require("@sentry/nextjs"); 59 + const { withSentryConfig } = require("@sentry/nextjs"); 58 60 59 - // module.exports = withSentryConfig( 60 - // withContentlayer(nextConfig), 61 - // { 62 - // // For all available options, see: 63 - // // https://github.com/getsentry/sentry-webpack-plugin#options 61 + module.exports = withSentryConfig( 62 + withContentlayer(nextConfig), 63 + { 64 + // For all available options, see: 65 + // https://github.com/getsentry/sentry-webpack-plugin#options 64 66 65 - // // Suppresses source map uploading logs during build 66 - // silent: true, 67 + // Suppresses source map uploading logs during build 68 + silent: true, 67 69 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 + org: "openstatus", 71 + project: "openstatus", 72 + }, 73 + { 74 + // For all available options, see: 75 + // https://docs.sentry.io/platforms/javascript/guides/nextjs/manual-setup/ 74 76 75 - // // // Upload a larger set of source maps for prettier stack traces (increases build time) 76 - // // widenClientFileUpload: true, 77 + // Upload a larger set of source maps for prettier stack traces (increases build time) 78 + widenClientFileUpload: true, 77 79 78 - // // // Transpiles SDK to be compatible with IE11 (increases bundle size) 79 - // // transpileClientSDK: false, 80 + // Transpiles SDK to be compatible with IE11 (increases bundle size) 81 + transpileClientSDK: false, 80 82 81 - // // // Hides source maps from generated client bundles 82 - // // hideSourceMaps: true, 83 + // Hides source maps from generated client bundles 84 + hideSourceMaps: true, 83 85 84 - // // // Automatically tree-shake Sentry logger statements to reduce bundle size 85 - // // disableLogger: true, 86 - // }, 87 - // ); 86 + // Automatically tree-shake Sentry logger statements to reduce bundle size 87 + disableLogger: true, 88 + }, 89 + );
+1 -1
apps/web/package.json
··· 12 12 "dependencies": { 13 13 "@auth/core": "0.34.1", 14 14 "@auth/drizzle-adapter": "1.7.0", 15 - "@google-cloud/tasks": "5.0.0", 15 + "@google-cloud/tasks": "4.0.1", 16 16 "@headlessui/react": "1.7.17", 17 17 "@hookform/resolvers": "3.3.1", 18 18 "@libsql/client": "0.14.0",
+6 -6
pnpm-lock.yaml
··· 172 172 specifier: 1.7.0 173 173 version: 1.7.0 174 174 '@google-cloud/tasks': 175 - specifier: 5.0.0 176 - version: 5.0.0(encoding@0.1.13) 175 + specifier: 4.0.1 176 + version: 4.0.1(encoding@0.1.13) 177 177 '@headlessui/react': 178 178 specifier: 1.7.17 179 179 version: 1.7.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1) ··· 2867 2867 '@floating-ui/vue@1.1.1': 2868 2868 resolution: {integrity: sha512-cyawjk9etPZPl/RVtMRnWrwtAhWbPVSrRVYARgOzhLIqxr0k2up1APrrFjqP9QwRQ0AwjKSvbWg4YC6jESutow==} 2869 2869 2870 - '@google-cloud/tasks@5.0.0': 2871 - resolution: {integrity: sha512-vwj0jzkHNgY/WvqrNt763QfO3mRHIO1GSFW22scOneI5pcu5sMb/JPN+P+cDPTEXRNPdZCaZ/HicLHZNxbseyA==} 2872 - engines: {node: '>=v14'} 2870 + '@google-cloud/tasks@4.0.1': 2871 + resolution: {integrity: sha512-cluHSN52WgaNoDPVguxCeXZq4rTBHqJntXFB9aI9zG8n8MJukf6V0H7yoAXpKXQxyeXv4LRy108kAgLPgXP3yA==} 2872 + engines: {node: '>=14.0.0'} 2873 2873 2874 2874 '@grpc/grpc-js@1.9.7': 2875 2875 resolution: {integrity: sha512-yMaA/cIsRhGzW3ymCNpdlPcInXcovztlgu/rirThj2b87u3RzWUszliOqZ/pldy7yhmJPS8uwog+kZSTa4A0PQ==} ··· 12121 12121 - '@vue/composition-api' 12122 12122 - vue 12123 12123 12124 - '@google-cloud/tasks@5.0.0(encoding@0.1.13)': 12124 + '@google-cloud/tasks@4.0.1(encoding@0.1.13)': 12125 12125 dependencies: 12126 12126 google-gax: 4.0.5(encoding@0.1.13) 12127 12127 transitivePeerDependencies: