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.4.2
->0.5.1
8.4.0
->8.7.0
4.0.13
->4.0.23
0.25.0
->0.26.3
2.0.6
->2.0.8
6.1.5
->6.1.10
7.3.4
->7.4.1
5.1.3
->5.2.2
5.22.1
->5.26.3
Release Notes
total-typescript/ts-reset (@total-typescript/ts-reset)
v0.5.1
Patch Changes
v0.5.0
Minor Changes
49b8603
: Added a rule,/session
, to make sessionStorage and localStorage safer.49b8603
: Added a/dom
entrypoint to allow users to import DOM-only rules.WiseLibs/better-sqlite3 (better-sqlite3)
v8.7.0
Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v8.6.0...v8.7.0
v8.6.0
Compare Source
What's Changed
6ee3399
nativeBinding
supports addon object by @destyk in https://github.com/WiseLibs/better-sqlite3/pull/974New Contributors
Full Changelog: WiseLibs/better-sqlite3@v8.5.2...v8.6.0
v8.5.2
Compare Source
What's Changed
New Contributors
Full Changelog: WiseLibs/better-sqlite3@v8.5.1...v8.5.2
v8.5.1
Compare Source
What's Changed
v26
prebuilds by @m4heshd in https://github.com/WiseLibs/better-sqlite3/pull/1042Full Changelog: WiseLibs/better-sqlite3@v8.5.0...v8.5.1
v8.5.0
Compare Source
What's Changed
v25
prebuilds by @m4heshd in https://github.com/WiseLibs/better-sqlite3/pull/1013Full Changelog: WiseLibs/better-sqlite3@v8.4.0...v8.5.0
kwhitley/itty-router (itty-router)
v4.0.23
Compare Source
v4.0.22
Compare Source
v4.0.21
Compare Source
v4.0.20
Compare Source
v4.0.19
Compare Source
v4.0.18
Compare Source
v4.0.17
Compare Source
v4.0.16
Compare Source
v4.0.15
Compare Source
v4.0.14
Compare Source
kysely-org/kysely (kysely)
v0.26.3
Compare Source
select(eb => [autocompletion works here now])
.v0.26.2
Compare Source
from
clause. The function is called selectNoFrom. The function name was selected after a lot of discussion. The most natural name would just beselect
, but new users would find that in a list of autocompletions beforeselectFrom
and naturally use it when trying to create aselect from
query. This would be especially true for people coming from knex where aselect from
query is started using aselect
call. #605and
andor
functions. Allows easywhere(eb => eb.and(object))
filters. #583any
function to function module. #612between
method to expression builder. #602lit
method to expression builder. #600orderBy
. #423 Thank you @igalklebanov ❤️An example of an object
and
call:v0.26.1
Compare Source
v0.26.0
Compare Source
Expression builder improvements
We improved the expression builder based on excellent feedback from the community in this issue in addition to many discord discussions. Unfortunately this means deprecating the recently added
cmpr
andbxp
methods, but the migration should be painless. Read more @ #565.Before you could create comparisons and arbitrary binary expressions using
cmpr
andbxp
respectively:After this release, you'd do this instead:
As you can see we made the expression builder callable and it can create all kinds of binary expressions. You can still use destructuring as before since the expression builder has a new property
eb
that returns itself:or
andand
chainingWe've also added new way to create
and
andor
expressions using chainingThe old
and
andor
methods are still there and are not going anywhere.JSON references
The expression builder's
ref
function can now be used to reference nested JSON columns' fields and array items in a type-safe way:The JSON reference builder is just our first guess of a good API. We're eager to hear your feedback. More examples and a recipe on the subject will follow shortly after this release. Read more @ #440.
Other changes
posva/mande (mande)
v2.0.8
Compare Source
Bug Fixes
v2.0.7
Compare Source
Bug Fixes
Features
taoqf/node-fast-html-parser (node-html-parser)
v6.1.10
Compare Source
v6.1.9
Compare Source
v6.1.8
Compare Source
v6.1.7
Compare Source
v6.1.6
Compare Source
sindresorhus/p-queue (p-queue)
v7.4.1
Compare Source
v7.4.0
Compare Source
f216e33
Microsoft/TypeScript (typescript)
v5.2.2
: TypeScript 5.2Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.1.6
: TypeScript 5.1.6Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on npm
v5.1.5
: TypeScript 5.1.5Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
nodejs/undici (undici)
v5.26.3
Compare Source
v5.26.2
Compare Source
Security Release, CVE to come soon.
v5.26.1
Compare Source
What's Changed
Full Changelog: nodejs/undici@v5.26.0...v5.26.1
v5.26.0
Compare Source
What's Changed
node
by @Ethan-Arrowood in https://github.com/nodejs/undici/pull/2310--max-http-header-size
Node.js flag by @balazsorban44 in https://github.com/nodejs/undici/pull/2234New Contributors
Full Changelog: nodejs/undici@v5.23.4...v5.26.0
v5.25.4
Compare Source
v5.25.3
Compare Source
What's Changed
New Contributors
Full Changelog: nodejs/undici@v5.25.2...v5.25.3
v5.25.2
Compare Source
What's Changed
New Contributors
Full Changelog: nodejs/undici@v5.25.1...v5.25.2
v5.25.1
Compare Source
What's Changed
Full Changelog: nodejs/undici@v5.25.0...v5.25.1
v5.25.0
Compare Source
What's Changed
New Contributors
Full Changelog: nodejs/undici@v5.24.0...v5.25.0
v5.24.0
Compare Source
Notable Changes
What's Changed
New Contributors
Full Changelog: nodejs/undici@v5.23.0...v5.24.0
v5.23.0
Compare Source
What's Changed
autoselectfamily
on platforms without IPv6 support by @LiviaMedeiros in https://github.com/nodejs/undici/pull/2197addAbortListener
where applicable by @atlowChemi in https://github.com/nodejs/undici/pull/2195New Contributors
Full Changelog: nodejs/undici@v5.22.1...v5.23.0
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.