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:
1.2.27->1.2.341.2.26->1.2.300.86.3->0.86.61.32.0->1.34.110.5.2->10.7.03.5.2->3.5.32.11.1->2.12.15.20.5->5.25.54.1.4->4.1.50.21.1->0.21.2Release Notes
melt-ui/melt-ui (@melt-ui/svelte)
v0.86.6Compare Source
Patch Changes
b06b51a7)v0.86.5Compare Source
Patch Changes
eb71dc2b)v0.86.4Compare Source
Patch Changes
97d693c6)toss/es-toolkit (es-toolkit)
v1.34.1Compare Source
Released on March 27th, 2025.
v1.34.0Compare Source
Released on March 27th, 2025.
We sincerely thank @dayongkr, @D-Sketon, @seongminn, @Kyujenius for their contributions. We appreciate your great efforts!
v1.33.0Compare Source
Released on March 9th, 2025.
es-toolkitcan be used in React Native projects.undefinedvalues likesum([undefined, 1, 2, 3])resulted inNaN, which was different from lodash.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/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
sveltejs/svelte (svelte)
v5.25.5Compare Source
Patch Changes
fix: add setters to
$derivedclass properties (#15628)fix: silence assignment warning on more function bindings (#15644)
fix: make sure CSS is preserved during SSR with bindings (#15645)
v5.25.4Compare Source
Patch Changes
fix: support TS type assertions (#15642)
fix: ensure
undefinedclass still applies scoping class, if necessary (#15643)v5.25.3Compare Source
Patch Changes
v5.25.2Compare Source
Patch Changes
$derived(#15581)v5.25.1Compare Source
Patch Changes
v5.25.0Compare Source
Minor Changes
v5.24.1Compare Source
Patch Changes
fix: use
getin constructor for deriveds (#15300)fix: ensure toStore root effect is connected to correct parent effect (#15574)
v5.24.0Compare Source
Minor Changes
Patch Changes
fix: check if DOM prototypes are extensible (#15569)
Keep inlined trailing JSDoc comments of properties when running svelte-migrate (#15567)
fix: simplify set calls for proxyable values (#15548)
fix: don't depend on deriveds created inside the current reaction (#15564)
v5.23.2Compare Source
Patch Changes
v5.23.1Compare Source
Patch Changes
fix: invalidate parent effects when child effects update parent dependencies (#15506)
fix: correctly match
:has()selector during css pruning (#15277)fix: replace
undefinedwithvoid 0to avoid edge case (#15511)fix: allow global-like pseudo-selectors refinement (#15313)
chore: don't distribute unused types definitions (#15473)
fix: add
filesandgroupto HTMLInputAttributes in elements.d.ts (#15492)fix: throw rune_invalid_arguments_length when $state.raw() is used with more than 1 arg (#15516)
v5.23.0Compare Source
Minor Changes
v5.22.6Compare Source
Patch Changes
fix: skip
log_if_contains_stateif only logging literals (#15468)fix: Add
closedbyproperty to HTMLDialogAttributes type (#15458)fix: null and warnings for local handlers (#15460)
v5.22.5Compare Source
Patch Changes
fix: memoize
clsxcalls (#15456)fix: respect
svelte-ignore hydration_attribute_changedon elements with spread attributes (#15443)fix: always use
setAttributewhen settingstyle(#15323)fix: make
style:directive and CSS handling more robust (#15418)v5.22.4Compare Source
Patch Changes
v5.22.3Compare Source
Patch Changes
v5.22.2Compare Source
Patch Changes
is_updatingbefore flushing root effects (#15442)v5.22.1Compare Source
Patch Changes
v5.22.0Compare Source
Minor Changes
idPrefixoption torender(#15428)Patch Changes
v5.21.0Compare Source
Minor Changes
Patch Changes
bind:groupto snippet parameters (#15401)sveltejs/language-tools (svelte-check)
v4.1.5Compare Source
vite-pwa/vite-plugin-pwa (vite-plugin-pwa)
v0.21.2Compare Source
🐞 Bug Fixes
theme_coloranddescriptionnot being applied - by @alexandre-hallaine in https://github.com/vite-pwa/vite-plugin-pwa/issues/839 (53568)View changes on GitHub
Configuration
📅 Schedule: Branch creation - "* 0-3 1 * *" (UTC), Automerge - At any time (no schedule defined).
🚦 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.