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 dependency wrangler to v3.53.1 #24106

Merged
merged 1 commit into from May 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 8, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
wrangler (source) 3.53.0 -> 3.53.1 age adoption passing confidence

Release Notes

cloudflare/workers-sdk (wrangler)

v3.53.1

Compare Source

Patch Changes
  • #​5091 6365c90 Thanks @​Cherry! - fix: better handle dashes and other invalid JS identifier characters in wrangler types generation for vars, bindings, etc.

    Previously, with the following in your wrangler.toml, an invalid types file would be generated:

    [vars]
    some-var = "foobar"

    Now, the generated types file will be valid:

    interface Env {
    	"some-var": "foobar";
    }
  • #​5748 27966a4 Thanks @​penalosa! - fix: Load sourcemaps relative to the entry directory, not cwd.

  • #​5746 1dd9f7e Thanks @​petebacondarwin! - fix: suggest trying to update Wrangler if there is a newer one available after an unexpected error

  • #​5226 f63e7a5 Thanks @​DaniFoldi! - fix: remove second Wrangler banner from wrangler dispatch-namespace rename


Configuration

📅 Schedule: Branch creation - "before 7am on Wednesday" (UTC), Automerge - At any time (no schedule defined).

🚦 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, 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 8, 2024 02:06
@renovate renovate bot requested review from jkomyno, Jolg42 and SevInf and removed request for a team May 8, 2024 02:06
Copy link

socket-security bot commented May 8, 2024

No dependency changes detected. Learn more about Socket for GitHub ↗︎

👍 No dependency changes detected in pull request

Copy link
Contributor

github-actions bot commented May 8, 2024

size-limit report 📦

Path Size
packages/client/runtime/library.js 179.77 KB (0%)
packages/client/runtime/library.d.ts 81 B (0%)
packages/client/runtime/binary.js 600.99 KB (0%)
packages/client/runtime/binary.d.ts 26 B (0%)
packages/client/runtime/edge.js 159.02 KB (0%)
packages/client/runtime/edge-esm.js 158.91 KB (0%)
packages/client/runtime/wasm.js 114.85 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.74 MB (0%)
packages/bundle-size/da-workers-libsql/output.tgz 888.14 KB (+0.01% 🔺)
packages/bundle-size/da-workers-neon/output.tgz 966.74 KB (+0.01% 🔺)
packages/bundle-size/da-workers-pg/output.tgz 985.47 KB (+0.01% 🔺)
packages/bundle-size/da-workers-pg-worker/output.tgz 941.18 KB (+0.01% 🔺)
packages/bundle-size/da-workers-planetscale/output.tgz 903.56 KB (+0.01% 🔺)
packages/bundle-size/da-workers-d1/output.tgz 861.2 KB (+0.01% 🔺)

@renovate renovate bot force-pushed the renovate/dependencies-patch-(non-major) branch from 33e9a2f to 8dec72e Compare May 8, 2024 04:47
Copy link

codspeed-hq bot commented May 8, 2024

CodSpeed Performance Report

Merging #24106 will degrade performances by 23.84%

Comparing renovate/dependencies-patch-(non-major) (8dec72e) with main (4e72631)

Summary

❌ 1 regressions
✅ 2 untouched benchmarks

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

Benchmarks breakdown

Benchmark main renovate/dependencies-patch-(non-major) Change
client generation 100 models with relations 29.5 s 38.7 s -23.84%

@Jolg42 Jolg42 merged commit 65a3897 into main May 8, 2024
213 of 214 checks passed
@Jolg42 Jolg42 deleted the renovate/dependencies-patch-(non-major) branch May 8, 2024 07:00
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

1 participant