Skip to content
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

fix(deps): update all minor updates #209

Merged
merged 1 commit into from
Mar 8, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 7, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@aws-sdk/client-s3 (source) ^3.525.0 -> ^3.529.1 age adoption passing confidence
@aws-sdk/client-ses (source) ^3.525.0 -> ^3.529.1 age adoption passing confidence
@aws-sdk/s3-request-presigner (source) ^3.525.0 -> ^3.529.1 age adoption passing confidence
@pergel/cli ^0.9.2 -> ^0.10.0 age adoption passing confidence
@pergel/module-box ^0.5.0 -> ^0.6.0 age adoption passing confidence
@pergel/module-graphql ^0.5.0 -> ^0.6.0 age adoption passing confidence
@pergel/module-s3 ^0.2.0 -> ^0.3.0 age adoption passing confidence
drizzle-orm ^0.29.5 -> ^0.30.0 age adoption passing confidence
lucide-vue-next (source) ^0.349.0 -> ^0.350.0 age adoption passing confidence
pergel ^0.12.0 -> ^0.13.0 age adoption passing confidence
vue-input-otp ^0.0.11 -> ^0.1.0 age adoption passing confidence

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 selected mode. 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, all postgres.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.

const transparentParser = (val: any) => val;

// Override postgres.js default date parsers: https://github.com/porsager/postgres/discussions/761
for (const type of ['1184', '1082', '1083', '1114']) {
	client.options.parsers[type as any] = transparentParser;
	client.options.serializers[type as any] = transparentParser;
}

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!

  • [BUG]: timestamp with mode string is returned as Date object instead of string - #​806
  • [BUG]: Dates are always dates #​971
  • [BUG]: Inconsistencies when working with timestamps and corresponding datetime objects in javascript. #​1176
  • [BUG]: timestamp columns showing string type, however actually returning a Date object. #​1185
  • [BUG]: Wrong data type for postgres date colum #​1407
  • [BUG]: invalid timestamp conversion when using PostgreSQL with TimeZone set to UTC #​1587
  • [BUG]: Postgres insert into timestamp with time zone removes milliseconds #​1061
  • [BUG]: update timestamp field (using AWS Data API) #​1164
  • [BUG]: Invalid date from relational queries #​895
lucide-icons/lucide (lucide-vue-next)

v0.350.0: New icons 0.350.0

Compare Source

Modified Icons 🔨

wobsoriano/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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor branch 4 times, most recently from a08af67 to 91db867 Compare March 7, 2024 10:51
@renovate renovate bot changed the title fix(deps): update all minor updates chore(deps): update all minor updates Mar 7, 2024
@renovate renovate bot force-pushed the renovate/all-minor branch 2 times, most recently from a0b354c to 5dc217f Compare March 7, 2024 22:29
@renovate renovate bot changed the title chore(deps): update all minor updates fix(deps): update all minor updates Mar 7, 2024
@renovate renovate bot force-pushed the renovate/all-minor branch 3 times, most recently from 23d154d to d85ce4b Compare March 8, 2024 06:03
@productdevbook productdevbook merged commit 13f4e7d into main Mar 8, 2024
2 checks passed
@productdevbook productdevbook deleted the renovate/all-minor branch March 8, 2024 07:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant