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 driver adapters directory (patch) #5070

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 20.12.7 -> 20.12.14 age adoption passing confidence
mitata 0.1.11 -> 0.1.14 age adoption passing confidence
ts-pattern 5.1.1 -> 5.1.2 age adoption passing confidence
tsx (source) 4.7.2 -> 4.7.3 age adoption passing confidence

Release Notes

evanwashere/mitata (mitata)

v0.1.14

Compare Source

v0.1.13

Compare Source

v0.1.12

Compare Source

gvergnaud/ts-pattern (ts-pattern)

v5.1.2

Compare Source

The main thing

When combining P.nonNullable and P.nullish, you should get an exhaustive pattern matching expression, but the following case was incorrectly considered non-exhaustive:

declare const input: {
  nested: string | number | null | undefined;
};

const res = match(input)
  .with({ nested: P.nonNullable }, (x) => {/* ... */})
  .with({ nested: P.nullish }, (x) => {/* ... */})
  // should type-check
  .exhaustive();

This is fixed now.

What's Changed
New Contributors

Full Changelog: gvergnaud/ts-pattern@v5.1.1...v5.1.2

privatenumber/tsx (tsx)

v4.7.3

Compare Source

Bug Fixes
  • support TS resolution in JS files when allowJs is set (#​535) (081853e)

This release is also available on:


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner December 1, 2024 19:47
@renovate renovate bot requested review from aqrln and removed request for a team December 1, 2024 19:47
Copy link
Contributor

github-actions bot commented Dec 1, 2024

WASM Query Engine file Size

Engine This PR Base branch Diff
Postgres 2.049MiB 2.049MiB 0.000B
Postgres (gzip) 821.938KiB 821.938KiB 0.000B
Mysql 2.013MiB 2.013MiB 0.000B
Mysql (gzip) 807.915KiB 807.916KiB -1.000B
Sqlite 1.910MiB 1.910MiB 0.000B
Sqlite (gzip) 768.138KiB 768.139KiB -1.000B

Copy link

codspeed-hq bot commented Dec 1, 2024

CodSpeed Performance Report

Merging #5070 will not alter performance

Comparing renovate/patch-driver-adapters-directory (3945481) with main (b5a4b8f)

Summary

✅ 11 untouched benchmarks

@renovate renovate bot changed the title chore(deps): update driver adapters directory (patch) fix(deps): update driver adapters directory (patch) Dec 8, 2024
@renovate renovate bot changed the title fix(deps): update driver adapters directory (patch) chore(deps): update driver adapters directory (patch) Dec 8, 2024
@renovate renovate bot changed the title chore(deps): update driver adapters directory (patch) fix(deps): update driver adapters directory (patch) Dec 14, 2024
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.

0 participants