Update all dependencies (minor) - #171
Merged
Merged
Conversation
Signed-off-by: Renovate Bot <bot@renovateapp.com>
renovate
Bot
requested review from
a team and
digital-teams
and removed request for
a team
September 18, 2022 20:36
Deploying with
|
| Latest commit: |
8d09675
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://a3c819c7.zsh.pages.dev |
| Branch Preview URL: | https://renovate-all.zsh.pages.dev |
Contributor
|
Pull Request closed and locked due to lack of activity. If you'd like to build on this closed PR, you can clone it using this method: https://stackoverflow.com/a/14969986 Then open a new PR, referencing this closed PR in your message. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
7.11.0->7.12.014.11.0->14.12.0Release Notes
pnpm/pnpm
v7.12.0Compare Source
Minor Changes
A new setting supported in the pnpm section of the
package.jsonfile:allowNonAppliedPatches. When it is set totrue, non-applied patches will not cause an error, just a warning will be printed. For example:{ "name": "foo", "version": "1.0.0", "pnpm": { "patchedDependencies": { "express@4.18.1": "patches/express@4.18.1.patch" }, "allowNonAppliedPatches": true } }Now it is possible to exclude packages from hoisting by prepending a
!to the pattern. This works with both thehoist-patternandpublic-hoist-patternsettings. For instance:Ref #5272
Patch Changes
pnpm patchshould work on files that don't have an end of line #5320.pnpm patchusing a custom--edit-dir.Our Gold Sponsors
Our Silver Sponsors
What's Changed
New Contributors
Full Changelog: pnpm/pnpm@v7.11.0...v7.12.0
stylelint/stylelint
v14.12.0Compare Source
--ignore-pathflags (#6345) (@kimulaco).declaration-block-no-duplicate-propertiesautofix (#6296) (@fpetrakov).font-weight-notationautofix (#6347) (@ybiquitous).ignore: ["inside-block"]andsplitListtoselector-disallowed-list(#6334) (@mattmanuel90).ignorePseudoClassesoption ofselector-pseudo-class-no-unknown(#6316) (@ybiquitous).ignorePseudoElementsoption ofselector-pseudo-element-no-unknown(#6317) (@ybiquitous).ignoreSelectorsoption ofselector-no-vendor-prefix(#6327) (@ybiquitous).ignoreTypesoption ofselector-type-case(#6326) (@ybiquitous).*-no-unknownfalse positives for container queries (#6318) (@fpetrakov).font-family-name-quotesfalse positives for interpolation and shorthand (#6335) (@kimulaco).time-min-millisecondsincorrect location for matching violating times (#6319) (@kawaguchi1102).Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Mend Renovate. View repository job log here.