chore(deps): update all non-major dependencies#655
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
10.34.4→10.34.57.9.1→7.9.30.28.19→0.28.20Release Notes
pnpm/pnpm (pnpm)
v10.34.5: pnpm 10.34.5Compare Source
Patch Changes
78e29fe: Prevent a craftedpnpm-lock.yamlfrom writing package content outside the virtual store. A dependency path key whose name reconstructs to a path-traversal sequence (e.g.../../../tmp/x@1.0.0) is now rejected by the isolated (virtual-store) linker and the Plug'n'Play resolver map, matching the containment already applied to the hoisted linker. Under the global virtual store, a traversal in the version-derived path segment (e.g. a snapshotversion: "../../x") is now rejected atiterateHashedGraphNodes, the single point every global-virtual-store slot path funnels through.78e29fe: Fixed a path traversal vulnerability where a dependency whose manifestnamewas a scoped path traversal (e.g.@x/../../../<path>) could be written outsidenode_modulesto an attacker-controlled location duringpnpm install, even with--ignore-scripts. The isolated linker now validates the package name before using it as a directory name, matching the existing protection in the hoisted linker.47ef6f0: Fixed switching to and self-updating to pnpm v12. pnpm v12 (the Rust port) ships as thepnpmand@pnpm/exenpm packages whose bins are placeholders replaced at install time by the host's native binary from a@pnpm/exe.<platform>-<arch>[-musl]optional dependency. Because pnpm installs its own engine with--ignore-scripts, that relinking never ran, leaving a non-executable placeholder. pnpm now relinks the native binary itself for v12 (recognizing the new platform-package naming scheme and the nativepnpmpackage), and verifies the native binary's npm registry signature before running it.36928be:${...}environment-variable placeholders in thehttpProxy,httpsProxy,noProxy,proxy, andnoproxysettings are no longer expanded when these settings come from a project'spnpm-workspace.yaml. They now receive the same protection already applied toregistry.Platinum Sponsors
Gold Sponsors
simple-statistics/simple-statistics (simple-statistics)
v7.9.3Compare Source
Patch Changes
2a98671: Mark the package as"type": "module"and rename the CommonJS bundle todist/simple-statistics.cjs. Consumers resolve through theexportsmap, so bothimport "simple-statistics"andrequire("simple-statistics")keep working unchanged — only the internal CJS bundle path moved. (Code that hard-coded the deep pathsimple-statistics/dist/simple-statistics.js, bypassing the package entry points, should switch to the package name or the.cjspath.)v7.9.2Compare Source
Patch Changes
d571a60: Fix quantile() bug when an array was provided as the second argumentThanks Alexander Kireyev for the identification
and fix.
TypeStrong/TypeDoc (typedoc)
v0.28.20Compare Source
Features
<h2>) in the default theme now include anidattribute so they can be linked to via fragment identifiers (e.g.modules.html#classes), #3029.@reexportmodifier tag to have TypeDoc convert variable/type references as a re-export instead of a new symbol, #3096.generateOutputsBeginandgenerateOutputsEndevents onApplicationfor plugin use.Bug Fixes
--emit noneis used, TypeDoc will now report warnings about missing relative paths previously reported when rendering, #3078.@hiddentag on a constructor parameter-property will now only hide the property, not both the property and the parameter, #3111.@groupand@categorytitles with the same sort weight are now ordered consistently with thealphabeticalreflection sort, #3120.Thanks!
Configuration
📅 Schedule: (in timezone Asia/Tokyo)
* 0-3 * * 1)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.