Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 27, 2025

This PR contains the following updates:

Package Change Age Confidence
@graphql-codegen/typescript (source) 5.0.5 -> 5.0.6 age confidence
@graphql-codegen/typescript-operations (source) 5.0.5 -> 5.0.6 age confidence
npm:@anthropic-ai/claude-code 2.0.53 -> 2.0.55 age confidence
prettier (source) 3.6.2 -> 3.7.2 age confidence

Release Notes

dotansimha/graphql-code-generator (@​graphql-codegen/typescript)

v5.0.6

Compare Source

Patch Changes
dotansimha/graphql-code-generator (@​graphql-codegen/typescript-operations)

v5.0.6

Compare Source

Patch Changes
anthropics/claude-code (npm:@​anthropic-ai/claude-code)

v2.0.55

Compare Source

  • Fixed proxy DNS resolution being forced on by default. Now opt-in via CLAUDE_CODE_PROXY_RESOLVES_HOSTS=true environment variable
  • Fixed keyboard navigation becoming unresponsive when holding down arrow keys in memory location selector
  • Improved AskUserQuestion tool to auto-submit single-select questions on the last question, eliminating the extra review screen for simple question flows
  • Improved fuzzy matching for @ file suggestions with faster, more accurate results

v2.0.54

Compare Source

  • Hooks: Enable PermissionRequest hooks to process 'always allow' suggestions and apply permission updates
  • Fix issue with excessive iTerm notifications
prettier/prettier (prettier)

v3.7.2

Compare Source

diff

JavaScript: Fix string print when switching quotes (#​18351 by @​fisker)
// Input
console.log("A descriptor\\'s .kind must be \"method\" or \"field\".")

// Prettier 3.7.1
console.log('A descriptor\\'s .kind must be "method" or "field".');

// Prettier 3.7.2
console.log('A descriptor\\\'s .kind must be "method" or "field".');
JavaScript: Preserve quote for embedded HTML attribute values (#​18352 by @​kovsu)
// Input
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;

// Prettier 3.7.1
const html = /* HTML */ ` <div class=${styles.banner}></div> `;

// Prettier 3.7.2
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;
TypeScript: Fix comment in empty type literal (#​18364 by @​fisker)
// Input
export type XXX = {
  // tbd
};

// Prettier 3.7.1
export type XXX = { // tbd };

// Prettier 3.7.2
export type XXX = {
  // tbd
};

v3.7.1

Compare Source

diff

API: Fix performance regression in doc printer (#​18342 by @​fisker)

Prettier 3.7.1 can be very slow when formatting big files, the regression has been fixed.

v3.7.0

Compare Source

diff

🔗 Release Notes


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency prettier to v3.7.0 Update dependency prettier to v3.7.1 Nov 27, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9f9ea31 to 39a5270 Compare November 28, 2025 14:38
@renovate renovate bot changed the title Update dependency prettier to v3.7.1 Update dependency prettier to v3.7.2 Nov 29, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5cf63a2 to 7eea792 Compare November 29, 2025 04:28
@renovate renovate bot changed the title Update dependency prettier to v3.7.2 Update all non-major dependencies Nov 29, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 79de98d to 0706f68 Compare November 29, 2025 09:52
@renovate renovate bot changed the title Update all non-major dependencies chore(deps): update all non-major dependencies Nov 29, 2025
@yshrsmz yshrsmz enabled auto-merge November 29, 2025 09:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0706f68 to 8406443 Compare November 29, 2025 09:58
@yshrsmz yshrsmz merged commit 3273c59 into development Nov 29, 2025
1 check passed
@yshrsmz yshrsmz deleted the renovate/all-minor-patch branch November 29, 2025 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants