chore(deps): update all non-major dependencies#50
Merged
Conversation
colinaaa
approved these changes
Apr 1, 2025
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:
^1.50.1->^1.51.1^1.3.0->^1.3.1^0.5.2->^0.6.1^22.13.7->^22.13.14^7.5.8->^7.7.0^1.50.1->^1.51.110.5.2->10.7.0^2.11.1->^2.12.1Release Notes
microsoft/playwright (@playwright/test)
v1.51.1Compare Source
Highlights
https://github.com/microsoft/playwright/issues/35093 - [Regression]: TimeoutOverflowWarning:
2149630.634 does not fit into a 32-bit signed integerhttps://github.com/microsoft/playwright/issues/35138 - [Regression]: TypeError: Cannot read properties of undefined (reading 'expectInfo')
Browser Versions
This version was also tested against the following stable channels:
v1.51.0Compare Source
web-infra-dev/rsbuild (@rsbuild/core)
v1.3.1Compare Source
What's Changed
Bug Fixes 🐞
@rspack/corewith native require by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4926Document 📖
server.compressby @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4917Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.3.0...v1.3.1
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
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. #9112toplenboren/simple-git-hooks (simple-git-hooks)
v2.12.1Compare Source
What's Changed
Full Changelog: toplenboren/simple-git-hooks@2.11.1...2.12.1
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.