Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2025

This PR contains the following updates:

Package Change Age Confidence
markdownlint-cli 0.45.0 -> 0.46.0 age confidence
prettier (source) 3.6.2 -> 3.7.3 age confidence
renovate (source) 41.169.1 -> 41.173.1 age confidence
textlint 15.2.3 -> 15.4.0 age confidence

Release Notes

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

renovatebot/renovate (renovate)

v41.173.1

Compare Source

v41.173.0

Compare Source

Features
  • swift: add support for GitHub and GitLab specific datasources (#​38417) (a017e2a)
Miscellaneous Chores

v41.172.2

Compare Source

v41.172.1

Compare Source

v41.172.0

Compare Source

v41.171.9

Compare Source

v41.171.8

Compare Source

v41.171.7

Compare Source

Bug Fixes
  • deps: update ghcr.io/containerbase/sidecar docker tag to v13.23.19 (main) (#​39103) (01fa029)
  • presets: branches shouldn't be created until minimumReleaseAge passes (#​39066) (03716cd)
Documentation
Miscellaneous Chores
  • deps: update containerbase/internal-tools action to v3.14.14 (main) (#​39102) (2fe8b45)

v41.171.5

Compare Source

v41.171.4

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v10.71.1 (main) (#​39086) (7c9a0ea)
Miscellaneous Chores
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v13.23.19 (main) (#​39085) (36a1d11)

v41.171.3

Compare Source

Bug Fixes
  • deps: update ghcr.io/containerbase/sidecar docker tag to v13.23.18 (main) (#​39084) (a2d2cf3)
Miscellaneous Chores

v41.171.2

Compare Source

Build System

v41.171.1

Compare Source

Build System

v41.171.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v10.71.0 (main) (#​39078) (cb4098e)
Miscellaneous Chores

v41.170.1

Compare Source

Bug Fixes
  • Reorder saveCache and pruneStaleBranches in repository finalization (#​39072) (14f6998)
Miscellaneous Chores

v41.170.0

Compare Source

Features
Miscellaneous Chores

v41.169.4

Compare Source

Bug Fixes
Documentation
Miscellaneous Chores

v41.169.3

Compare Source

Bug Fixes
Documentation
  • docker: clarify release timestamp support is Docker Hub only (#​38989) (b73ec24)
Miscellaneous Chores
Continuous Integration

v41.169.2

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring
textlint/textlint (textlint)

v15.4.0

Compare Source

What's Changed

Features
Dependency Updates

Full Changelog: textlint/textlint@v15.3.0...v15.4.0

v15.3.0

Compare Source

What's Changed

Features
CI
Dependency Updates

Full Changelog: textlint/textlint@v15.2.3...v15.3.0


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), 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 requested a review from ianlewis as a code owner November 1, 2025 00:20
@codecov
Copy link

codecov bot commented Nov 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.85%. Comparing base (0ea525c) to head (e50e8d5).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #57   +/-   ##
=======================================
  Coverage   92.85%   92.85%           
=======================================
  Files           2        2           
  Lines          14       14           
=======================================
  Hits           13       13           
  Misses          1        1           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/npm-dev branch 15 times, most recently from 3b9081a to 8cd8723 Compare November 8, 2025 03:07
@renovate renovate bot changed the title chore(deps): update npm dev chore(deps): update dependency renovate to v41.173.1 Nov 8, 2025
@renovate renovate bot force-pushed the renovate/npm-dev branch from 8cd8723 to 203a325 Compare November 10, 2025 10:08
@renovate renovate bot changed the title chore(deps): update dependency renovate to v41.173.1 chore(deps): update npm dev Nov 10, 2025
@renovate renovate bot force-pushed the renovate/npm-dev branch 4 times, most recently from c67dba8 to 4f80aaf Compare November 22, 2025 04:43
@renovate renovate bot force-pushed the renovate/npm-dev branch 3 times, most recently from 9899931 to 714984e Compare December 2, 2025 01:37
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/npm-dev branch from 714984e to e50e8d5 Compare December 2, 2025 18:55
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.

1 participant