Skip to content

chore(deps): update all non-major dependencies#114

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#114
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 2, 2025

This PR contains the following updates:

Package Change Age Confidence
@readme/httpsnippet 11.0.011.1.0 age confidence
markdown-it 14.1.014.1.1 age confidence
mocha (source) 11.4.011.7.5 age confidence
node-readfiles 0.3.10.4.0 age confidence
openapi-sampler 1.6.11.7.0 age confidence
prettier (source) 3.6.23.8.1 age confidence
yaml (source) 2.8.02.8.2 age confidence

Release Notes

readmeio/httpsnippet (@​readme/httpsnippet)

v11.1.0

Compare Source

markdown-it/markdown-it (markdown-it)

v14.1.1

Compare Source

Security
  • Fixed regression from v13 in linkify inline rule. Specific patterns could
    cause high CPU use. Thanks to @​ltduc147 for report.
mochajs/mocha (mocha)

v11.7.5

Compare Source

🩹 Fixes
🧹 Chores

v11.7.4

Compare Source

🩹 Fixes
📚 Documentation
  • migrate remaining legacy wiki pages to main documentation (#​5465) (bff9166)
🧹 Chores

v11.7.3

Compare Source

🩹 Fixes
  • use original require() error for TS files if ERR_UNKNOWN_FILE_EXTENSION (#​5408) (ebdbc48)
📚 Documentation
🤖 Automation
  • deps: bump actions/setup-node in the github-actions group (#​5459) (48c6f40)

v11.7.2

Compare Source

🩹 Fixes
📚 Documentation
🧹 Chores
🤖 Automation
  • deps: bump actions/checkout in the github-actions group (#​5419) (03ac2d0)

v11.7.1

Compare Source

🩹 Fixes
🧹 Chores

v11.7.0

Compare Source

🌟 Features

v11.6.0

Compare Source

🌟 Features

v11.5.0

Compare Source

🌟 Features
guatedude2/node-readfiles (node-readfiles)

v0.4.0

Compare Source

Full Changelog: guatedude2/node-readfiles@v0.3.1...0.4.0

redocly/openapi-sampler (openapi-sampler)

v1.7.0

Compare Source

v1.6.2

Compare Source

prettier/prettier (prettier)

v3.8.1

Compare Source

v3.8.0

Compare Source

diff

🔗 Release note

v3.7.4

Compare Source

diff

LWC: Avoid quote around interpolations (#​18383 by @​kovsu)
<!-- Input -->
<div foo={bar}>   </div>

<!-- Prettier 3.7.3 (--embedded-language-formatting off) -->
<div foo="{bar}"></div>

<!-- Prettier 3.7.4 (--embedded-language-formatting off) -->
<div foo={bar}></div>
TypeScript: Fix comment inside union type gets duplicated (#​18393 by @​fisker)
// Input
type Foo = (/** comment */ a | b) | c;

// Prettier 3.7.3
type Foo = /** comment */ (/** comment */ a | b) | c;

// Prettier 3.7.4
type Foo = /** comment */ (a | b) | c;
TypeScript: Fix unstable comment print in union type comments (#​18395 by @​fisker)
// Input
type X = (A | B) & (
  // comment
  A | B
);

// Prettier 3.7.3 (first format)
type X = (A | B) &
  (// comment
  A | B);

// Prettier 3.7.3 (second format)
type X = (
  | A
  | B // comment
) &
  (A | B);

// Prettier 3.7.4
type X = (A | B) &
  // comment
  (A | B);

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

eemeli/yaml (yaml)

v2.8.2

Compare Source

v2.8.1

Compare Source

  • Preserve empty block literals (#​634)

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 2, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7736c53 to 57717bb Compare August 5, 2025 17:13
@renovate renovate bot changed the title chore(deps): update dependency mocha to v11.7.1 fix(deps): update all non-major dependencies Aug 5, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 57717bb to 3bf3fd9 Compare August 11, 2025 17:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3bf3fd9 to 05e0f13 Compare September 6, 2025 18:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 05e0f13 to 455ef5a Compare September 25, 2025 21:38
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Sep 25, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c2477cd to 84c8e4a Compare October 2, 2025 00:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 84c8e4a to d72cddc Compare October 14, 2025 16:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d72cddc to 80a53fa Compare November 5, 2025 03:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d55796b to a832727 Compare November 27, 2025 17:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 2ecb6ed to 1203e5d Compare December 3, 2025 07:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b2609b6 to 499d023 Compare January 15, 2026 02:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 499d023 to f6dba4c Compare January 21, 2026 18:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 565c882 to 88f9438 Compare February 16, 2026 09:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 88f9438 to 4171d1d Compare February 24, 2026 08:58
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants