Skip to content

Commit ca382f4

Browse files
committed
Dashboard: Remove certain warning logs (#6681)
<!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating package dependencies and configuration settings for the project, including the addition of `prettier` and adjustments to `@aws-sdk/client-sso-oidc` references in the `pnpm-lock.yaml` file. ### Detailed summary - Added `public-hoist-pattern` entries in `.npmrc`. - Updated `next.config.ts` to modify `config.externals`. - Added `prettier` dependency in `package.json`. - Updated `pnpm-lock.yaml` to reflect the new `prettier` version. - Cleaned up references to `@aws-sdk/client-sso-oidc` in `pnpm-lock.yaml`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent 840b1a2 commit ca382f4

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
public-hoist-pattern[]=*import-in-the-middle*
2+
public-hoist-pattern[]=*require-in-the-middle*

apps/dashboard/next.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ function getConfig(): NextConfig {
203203
type: "memory",
204204
});
205205
}
206-
config.externals.push("pino-pretty");
207206
config.module = {
208207
...config.module,
209208
exprContextCritical: false,

apps/dashboard/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"papaparse": "^5.5.2",
7979
"pluralize": "^8.0.0",
8080
"posthog-js": "1.67.1",
81+
"prettier": "3.5.3",
8182
"qrcode": "^1.5.3",
8283
"react": "19.1.0",
8384
"react-children-utilities": "^2.10.0",

pnpm-lock.yaml

Lines changed: 9 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)