-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix(deps): update dependency @neondatabase/serverless to v0.7.2 #545
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: 78b7e7e The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
e5f467d
to
e6c6e6a
Compare
e6c6e6a
to
8f9e9d4
Compare
8f9e9d4
to
59af16a
Compare
59af16a
to
c9ff598
Compare
c9ff598
to
f7fc5fa
Compare
f7fc5fa
to
fe31ba4
Compare
fe31ba4
to
afe8a71
Compare
afe8a71
to
b9267dd
Compare
b9267dd
to
ff1a8c1
Compare
ff1a8c1
to
530d4ad
Compare
530d4ad
to
35a5235
Compare
35a5235
to
ed4defa
Compare
ed4defa
to
8392f67
Compare
8392f67
to
a648314
Compare
a648314
to
a52d7ea
Compare
a52d7ea
to
1deb92f
Compare
1deb92f
to
1cf2d80
Compare
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@neondatabase/serverless@0.6.0 |
hey! can we please get this PR merged and released? as it's fixing compatibility with |
@szymonrybczak Done and released |
Thanks! 🙏 |
This PR contains the following updates:
0.6.0
->0.7.2
Release Notes
neondatabase/serverless (@neondatabase/serverless)
v0.7.2
Compare Source
Export a full ESM build to index.mjs -- don't just wrap the CJS code -- since no wrapping method seems reliable across bundlers and platforms. It's now important to only
require
or onlyimport
the package: if you mix, you'll get two copies of the code that don't share configuration changes.v0.7.1
Compare Source
Fixed index.d.mts.
v0.7.0
Compare Source
Altered ESM re-export technique (in index.mjs) to work around WebPack issues. Added a re-export of TypeScript types (as index.d.mts) to fix the 'Masquerading as CJS' warning from https://arethetypeswrong.github.io/.
v0.6.1
Compare Source
WebSocket connection errors are now reported properly via
client.on('error', err => { /* ... */ })
.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.