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

Version Packages #639

Merged
merged 1 commit into from
Jan 31, 2024
Merged

Version Packages #639

merged 1 commit into from
Jan 31, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 15, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@cloudflare/next-on-pages@1.8.6

Patch Changes

  • 0b1af18: add assertions for making sure that the required setupDevBindings options are provided

  • bb18e8a: fix: ensure Durable Object stub proxies fetch Durable Objects and not their containing Worker

    Previously, calling DurableObjectStub#fetch() would dispatch a fetch event to the Worker containing the target Durable Object, not the Durable Object itself. This change ensures the fetch event is dispatched directly to the Durable Object.

  • 3dd1f20: indent setupDevBindings warnings

  • 519c6cc: add databaseId variant for D1s to the setupDevBindings D1 binding type

    D1 databases can only be referenced by their ID and not name, the current implementation
    wrongly accepts the database name and uses it as the database id, in order to amend this
    without introducing a breaking change we add a variant of the D1 binding type that accepts
    a databaseId field instead of the databaseName for the binding and we present a warning
    to users if the databaseName is used instead.

    When a better more stable/clear API will be decided for D1 bindings we can revisit this API.

  • 05b6256: remove the invalid stringification of var bindings in next-dev

  • bb18e8a: chore: bump to miniflare@3.20231218.1

eslint-plugin-next-on-pages@1.8.6

@github-actions github-actions bot force-pushed the changeset-release/main branch 5 times, most recently from 6c671a5 to b5865eb Compare January 18, 2024 21:46
@github-actions github-actions bot force-pushed the changeset-release/main branch from b5865eb to 4cc3236 Compare January 22, 2024 14:14
@github-actions github-actions bot force-pushed the changeset-release/main branch from 4cc3236 to e76d75b Compare January 29, 2024 23:10
Copy link
Contributor Author

🧪 Prereleases are available for testing 🧪

@cloudflare/next-on-pages

You can install this latest build in your project with:

npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/next-on-pages/runs/7724348291/npm-package-next-on-pages-639

@cloudflare/eslint-plugin-next-on-pages

You can install this latest build in your project with:

npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/next-on-pages/runs/7724348291/npm-package-eslint-plugin-next-on-pages-639

@dario-piotrowicz dario-piotrowicz merged commit 52499eb into main Jan 31, 2024
7 of 8 checks passed
@dario-piotrowicz dario-piotrowicz deleted the changeset-release/main branch January 31, 2024 10:11
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.

1 participant