Skip to content

chore(deps): update pnpm to v6.32.3 #598

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 7, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 5, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pnpm (source) 6.32.2 -> 6.32.3 age adoption passing confidence

Release Notes

pnpm/pnpm

v6.32.3

Compare Source

Patch Changes
  • 4941f31: The location of an injected directory dependency should be correctly located, when there is a chain of local dependencies (declared via the file: protocol`).

    The next scenario was not working prior to the fix. There are 3 projects in the same folder: foo, bar, qar.

    foo/package.json:

    {
      "name": "foo",
      "dependencies": {
        "bar": "file:../bar"
      },
      "dependenciesMeta": {
        "bar": {
          "injected": true
        }
      }
    }

    bar/package.json:

    {
      "name": "bar",
      "dependencies": {
        "qar": "file:../qar"
      },
      "dependenciesMeta": {
        "qar": {
          "injected": true
        }
      }
    }

    qar/package.json:

    {
      "name": "qar"
    }

    Related PR: #​4415.


Configuration

📅 Schedule: "before 2am" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@renovate renovate bot requested a review from a team as a code owner March 5, 2022 00:45
@renovate renovate bot added the c: dependencies Pull requests that adds/updates a dependency label Mar 5, 2022
@codecov
Copy link

codecov bot commented Mar 5, 2022

Codecov Report

Merging #598 (f97f91a) into main (c5a1548) will increase coverage by 0.01%.
The diff coverage is n/a.

❗ Current head f97f91a differs from pull request most recent head d6b54d6. Consider uploading reports for the commit d6b54d6 to get more accurate results

@@            Coverage Diff             @@
##             main     #598      +/-   ##
==========================================
+ Coverage   99.33%   99.34%   +0.01%     
==========================================
  Files        1920     1920              
  Lines      176444   176444              
  Branches      898      904       +6     
==========================================
+ Hits       175265   175287      +22     
+ Misses       1123     1101      -22     
  Partials       56       56              
Impacted Files Coverage Δ
src/vendor/user-agent.ts 97.75% <0.00%> (-0.29%) ⬇️
src/system.ts 96.37% <0.00%> (ø)
src/address.ts 98.70% <0.00%> (ø)
src/random.ts 99.41% <0.00%> (+0.19%) ⬆️
src/helpers.ts 99.55% <0.00%> (+0.29%) ⬆️
src/image.ts 99.41% <0.00%> (+0.58%) ⬆️
src/image_providers/unsplash.ts 99.33% <0.00%> (+0.66%) ⬆️
src/image_providers/lorempicsum.ts 94.82% <0.00%> (+0.86%) ⬆️
src/name.ts 95.82% <0.00%> (+0.89%) ⬆️
src/image_providers/lorempixel.ts 92.83% <0.00%> (+1.07%) ⬆️
... and 2 more

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 964ef21 to 4db9bbc Compare March 5, 2022 08:24
@renovate renovate bot changed the title chore(deps): update dependency esbuild to ~0.14.25 chore(deps): update all non-major dependencies Mar 5, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2213bb2 to e4e3eb0 Compare March 6, 2022 18:09
@ejcheng ejcheng added the c: chore PR that doesn't affect the runtime behavior label Mar 6, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e4e3eb0 to 357f3d7 Compare March 7, 2022 07:56
ST-DDT
ST-DDT previously approved these changes Mar 7, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 357f3d7 to 9d408b5 Compare March 7, 2022 19:09
prisis
prisis previously approved these changes Mar 7, 2022
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update pnpm to v6.32.3 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ad162fa to 9c73140 Compare March 7, 2022 19:36
prisis
prisis previously approved these changes Mar 7, 2022
@Shinigami92 Shinigami92 enabled auto-merge (squash) March 7, 2022 20:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f97f91a to d6b54d6 Compare March 7, 2022 20:28
@Shinigami92 Shinigami92 merged commit 2d68da1 into main Mar 7, 2022
@renovate renovate bot deleted the renovate/all-minor-patch branch March 7, 2022 20:33
demipel8 pushed a commit to demipel8/faker that referenced this pull request Mar 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: chore PR that doesn't affect the runtime behavior c: dependencies Pull requests that adds/updates a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants