Skip to content

Update all dependencies (minor) - #171

Merged
ss-o merged 1 commit into
mainfrom
renovate/all
Sep 18, 2022
Merged

Update all dependencies (minor)#171
ss-o merged 1 commit into
mainfrom
renovate/all

Conversation

@renovate

@renovate renovate Bot commented Sep 18, 2022

Copy link
Copy Markdown
Contributor

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pnpm (source) 7.11.0 -> 7.12.0 age adoption passing confidence
stylelint (source) 14.11.0 -> 14.12.0 age adoption passing confidence

Release Notes

pnpm/pnpm

v7.12.0

Compare Source

Minor Changes

  • A new setting supported in the pnpm section of the package.json file: allowNonAppliedPatches. When it is set to true, 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 the hoist-pattern and public-hoist-pattern settings. For instance:

    public-hoist-pattern[]='*types*'
    public-hoist-pattern[]='!@​types/react'
    
    hoist-pattern[]='*eslint*'
    hoist-pattern[]='!*eslint-plugin*'
    

    Ref #​5272

Patch Changes

  • When the same dependency with missing peers is used in multiple workspace projects, install the missing peers in each workspace project #​4820.
  • pnpm patch should work on files that don't have an end of line #​5320.
  • Fix pnpm patch using 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.0

Compare Source


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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

Signed-off-by: Renovate Bot <bot@renovateapp.com>
@renovate
renovate Bot requested review from a team and digital-teams and removed request for a team September 18, 2022 20:36
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8d09675
Status: ✅  Deploy successful!
Preview URL: https://a3c819c7.zsh.pages.dev
Branch Preview URL: https://renovate-all.zsh.pages.dev

View logs

@ss-o
ss-o merged commit 3cb1fe9 into main Sep 18, 2022
@ss-o
ss-o deleted the renovate/all branch September 18, 2022 20:42
@github-actions

Copy link
Copy Markdown
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.

@github-actions github-actions Bot locked and limited conversation to collaborators Sep 26, 2022
@ss-o ss-o added the area:dependencies Dependency updates or dependency-management work. label Jul 25, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area:dependencies Dependency updates or dependency-management work.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant