Update all non-major dependencies #330
Open
+519
−389
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:
4.20241022.0
->4.20250224.0
1.0.14
->1.0.18
22.8.7
->22.13.5
11.5.0
->11.8.1
0.37.103
->0.37.119
4.1.0
->4.1.1
16.4.5
->16.4.7
0.27.1
->0.30.4
0.36.0
->0.39.3
4.6.8
->4.7.2
3.20241022.0
->3.20250214.0
5.0.9
->5.1.2
8.0.1
->8.1.0
10.0.0
->10.5.0
3.3.3
->3.5.2
9.3.0
->9.4.2
8.3.5
->8.3.6
5.6.3
->5.7.3
3.84.1
->3.109.3
Release Notes
cloudflare/workerd (@cloudflare/workers-types)
v4.20250224.0
Compare Source
v4.20250214.0
Compare Source
v4.20250204.0
Compare Source
v4.20250129.0
Compare Source
v4.20250124.3
Compare Source
v4.20250121.0
Compare Source
v4.20250109.0
Compare Source
v4.20241230.0
Compare Source
v4.20241224.0
Compare Source
v4.20241218.0
Compare Source
v4.20241216.0
Compare Source
v4.20241214.0
Compare Source
v4.20241205.0
Compare Source
v4.20241202.0
Compare Source
v4.20241127.0
Compare Source
v4.20241112.0
Compare Source
v4.20241106.0
Compare Source
leeoniya/uFuzzy (@leeoniya/ufuzzy)
v1.0.18
Compare Source
v1.0.17
Compare Source
fixes default export
v1.0.16
Compare Source
v1.0.15
Compare Source
BUSTED RELEASE, DOES NOT WORK, DO NOT USE
WiseLibs/better-sqlite3 (better-sqlite3)
v11.8.1
Compare Source
What's Changed
SQLITE_ENABLE_UPDATE_DELETE_LIMIT
due to breaking change in SQLite core (closes https://github.com/WiseLibs/better-sqlite3/issues/1318)New Contributors
Full Changelog: WiseLibs/better-sqlite3@v11.8.0...v11.8.1
v11.8.0
Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v11.7.2...v11.8.0
v11.7.2
Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v11.7.1...v11.7.2
v11.7.0
Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v11.6.0...v11.7.0
v11.6.0
Compare Source
What's Changed
New Contributors
Full Changelog: WiseLibs/better-sqlite3@v11.5.0...v11.6.0
discordjs/discord-api-types (discord-api-types)
v0.37.119
Compare Source
Bug Fixes
v0.37.118
Compare Source
Features
incidents_data
(#822) (8fe9c07)v0.37.117
Compare Source
v0.37.116
Compare Source
Features
BadRequest
(#1191) (d9b6935)v0.37.115
Compare Source
v0.37.114
Compare Source
Bug Fixes
v0.37.113
Compare Source
Bug Fixes
Features
Bluesky
andMastodon
(#1174) (61592d6)v0.37.112
Compare Source
Features
renewal_sku_ids
(#1172) (fb7c6b8)v0.37.111
Compare Source
v0.37.110
Compare Source
Features
v0.37.109
Compare Source
Features
v0.37.108
Compare Source
Features
v0.37.107
Compare Source
Bug Fixes
v0.37.106
Compare Source
v0.37.105
Compare Source
Features
v0.37.104
Compare Source
Bug Fixes
ButtonStyle.Premium
(#1135) (736479c)discord/discord-interactions-js (discord-interactions)
v4.1.1
: - Fix some typesCompare Source
Small bug-fix release that fixes the types for
ActionRow
'scomponents
and also adds the variousXSelect
components toMessageComponents
motdotla/dotenv (dotenv)
v16.4.7
Compare Source
Changed
.tap
folder when publishing. (oops, sorry about that everyone. - @motdotla) #848v16.4.6
Compare Source
Changed
drizzle-team/drizzle-orm (drizzle-kit)
v0.30.4
Compare Source
v0.30.3
Compare Source
SingleStore
push
andgenerate
improvementsAs SingleStore did not support certain DDL statements before this release, you might encounter an error indicating that some schema changes cannot be applied due to a database issue. Starting from this version, drizzle-kit will detect such cases and initiate table recreation with data transfer between the tables
Bug fixes
v0.30.2
Compare Source
v0.30.1
Compare Source
New Features
drizzle-kit export
To make drizzle-kit integration with other migration tools, like Atlas much easier, we've prepared a new command called
export
. It will translate your drizzle schema in SQL representation(DDL) statements and outputs to the consoleRunning
npx drizzle-kit export
will output this string to console
By default, the only option for now is
--sql
, so the output format will be SQL DDL statements. In the future, we will support additional output formats to accommodate more migration toolsnpx drizzle-kit export --sql
v0.30.0
Compare Source
Starting from this update, the PostgreSQL dialect will align with the behavior of all other dialects. It will no longer include
IF NOT EXISTS
,$DO
, or similar statements, which could cause incorrect DDL statements to not fail when an object already exists in the database and should actually fail.This change marks our first step toward several major upgrades we are preparing:
v0.29.1
Compare Source
v0.29.0
Compare Source
New Dialects
🎉
SingleStore
dialect is now available in DrizzleThanks to the SingleStore team for creating a PR with all the necessary changes to support the MySQL-compatible part of SingleStore. You can already start using it with Drizzle. The SingleStore team will also help us iterate through updates and make more SingleStore-specific features available in Drizzle
You can check out our Getting started guides to try SingleStore!
New Drivers
🎉
SQLite Durable Objects
driver is now available in DrizzleYou can now query SQLite Durable Objects in Drizzle!
For the full example, please check our Get Started Section
v0.28.1
Compare Source
Bug fixes
v0.28.0
Compare Source
Improvements
Bug Fixes
v0.27.2
Compare Source
drizzle-orm/supabase
honojs/hono (hono)
v4.7.2
Compare Source
What's Changed
Request
andResponse
classes by @BarryThePenguin in https://github.com/honojs/hono/pull/3928Full Changelog: honojs/hono@v4.7.1...v4.7.2
v4.7.1
Compare Source
What's Changed
next()
by @usualoma in https://github.com/honojs/hono/pull/3905crypto
by @EdamAme-x in https://github.com/honojs/hono/pull/3916New Contributors
Full Changelog: honojs/hono@v4.7.0...v4.7.1
v4.7.0
Compare Source
Release Notes
Hono v4.7.0 is now available!
This release introduces one helper and two middleware.
Plus, Standard Schema Validator has been born.
Let's look at each of these.
Proxy Helper
We sometimes use the Hono application as a reverse proxy. In that case, it accesses the backend using
fetch
. However, it sends an unintended headers.For example,
fetch
may sendAccept-Encoding
, causing the origin server to return a compressed response. Some runtimes automatically decode it, leading to aContent-Length
mismatch and potential client-side errors.Also, you should probably remove some of the headers sent from the origin server, such as
Transfer-Encoding
.Proxy Helper will send requests to the origin and handle responses properly. The above headers problem is solved simply by writing as follows.
You can also use it in more complex ways.
Thanks @usualoma!
Language Middleware
Language Middleware provides 18n functions to Hono applications. By using the
languageDetector
function, you can get the language that your application should support.You can get the target language in various ways, not just by using
Accept-Language
.Accept-Language
headerThanks @lord007tn!
JWK Auth Middleware
Finally, middleware that supports JWK (JSON Web Key) has landed. Using JWK Auth Middleware, you can authenticate by verifying JWK tokens. It can access keys fetched from the specified URL.
Thanks @Beyondo!
Standard Schema Validator
Standard Schema provides a common interface for TypeScript validator libraries. Standard Schema Validator is a validator that uses it. This means that Standard Schema Validator can handle several validators, such as Zod, Valibot, and ArkType, with the same interface.
The code below really works!
Thanks @muningis!
New features
All changes
yarn
by @EdamAme-x in https://github.com/honojs/hono/pull/3878toLowerCase()
is unnecessary forreq.header()
by @yusukebe in https://github.com/honojs/hono/pull/3880env
type by @yusukebe in https://github.com/honojs/hono/pull/3885c.json({})
by [@yusukebe](https://redirect.github.com/yusukebeConfiguration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.