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

chore(deps): update all non-major dependencies #14

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 11, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@biomejs/biome (source) ^1.6.3 -> ^1.6.4 age adoption passing confidence
@nestjs/cli ^10.0.0 -> ^10.3.2 age adoption passing confidence
@nestjs/config ^3.2.1 -> ^3.2.2 age adoption passing confidence
@nestjs/schematics ^10.0.0 -> ^10.1.1 age adoption passing confidence
@swc/core (source) ^1.4.12 -> ^1.4.13 age adoption passing confidence
@types/express (source) ^4.17.17 -> ^4.17.21 age adoption passing confidence
@types/jest (source) ^29.5.2 -> ^29.5.12 age adoption passing confidence
@types/node (source) ^20.12.2 -> ^20.12.7 age adoption passing confidence
@types/supertest (source) ^6.0.0 -> ^6.0.2 age adoption passing confidence
drizzle-orm (source) ^0.30.6 -> ^0.30.8 age adoption passing confidence
jest (source) ^29.5.0 -> ^29.7.0 age adoption passing confidence
lefthook ^1.6.8 -> ^1.6.10 age adoption passing confidence
supertest ^6.3.3 -> ^6.3.4 age adoption passing confidence
ts-jest (source) ^29.1.0 -> ^29.1.2 age adoption passing confidence
ts-loader ^9.4.3 -> ^9.5.1 age adoption passing confidence
ts-node (source) ^10.9.1 -> ^10.9.2 age adoption passing confidence
typescript (source) ^5.1.3 -> ^5.4.5 age adoption passing confidence

Release Notes

biomejs/biome (@​biomejs/biome)

v1.6.4

Compare Source

Analyzer
Bug fixes
  • An operator with no spaces around in a binary expression no longer breaks the js analyzer (#​2243). Contributed by @​Sec-ant
CLI
Bug fixes
Configuration
Bug fixes
  • Correctly calculate enabled rules in lint rule groups. Now a specific rule belonging to a group can be enabled even if its group-level preset option recommended or all is false (#​2191). Contributed by @​Sec-ant
Editors
Bug fixes
  • Fix the unexpected code deletion and repetition when quickfix.biome is enabled and some import-related rules are applied (#​2222, #​688, #​1015). Contributed by @​Sec-ant
Linter
Bug fixes
  • Fix #​2211. noChildrenProp should work fine when children pass as a prop in a new line. Contributed by @​fireairforce

  • Fix #​2248. lint/a11y/useButtonType should not trigger when button element with spread attribute. Contributed by @​fireairforce

  • Fix #​2216. lint/style/useNamingConvention should not ignore JSX Component name binding. Contributed by @​fireairforce

Enhancements
  • Add support for object property members in the rule useSortedClasses. Contributed by @​ematipico
Parser
  • The parser doesn't throw any error when the frontmatter of .astro files contains an illegal return:
nestjs/config (@​nestjs/config)

v3.2.2

Compare Source

swc-project/swc (@​swc/core)

v1.4.13

Compare Source

Bug Fixes
drizzle-team/drizzle-orm (drizzle-orm)

v0.30.8

Compare Source

  • 🎉 Added custom schema support to enums in Postgres (fixes #​669 via #​2048):

⚠️ Only available in drizzle-orm for now, drizzle-kit support will arrive soon

import { pgSchema } from 'drizzle-orm/pg-core';

const mySchema = pgSchema('mySchema');
const colors = mySchema.enum('colors', ['red', 'green', 'blue']);
  • 🎉 Changed D1 migrate() function to use batch API (#​2137)
  • 🐛 Split where clause in Postgres .onConflictDoUpdate method into setWhere and targetWhere clauses, to support both where cases in on conflict ... clause (fixes #​1628, #​1302 via #​2056)
  • 🐛 Fixed query generation for where clause in Postgres .onConflictDoNothing method, as it was placed in a wrong spot (fixes #​1628 via #​2056)
  • 🐛 Fixed multiple issues with AWS Data API driver (fixes #​1931, #​1932, #​1934, #​1936 via #​2119)
  • 🐛 Fix inserting and updating array values in AWS Data API (fixes #​1912 via #​1911)

Thanks @​hugo082 and @​livingforjesus!

v0.30.7

Compare Source

Bug fixes
  • Add mappings for @vercel/postgres package
  • Fix interval mapping for neon drivers - #​1542
evilmartians/lefthook (lefthook)

v1.6.10

Compare Source

v1.6.9

Compare Source

Microsoft/TypeScript (typescript)

v5.4.5: TypeScript 5.4.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.4: TypeScript 5.4.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (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.

@chikof chikof merged commit 0960a0a into main Apr 11, 2024
2 checks passed
@chikof chikof deleted the renovate/all-minor-patch branch April 11, 2024 12:53
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