-
-
Notifications
You must be signed in to change notification settings - Fork 428
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 dependency drizzle-kit to ^0.20.6 - autoclosed #743
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/drizzle-kit-0.x
branch
from
November 11, 2023 15:01
98388a0
to
5fa93ab
Compare
renovate
bot
force-pushed
the
renovate/drizzle-kit-0.x
branch
from
November 11, 2023 16:43
5fa93ab
to
5c13295
Compare
renovate
bot
force-pushed
the
renovate/drizzle-kit-0.x
branch
2 times, most recently
from
November 11, 2023 16:55
bceecc6
to
e171bcb
Compare
renovate
bot
force-pushed
the
renovate/drizzle-kit-0.x
branch
from
November 12, 2023 11:23
e171bcb
to
84a1069
Compare
renovate
bot
force-pushed
the
renovate/drizzle-kit-0.x
branch
from
November 12, 2023 11:28
84a1069
to
39bf594
Compare
renovate
bot
force-pushed
the
renovate/drizzle-kit-0.x
branch
from
November 12, 2023 11:34
39bf594
to
6a5b855
Compare
renovate
bot
changed the title
chore(deps): update dependency drizzle-kit to ^0.20.1
chore(deps): update dependency drizzle-kit to ^0.20.2
Nov 12, 2023
renovate
bot
force-pushed
the
renovate/drizzle-kit-0.x
branch
from
November 12, 2023 13:46
6a5b855
to
5de5392
Compare
renovate
bot
force-pushed
the
renovate/drizzle-kit-0.x
branch
from
November 12, 2023 18:56
5de5392
to
335f89f
Compare
renovate
bot
force-pushed
the
renovate/drizzle-kit-0.x
branch
from
November 12, 2023 19:05
335f89f
to
39f22bf
Compare
renovate
bot
force-pushed
the
renovate/drizzle-kit-0.x
branch
from
November 19, 2023 11:56
7753922
to
d81342b
Compare
renovate
bot
force-pushed
the
renovate/drizzle-kit-0.x
branch
from
November 20, 2023 23:43
d81342b
to
43fb07d
Compare
renovate
bot
force-pushed
the
renovate/drizzle-kit-0.x
branch
from
November 20, 2023 23:51
43fb07d
to
24e4981
Compare
renovate
bot
force-pushed
the
renovate/drizzle-kit-0.x
branch
from
November 26, 2023 12:22
24e4981
to
4a4c031
Compare
renovate
bot
force-pushed
the
renovate/drizzle-kit-0.x
branch
from
November 26, 2023 12:27
4a4c031
to
037acb3
Compare
renovate
bot
changed the title
chore(deps): update dependency drizzle-kit to ^0.20.4
chore(deps): update dependency drizzle-kit to ^0.20.6
Nov 26, 2023
renovate
bot
force-pushed
the
renovate/drizzle-kit-0.x
branch
from
November 26, 2023 22:27
037acb3
to
b0449e2
Compare
renovate
bot
force-pushed
the
renovate/drizzle-kit-0.x
branch
from
December 3, 2023 20:48
b0449e2
to
a82ec67
Compare
renovate
bot
force-pushed
the
renovate/drizzle-kit-0.x
branch
from
December 3, 2023 20:53
a82ec67
to
9b0b732
Compare
renovate
bot
changed the title
chore(deps): update dependency drizzle-kit to ^0.20.6
chore(deps): update dependency drizzle-kit to ^0.20.6 - autoclosed
Dec 3, 2023
auto-merge was automatically disabled
December 3, 2023 21:18
Pull request was closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.19.13
->^0.20.6
Release Notes
drizzle-team/drizzle-kit-mirror (drizzle-kit)
v0.20.6
Compare Source
v0.20.5
Compare Source
v0.20.4
Compare Source
v0.20.3
Compare Source
v0.20.2
Compare Source
v0.20.1
Compare Source
v0.20.0
: 0.20.0Compare Source
New Features
New way to define drizzle.config using
defineConfig
functionPossibility to access Cloudflare D1 with Drizzle Studio using wrangler.toml file
You can now use Drizzle Studio with your D1 database. Please note that it may be slow at times because Drizzle Studio utilizes Wrangler CLI calls to perform data selection, updates, deletions, and insertions. The speed of these operations depends on the performance of Wrangler CLI calls.
To use Drizzle Studio with the D1 database, you need to provide the file path to your
wrangler.toml
file and specify thedbName
you are using in Cloudflare D1And then run
drizzle-kit studio
Drizzle Studio is migrating to https://local.drizzle.studio/
Previously, Drizzle Studio used
127.0.0.1:4983
as the default host and port for the web page. Currently, Drizzle Studio will always be hosted onhttps://local.drizzle.studio/
, connecting to the backend at127.0.0.1:4983
. You can modify the host and port for the backend server by using the--host
and--port
options indrizzle-kit studio
.local.drizzle.studio
provides the ability to ship updates to the Drizzle Studio web UI immediately, eliminating the need for constantdrizzle-kit
upgradesbigint unsigned
supportThis option is now available in the introspect, push, and generate commands.
primaryKeys
andforeignKeys
now can have custom namesThis option is now available in the introspect, push, and generate commands.
Environment variables are now fetched automatically
As mentioned many times, you can finally skip fetching environment variables to use with the
drizzle.config
file. Drizzle Kit will handle this process automatically.Drizzle Studio Updates
public
will be the default, and the only choice.Improvements
libsql_wasm_func_table
from sqlite introspect and pushprimaryKey
columns order for composite constraintsBug Fixes
turso
orlibsql
driver user was seeing an error with nobetter-sqlite3
dependencytableFilters
to cli options in all push commandsConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.