Skip to content

A Bunch of Small Changes#154

Closed
helloimalastair wants to merge 2 commits into
ascorbic:mainfrom
helloimalastair:fix/minis
Closed

A Bunch of Small Changes#154
helloimalastair wants to merge 2 commits into
ascorbic:mainfrom
helloimalastair:fix/minis

Conversation

@helloimalastair
Copy link
Copy Markdown

Closes #107

  • bump wrangler ^4.54.0^4.80.0 across all packages/fixtures(for secrets.required support)
  • add $schema to all wrangler.jsonc files
  • add secrets.required declarations to wrangler configs
  • remove hardcoded bucket_name from r2_buckets bindings(utilizes auto-provisioning so you can choose your own buckets/have wrangler create them)
  • add ignoredBuiltDependencies/minimumReleaseAge to root pnpm config

Most of these are QoL changes, so not necessarily expecting these to be merged.

helloimalastair and others added 2 commits April 4, 2026 15:32
  - bump wrangler ^4.54.0 → ^4.80.0 across all packages/fixtures(for secrets.required support)
  - add $schema to all wrangler.jsonc files
  - add secrets.required declarations to wrangler configs
  - remove hardcoded bucket_name from r2_buckets bindings(utilizes auto-provisioning so you can choose your own buckets/have wrangler create them)
  - add `ignoredBuiltDependencies`/minimumReleaseAge` to root pnpm config
Copy link
Copy Markdown
Owner

@ascorbic ascorbic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. The secrets.required changes are worth bringing in, but can you restrict this to just the changes needed for that, as well as pointing to config schema in the installed wrangler package.

Comment thread demos/pds/wrangler.jsonc
@@ -1,4 +1,5 @@
{
"$schema": "https://cdn.jsdelivr.net/npm/wrangler@4.80.0/config-schema.json",
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be loaded from in node_modules, which has the benefit of tracking the insgtalled version

@ascorbic ascorbic closed this May 12, 2026
@helloimalastair
Copy link
Copy Markdown
Author

helloimalastair commented May 13, 2026

Ah sorry, forgot to look at this again, got a bit distracted with work. Will take a look again when I get time.

Will spin it off into a separate PR, and scope it down a bit

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.

Feature request: allow customization of cloudflare r2 bucket name

2 participants