Skip to content

Conversation

@WomB0ComB0
Copy link
Owner

@WomB0ComB0 WomB0ComB0 commented Jan 15, 2026

This PR contains the following updates:

Package Change Age Confidence
prettier (source) 3.7.43.8.1 age confidence
prettier-plugin-packagejson 2.5.212.5.22 age confidence

Release Notes

prettier/prettier (prettier)

v3.8.1

Compare Source

diff

Include available printers in plugin type declarations (#​18706 by @​porada)
// Input
import * as prettierPluginEstree from "prettier/plugins/estree";

// Prettier 3.8.0
// Property 'printers' does not exist on type 'typeof import("prettier/plugins/estree")'. ts(2339)
prettierPluginEstree.printers.estree; //=> any

// Prettier 3.8.1
prettierPluginEstree.printers.estree; //=> Printer
prettierPluginEstree.printers["estree-json"]; //=> Printer

v3.8.0

Compare Source

diff

🔗 Release Notes

matzkoh/prettier-plugin-packagejson (prettier-plugin-packagejson)

v2.5.22

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@WomB0ComB0 WomB0ComB0 added the dependencies Pull requests that update a dependency file label Jan 15, 2026
@vercel
Copy link

vercel bot commented Jan 15, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
portfolio Error Error Jan 22, 2026 7:37am

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @WomB0ComB0, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request updates the prettier dependency to its latest minor version, 3.8.0. This ensures the project benefits from the newest formatting rules, performance improvements, and bug fixes introduced in the new Prettier release, maintaining code consistency and quality.

Highlights

  • Dependency Update: Updates the prettier package from version 3.7.4 to 3.8.0.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@coderabbitai
Copy link

coderabbitai bot commented Jan 15, 2026

📝 Walkthrough

Walkthrough

Bump two devDependencies in package.json: prettier from 3.7.43.8.1 and prettier-plugin-packagejson from 2.5.212.5.22. No other functional, structural, or exported API changes.

Changes

Cohort / File(s) Summary
DevDependency version bumps
package.json
Updated devDependencies: prettier 3.7.43.8.1, prettier-plugin-packagejson 2.5.212.5.22 (two single-line version updates)

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title 'chore(deps): update linting' accurately reflects the main change: dependency updates for prettier and prettier-plugin-packagejson, which are linting-related tools.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
  • 📝 Generate docstrings

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the prettier development dependency from version 3.7.4 to 3.8.0. This is a minor version bump which typically includes bug fixes and is expected to be non-breaking. The change is straightforward and looks good to merge.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In `@package.json`:
- Around line 216-219: .prettierrc.json currently lists
prettier-plugin-tailwindcss before other plugins which breaks Tailwind plugin
behavior; open .prettierrc.json and reorder the "plugins" array so
prettier-plugin-tailwindcss is last, e.g. list
"prettier-plugin-organize-imports" then "prettier-plugin-packagejson" and
finally "prettier-plugin-tailwindcss" to ensure correct load order with Prettier
3.8.0.
📜 Review details

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between f511af0 and d09b278.

📒 Files selected for processing (1)
  • package.json

✏️ Tip: You can disable this entire section by setting review_details to false in your review settings.

package.json Outdated
Comment on lines 216 to 219
"prettier": "3.8.0",
"prettier-plugin-organize-imports": "4.3.0",
"prettier-plugin-packagejson": "2.5.21",
"prettier-plugin-tailwindcss": "0.7.2",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

🧩 Analysis chain

🌐 Web query:

Prettier 3.8.0 release notes changelog

💡 Result:

Prettier 3.8.0 — release notes (summary)

  • Released: January 14, 2026.
  • Highlight: Support Angular v21.1.
  • Full release entry and changelog on the Prettier GitHub releases page. [1]

Source:
[1] Prettier releases — 3.8.0 (GitHub).


🌐 Web query:

prettier-plugin-organize-imports prettier-plugin-packagejson prettier-plugin-tailwindcss Prettier 3.8.0 compatibility

💡 Result:

Short answer: All three plugins are compatible with Prettier 3.x (so they should work with Prettier 3.8.0) — with a few notes on configuration/ordering.

  • prettier-plugin-tailwindcss — requires Prettier v3 (v0.5.x+), is ESM-only, and must be loaded last when using other plugins (it contains explicit workarounds but must be last in the plugins array). [1]
  • prettier-plugin-organize-imports — supports Prettier 3; note it overrides Prettier’s built-in JS/TS parsers, so it’s incompatible with other plugins that do the same unless it’s the last-loaded relevant parser. [2]
  • prettier-plugin-packagejson — supports Prettier v3+; for Prettier 3+ you must list it in the plugins option (no automatic discovery). [3]

If you run into issues with Prettier in editors (e.g., prettier-vscode) or plugin loading, ensure:

  • your plugins are listed in your Prettier config (plugins: [...] ) or passed with --plugin, and paths include file extensions for ESM loading;
  • plugin load order places tailwindcss last and any parser-overriding plugin last for the affected languages;
  • you use compatible plugin versions (check each plugin’s README/changelog if you see errors).

Sources:
[1] prettier-plugin-tailwindcss README (requires Prettier v3, ESM, must be loaded last).
[2] prettier-plugin-organize-imports README (Prettier 3 support; overrides parsers).
[3] prettier-plugin-packagejson README (supports Prettier v3+, requires listing in plugins).


🏁 Script executed:

# Check if prettier config exists in package.json
grep -A 20 '"prettier"' package.json | grep -E '"prettier"|plugins'

Repository: WomB0ComB0/portfolio

Length of output: 88


🏁 Script executed:

# Check for .prettierrc files
fd -e prettierrc -e prettierrc.json -e prettierrc.yaml -e prettierrc.yml -e prettierrc.js -e prettierrc.cjs -e prettierrc.mjs

Repository: WomB0ComB0/portfolio

Length of output: 46


🏁 Script executed:

# Read package.json to find prettier configuration section
cat package.json | grep -A 50 '"prettier":' | head -60

Repository: WomB0ComB0/portfolio

Length of output: 459


🏁 Script executed:

# Also check if there's a prettier.config.js or .prettierrc in the root
ls -la | grep -E 'prettier|\.prettierrc'

Repository: WomB0ComB0/portfolio

Length of output: 198


🏁 Script executed:

cat .prettierrc.json

Repository: WomB0ComB0/portfolio

Length of output: 763


Fix plugin load order in .prettierrc.json before updating Prettier.

The Prettier 3.8.0 version bump is valid and all three plugins are compatible with Prettier 3.x. However, the plugin configuration in .prettierrc.json has a critical ordering issue: prettier-plugin-tailwindcss must be loaded last to function correctly, but it's currently listed first in the plugins array. This will cause formatting conflicts or unexpected behavior.

Reorder the plugins in .prettierrc.json to:

"plugins": [
  "prettier-plugin-organize-imports",
  "prettier-plugin-packagejson",
  "prettier-plugin-tailwindcss"
]
🤖 Prompt for AI Agents
In `@package.json` around lines 216 - 219, .prettierrc.json currently lists
prettier-plugin-tailwindcss before other plugins which breaks Tailwind plugin
behavior; open .prettierrc.json and reorder the "plugins" array so
prettier-plugin-tailwindcss is last, e.g. list
"prettier-plugin-organize-imports" then "prettier-plugin-packagejson" and
finally "prettier-plugin-tailwindcss" to ensure correct load order with Prettier
3.8.0.

@WomB0ComB0 WomB0ComB0 changed the title chore(deps): update dependency prettier to v3.8.0 chore(deps): update linting Jan 19, 2026
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In `@package.json`:
- Around line 216-218: The package.json lists a non-existent Prettier version;
update the "prettier" dependency from "3.8.1" to "3.8.0" in package.json (the
"prettier" entry shown in the diff), then run your package manager to refresh
the lockfile (npm/yarn/pnpm install) so the lockfile reflects the valid version.

Comment on lines +216 to +218
"prettier": "3.8.1",
"prettier-plugin-organize-imports": "4.3.0",
"prettier-plugin-packagejson": "2.5.21",
"prettier-plugin-packagejson": "2.5.22",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

Version 3.8.1 does not exist - use 3.8.0 instead.

The latest prettier version on npm is 3.8.0, last published 2 days ago. The package.json specifies prettier: 3.8.1 which will cause installation failures since this version doesn't exist. The PR description correctly mentions upgrading to 3.8.0.

🔧 Suggested fix
-    "prettier": "3.8.1",
+    "prettier": "3.8.0",
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
"prettier": "3.8.1",
"prettier-plugin-organize-imports": "4.3.0",
"prettier-plugin-packagejson": "2.5.21",
"prettier-plugin-packagejson": "2.5.22",
"prettier": "3.8.0",
"prettier-plugin-organize-imports": "4.3.0",
"prettier-plugin-packagejson": "2.5.22",
🤖 Prompt for AI Agents
In `@package.json` around lines 216 - 218, The package.json lists a non-existent
Prettier version; update the "prettier" dependency from "3.8.1" to "3.8.0" in
package.json (the "prettier" entry shown in the diff), then run your package
manager to refresh the lockfile (npm/yarn/pnpm install) so the lockfile reflects
the valid version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants