-
Notifications
You must be signed in to change notification settings - Fork 2
Update dependency knex to v0.95.15 #134
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
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/knex-0.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or 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
dfba40f
to
03ddc37
Compare
03ddc37
to
ec21cbc
Compare
ec21cbc
to
de91645
Compare
de91645
to
c5b77e5
Compare
c5b77e5
to
758134a
Compare
758134a
to
7528eee
Compare
7528eee
to
a6a5ed9
Compare
a6a5ed9
to
ebce4e6
Compare
ebce4e6
to
9ffec81
Compare
9ffec81
to
c87912e
Compare
c87912e
to
b118fa0
Compare
b118fa0
to
a0f05be
Compare
a0f05be
to
d97909f
Compare
d97909f
to
3026fd8
Compare
3026fd8
to
8656839
Compare
8656839
to
1411ce9
Compare
1411ce9
to
fc85f73
Compare
fc85f73
to
be471a1
Compare
be471a1
to
94db64b
Compare
94db64b
to
c602785
Compare
c602785
to
7a2d692
Compare
7a2d692
to
7ef7c67
Compare
7ef7c67
to
a852f77
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.18.1
->0.95.15
Release Notes
knex/knex
v0.95.15
Compare Source
Bug fixes:
v0.95.14
Compare Source
Bug fixes:
v0.95.13
Compare Source
Bug fixes:
Typings:
v0.95.12
Compare Source
New features:
Bug fixes:
Typings:
v0.95.11
Compare Source
New features:
Bug fixes:
Improvements:
v0.95.10
Compare Source
Improvements:
Typings:
v0.95.9
Compare Source
New features:
Typings:
v0.95.8
Compare Source
New features:
Bug fixes:
Typings:
v0.95.7
Compare Source
New features:
Typings:
v0.95.6
Compare Source
Typings:
v0.95.5
Compare Source
New features:
Bug fixes:
Typings:
v0.95.4
Compare Source
Typings:
v0.95.3
Compare Source
New features:
Bug fixes:
Typings:
v0.95.2
Compare Source
New features:
Bug fixes:
Typings:
Test / internal changes:
v0.95.1
Compare Source
Bug fixes:
v0.95.0
Compare Source
Note: there are many breaking changes in this version, particularly in TypeScript support. Please see
UPGRADING.md
for details.New features:
Bug fixes:
type
was set to'module'
inpackage.json
#4295Typings:
Test / internal changes:
v0.21.21
Compare Source
v0.21.20
Compare Source
v0.21.19
Compare Source
v0.21.18
Compare Source
v0.21.17
Compare Source
Bug fixes:
New features:
v0.21.16
Compare Source
Bug fixes:
v0.21.15
Compare Source
New features:
Typings:
Test / internal changes:
v0.21.14
Compare Source
New features:
Bug fixes:
Test / internal changes:
v0.21.13
Compare Source
New features:
dropForeign
#4092Bug fixes:
Typings:
Test / internal changes:
v0.21.12
Compare Source
Typings:
v0.21.11
Compare Source
Typings:
v0.21.10
Compare Source
New features:
Bug fixes:
Typings:
v0.21.9
Compare Source
New features:
Bug fixes:
v0.21.8
Compare Source
Bug fixes:
v0.21.7
Compare Source
New features:
Bug fixes:
Typings:
Test / internal changes:
v0.21.6
Compare Source
New features:
Bug fixes:
Typings:
v0.21.5
Compare Source
New features:
Test / internal changes:
v0.21.4
Compare Source
New features:
Bug fixes:
v0.21.3
Compare Source
New features:
Bug fixes:
Typings:
null
as valid binding type #3946Test / internal changes:
v0.21.2
Compare Source
New features:
void
as return type on migration generator ts stub #3865Typings:
Test / internal changes:
v0.21.1
Compare Source
v0.21.0
Compare Source
Improvements
Breaking changes
pg-query-stream
:Changed stream.close to stream.destroy which is the official way to terminate a readable stream. This is a breaking change if you rely on the stream.close method on pg-query-stream...though should be just a find/replace type operation to upgrade as the semantics remain very similar (not exactly the same, since internals are rewritten, but more in line with how streams are "supposed" to behave).
Test / internal changes:
v0.20.15
Compare Source
Bug fixes:
.finally(..)
on knex's Promise-alikes #3800Typings:
.distinctOn
#3784v0.20.14
Compare Source
New features:
Typings:
interface Knex
andfunction Knex
should have the same types #3787Test / internal changes:
v0.20.13
Compare Source
Bug fixes:
Typings:
v0.20.12
Compare Source
Bug fixes:
Typings:
Test / internal changes:
v0.20.11
Compare Source
Breaking changes:
map
,spread
andreduce
on QueryBuilder instance.New features:
Bug fixes:
Typings:
Test / internal changes:
v0.20.10
Compare Source
Bug fixes:
Typings:
fn.now
takes optionally a precision argument. #3662Test / internal changes:
v0.20.9
Compare Source
Bug fixes:
Typings:
enableArithAbort
toMsSqlConnectionConfig
Test / internal changes:
v0.20.8
Compare Source
New features:
Bug fixes:
Typings:
v0.20.7
Compare Source
New features:
Bug fixes:
Typings:
v0.20.6
Compare Source
Bug fixes:
v0.20.4
Compare Source
Bug fixes:
Typings:
Test / internal changes:
v0.20.3
Compare Source
New features:
Bug fixes:
Typings:
v0.20.2
Compare Source
New features:
Bug fixes:
Typings:
v0.20.1
Compare Source
Bug fixes:
.finally(..)
on knex's Promise-alikes #3800Typings:
.distinctOn
#3784v0.20.0
Compare Source
New features:
.offset()
#2908Bug fixes:
Typings:
Test / internal changes:
return
,reflect
,fromCallback
methods #3483v0.19.5
Compare Source
New features:
Bug fixes:
Typings:
Test / internal changes:
v0.19.4
Compare Source
New features:
Typings:
specific
to SeederConfig type #3429v0.19.3
Compare Source
Bug fixes:
New features:
Typings:
ColumnBuilder.defaultTo()
to benull
#3407Changes:
v0.19.2
Compare Source
Changes:
New features:
v0.19.1
Compare Source
New features:
Typings:
v0.19.0
Compare Source
Changes:
beforeDestroy
configuration option was removedv0.18.4
Compare Source
New features:
Bug fixes:
v0.18.3
Compare Source
New features:
Bug fixes:
v0.18.2
Compare Source
Bug fixes:
Configuration
📅 Schedule: "before 3am on the first day of the month" (UTC).
🚦 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 WhiteSource Renovate. View repository job log here.