Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 10, 2025

This PR contains the following updates:

Package Change Age Confidence
@netlify/api (source) 14.0.9 -> 14.0.11 age confidence
@octokit/graphql 9.0.2 -> 9.0.3 age confidence
@octokit/request-error 7.0.1 -> 7.1.0 age confidence
@octokit/rest 22.0.0 -> 22.0.1 age confidence
@types/lodash (source) 4.17.20 -> 4.17.21 age confidence
@types/node (source) 24.9.2 -> 24.10.1 age confidence
eslint (source) 9.38.0 -> 9.39.1 age confidence
execa 9.6.0 -> 9.6.1 age confidence
figlet 1.9.3 -> 1.9.4 age confidence
markdownlint-cli 0.45.0 -> 0.46.0 age confidence
prettier (source) 3.6.2 -> 3.7.3 age confidence

Release Notes

netlify/build (@​netlify/api)

v14.0.11

Compare Source

Bug Fixes

v14.0.10

Compare Source

Bug Fixes
octokit/graphql.js (@​octokit/graphql)

v9.0.3

Compare Source

Bug Fixes
octokit/request-error.js (@​octokit/request-error)

v7.1.0

Compare Source

Features
  • inherit options from base Error class to add support for the cause property (#​535/#​536) (2ea2780)

v7.0.2

Compare Source

Bug Fixes
octokit/rest.js (@​octokit/rest)

v22.0.1

Compare Source

Bug Fixes
eslint/eslint (eslint)

v9.39.1

Compare Source

v9.39.0

Compare Source

sindresorhus/execa (execa)

v9.6.1

Compare Source

patorjk/figlet.js (figlet)

v1.9.4

Compare Source

  • Added the ANSI-Compact font
  • Some adjustments for older versions of Node (#​146)
igorshubovych/markdownlint-cli (markdownlint-cli)

v0.46.0

Compare Source

  • Replace glob dependency with tinyglobby (smaller and fewer dependencies)
  • Update markdownlint dependency to 0.39.0
    • Add MD060/table-column-style
    • Improve MD001/MD007/MD009/MD010/MD029/MD033/MD037/MD059
  • Update all dependencies via Dependabot
prettier/prettier (prettier)

v3.7.3

Compare Source

diff

API: Fix prettier.getFileInfo() change that breaks VSCode extension (#​18375 by @​fisker)

An internal refactor accidentally broke the VSCode extension plugin loading.

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 - "on Monday every 9 weeks of the year starting on the 1st week" (UTC), Automerge - At any time (no schedule defined).

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

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner November 10, 2025 01:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 24d86c9 to 64b0120 Compare November 15, 2025 05:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 1f1dfbd to b3fe668 Compare November 25, 2025 11:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 3e30a85 to 737b5b3 Compare November 29, 2025 18:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 737b5b3 to 279447d Compare November 29, 2025 23:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant