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

chore(deps): update devdependencies patch (non-major) #24196

Merged
merged 1 commit into from
May 23, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 15, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@inquirer/prompts (source) 5.0.2 -> 5.0.4 age adoption passing confidence
@microsoft/api-extractor (source) 7.43.2 -> 7.43.8 age adoption passing confidence
@swc/core (source) 1.5.3 -> 1.5.7 age adoption passing confidence
fp-ts 2.16.5 -> 2.16.6 age adoption passing confidence
lint-staged 15.2.2 -> 15.2.4 age adoption passing confidence
semver 7.6.1 -> 7.6.2 age adoption passing confidence
wrangler (source) 3.57.0 -> 3.57.1 age adoption passing confidence

Release Notes

SBoudrias/Inquirer.js (@​inquirer/prompts)

v5.0.4

Compare Source

v5.0.3

Compare Source

microsoft/rushstack (@​microsoft/api-extractor)

v7.43.8

Compare Source

Thu, 23 May 2024 02:26:56 GMT

Version update only

v7.43.7

Compare Source

Thu, 16 May 2024 15:10:22 GMT

Version update only

v7.43.6

Compare Source

Wed, 15 May 2024 23:42:58 GMT

Version update only

v7.43.5

Compare Source

Wed, 15 May 2024 06:04:17 GMT

Version update only

v7.43.4

Compare Source

Fri, 10 May 2024 05:33:33 GMT

Version update only

v7.43.3

Compare Source

Wed, 08 May 2024 22:23:50 GMT

Version update only

swc-project/swc (@​swc/core)

v1.5.7

Compare Source

Documentation

v1.5.6

Compare Source

Bug Fixes

v1.5.5

Compare Source

Bug Fixes
Refactor
gcanti/fp-ts (fp-ts)

v2.16.6

Compare Source

Polish

Allow dependencies to be widen when using orLeft #​1938

okonet/lint-staged (lint-staged)

v15.2.4

Compare Source

Patch Changes
  • 4f4537a Thanks @​iiroj! - Fix release issue with previous version; update dependencies
npm/node-semver (semver)

v7.6.2

Compare Source

Bug Fixes
cloudflare/workers-sdk (wrangler)

v3.57.1

Compare Source

Patch Changes
  • #​5859 f2ceb3a Thanks @​w-kuhn! - fix: queue consumer max_batch_timeout should accept a 0 value

  • #​5862 441a05f Thanks @​CarmenPopoviciu! - fix: wrangler pages deploy should fail if deployment was unsuccessful

    If a Pages project fails to deploy, wrangler pages deploy will log
    an error message, but exit successfully. It should instead throw a
    FatalError.

  • #​5812 d5e00e4 Thanks @​thomasgauvin! - fix: remove Hyperdrive warning for local development.

    Hyperdrive bindings are now supported when developing locally with Hyperdrive. We should update our logs to reflect this.

  • #​5626 a12b031 Thanks @​RamIdeas! - chore: ignore workerd output (error: CODE_MOVED) not intended for end-user devs


Configuration

📅 Schedule: Branch creation - "before 7am on Wednesday" (UTC), 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, check this box

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

@renovate renovate bot requested a review from a team as a code owner May 15, 2024 05:22
@renovate renovate bot requested review from Jolg42 and removed request for a team May 15, 2024 05:22
Copy link
Contributor

github-actions bot commented May 15, 2024

size-limit report 📦

Path Size
packages/client/runtime/library.js 179.82 KB (0%)
packages/client/runtime/library.d.ts 81 B (0%)
packages/client/runtime/binary.js 600.89 KB (0%)
packages/client/runtime/binary.d.ts 26 B (0%)
packages/client/runtime/edge.js 159.01 KB (0%)
packages/client/runtime/edge-esm.js 158.91 KB (0%)
packages/client/runtime/wasm.js 114.9 KB (0%)
packages/client/runtime/index-browser.js 33.77 KB (0%)
packages/client/runtime/index-browser.d.ts 89 B (0%)
packages/cli/build/index.js 2.09 MB (0%)
packages/client/prisma-client-0.0.0.tgz 3.02 MB (0%)
packages/cli/prisma-0.0.0.tgz 3.73 MB (-0.01% 🔽)
packages/bundle-size/da-workers-libsql/output.tgz 888.11 KB (+0.01% 🔺)
packages/bundle-size/da-workers-neon/output.tgz 967.21 KB (+0.01% 🔺)
packages/bundle-size/da-workers-pg/output.tgz 985.78 KB (+0.01% 🔺)
packages/bundle-size/da-workers-pg-worker/output.tgz 941.5 KB (+0.01% 🔺)
packages/bundle-size/da-workers-planetscale/output.tgz 902.53 KB (+0.01% 🔺)
packages/bundle-size/da-workers-d1/output.tgz 861.17 KB (+0.01% 🔺)

@renovate renovate bot force-pushed the renovate/devdependencies-patch-(non-major) branch from 9d07f4a to f9a2ca9 Compare May 15, 2024 06:43
@jkomyno jkomyno self-assigned this May 16, 2024
Copy link

codspeed-hq bot commented May 16, 2024

CodSpeed Performance Report

Merging #24196 will degrade performances by 27.94%

Comparing renovate/devdependencies-patch-(non-major) (39ba9d5) with main (d217767)

Summary

❌ 1 regressions
✅ 2 untouched benchmarks

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Benchmark main renovate/devdependencies-patch-(non-major) Change
client generation 100 models with relations 5.8 s 8.1 s -27.94%

@renovate renovate bot force-pushed the renovate/devdependencies-patch-(non-major) branch from ee9b5e1 to 39ba9d5 Compare May 23, 2024 11:13
@Jolg42 Jolg42 merged commit c84bed5 into main May 23, 2024
213 of 214 checks passed
@Jolg42 Jolg42 deleted the renovate/devdependencies-patch-(non-major) branch May 23, 2024 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants