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 all non-major dependencies #16

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 29, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cloudflare/workers-types ^4.20240320.1 -> ^4.20240329.0 age adoption passing confidence
@types/node (source) ^20.11.30 -> ^20.12.2 age adoption passing confidence
miniflare (source) ^3.20240314.0 -> ^3.20240320.1 age adoption passing confidence
nitropack ^2.9.4 -> ^2.9.5 age adoption passing confidence
wrangler (source) ^3.36.0 -> ^3.41.0 age adoption passing confidence

Release Notes

cloudflare/workerd (@​cloudflare/workers-types)

v4.20240329.0

Compare Source

cloudflare/workers-sdk (miniflare)

v3.20240320.1

Compare Source

Minor Changes

v3.20240320.0

Compare Source

Patch Changes
unjs/nitro (nitropack)

v2.9.5

Compare Source

compare changes

🚀 Enhancements
  • openapi: Add experimental /_nitro/scalar endpoint (#​2252)
🩹 Fixes
  • openapi: Use dynamic host + port (#​2216)
  • openapi: Add schema to generated parameters (#​2235)
  • openapi: Avoid double slash for base (fdf7e70a)
  • options: Set scheduledTasks to an empty object by default (#​2285)
  • prerender: Call nitroApp close hook when done prerendering (#​2287)
  • types: Return T from Serialize when it extends undefined (#​2286)
  • raw: Exclude yaml from raw plugin (#​2275)
  • externals: Check explicit inline rules on resolved id (#​2288)
  • raw: Allow importing relative paths (#​2289)
  • types: Make c12 env types available for NitroConfig (#​2292)
  • netlify-edge: Write _headers and _redirects (#​2291)
  • cloudflare-pages: Write _headers and _redirects for non static builds (#​2290)
  • netlify: Allow writing config.json (#​2264)
  • Allow importing utils from nitropack/runtime (#​2314)
💅 Refactors
  • openapi: Upgrade to openapi 3.1 (#​2297)
📖 Documentation
  • routing: Add note about middleware execution order (#​2282)
  • routing: Fx link to h3 object syntax handler (#​2281)
  • Update tasks return value (8a62e7db)
  • cache: Add a note for serverless environment (dc83a2e2)
  • Fix typo (#​2298)
📦 Build
  • Use .d.ts for runtime generated types (#​2313)
🏡 Chore
❤️ Contributors
cloudflare/workers-sdk (wrangler)

v3.41.0

Compare Source

Minor Changes

v3.40.0

Compare Source

Minor Changes
  • #​5426 9343714 Thanks @​RamIdeas! - feature: added a new wrangler triggers deploy command

    This command currently requires the --experimental-versions flag.

    This command extracts the trigger deployment logic from wrangler deploy and allows users to update their currently deployed Worker's triggers without doing another deployment. This is primarily useful for users of wrangler versions upload and wrangler versions deploy who can then run wrangler triggers deploy to apply trigger changes to their currently deployed Worker Versions.

    The command can also be used even if not using the wrangler versions ... commands. And, in fact, users are already using it implicitly when running wrangler deploy.

  • #​4932 dc0c1dc Thanks @​xortive! - feature: Add support for private networking in Hyperdrive configs

  • #​5369 7115568 Thanks @​mattdeboard! - fix: Use queue name, not ID, for r2 bucket event-notification subcommands

    Since the original command was not yet operational, this update does not constitute a breaking change.

    Instead of providing the queue ID as the parameter to --queue, users must provide the queue name. Under the hood, we will query the Queues API for the queue ID given the queue name.

  • #​5413 976adec Thanks @​pmiguel! - feature: Added Queue delivery controls support in wrangler.toml

  • #​5412 3e5a932 Thanks @​RamIdeas! - feature: adds the --json option to wrangler deployments list --experimental-versions, wrangler deployments status --experimental-versions, wrangler versions list --experimental-versions and wrangler versions view --experimental-versions which will format the output as clean JSON. The --experimental-versions flag is still required for these commands.

  • #​5258 fbdca7d Thanks @​OilyLime! - feature: URL decode components of the Hyperdrive config connection string

  • #​5416 47b325a Thanks @​mattdeboard! - fix: minor improvements to R2 notification subcommand

    1. r2 bucket event-notification <subcommand> becomes r2 bucket notification <subcommand>
    2. Parameters to --event-type use - instead of _ (e.g. object_create -> object-create)

    Since the original command was not yet operational, this update does not constitute a breaking change.

Patch Changes
  • #​5419 daac6a2 Thanks @​RamIdeas! - chore: add helpful logging to --experimental-versions commands

  • #​5400 c90dd6b Thanks @​RamIdeas! - chore: log of impending change of "Deployment ID" to "Version ID" in wrangler deploy, wrangler deployments list, wrangler deployments view and wrangler rollback. This is a warning of a future change for anyone depending on the output text format, for example by grepping the output in automated flows.

  • #​5422 b341614 Thanks @​geelen! - fix: remove d1BetaWarning and all usages

    This PR removes the warning that D1 is in beta for all D1 commands.

  • Updated dependencies [fbdca7d]:

    • miniflare@3.20240320.1

v3.39.0

Compare Source

Minor Changes
  • #​5373 5bd8db8 Thanks @​RamIdeas! - feature: Implement versioned rollbacks via wrangler rollback [version-id] --experimental-versions.

    Please note, the experimental-versions flag is required to use the new behaviour. The original wrangler rollback command is unchanged if run without this flag.

Patch Changes
  • #​5366 e11e169 Thanks @​RamIdeas! - fix: save non-versioned script-settings (logpush, tail_consumers) on wrangler versions deploy. This command still requires --experimental-versions.

  • #​5405 7c701bf Thanks @​RamIdeas! - chore: add wrangler deployments view [deployment-id] --experimental-versions command

    This command will display an error message which points the user to run either wrangler deployments status --experimental-versions or wrangler versions view <version-id> --experimental-versions instead.

v3.38.0

Compare Source

Minor Changes
  • #​5310 528c011 Thanks @​penalosa! - feat: Watch the entire module root for changes in --no-bundle mode, rather than just the entrypoint file.

  • #​5327 7d160c7 Thanks @​penalosa! - feat: Add wrangler pages download config

  • #​5284 f5e2367 Thanks @​CarmenPopoviciu! - feat: Add wrangler.toml support in wrangler pages dev

    As we are adding wrangler.toml support for Pages, we want to ensure that wrangler pages dev works with a configuration file.

  • #​5353 3be826f Thanks @​penalosa! - feat: Updates wrangler pages functions build to support using configuration from wrangler.toml in the generated output.

  • #​5102 ba52208 Thanks @​pmiguel! - feature: add support for queue delivery controls on wrangler queues create

Patch Changes

v3.37.0

Compare Source

Minor Changes
  • #​5294 bdc121d Thanks @​mattdeboard! - feature: Add event-notification commands in support of event notifications for Cloudflare R2.

    Included are commands for creating and deleting event notification configurations for individual buckets.

  • #​5231 e88ad44 Thanks @​w-kuhn! - feature: Add support for configuring HTTP Pull consumers for Queues

    HTTP Pull consumers can be used to pull messages from queues via https request.

Patch Changes
  • #​5317 9fd7eba Thanks @​GregBrimble! - chore: Deprecate -- <command>, --proxy and --script-path options from wrangler pages dev.

    Build your application to a directory and run the wrangler pages dev <directory> instead. This results in a more faithful emulation of production behavior.

  • Updated dependencies [248a318]:

    • miniflare@3.20240320.0

Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 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 force-pushed the renovate/all-minor-patch branch 4 times, most recently from abacae3 to 724ba80 Compare March 30, 2024 05:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 724ba80 to ff03422 Compare March 30, 2024 09:04
@renovate renovate bot merged commit 7a63f1b into main Apr 1, 2024
2 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch April 1, 2024 01:44
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.

0 participants