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 #417

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint/js (source) ^9.13.0 -> ^9.14.0 age adoption passing confidence
@floating-ui/dom (source) ^1.6.11 -> ^1.6.12 age adoption passing confidence
@hattip/adapter-aws-lambda ^0.0.48 -> ^0.0.49 age adoption passing confidence
@hattip/adapter-cloudflare-workers ^0.0.48 -> ^0.0.49 age adoption passing confidence
@hattip/adapter-node ^0.0.48 -> ^0.0.49 age adoption passing confidence
@hattip/adapter-vercel-edge ^0.0.48 -> ^0.0.49 age adoption passing confidence
@​hattip/core ^0.0.48 -> ^0.0.49 age adoption passing confidence
@hattip/polyfills ^0.0.48 -> ^0.0.49 age adoption passing confidence
@hattip/router ^0.0.48 -> ^0.0.49 age adoption passing confidence
@hattip/static ^0.0.48 -> ^0.0.49 age adoption passing confidence
@​hattip/vite ^0.0.48 -> ^0.0.49 age adoption passing confidence
@hattip/walk ^0.0.48 -> ^0.0.49 age adoption passing confidence
@hono/node-server ^1.13.3 -> ^1.13.5 age adoption passing confidence
@​radix-ui/react-icons ^1.3.0 -> ^1.3.1 age adoption passing confidence
@sentry/react (source) ^8.35.0 -> ^8.36.0 age adoption passing confidence
@sentry/solid (source) ^8.35.0 -> ^8.36.0 age adoption passing confidence
@sentry/vue (source) ^8.35.0 -> ^8.36.0 age adoption passing confidence
@typescript-eslint/parser (source) ^8.11.0 -> ^8.12.2 age adoption passing confidence
@typescript-eslint/utils (source) ^8.11.0 -> ^8.12.2 age adoption passing confidence
arctic ^2.0.1 -> ^2.2.1 age adoption passing confidence
aws-cdk (source) ^2.164.1 -> ^2.165.0 age adoption passing confidence
aws-cdk-lib (source) ^2.164.1 -> ^2.165.0 age adoption passing confidence
bumpp ^9.7.1 -> ^9.8.1 age adoption passing confidence
cdk (source) ^2.164.1 -> ^2.165.0 age adoption passing confidence
daisyui (source) ^4.12.13 -> ^4.12.14 age adoption passing confidence
drizzle-kit (source) ^0.26.2 -> ^0.27.1 age adoption passing confidence
drizzle-orm (source) ^0.35.3 -> ^0.36.0 age adoption passing confidence
eslint (source) ^9.13.0 -> ^9.14.0 age adoption passing confidence
eslint-plugin-vue (source) ^9.29.1 -> ^9.30.0 age adoption passing confidence
espree (source) ^10.2.0 -> ^10.3.0 age adoption passing confidence
execa ^9.5.0 -> ^9.5.1 age adoption passing confidence
fastify (source) ^5.0.0 -> ^5.1.0 age adoption passing confidence
happy-dom ^15.7.4 -> ^15.8.3 age adoption passing confidence
hono (source) ^4.6.7 -> ^4.6.9 age adoption passing confidence
lucide-react (source) ^0.453.0 -> ^0.454.0 age adoption passing confidence
mdast-util-to-markdown ^2.1.0 -> ^2.1.1 age adoption passing confidence
puppeteer (source) ^23.6.0 -> ^23.6.1 age adoption passing confidence
telefunc (source) ^0.1.80 -> ^0.1.81 age adoption passing confidence
tslib (source) ^2.8.0 -> ^2.8.1 age adoption passing confidence
typescript-eslint (source) ^8.11.0 -> ^8.12.2 age adoption passing confidence
vike ^0.4.199 -> ^0.4.200 age adoption passing confidence
vitest (source) ^2.1.3 -> ^2.1.4 age adoption passing confidence
wrangler (source) ^3.83.0 -> ^3.84.1 age adoption passing confidence
zx (source) ^8.1.9 -> ^8.2.0 age adoption passing confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.14.0

Compare Source

floating-ui/floating-ui (@​floating-ui/dom)

v1.6.12

Compare Source

Patch Changes
  • fix: handle relative html offset clipping rect
  • fix(getClippingRect): allow passing DOMRect as a boundary
hattipjs/hattip (@​hattip/adapter-aws-lambda)

v0.0.49

Compare Source

honojs/node-server (@​hono/node-server)

v1.13.5

Compare Source

What's Changed

Full Changelog: honojs/node-server@v1.13.4...v1.13.5

v1.13.4

Compare Source

What's Changed

New Contributors

Full Changelog: honojs/node-server@v1.13.3...v1.13.4

getsentry/sentry-javascript (@​sentry/react)

v8.36.0

Compare Source

Important Changes
  • feat(nuxt): Add Sentry Pinia plugin (#​14047)

The Nuxt SDK now allows you to track Pinia state for captured errors. To enable the Pinia plugin, set the trackPinia option to true in your client config:

// sentry.client.config.ts

Sentry.init({
  trackPinia: true,
});

Read more about the Pinia plugin in the Sentry Pinia Documentation.

  • feat(nextjs/vercel-edge/cloudflare): Switch to OTEL for performance monitoring (#​13889)

With this release, the Sentry Next.js, and Cloudflare SDKs will now capture performance data based on OpenTelemetry.
Some exceptions apply in cases where Next.js captures inaccurate data itself.

NOTE: You may experience minor differences in transaction names in Sentry.
Most importantly transactions for serverside pages router invocations will now be named GET /[param]/my/route instead of /[param]/my/route.
This means that those transactions are now better aligned with the OpenTelemetry semantic conventions.

Other Changes
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.12.2

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.12.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.12.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/utils)

v8.12.2

Compare Source

This was a version bump only for utils to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.12.1

Compare Source

This was a version bump only for utils to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.12.0

Compare Source

This was a version bump only for utils to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

pilcrowOnPaper/arctic (arctic)

v2.2.1

  • Fix GitLab provider endpoints.

v2.2.0

  • Add Epic Games provider.
  • Add Naver provider.

v2.1.0

  • Add Epic Games provider.
aws/aws-cdk (aws-cdk)

v2.165.0

Compare Source

Features
Bug Fixes

Alpha modules (2.165.0-alpha.0)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
  • ec2-alpha: The new VpcCidrBlock L2 construct replaces CfnVPCCidrBlock. This change alters the logical ID of AWS::EC2::VPCCidrBlock resources in CloudFormation templates. Existing deployments will see errors like CIDR range conflicts with x.xx.xx.xx/xx with association ID vpc-cidr-assoc-ABCD. To resolve this, you must recreate your existing stacks to use the new module.
Features
Bug Fixes
antfu/bumpp (bumpp)

v9.8.1

Compare Source

v9.8.0

Compare Source

   🚀 Features
    View changes on GitHub
saadeghi/daisyui (daisyui)

v4.12.14

Compare Source

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

v0.27.1

Compare Source

import { neon, neonConfig } from '@​neondatabase/serverless';
import { drizzle } from 'drizzle-orm/neon-http';

neonConfig.fetchConnectionCache = true;

const sql = neon(process.env.DRIZZLE_DATABASE_URL!);
const db = drizzle(sql);

db.select(...)

v0.27.0

Compare Source

Correct behavior when installed in a monorepo (multiple Drizzle instances)

Replacing all instanceof statements with a custom is() function allowed us to handle multiple Drizzle packages interacting properly.

It also fixes one of our biggest Discord tickets: maximum call stack exceeded 🎉

You should now use is() instead of instanceof to check if specific objects are instances of specific Drizzle types. It might be useful if you are building something on top of the Drizzle API.

import { is, Column } from 'drizzle-orm'

if (is(value, Column)) {
  // value's type is narrowed to Column
}

distinct clause support

await db.selectDistinct().from(usersDistinctTable).orderBy(
  usersDistinctTable.id,
  usersDistinctTable.name,
);

Also, distinct on clause is available for PostgreSQL:

await db.selectDistinctOn([usersDistinctTable.id]).from(usersDistinctTable).orderBy(
  usersDistinctTable.id,
);

await db.selectDistinctOn([usersDistinctTable.name], { name: usersDistinctTable.name }).from(
  usersDistinctTable,
).orderBy(usersDistinctTable.name);

bigint and boolean support for SQLite

Contributed by @​MrRahulRamkumar (#​558), @​raducristianpopa (#​411) and @​meech-ward (#​725)

const users = sqliteTable('users', {
  bigintCol: blob('bigint', { mode: 'bigint' }).notNull(),
  boolCol: integer('bool', { mode: 'boolean' }).notNull(),
});

DX improvements

  • Added verbose type error when relational queries are used on a database type without a schema generic
  • Fix where callback in RQB for tables without relations

Various docs improvements

eslint/eslint (eslint)

v9.14.0

Compare Source

vuejs/eslint-plugin-vue (eslint-plugin-vue)

v9.30.0

Compare Source

eslint/js (espree)

v10.3.0: espree: v10.3.0

[Compare Source](https://redirect.github.com/eslint/j


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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.

@magne4000 magne4000 merged commit faaf74f into main Nov 4, 2024
13 checks passed
@magne4000 magne4000 deleted the renovate/all-minor-patch branch November 4, 2024 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant