chore(deps): update all non-major dependencies #32
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:
^9.21.0->^9.23.0^7.51.0->^7.52.20.5.2->0.6.122.13.7->22.13.14^9.21.0->^9.23.0^3.0.2->^3.4.1^9.32.0->^9.33.010.5.2->10.7.0^3.5.2->^3.5.3^2.11.1->^2.12.1^8.25.0->^8.29.0Release Notes
eslint/eslint (@eslint/js)
v9.23.0Compare Source
v9.22.0Compare Source
microsoft/rushstack (@microsoft/api-extractor)
v7.52.2Compare Source
Tue, 25 Mar 2025 15:11:15 GMT
Version update only
v7.52.1Compare Source
Tue, 11 Mar 2025 02:12:34 GMT
Version update only
v7.52.0Compare Source
Tue, 11 Mar 2025 00:11:25 GMT
Minor changes
v7.51.1Compare Source
Sat, 01 Mar 2025 05:00:09 GMT
Patches
preserve="true"from files that only contain re-exports. There was a behavior change in TypeScript 5.5, where only triple-slash references that are explicitly marked withpreserve="true"are emitted into declaration files. This change adds support for placing these references in files that only contain re-exports, like the API entrypoint file.web-infra-dev/rslib (@rslib/core)
v0.6.1Compare Source
What's Changed
New Features 🎉
Other Changes
Full Changelog: web-infra-dev/rslib@v0.6.0...v0.6.1
v0.6.0Compare Source
Highlights ✨
This release brings exciting new features and improvements to Rslib:
New default library type for CJS: Rslib changes the default value of output.library.type for CJS from
commonjstocommonjs-static. Now, individual exports will be set as properties onmodule.exportsand the output can be statically analyzable, thus named exports are importable into ESM via Node.js. This is useful when source code is written in ESM and the output should be compatible with both CJS and ESM. (#819)Named exports are importable into ESM via Node.js
Show code frame for type errors: Rslib now shows full context and code frame of tsc diagnostics in the terminal when generating declaration files. This makes it easier to understand and fix issues in the source code. (#847)
What's Changed
New Features 🎉
commonjs-staticlibrary type of commonjs format by @fi3ework in https://github.com/web-infra-dev/rslib/pull/819Bug Fixes 🐞
optionalDependenciestype by @Timeless0911 in https://github.com/web-infra-dev/rslib/pull/872Document 📖
output.assetPrefixby @Timeless0911 in https://github.com/web-infra-dev/rslib/pull/866Other Changes
afterCompileby @fi3ework in https://github.com/web-infra-dev/rslib/pull/877New Contributors
Full Changelog: web-infra-dev/rslib@v0.5.5...v0.6.0
v0.5.5Compare Source
What's Changed
Bug Fixes 🐞
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rslib@v0.5.4...v0.5.5
v0.5.4Compare Source
What's Changed
Bug Fixes 🐞
output.filenameHashdoes not take effect on JavaScript files by @Timeless0911 in https://github.com/web-infra-dev/rslib/pull/818Other Changes
declaration fileskeyword by @Timeless0911 in https://github.com/web-infra-dev/rslib/pull/817Full Changelog: web-infra-dev/rslib@v0.5.3...v0.5.4
v0.5.3Compare Source
What's Changed
Bug Fixes 🐞
?urlquery should work in bundle mode by @SoonIter in https://github.com/web-infra-dev/rslib/pull/804target: 'node', empty js files(css transform) should be deleted by @SoonIter in https://github.com/web-infra-dev/rslib/pull/809Document 📖
resolve.aliasby @Timeless0911 in https://github.com/web-infra-dev/rslib/pull/805Other Changes
Full Changelog: web-infra-dev/rslib@v0.5.2...v0.5.3
eslint/eslint (eslint)
v9.23.0Compare Source
v9.22.0Compare Source
sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)
v3.4.1Compare Source
Patch Changes
#1173
8e53e58Thanks @43081j! - chore: usecontext.sourceCodedirectly rather than a compatibility helper.#1177
ec22fb4Thanks @43081j! - test: use ESLint and Linter directly from eslint in tests#1174
b696ef3Thanks @43081j! - chore: usecontext.filenameandcontext.physicalFilenameinstead of compat functions.#1176
bafbf5fThanks @43081j! - chore: switch tocontext.cwdrather than using a compat helper.v3.4.0Compare Source
Minor Changes
#1165
2b7e164Thanks @43081j! - Adds a suggestion to therequire-store-callbacks-use-set-paramrule to automatically rename or add function parameters.#1163
d9b8604Thanks @43081j! - Adds a suggestion to thederived-has-same-inputs-outputsrule which renames the outputs.#1164
29b1315Thanks @43081j! - Added a suggestion forno-at-debug-tagsrule which removes the tagsPatch Changes
db9202dThanks @baseballyama! - chore: updatesvelte-eslint-parserto 1.1.1v3.3.3Compare Source
Patch Changes
1233e46Thanks @baseballyama! - fix(no-unused-props): resolve false positives on props with default values or $bindable usagev3.3.2Compare Source
Patch Changes
138380dThanks @baseballyama! - fix: stop reporting child properties inno-unused-propswhen the parent object itself is usedv3.3.1Compare Source
Patch Changes
40806a4Thanks @ota-meshi! - fix(no-useless-mustaches): Wrong auto-fix for quoted mustachesv3.3.0Compare Source
Minor Changes
30c1e5fThanks @baseballyama! - feat: addignorePropertyPatternsproperty and renameignorePatternstoignoreTypePatternsinno-unused-propsrule. TheignorePatternsoption existed only for a few hours and is removed by this PR. Technically, this is a breaking change, but we’ll handle it as a minor release since very few users are likely affected.v3.2.2Compare Source
Patch Changes
1ff148aThanks @baseballyama! - fix: correct detection of externally defined types inno-unused-propsrulev3.2.1Compare Source
Patch Changes
e94b59aThanks @baseballyama! - fix: resolve false positives on nested objects inno-unused-propsrulev3.2.0Compare Source
Minor Changes
#1062
a4d3b29Thanks @baseballyama! - feat: addno-unnecessary-state-wraprule#1061
268a372Thanks @baseballyama! - feat: addno-unused-propsrulev3.1.0Compare Source
Minor Changes
df1647fThanks @baseballyama! - feat: addexcludedRunesoption to theprefer-construlePatch Changes
#1126
9b76b46Thanks @baseballyama! - fix: check property key instead of value invalid-prop-names-in-kit-pagesrule#1125
0a03362Thanks @ota-meshi! - fix: support windows path delimiter#1108
976e4f0Thanks @marekdedic! - fix(consistent-selector-style): not reporting class selectors used in class directives#1107
3b01537Thanks @marekdedic! - fix(no-navigation-without-base): ignoring fragment linksv3.0.3Compare Source
Patch Changes
7f756b8Thanks @baseballyama! - fix: align required Node version with ESLintvuejs/eslint-plugin-vue (eslint-plugin-vue)
v9.33.0Compare Source
✨ Enhancements
vue/no-implicit-coercionrule to disallow shorthand type conversions in<template>.vue/no-ref-as-operandrule to checkemitpayloads.ignorePropsoption tovue/prop-name-casingrule.🐛 Bug Fixes
vue/prefer-use-template-refrule whensetupis an arrow function.vue/no-bare-strings-in-templaterule.vue/max-propsrule.Full Changelog: vuejs/eslint-plugin-vue@v9.32.0...v9.33.0
pnpm/pnpm (pnpm)
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.patchtofoo@2.1.0,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
v10.6.5Compare Source
v10.6.4: pnpm 10.6.4Compare Source
Patch Changes
pnpm dlxwith--allow-buildflag #9263.use-node-versionshould not cause pnpm itself to break #9276.Platinum Sponsors
Gold Sponsors
v10.6.3Compare Source
Patch Changes
pnpm install --prod=falseshould not crash, when executed in a project with apnpm-workspace.yamlfile #9233. This fixes regression introduced via #9211.Add the missing
node-optionsconfig torecursive run#9180.Removed a branching code path that only executed when
dedupe-peer-dependents=false. We believe this internal refactor will not result in behavior changes, but we expect it to make future pnpm versions behave more consistently for projects that overridededupe-peer-dependentsto false. There should be less unique bugs from turning offdedupe-peer-dependents.See details in #9259.
v10.6.2Compare Source
Patch Changes
pnpm self-updateshould always update the version in thepackageManagerfield ofpackage.json.pnpm patch-commitwill now use the same filesystem as the store directory to compare and create patch files.--loglevel=erroris used.peerDependencyRulesshould be set inpnpm-workspace.yamlto take effect.v10.6.1Compare Source
Patch Changes
--silentreporting is used.--loglevelis set toerror, don't show installation summary, execution time, and big tarball download progress.package.json#9226.approve-buildscommand, if package.json containsonlyBuiltDependenciesorignoredBuiltDependencies, the selected dependency package will continue to be written intopackage.json.v10.6.0Compare Source
Minor Changes
pnpm-workspace.yamlcan now hold all the settings that.npmrcaccepts. The settings should use camelCase #9211.pnpm-workspace.yamlexample:Projects using a
file:dependency on a local tarball file (i.e..tgz,.tar.gz,.tar) will see a performance improvement during installation. Previously, using afile:dependency on a tarball caused the lockfile resolution step to always run. The lockfile will now be considered up-to-date if the tarball is unchanged.Patch Changes
pnpm self-updateshould not leave a directory with a broken pnpm installation if the installation fails.fast-globreplace withtinyglobbyto reduce the size of the pnpm CLI dependencies #9169.pnpm deployshould not remove fields from the deployed package'spackage.jsonfile #9215.pnpm self-updateshould not read the pnpm settings from thepackage.jsonfile in the current working directory.pnpm deploycreating apackage.jsonwithout theimportsandlicensefield #9193.pnpm update -ishould list only packages that have newer versions #9206.catalogssection of thepnpm-lock.yamlfile to be removed whendedupe-peer-dependents=falseon a filtered install. #9112prettier/prettier (prettier)
v3.5.3Compare Source
toplenboren/
Configuration
📅 Schedule: Branch creation - "* 0-3 1 * *" (UTC), 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.