Skip to content

chore(deps): update npm#426

Merged
bdfinst merged 1 commit intomasterfrom
renovate/npm
Feb 12, 2026
Merged

chore(deps): update npm#426
bdfinst merged 1 commit intomasterfrom
renovate/npm

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 12, 2026

This PR contains the following updates:

Package Change Age Confidence
autoprefixer 10.4.2210.4.24 age confidence
hugo-extended 0.152.20.155.3 age confidence
linkinator 7.5.07.5.3 age confidence
markdownlint-cli ^0.46.0^0.47.0 age confidence
prettier (source) 3.6.23.8.1 age confidence

Release Notes

postcss/autoprefixer (autoprefixer)

v10.4.24

Compare Source

  • Made Autoprefixer a little faster (by @​Cherry).

v10.4.23

Compare Source

jakejarvis/hugo-extended (hugo-extended)

v0.155.3

Compare Source

v0.155.2

Compare Source

v0.155.1

Compare Source

v0.155.0

Compare Source

v0.154.5

Compare Source

v0.154.4

Compare Source

v0.154.3

Compare Source

v0.154.2

Compare Source

v0.154.1

Compare Source

v0.154.0

Compare Source

v0.153.5

Compare Source

v0.153.4

Compare Source

v0.153.3

Compare Source

v0.153.2

Compare Source

v0.153.1

Compare Source

v0.153.0

Compare Source

JustinBeckwith/linkinator (linkinator)

v7.5.3

Compare Source

Bug Fixes

v7.5.2

Compare Source

Bug Fixes
  • exclude local static server from requireHttps enforcement (#​762) (0805320)
  • make --version flag work in compiled binaries (#​760) (455fd37)

v7.5.1

Compare Source

Bug Fixes
igorshubovych/markdownlint-cli (markdownlint-cli)

v0.47.0

Compare Source

  • Add output and exit code support for warnings
  • Update markdownlint dependency to 0.40.0
    • Improve MD011/MD013/MD051/MD060
  • Update all dependencies via Dependabot
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


Configuration

📅 Schedule: Branch creation - "on Thursday after 12pm and before 11pm" in timezone America/Denver, 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 requested a review from a team as a code owner February 12, 2026 19:32
@netlify
Copy link

netlify bot commented Feb 12, 2026

Deploy Preview for minimumcd ready!

Name Link
🔨 Latest commit 4242b75
🔍 Latest deploy log https://app.netlify.com/projects/minimumcd/deploys/698e347ac6e4f90008cb14dc
😎 Deploy Preview https://deploy-preview-426--minimumcd.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 48
Accessibility: 100
Best Practices: 100
SEO: 100
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate renovate bot force-pushed the renovate/npm branch 2 times, most recently from e0b0169 to b0f472c Compare February 12, 2026 20:03
@bdfinst bdfinst merged commit 1e69a24 into master Feb 12, 2026
9 checks passed
@bdfinst bdfinst deleted the renovate/npm branch February 12, 2026 20:16
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