Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 14, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@mdit/plugin-figure (source) ^0.22.1 -> ^0.22.2 age confidence devDependencies patch
@mdit/plugin-img-size (source) ^0.22.2 -> ^0.22.3 age confidence devDependencies patch
@trivago/prettier-plugin-sort-imports ^5.2.2 -> ^6.0.0 age confidence devDependencies major
@waline/client (source) ^3.6.0 -> ^3.7.1 age confidence dependencies minor
actions/setup-node v5 -> v6 age confidence action major
iconify-icon (source) ^3.0.1 -> ^3.0.2 age confidence dependencies patch
lint-staged ^16.2.4 -> ^16.2.6 age confidence devDependencies patch
oxc-minify (source) ^0.94.0 -> ^0.96.0 age confidence devDependencies minor
pnpm (source) 10.18.2 -> 10.20.0 age confidence packageManager minor
prettier-plugin-jsdoc ^1.3.3 -> ^1.5.0 age confidence devDependencies minor
vite (source) ^7.1.16 -> ^7.2.0 age confidence devDependencies minor
vitepress-plugin-group-icons ^1.6.3 -> ^1.6.5 age confidence devDependencies patch
vitepress-plugin-llms ^1.8.0 -> ^1.8.1 age confidence devDependencies patch

Release Notes

mdit-plugins/mdit-plugins (@​mdit/plugin-figure)

v0.22.2

Compare Source

Note: Version bump only for package @​mdit/plugin-figure

mdit-plugins/mdit-plugins (@​mdit/plugin-img-size)

v0.22.3

Compare Source

Note: Version bump only for package @​mdit/plugin-img-size

trivago/prettier-plugin-sort-imports (@​trivago/prettier-plugin-sort-imports)

v6.0.0

Compare Source

Breaking Changes
New features
  • Ember.js gjs/gts support #​377 by @​NullVoxPopuli and @​RobbieTheWagner - Add support for Ember.js gjs/gts file formats with namespace and named type imports
  • <BUILTIN_MODULES> placeholder #​381 by @​sdotson - Add support for sorting Node.js builtin modules to a specific position using <BUILTIN_MODULES> placeholder in importOrder
  • <SEPARATOR> placeholder #​339 - Add <SEPARATOR> keyword for fine-grained control over import group separation when importOrderSeparation is enabled
  • Sort by length option #​224 by @​KLewin23 - Add option to sort imports by import statement length
  • importOrderExclude option #​384 by @​RyderKishan - Add support for excluding specific files from import sorting using glob patterns
  • Expand sort-imports-ignore detection #​358 by @​ckwalsh - Improved detection of sort-imports-ignore comments throughout the file, not just at line 1
Performance improvements
  • Improve removeNodesFromOriginalCode() performance #​356 by @​ckwalsh - Replace RegExp logic with string slices for better performance
Refactoring
  • Stop rerendering directives #​357 by @​ckwalsh - Inject imports instead of re-rendering directives to better preserve whitespace and reduce formatting conflicts
  • Stop ignoring exceptions in snapshot tests #​355 by @​ckwalsh - Improve test reliability by properly handling exceptions
Chores
  • Add pnpm install command to README #​361 - Document pnpm installation option
walinejs/waline (@​waline/client)

v3.7.1

Compare Source

v3.7.0

Compare Source

actions/setup-node (actions/setup-node)

v6

Compare Source

lint-staged/lint-staged (lint-staged)

v16.2.6

Compare Source

Patch Changes

v16.2.5

Compare Source

Patch Changes
  • #​1687 9e02d9d Thanks @​iiroj! - Fix unhandled promise rejection when spawning tasks (instead of the tasks themselves failing). Previously when a task failed to spawn, lint-staged also failed and the backup stash might not have been automatically restored.
oxc-project/oxc (oxc-minify)

v0.96.0

🚀 Features

v0.95.0

🚀 Features
  • c19c9ec napi/minify: Expose join_vars, sequences, and max_iterations options (#​14545) (IWANABETHATGUY)
🐛 Bug Fixes
  • 32a41cf napi/minify: S/passes/max_iterations to avoid confusion (#​14608) (Boshen)
  • 14686a4 napi/minify: Handle boolean values for compress.unused option (#​14513) (Kentaro Suzuki)
pnpm/pnpm (pnpm)

v10.20.0

Compare Source

Minor Changes
  • Support --all option in pnpm --help to list all commands #​8628.
Patch Changes
  • When the latest version doesn't satisfy the maturity requirement configured by minimumReleaseAge, pick the highest version that is mature enough, even if it has a different major version #​10100.
  • create command should not verify patch info.
  • Set managePackageManagerVersions to false, when switching to a different version of pnpm CLI, in order to avoid subsequent switches #​10063.

v10.19.0

Compare Source

Minor Changes
  • You can now allow specific versions of dependencies to run postinstall scripts. onlyBuiltDependencies now accepts package names with lists of trusted versions. For example:

    onlyBuiltDependencies:
      - [email protected] || 21.6.5
      - [email protected]

    Related PR: #​10104.

  • Added support for exact versions in minimumReleaseAgeExclude #​9985.

    You can now list one or more specific versions that pnpm should allow to install, even if those versions don’t satisfy the maturity requirement set by minimumReleaseAge. For example:

    minimumReleaseAge: 1440
    minimumReleaseAgeExclude:
      - [email protected]
      - [email protected] || 5.102.1

v10.18.3

Compare Source

Patch Changes
  • Fix a bug where pnpm would infinitely recurse when using verifyDepsBeforeInstall: install and pre/post install scripts that called other pnpm scripts #​10060.
  • Fixed scoped registry keys (e.g., @scope:registry) being parsed as property paths in pnpm config get when --location=project is used #​9362.
  • Remove pnpm-specific CLI options before passing to npm publish to prevent "Unknown cli config" warnings #​9646.
  • Fixed EISDIR error when bin field points to a directory #​9441.
  • Preserve version and hasBin for variations packages #​10022.
  • Fixed pnpm config set --location=project incorrectly handling keys with slashes (auth tokens, registry settings) #​9884.
  • When both pnpm-workspace.yaml and .npmrc exist, pnpm config set --location=project now writes to pnpm-workspace.yaml (matching read priority) #​10072.
  • Prevent a table width error in pnpm outdated --long #​10040.
  • Sync bin links after injected dependencies are updated by build scripts. This ensures that binaries created during build processes are properly linked and accessible to consuming projects #​10057.
hosseinmd/prettier-plugin-jsdoc (prettier-plugin-jsdoc)

v1.5.0

Compare Source

vitejs/rolldown-vite (vite)

v7.2.0

Compare Source

Bug Fixes
  • types: add undefined to optional properties for exactOptionalProperties type compatibility (#​21040) (2833c55)
Miscellaneous Chores

v7.1.20

Compare Source

Features
Bug Fixes
Tests
  • enable temporary disabled tests (946b447)

v7.1.19

Compare Source

Features
Bug Fixes
Miscellaneous Chores
Code Refactoring
Build System

v7.1.18

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring
Build System

v7.1.17

Compare Source

Features
Bug Fixes
Documentation
Miscellaneous Chores
yuyinws/vitepress-plugin-group-icons (vitepress-plugin-group-icons)

v1.6.5

Compare Source

No significant changes

    View changes on GitHub

v1.6.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
okineadev/vitepress-plugin-llms (vitepress-plugin-llms)

v1.8.1

Compare Source

    🩹 Fixes

Sidebar configurations where there is no list of items but only text and links keys are now supported

   💖 Contributors
     View changes on GitHub

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 added the dependencies Pull requests that update a dependency file label Oct 14, 2025
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 14, 2025
@netlify
Copy link

netlify bot commented Oct 14, 2025

Deploy Preview for theojs-lumen ready!

Name Link
🔨 Latest commit 418346d
🔍 Latest deploy log https://app.netlify.com/projects/theojs-lumen/deploys/690b37ffcf48a8000824e500
😎 Deploy Preview https://deploy-preview-428--theojs-lumen.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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

@renovate renovate bot changed the title chore(deps): update actions/setup-node action to v6 chore(deps): update all dependencies Oct 14, 2025
@pkg-pr-new
Copy link

pkg-pr-new bot commented Oct 14, 2025

Open in StackBlitz

pnpm add https://pkg.pr.new/@theojs/lumen@428

commit: 418346d

@pkg-pr-new
Copy link

pkg-pr-new bot commented Oct 14, 2025

Open in StackBlitz

pnpm add https://pkg.pr.new/@theojs/lumen@428

commit: 66e839f

@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 11abd7b to 68c87b5 Compare October 21, 2025 21:59
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Oct 22, 2025
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from f2bd7db to 53490a0 Compare October 27, 2025 16:32
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 8718f64 to 39b2e88 Compare October 29, 2025 11:57
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 902def4 to 17dcde4 Compare October 30, 2025 20:39
@s-theo s-theo force-pushed the main branch 3 times, most recently from 5ab58e7 to 195d22a Compare November 3, 2025 04:23
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 9007a11 to 7599b7b Compare November 4, 2025 11:51
@sonarqubecloud
Copy link

sonarqubecloud bot commented Nov 5, 2025

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.

2 participants