Skip to content

Bump @opennextjs/cloudflare from 0.6.5 to 0.6.6#205

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/opennextjs/cloudflare-0.6.6
Open

Bump @opennextjs/cloudflare from 0.6.5 to 0.6.6#205
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/opennextjs/cloudflare-0.6.6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 2, 2025

Copy link
Copy Markdown
Contributor

Bumps @opennextjs/cloudflare from 0.6.5 to 0.6.6.

Release notes

Sourced from @​opennextjs/cloudflare's releases.

@​opennextjs/cloudflare@​0.6.6

Patch Changes

  • #520 3bd200a Thanks @​vicb! - Define process.version and process.versions.node

  • #522 79fadc4 Thanks @​vicb! - Log exceptions in requirePage and NodeModuleLoader when OPEN_NEXT_DEBUG=1

  • #523 19dedc7 Thanks @​vicb! - fix: process.env has a higher loading priority than .env files

  • #469 aef8e51 Thanks @​Juuldamen! - Adds support for passing options to initOpenNextCloudflareForDev(). This allows you to configure how your Cloudflare bindings will behave during local development.

    For example, the below configuration will persist the local state of bindings to a custom directory. Which can be useful if you want to share the state between different apps that reuse the same bindings in a monorepo.

    initOpenNextCloudflareForDev({
      persist: {
        path: "../../.wrangler/state/v3/custom-dir",
      },
    });

    You can find the configuration type with it's available options here in the Wrangler source code.

Changelog

Sourced from @​opennextjs/cloudflare's changelog.

0.6.6

Patch Changes

  • #520 3bd200a Thanks @​vicb! - Define process.version and process.versions.node

  • #522 79fadc4 Thanks @​vicb! - Log exceptions in requirePage and NodeModuleLoader when OPEN_NEXT_DEBUG=1

  • #523 19dedc7 Thanks @​vicb! - fix: process.env has a higher loading priority than .env files

  • #469 aef8e51 Thanks @​Juuldamen! - Adds support for passing options to initOpenNextCloudflareForDev(). This allows you to configure how your Cloudflare bindings will behave during local development.

    For example, the below configuration will persist the local state of bindings to a custom directory. Which can be useful if you want to share the state between different apps that reuse the same bindings in a monorepo.

    initOpenNextCloudflareForDev({
      persist: {
        path: "../../.wrangler/state/v3/custom-dir",
      },
    });

    You can find the configuration type with it's available options here in the Wrangler source code.

Commits
  • 197b1a5 Version Packages (#521)
  • 79fadc4 Log exceptions in requirePage and NodeModuleLoader in debug mode (#522)
  • 19dedc7 fix: process.env has a higher loading priority than .env files (#523)
  • 3bd200a Define process.version and process.versions.node (#520)
  • 99f28d7 drop the AbortController patch (#519)
  • aef8e51 feat: support passing options to init open-next cloudflare dev function (#469)
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 <dependency name> 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [@opennextjs/cloudflare](https://github.com/opennextjs/opennextjs-cloudflare/tree/HEAD/packages/cloudflare) from 0.6.5 to 0.6.6.
- [Release notes](https://github.com/opennextjs/opennextjs-cloudflare/releases)
- [Changelog](https://github.com/opennextjs/opennextjs-cloudflare/blob/main/packages/cloudflare/CHANGELOG.md)
- [Commits](https://github.com/opennextjs/opennextjs-cloudflare/commits/@opennextjs/cloudflare@0.6.6/packages/cloudflare)

---
updated-dependencies:
- dependency-name: "@opennextjs/cloudflare"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants