Skip to content
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

Update pnpm to v10.2.0 #5371

Merged
merged 1 commit into from
Feb 5, 2025
Merged

Update pnpm to v10.2.0 #5371

merged 1 commit into from
Feb 5, 2025

Conversation

openverse-bot
Copy link
Collaborator

@openverse-bot openverse-bot commented Feb 4, 2025

This PR contains the following updates:

Package Type Update Change
pnpm (source) packageManager minor 10.1.0 -> 10.2.0

Release Notes

pnpm/pnpm (pnpm)

v10.2.0

Compare Source

Minor Changes
  • Packages executed via pnpm dlx and pnpm create are allowed to be built (run postinstall scripts) by default.

    If the packages executed by dlx or create have dependencies that have to be built, they should be listed via the --allow-build flag. For instance, if you want to run a package called bundle that has esbuild in dependencies and want to allow esbuild to run postinstall scripts, run:

    pnpm --allow-build=esbuild dlx bundle
    

    Related PR: #​9026.

Patch Changes
  • Quote args for scripts with shell-quote to support new lines (on POSIX only) #​8980.
  • Fix a bug in which pnpm deploy fails to read the correct projectId when the deploy source is the same as the workspace directory #​9001.
  • Proxy settings should be respected, when resolving Git-hosted dependencies #​6530.
  • Prevent overrides from adding invalid version ranges to peerDependencies by keeping the peerDependencies and overriding them with prod dependencies #​8978.
  • Sort the package names in the "pnpm.onlyBuiltDependencies" list saved by pnpm approve-builds.

Configuration

📅 Schedule: Branch creation - "* 0-3 1 * *" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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, check this box

This PR has been generated by Renovate Bot.

@openverse-bot openverse-bot added dependencies Pull requests that update a dependency file 💻 aspect: code Concerns the software code in the repository labels Feb 4, 2025
@openverse-bot openverse-bot requested a review from a team as a code owner February 4, 2025 04:37
@openverse-bot openverse-bot added 🟨 tech: javascript Involves JavaScript 🟩 priority: low Low priority and doesn't need to be rushed 🧰 goal: internal improvement Improvement that benefits maintainers, not users 🧱 stack: frontend Related to the Nuxt frontend labels Feb 4, 2025
Copy link

github-actions bot commented Feb 4, 2025

Latest k6 run output1

     ✓ status was 200

     checks.........................: 100.00% ✓ 392      ✗ 0   
     data_received..................: 93 MB   386 kB/s
     data_sent......................: 51 kB   214 B/s
     http_req_blocked...............: avg=35.14µs  min=2.18µs   med=4.82µs   max=526.85µs p(90)=145.09µs p(95)=165.41µs
     http_req_connecting............: avg=21.16µs  min=0s       med=0s       max=201.57µs p(90)=98.12µs  p(95)=113.63µs
     http_req_duration..............: avg=167.05ms min=17.69ms  med=114.84ms max=1.16s    p(90)=376.62ms p(95)=455.51ms
       { expected_response:true }...: avg=167.05ms min=17.69ms  med=114.84ms max=1.16s    p(90)=376.62ms p(95)=455.51ms
   ✓ http_req_failed................: 0.00%   ✓ 0        ✗ 392 
     http_req_receiving.............: avg=193.07µs min=66.46µs  med=147µs    max=4.21ms   p(90)=277.83µs p(95)=359.46µs
     http_req_sending...............: avg=25.82µs  min=8.41µs   med=23.5µs   max=288.68µs p(90)=38.55µs  p(95)=44.32µs 
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=166.83ms min=17.5ms   med=114.67ms max=1.16s    p(90)=376.47ms p(95)=455.24ms
     http_reqs......................: 392     1.630679/s
     iteration_duration.............: avg=891.92ms min=153.35ms med=929.49ms max=1.87s    p(90)=1.18s    p(95)=1.66s   
     iterations.....................: 74      0.307832/s
     vus............................: 0       min=0      max=6 
     vus_max........................: 60      min=60     max=60

Footnotes

  1. This comment will automatically update with new output each time k6 runs for this PR

@openverse-bot openverse-bot force-pushed the gha-renovatepnpm-10.x branch 3 times, most recently from f25f6e8 to 8f4b1c6 Compare February 5, 2025 08:08
@obulat obulat merged commit 692ccfd into main Feb 5, 2025
50 checks passed
@obulat obulat deleted the gha-renovatepnpm-10.x branch February 5, 2025 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💻 aspect: code Concerns the software code in the repository dependencies Pull requests that update a dependency file 🧰 goal: internal improvement Improvement that benefits maintainers, not users 🟩 priority: low Low priority and doesn't need to be rushed 🧱 stack: frontend Related to the Nuxt frontend 🟨 tech: javascript Involves JavaScript
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants