chore(deps): update all non-major dependencies #11
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:
^0.3.6->^0.3.9^22.14.0->^22.14.1^0.1.0->^0.2.12^9.24.0->^9.25.0^15.5.0->^15.5.1^0.6.2->^0.6.6^10.7.1->^10.8.110.7.1->10.8.1Release Notes
stacksjs/clarity (@stacksjs/clarity)
v0.3.9Compare Source
No significant changes
View changes on GitHub
v0.3.8Compare Source
compare changes
📖 Documentation
🏡 Chore
❤️ Contributors
v0.3.7Compare Source
compare changes
🩹 Fixes
🏡 Chore
❤️ Contributors
v0.3.6Compare Source
compare changes
🏡 Chore
❤️ Contributors
v0.3.5Compare Source
compare changes
🏡 Chore
❤️ Contributors
v0.3.4Compare Source
compare changes
🏡 Chore
❤️ Contributors
v0.3.3Compare Source
compare changes
🏡 Chore
❤️ Contributors
v0.3.2Compare Source
compare changes
🩹 Fixes
❤️ Contributors
v0.3.1Compare Source
compare changes
🏡 Chore
❤️ Contributors
v0.3.0Compare Source
compare changes
🏡 Chore
❤️ Contributors
stacksjs/bun-git-hooks (bun-git-hooks)
v0.2.12Compare Source
No significant changes
View changes on GitHub
v0.2.11Compare Source
compare changes
🏡 Chore
❤️ Contributors
v0.2.10Compare Source
compare changes
v0.2.9Compare Source
compare changes
v0.2.8Compare Source
compare changes
v0.2.7Compare Source
compare changes
🏡 Chore
❤️ Contributors
v0.2.6Compare Source
compare changes
🏡 Chore
❤️ Contributors
v0.2.5Compare Source
compare changes
🏡 Chore
❤️ Contributors
v0.2.4Compare Source
compare changes
🏡 Chore
❤️ Contributors
v0.2.3Compare Source
compare changes
🏡 Chore
❤️ Contributors
v0.2.1Compare Source
compare changes
🏡 Chore
❤️ Contributors
v0.2.0Compare Source
compare changes
🏡 Chore
❤️ Contributors
eslint/eslint (eslint)
v9.25.0Compare Source
v9.24.0Compare Source
v9.23.0Compare Source
lint-staged/lint-staged (lint-staged)
v15.5.1Compare Source
Patch Changes
#1533
5d53534Thanks @iiroj! - Improve listing of staged files so that lint-staged doesn't crash when encountering an uninitialized submodule. This should result in less errors like:antfu/node-modules-inspector (node-modules-inspector)
v0.6.6Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.6.5Compare Source
🚀 Features
View changes on GitHub
v0.6.4Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.6.3Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.6.2Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.6.1Compare Source
🚀 Features
0BSDto permissive licenses - by @ilyaliao in https://github.com/antfu/node-modules-inspector/issues/80 (af39e)🐞 Bug Fixes
View changes on GitHub
v0.6.0Compare Source
🚀 Features
🐞 Bug Fixes
8, resolves #58, resolves #74 - by @antfu in https://github.com/antfu/node-modules-inspector/issues/58 and https://github.com/antfu/node-modules-inspector/issues/74 (add35)View changes on GitHub
pnpm/pnpm (pnpm)
v10.8.1Compare Source
Patch Changes
package.json,onlyBuiltDependencieswill be written topnpm-workspace.yamlfile #9404.v10.8.0Compare Source
Minor Changes
Experimental. A new hook is supported for updating configuration settings. The hook can be provided via
.pnpmfile.cjs. For example:Now you can use the
pnpm addcommand with the--configflag to install new configurational dependencies #9377.Patch Changes
!/inpnpm-workspace.yaml. This fixes a regression introduced by #9169.pnpm audit --fixshould update the overrides inpnpm-workspace.yaml.pnpm linkshould update overrides inpnpm-workspace.yaml, not inpackage.json#9365.v10.7.1: pnpm 10.7.1Compare Source
Patch Changes
pnpm config setshould convert the settings to their correct type before adding them topnpm-workspace.yaml#9355.pnpm config getshould read auth related settings via npm CLI #9345.~/in a path in.npmrcwith the home directory #9217.Platinum Sponsors
Gold Sponsors
v10.7.0Compare Source
Minor Changes
pnpm config getandlistalso show settings set inpnpm-workspace.yamlfiles #9316.It should be possible to use env variables in
pnpm-workspace.yamlsetting names and value.Add an ability to patch dependencies by version ranges. Exact versions override version ranges, which in turn override name-only patches. Version range
*is the same as name-only, except that patch application failure will not be ignored.For example:
The above configuration would apply
patches/foo-3.patchto[email protected],patches/foo-2.patchto allfooversions which satisfy^2.0.0except2.1.0, andpatches/foo-1.patchto the remainingfooversions.pnpm config set --location=projectsaves the setting to apnpm-workspace.yamlfile if no.npmrcfile is present in the directory #9316.Rename
pnpm.allowNonAppliedPatchestopnpm.allowUnusedPatches. The old name is still supported but it would print a deprecation warning message.Add
pnpm.ignorePatchFailuresto manage whether pnpm would ignore patch application failures.If
ignorePatchFailuresis not set, pnpm would throw an error when patches with exact versions or version ranges fail to apply, and it would ignore failures from name-only patches.If
ignorePatchFailuresis explicitly set tofalse, pnpm would throw an error when any type of patch fails to apply.If
ignorePatchFailuresis explicitly set totrue, pnpm would print a warning when any type of patch fails to apply.Patch Changes
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.
This PR was generated by Mend Renovate. View the repository job log.