zmiguel / Eve-Reactions-Calculator

Reactions Calculator for the POST-Lifeblood EVE
https://reactions.coalition.space
3 stars 2 forks source link

Bump wrangler from 3.68.0 to 3.76.0 #178

Closed dependabot[bot] closed 6 days ago

dependabot[bot] commented 1 week ago

Bumps wrangler from 3.68.0 to 3.76.0.

Release notes

Sourced from wrangler's releases.

wrangler@3.76.0

Minor Changes

  • #6126 18c105b Thanks @​IRCody! - feature: Add 'cloudchamber curl' command

    Adds a cloudchamber curl command which allows easy access to arbitrary cloudchamber API endpoints.

  • #6649 46a91e7 Thanks @​andyjessop! - feature: Integrate the Cloudflare Pipelines product into wrangler.

    Cloudflare Pipelines is a product that handles the ingest of event streams into R2. This feature integrates various forms of managing pipelines.

    Usage: wrangler pipelines create <pipeline>: Create a new pipeline wrangler pipelines list: List current pipelines wrangler pipelines show <pipeline>: Show a pipeline configuration wrangler pipelines update <pipeline>: Update a pipeline wrangler pipelines delete <pipeline>: Delete a pipeline

    Examples: wrangler pipelines create my-pipeline --r2 MY_BUCKET --access-key-id "my-key" --secret-access-key "my-secret" wrangler pipelines show my-pipeline wrangler pipelines delete my-pipline

Patch Changes

  • #6612 6471090 Thanks @​dario-piotrowicz! - fix: Add hyperdrive binding support in getPlatformProxy

    example:

    # wrangler.toml
    [[hyperdrive]]
    binding = "MY_HYPERDRIVE"
    id = "000000000000000000000000000000000"
    localConnectionString = "postgres://user:pass@127.0.0.1:1234/db"
    
    // index.mjs
    

    import postgres from "postgres"; import { getPlatformProxy } from "wrangler";

    const { env, dispose } = await getPlatformProxy();

    try { const sql = postgres( // Note: connectionString points to postgres://user:pass@127.0.0.1:1234/db not to the actual hyperdrive // connection string, for more details see the explanation below

... (truncated)

Changelog

Sourced from wrangler's changelog.

3.76.0

Minor Changes

  • #6126 18c105b Thanks @​IRCody! - feature: Add 'cloudchamber curl' command

    Adds a cloudchamber curl command which allows easy access to arbitrary cloudchamber API endpoints.

  • #6649 46a91e7 Thanks @​andyjessop! - feature: Integrate the Cloudflare Pipelines product into wrangler.

    Cloudflare Pipelines is a product that handles the ingest of event streams into R2. This feature integrates various forms of managing pipelines.

    Usage: wrangler pipelines create <pipeline>: Create a new pipeline wrangler pipelines list: List current pipelines wrangler pipelines show <pipeline>: Show a pipeline configuration wrangler pipelines update <pipeline>: Update a pipeline wrangler pipelines delete <pipeline>: Delete a pipeline

    Examples: wrangler pipelines create my-pipeline --r2 MY_BUCKET --access-key-id "my-key" --secret-access-key "my-secret" wrangler pipelines show my-pipeline wrangler pipelines delete my-pipline

Patch Changes

  • #6612 6471090 Thanks @​dario-piotrowicz! - fix: Add hyperdrive binding support in getPlatformProxy

    example:

    # wrangler.toml
    [[hyperdrive]]
    binding = "MY_HYPERDRIVE"
    id = "000000000000000000000000000000000"
    localConnectionString = "postgres://user:pass@127.0.0.1:1234/db"
    
    // index.mjs
    

    import postgres from "postgres"; import { getPlatformProxy } from "wrangler";

    const { env, dispose } = await getPlatformProxy();

    try { const sql = postgres( // Note: connectionString points to postgres://user:pass@127.0.0.1:1234/db not to the actual hyperdrive

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
cloudflare-workers-and-pages[bot] commented 1 week ago

Deploying eve-reactions-calculator with  Cloudflare Pages  Cloudflare Pages

Latest commit: ebfc0c1
Status: ✅  Deploy successful!
Preview URL: https://68709539.eve-reactions-calculator.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-dev-316g.eve-reactions-calculator.pages.dev

View logs

dependabot[bot] commented 6 days ago

Superseded by #179.