fix(deps): update all minor updates #209
Merged
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:
^3.525.0
->^3.529.1
^3.525.0
->^3.529.1
^3.525.0
->^3.529.1
^0.9.2
->^0.10.0
^0.5.0
->^0.6.0
^0.5.0
->^0.6.0
^0.2.0
->^0.3.0
^0.29.5
->^0.30.0
^0.349.0
->^0.350.0
^0.12.0
->^0.13.0
^0.0.11
->^0.1.0
Release Notes
aws/aws-sdk-js-v3 (@aws-sdk/client-s3)
v3.529.1
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.529.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
aws/aws-sdk-js-v3 (@aws-sdk/client-ses)
v3.529.1
Compare Source
Note: Version bump only for package @aws-sdk/client-ses
v3.529.0
Compare Source
Note: Version bump only for package @aws-sdk/client-ses
aws/aws-sdk-js-v3 (@aws-sdk/s3-request-presigner)
v3.529.1
Compare Source
Note: Version bump only for package @aws-sdk/s3-request-presigner
v3.529.0
Compare Source
Note: Version bump only for package @aws-sdk/s3-request-presigner
oku-ui/pergel (@pergel/module-box)
v0.6.0
Compare Source
🚀 Features
🏀 Examples
🎉 Version
View changes on GitHub
drizzle-team/drizzle-orm (drizzle-orm)
v0.30.0
Compare Source
Breaking Changes
The Postgres timestamp mapping has been changed to align all drivers with the same behavior.
❗ We've modified the
postgres.js
driver instance to always return strings for dates, and then Drizzle will provide you with either strings of mapped dates, depending on the selectedmode
. The only issue you may encounter is that once you provide the `postgres.js`` driver instance inside Drizzle, the behavior of this object will change for dates, which will always be strings.We've made this change as a minor release, just as a warning, that:
If you were using timestamps and were waiting for a specific response, the behavior will now be changed.
When mapping to the driver, we will always use
.toISOString
for both timestamps with timezone and without timezone.If you were using the
postgres.js
driver outside of Drizzle, allpostgres.js
clients passed to Drizzle will have mutated behavior for dates. All dates will be strings in the response.Parsers that were changed for
postgres.js
.Ideally, as is the case with almost all other drivers, we should have the possibility to mutate mappings on a per-query basis, which means that the driver client won't be mutated. We will be reaching out to the creator of the
postgres.js
library to inquire about the possibility of specifying per-query mapping interceptors and making this flow even better for all users.If we've overlooked this capability and it is already available with `postgres.js``, please ping us in our Discord!
A few more references for timestamps without and with timezones can be found in our docs
Bug fixed in this release
Big thanks to @Angelelz!
lucide-icons/lucide (lucide-vue-next)
v0.350.0
: New icons 0.350.0Compare Source
Modified Icons 🔨
play
(#1834) by @bernaferrariwobsoriano/vue-input-otp (vue-input-otp)
v0.1.0
Compare Source
Configuration
📅 Schedule: Branch creation - "every 1 month" (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.