Bump code-infra:patchUpdates#48508
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
Conversation
Deploy previewhttps://deploy-preview-48508--material-ui.netlify.app/ Bundle size
Check out the code infra dashboard for more information about this PR. |
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.0.30001791→^1.0.30001792^5.0.0→^5.0.110.33.2→10.33.4^8.5.13→^8.5.14^7.0.0→^7.0.1Release Notes
browserslist/caniuse-lite (caniuse-lite)
v1.0.30001792Compare Source
final-form/final-form (final-form)
v5.0.1Compare Source
v5.0.1
A big batch of bug fixes that have accumulated since the v5.0.0 release. No breaking changes.
New
ignoreUnregisterconfig option — Fields that unregister will have their values ignored during validation and submission, without needingdestroyOnUnmount. Useful for multi-step forms. (#500)Bug Fixes
Validation
getValidatorsencounters an undefined field (#532, fixes #158)Submission
beforeSubmitnot being called before the sync errors check — it can now prevent submission even when there are no sync errors (#522)submitErrorsbeing wiped when sync validation fails after a failed submission (#521, fixes #437)Field State
keepDirtyOnReinitializenot working correctly with array fields (#538, fixes #366)modifiedflag not being cleared afterreset()/initialize()(#536, fixes #317)initialValuesnot updating when a field'sinitialValueprop changes (#543, fixes #988)Values /
setInvalues["1.5"]no longer becomes an array) (#526)setIn(#527)setIncrashing onundefinedstate (#535, fixes #909)constructor(#520)TypeScript
FormState.valuesis now correctly typed as non-optional (#502)isEqualinitialization TypeScript error (#517)typesfield topackage.jsonfor better tooling compatibility (#518)blur,change, andfocusare now guaranteed to always be functions (#519, fixes #472)pnpm/pnpm (pnpm)
v10.33.4: pnpm 10.33.4Compare Source
Patch Changes
Pin the integrity of git-hosted tarballs (codeload.github.com, gitlab.com, bitbucket.org) in the lockfile so that subsequent installs detect a tampered or substituted tarball and refuse to install it. Previously the lockfile only stored the tarball URL for git dependencies, so a compromised git host or a man-in-the-middle could serve arbitrary code on later installs without lockfile changes.
A new
gitHosted: truefield is recorded on git-hosted tarball resolutions in the lockfile, letting every reader/writer route them by a single typed check instead of pattern-matching the tarball URL in each call site. Lockfiles written by older pnpm versions are enriched on load (URL fallback) so the field can be relied on uniformly across the codebase.Fix a regression where
pnpm --recursive --filter '!<pkg>' run/exec/test/addwould include the workspace root in the matched projects. The workspace root is now correctly excluded by default when only negative--filterarguments are provided, matching the documented behavior. To include the root, pass--include-workspace-root#11341.Platinum Sponsors
Gold Sponsors
v10.33.3Compare Source
postcss/postcss (postcss)
v8.5.14Compare Source
final-form/react-final-form (react-final-form)
v7.0.1Compare Source
v7.0.1
Bug fixes since v7.0.0. No breaking changes.
Bug Fixes
useFieldreturning the form'sinitialValuesinstead of the field's initial value on first render (#1060, fixes #1050)type="select"withmultiplenot defaulting to[](#1061)HTMLElementconstraint (#1065)destroyOnUnregisterlosing initial values when used in StrictMode (#1069)checkedlogic — was incorrectly usingformatinstead ofparse(#1074, fixes #974)nameprop shadowing DOM properties (#1077, fixes #871)FormSpyonChangenot being called with initial state on mount (#1076)nameprop changes dynamically (#1078, fixes #869)renderComponent(#1056, fixes #1055)FormSpyrender props (#1059)inputprop override being ignored in theFieldcomponent (#1066)Documentation
Configuration
📅 Schedule: (in timezone UTC)
* 0-4 * * 7)🚦 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.