eslint/eslint (@eslint/js)
### [`v9.14.0`](https://redirect.github.com/eslint/eslint/compare/v9.13.0...28be4471f6eb61b4304ae3d17ea7eeacc6364bbe)
[Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.13.0...v9.14.0)
floating-ui/floating-ui (@floating-ui/dom)
### [`v1.6.12`](https://redirect.github.com/floating-ui/floating-ui/blob/HEAD/packages/dom/CHANGELOG.md#1612)
[Compare Source](https://redirect.github.com/floating-ui/floating-ui/compare/@floating-ui/dom@1.6.11...@floating-ui/dom@1.6.12)
##### 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`](https://redirect.github.com/hattipjs/hattip/compare/0.0.48...0.0.49)
[Compare Source](https://redirect.github.com/hattipjs/hattip/compare/0.0.48...0.0.49)
honojs/node-server (@hono/node-server)
### [`v1.13.5`](https://redirect.github.com/honojs/node-server/releases/tag/v1.13.5)
[Compare Source](https://redirect.github.com/honojs/node-server/compare/v1.13.4...v1.13.5)
#### What's Changed
- fix(utils): accept HeadersInit, null, undefined in buildOutgoingHttpHeaders by [@usualoma](https://redirect.github.com/usualoma) in [https://github.com/honojs/node-server/pull/212](https://redirect.github.com/honojs/node-server/pull/212)
**Full Changelog**: https://github.com/honojs/node-server/compare/v1.13.4...v1.13.5
### [`v1.13.4`](https://redirect.github.com/honojs/node-server/releases/tag/v1.13.4)
[Compare Source](https://redirect.github.com/honojs/node-server/compare/v1.13.3...v1.13.4)
#### What's Changed
- fix: TypeError: headers is not iterable by [@mjad218](https://redirect.github.com/mjad218) in [https://github.com/honojs/node-server/pull/210](https://redirect.github.com/honojs/node-server/pull/210)
#### New Contributors
- [@mjad218](https://redirect.github.com/mjad218) made their first contribution in [https://github.com/honojs/node-server/pull/210](https://redirect.github.com/honojs/node-server/pull/210)
**Full Changelog**: https://github.com/honojs/node-server/compare/v1.13.3...v1.13.4
getsentry/sentry-javascript (@sentry/react)
### [`v8.36.0`](https://redirect.github.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#8360)
[Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/8.35.0...8.36.0)
##### Important Changes
- **feat(nuxt): Add Sentry Pinia plugin ([#14047](https://redirect.github.com/getsentry/sentry-javascript/pull/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:
```ts
// sentry.client.config.ts
Sentry.init({
trackPinia: true,
});
```
Read more about the Pinia plugin in the [Sentry Pinia Documentation](https://docs.sentry.io/platforms/javascript/guides/nuxt/features/pinia/).
- **feat(nextjs/vercel-edge/cloudflare): Switch to OTEL for performance monitoring ([#13889](https://redirect.github.com/getsentry/sentry-javascript/pull/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
- deps: Bump bundler plugins and CLI to 2.22.6 and 2.37.0 respectively ([#14050](https://redirect.github.com/getsentry/sentry-javascript/pull/14050))
- feat(deps): bump [@opentelemetry/instrumentation-aws-sdk](https://redirect.github.com/opentelemetry/instrumentation-aws-sdk) from 0.44.0 to 0.45.0 ([#14099](https://redirect.github.com/getsentry/sentry-javascript/pull/14099))
- feat(deps): bump [@opentelemetry/instrumentation-connect](https://redirect.github.com/opentelemetry/instrumentation-connect) from 0.39.0 to 0.40.0 ([#14101](https://redirect.github.com/getsentry/sentry-javascript/pull/14101))
- feat(deps): bump [@opentelemetry/instrumentation-express](https://redirect.github.com/opentelemetry/instrumentation-express) from 0.43.0 to 0.44.0 ([#14102](https://redirect.github.com/getsentry/sentry-javascript/pull/14102))
- feat(deps): bump [@opentelemetry/instrumentation-fs](https://redirect.github.com/opentelemetry/instrumentation-fs) from 0.15.0 to 0.16.0 ([#14098](https://redirect.github.com/getsentry/sentry-javascript/pull/14098))
- feat(deps): bump [@opentelemetry/instrumentation-kafkajs](https://redirect.github.com/opentelemetry/instrumentation-kafkajs) from 0.3.0 to 0.4.0 ([#14100](https://redirect.github.com/getsentry/sentry-javascript/pull/14100))
- feat(nextjs): Add method and url to route handler request data ([#14084](https://redirect.github.com/getsentry/sentry-javascript/pull/14084))
- feat(node): Add breadcrumbs for `child_process` and `worker_thread` ([#13896](https://redirect.github.com/getsentry/sentry-javascript/pull/13896))
- fix(core): Ensure standalone spans are not sent if SDK is disabled ([#14088](https://redirect.github.com/getsentry/sentry-javascript/pull/14088))
- fix(nextjs): Await flush in api handlers ([#14023](https://redirect.github.com/getsentry/sentry-javascript/pull/14023))
- fix(nextjs): Don't leak webpack types into exports ([#14116](https://redirect.github.com/getsentry/sentry-javascript/pull/14116))
- fix(nextjs): Fix matching logic for file convention type for root level components ([#14038](https://redirect.github.com/getsentry/sentry-javascript/pull/14038))
- fix(nextjs): Respect directives in value injection loader ([#14083](https://redirect.github.com/getsentry/sentry-javascript/pull/14083))
- fix(nuxt): Only wrap `.mjs` entry files in rollup ([#14060](https://redirect.github.com/getsentry/sentry-javascript/pull/14060))
- fix(nuxt): Re-export all exported bindings ([#14086](https://redirect.github.com/getsentry/sentry-javascript/pull/14086))
- fix(nuxt): Server-side setup in readme ([#14049](https://redirect.github.com/getsentry/sentry-javascript/pull/14049))
- fix(profiling-node): Always warn when running on incompatible major version of Node.js ([#14043](https://redirect.github.com/getsentry/sentry-javascript/pull/14043))
- fix(replay): Fix `onError` callback ([#14002](https://redirect.github.com/getsentry/sentry-javascript/pull/14002))
- perf(otel): Only calculate current timestamp once ([#14094](https://redirect.github.com/getsentry/sentry-javascript/pull/14094))
- test(browser-integration): Add sentry DSN route handler by default ([#14095](https://redirect.github.com/getsentry/sentry-javascript/pull/14095))
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
### [`v8.12.2`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8122-2024-10-29)
[Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.12.1...v8.12.2)
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](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
### [`v8.12.1`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8121-2024-10-28)
[Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.12.0...v8.12.1)
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](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
### [`v8.12.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8120-2024-10-28)
[Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.11.0...v8.12.0)
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](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/utils)
### [`v8.12.2`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/utils/CHANGELOG.md#8122-2024-10-29)
[Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.12.1...v8.12.2)
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](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
### [`v8.12.1`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/utils/CHANGELOG.md#8121-2024-10-28)
[Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.12.0...v8.12.1)
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](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
### [`v8.12.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/utils/CHANGELOG.md#8120-2024-10-28)
[Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.11.0...v8.12.0)
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](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
pilcrowOnPaper/arctic (arctic)
### [`v2.2.1`](https://redirect.github.com/pilcrowOnPaper/arctic/blob/HEAD/CHANGELOG.md#221)
- Fix GitLab provider endpoints.
### [`v2.2.0`](https://redirect.github.com/pilcrowOnPaper/arctic/blob/HEAD/CHANGELOG.md#220)
- Add Epic Games provider.
- Add Naver provider.
### [`v2.1.0`](https://redirect.github.com/pilcrowOnPaper/arctic/blob/HEAD/CHANGELOG.md#210)
- Add Epic Games provider.
aws/aws-cdk (aws-cdk)
### [`v2.165.0`](https://redirect.github.com/aws/aws-cdk/releases/tag/v2.165.0)
[Compare Source](https://redirect.github.com/aws/aws-cdk/compare/v2.164.1...v2.165.0)
##### Features
- **bootstrap:** add lifecycle rule to abort multipart uploads after 7 days ([#31956](https://redirect.github.com/aws/aws-cdk/issues/31956)) ([b800da8](https://redirect.github.com/aws/aws-cdk/commit/b800da8172919a1ab27f885549e701d98323c9bb)), closes [#29045](https://redirect.github.com/aws/aws-cdk/issues/29045)
- **bootstrap:** delete noncurrent versions after 30 days ([#31949](https://redirect.github.com/aws/aws-cdk/issues/31949)) ([579041e](https://redirect.github.com/aws/aws-cdk/commit/579041e5d41e780ce1f6fb9f778c353868fb6938))
- **cli:** garbage collect ecr assets (under --unstable flag) ([#31841](https://redirect.github.com/aws/aws-cdk/issues/31841)) ([da85e54](https://redirect.github.com/aws/aws-cdk/commit/da85e54d7d3dfb4e33942f58564e91039e7d22ff)), closes [#31611](https://redirect.github.com/aws/aws-cdk/issues/31611)
- **codebuild:** add support of organization webhook in github source ([#31740](https://redirect.github.com/aws/aws-cdk/issues/31740)) ([8c15b5f](https://redirect.github.com/aws/aws-cdk/commit/8c15b5f19a0c289fd0dad8c35b6734232d957836)), closes [#31736](https://redirect.github.com/aws/aws-cdk/issues/31736)
- **cognito:** support UserPoolGroup ([#31351](https://redirect.github.com/aws/aws-cdk/issues/31351)) ([408b20f](https://redirect.github.com/aws/aws-cdk/commit/408b20f92122069a04ff5776b4783ae220d04a56)), closes [#21026](https://redirect.github.com/aws/aws-cdk/issues/21026)
- update L1 CloudFormation resource definitions ([#31917](https://redirect.github.com/aws/aws-cdk/issues/31917)) ([8c93291](https://redirect.github.com/aws/aws-cdk/commit/8c93291f789b441397bc5a64308816e89f682199))
##### Bug Fixes
- **assertions:** throw error or warn when `synth` is called multiple times on mutated construct tree ([#31865](https://redirect.github.com/aws/aws-cdk/issues/31865)) ([a261c9d](https://redirect.github.com/aws/aws-cdk/commit/a261c9d8a316ec389f19c873122691d48c5ca16d)), closes [#24689](https://redirect.github.com/aws/aws-cdk/issues/24689)
- **cli:** ecr garbage collection hangs when repository has no images ([#31951](https://redirect.github.com/aws/aws-cdk/issues/31951)) ([a235a9f](https://redirect.github.com/aws/aws-cdk/commit/a235a9fad29bf0da141b27ca391861fa613f42b8))
- **cli:** garbage collection ignores review_in_progress stacks ([#31906](https://redirect.github.com/aws/aws-cdk/issues/31906)) ([cb3ecfe](https://redirect.github.com/aws/aws-cdk/commit/cb3ecfe8f255e626db3706632c9590c86c28bea5))
- **s3-assets:** cannot publish a file without extension ([#30597](https://redirect.github.com/aws/aws-cdk/issues/30597)) ([ccab485](https://redirect.github.com/aws/aws-cdk/commit/ccab485b87a7090ddf0773508d7b8ee84ff654b0)), closes [#30471](https://redirect.github.com/aws/aws-cdk/issues/30471)
- **sqs:** queue with `fifo: false` does not deploy ([#31922](https://redirect.github.com/aws/aws-cdk/issues/31922)) ([a9d3b02](https://redirect.github.com/aws/aws-cdk/commit/a9d3b02783104fe862a3e863e8c89af845b49c8c)), closes [#8550](https://redirect.github.com/aws/aws-cdk/issues/8550)
- enable node-fips compatible body checksums for S3 ([#31883](https://redirect.github.com/aws/aws-cdk/issues/31883)) ([4f29c1d](https://redirect.github.com/aws/aws-cdk/commit/4f29c1d04533b68535c1a5706855066d1d1ea577))
***
#### 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
- **apprunner:** support vpc ingress connection ([#30623](https://redirect.github.com/aws/aws-cdk/issues/30623)) ([048e753](https://redirect.github.com/aws/aws-cdk/commit/048e7538dd71d69c2add28ff454b6d9c69b4f256)), closes [#22850](https://redirect.github.com/aws/aws-cdk/issues/22850)
- **ec2-alpha:** adding imports for SubnetV2 and VpcV2 ([#31765](https://redirect.github.com/aws/aws-cdk/issues/31765)) ([d108a80](https://redirect.github.com/aws/aws-cdk/commit/d108a8003e463301acea15076501cd815b0eda4a))
- **location:** support Tracker and TrackerConsumer ([#31268](https://redirect.github.com/aws/aws-cdk/issues/31268)) ([046f041](https://redirect.github.com/aws/aws-cdk/commit/046f0418a3de08a59c940a7a3d93148cb5f0659b)), closes [#30712](https://redirect.github.com/aws/aws-cdk/issues/30712)
- **pipes-enrichments:** support API Gateway enrichment ([#31794](https://redirect.github.com/aws/aws-cdk/issues/31794)) ([09052c2](https://redirect.github.com/aws/aws-cdk/commit/09052c2060c410028896fd54e76a857b2141c8a4)), closes [#29384](https://redirect.github.com/aws/aws-cdk/issues/29384)
- **pipes-targets:** add SageMaker ([#30696](https://redirect.github.com/aws/aws-cdk/issues/30696)) ([a5fdf57](https://redirect.github.com/aws/aws-cdk/commit/a5fdf570beb1456b1307276f56d90fd1ba0b46d8))
- **redshift-alpha:** query execution timeout setting during table creation ([#31818](https://redirect.github.com/aws/aws-cdk/issues/31818)) ([40f07ae](https://redirect.github.com/aws/aws-cdk/commit/40f07ae330d074cfa7861e24a0427da7ec427f68)), closes [#31329](https://redirect.github.com/aws/aws-cdk/issues/31329)
##### Bug Fixes
- **location:** remove base class from PlaceIndex class ([#31287](https://redirect.github.com/aws/aws-cdk/issues/31287)) ([bc67866](https://redirect.github.com/aws/aws-cdk/commit/bc67866f579c401556d427eb150bcd118d69bd17)), closes [#30711](https://redirect.github.com/aws/aws-cdk/issues/30711) [#30682](https://redirect.github.com/aws/aws-cdk/issues/30682)
- **scheduler-alpha:** scheduler input always get transformed to string with extra double quotes ([#31894](https://redirect.github.com/aws/aws-cdk/issues/31894)) ([186b8ab](https://redirect.github.com/aws/aws-cdk/commit/186b8abfab8452b31cba13b56998242f63c43159))
- **scheduler-alpha:** too many KMS permissions granted ([#31923](https://redirect.github.com/aws/aws-cdk/issues/31923)) ([06678a3](https://redirect.github.com/aws/aws-cdk/commit/06678a39e029582af14c8b021f946b9ce9cac9be)), closes [#31785](https://redirect.github.com/aws/aws-cdk/issues/31785)
antfu/bumpp (bumpp)
### [`v9.8.1`](https://redirect.github.com/antfu/bumpp/compare/v9.8.0...705b60b2ff893106f507b85d72d2f278bb7e9e91)
[Compare Source](https://redirect.github.com/antfu/bumpp/compare/v9.8.0...v9.8.1)
### [`v9.8.0`](https://redirect.github.com/antfu-collective/bumpp/releases/tag/v9.8.0)
[Compare Source](https://redirect.github.com/antfu/bumpp/compare/v9.7.1...v9.8.0)
##### 🚀 Features
- Execute could receive a function - by [@s3xysteak](https://redirect.github.com/s3xysteak) in [https://github.com/antfu-collective/bumpp/issues/54](https://redirect.github.com/antfu-collective/bumpp/issues/54) [(e05fa)](https://redirect.github.com/antfu-collective/bumpp/commit/e05fac1)
##### [View changes on GitHub](https://redirect.github.com/antfu-collective/bumpp/compare/v9.7.1...v9.8.0)
saadeghi/daisyui (daisyui)
### [`v4.12.14`](https://redirect.github.com/saadeghi/daisyui/blob/HEAD/CHANGELOG.md#41214-2024-10-28)
[Compare Source](https://redirect.github.com/saadeghi/daisyui/compare/v4.12.13...v4.12.14)
##### Bug Fixes
- nested drawer-end ([1c39933](https://redirect.github.com/saadeghi/daisyui/commit/1c39933084ef4a2b643bdc480eb44bb0cb291864)), closes [#3249](https://redirect.github.com/saadeghi/daisyui/issues/3249)
drizzle-team/drizzle-orm (drizzle-kit)
### [`v0.27.1`](https://redirect.github.com/drizzle-team/drizzle-orm/releases/tag/0.27.1)
[Compare Source](https://redirect.github.com/drizzle-team/drizzle-orm/compare/drizzle-kit@0.27.0...drizzle-kit@0.27.1)
- 🎉 Added support for [Neon HTTP driver](https://neon.tech/docs/serverless/serverless-driver)
```typescript
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`](https://redirect.github.com/drizzle-team/drizzle-orm/releases/tag/0.27.0)
[Compare Source](https://redirect.github.com/drizzle-team/drizzle-orm/compare/drizzle-kit@0.26.2...drizzle-kit@0.27.0)
#### 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.
```ts
import { is, Column } from 'drizzle-orm'
if (is(value, Column)) {
// value's type is narrowed to Column
}
```
#### `distinct` clause support
```ts
await db.selectDistinct().from(usersDistinctTable).orderBy(
usersDistinctTable.id,
usersDistinctTable.name,
);
```
Also, `distinct on` clause is available for PostgreSQL:
```ts
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](https://redirect.github.com/MrRahulRamkumar) ([#558](https://redirect.github.com/drizzle-team/drizzle-orm/issues/558)), [@raducristianpopa](https://redirect.github.com/raducristianpopa) ([#411](https://redirect.github.com/drizzle-team/drizzle-orm/issues/411)) and [@meech-ward](https://redirect.github.com/meech-ward) ([#725](https://redirect.github.com/drizzle-team/drizzle-orm/issues/725))
```ts
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
- Fix joins docs typo ([#522](https://redirect.github.com/drizzle-team/drizzle-orm/issues/522)) by [@arjunyel](https://redirect.github.com/arjunyel)
- Add Supabase guide to readme ([#690](https://redirect.github.com/drizzle-team/drizzle-orm/issues/690)) by [@saltcod](https://redirect.github.com/saltcod)
- Make the column type in sqlite clearer ([#717](https://redirect.github.com/drizzle-team/drizzle-orm/issues/717)) by [@shairez](https://redirect.github.com/shairez)
eslint/eslint (eslint)
### [`v9.14.0`](https://redirect.github.com/eslint/eslint/compare/v9.13.0...db0b844a66ee25483f9619d04346de1a2a0d79fa)
[Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.13.0...v9.14.0)
vuejs/eslint-plugin-vue (eslint-plugin-vue)
### [`v9.30.0`](https://redirect.github.com/vuejs/eslint-plugin-vue/compare/v9.29.1...50bde65aa298cc26c3369077e5bb6c25399e4b8d)
[Compare Source](https://redirect.github.com/vuejs/eslint-plugin-vue/compare/v9.29.1...v9.30.0)
eslint/js (espree)
### [`v10.3.0`](https://redirect.github.com/eslint/js/releases/tag/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 contains the following updates:
^9.13.0
->^9.14.0
^1.6.11
->^1.6.12
^0.0.48
->^0.0.49
^0.0.48
->^0.0.49
^0.0.48
->^0.0.49
^0.0.48
->^0.0.49
^0.0.48
->^0.0.49
^0.0.48
->^0.0.49
^0.0.48
->^0.0.49
^0.0.48
->^0.0.49
^0.0.48
->^0.0.49
^0.0.48
->^0.0.49
^1.13.3
->^1.13.5
^1.3.0
->^1.3.1
^8.35.0
->^8.36.0
^8.35.0
->^8.36.0
^8.35.0
->^8.36.0
^8.11.0
->^8.12.2
^8.11.0
->^8.12.2
^2.0.1
->^2.2.1
^2.164.1
->^2.165.0
^2.164.1
->^2.165.0
^9.7.1
->^9.8.1
^2.164.1
->^2.165.0
^4.12.13
->^4.12.14
^0.26.2
->^0.27.1
^0.35.3
->^0.36.0
^9.13.0
->^9.14.0
^9.29.1
->^9.30.0
^10.2.0
->^10.3.0
^9.5.0
->^9.5.1
^5.0.0
->^5.1.0
^15.7.4
->^15.8.3
^4.6.7
->^4.6.9
^0.453.0
->^0.454.0
^2.1.0
->^2.1.1
^23.6.0
->^23.6.1
^0.1.80
->^0.1.81
^2.8.0
->^2.8.1
^8.11.0
->^8.12.2
^0.4.199
->^0.4.200
^2.1.3
->^2.1.4
^3.83.0
->^3.84.1
^8.1.9
->^8.2.0
Release Notes
eslint/eslint (@eslint/js)
### [`v9.14.0`](https://redirect.github.com/eslint/eslint/compare/v9.13.0...28be4471f6eb61b4304ae3d17ea7eeacc6364bbe) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.13.0...v9.14.0)floating-ui/floating-ui (@floating-ui/dom)
### [`v1.6.12`](https://redirect.github.com/floating-ui/floating-ui/blob/HEAD/packages/dom/CHANGELOG.md#1612) [Compare Source](https://redirect.github.com/floating-ui/floating-ui/compare/@floating-ui/dom@1.6.11...@floating-ui/dom@1.6.12) ##### 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`](https://redirect.github.com/hattipjs/hattip/compare/0.0.48...0.0.49) [Compare Source](https://redirect.github.com/hattipjs/hattip/compare/0.0.48...0.0.49)honojs/node-server (@hono/node-server)
### [`v1.13.5`](https://redirect.github.com/honojs/node-server/releases/tag/v1.13.5) [Compare Source](https://redirect.github.com/honojs/node-server/compare/v1.13.4...v1.13.5) #### What's Changed - fix(utils): accept HeadersInit, null, undefined in buildOutgoingHttpHeaders by [@usualoma](https://redirect.github.com/usualoma) in [https://github.com/honojs/node-server/pull/212](https://redirect.github.com/honojs/node-server/pull/212) **Full Changelog**: https://github.com/honojs/node-server/compare/v1.13.4...v1.13.5 ### [`v1.13.4`](https://redirect.github.com/honojs/node-server/releases/tag/v1.13.4) [Compare Source](https://redirect.github.com/honojs/node-server/compare/v1.13.3...v1.13.4) #### What's Changed - fix: TypeError: headers is not iterable by [@mjad218](https://redirect.github.com/mjad218) in [https://github.com/honojs/node-server/pull/210](https://redirect.github.com/honojs/node-server/pull/210) #### New Contributors - [@mjad218](https://redirect.github.com/mjad218) made their first contribution in [https://github.com/honojs/node-server/pull/210](https://redirect.github.com/honojs/node-server/pull/210) **Full Changelog**: https://github.com/honojs/node-server/compare/v1.13.3...v1.13.4getsentry/sentry-javascript (@sentry/react)
### [`v8.36.0`](https://redirect.github.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#8360) [Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/8.35.0...8.36.0) ##### Important Changes - **feat(nuxt): Add Sentry Pinia plugin ([#14047](https://redirect.github.com/getsentry/sentry-javascript/pull/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: ```ts // sentry.client.config.ts Sentry.init({ trackPinia: true, }); ``` Read more about the Pinia plugin in the [Sentry Pinia Documentation](https://docs.sentry.io/platforms/javascript/guides/nuxt/features/pinia/). - **feat(nextjs/vercel-edge/cloudflare): Switch to OTEL for performance monitoring ([#13889](https://redirect.github.com/getsentry/sentry-javascript/pull/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 - deps: Bump bundler plugins and CLI to 2.22.6 and 2.37.0 respectively ([#14050](https://redirect.github.com/getsentry/sentry-javascript/pull/14050)) - feat(deps): bump [@opentelemetry/instrumentation-aws-sdk](https://redirect.github.com/opentelemetry/instrumentation-aws-sdk) from 0.44.0 to 0.45.0 ([#14099](https://redirect.github.com/getsentry/sentry-javascript/pull/14099)) - feat(deps): bump [@opentelemetry/instrumentation-connect](https://redirect.github.com/opentelemetry/instrumentation-connect) from 0.39.0 to 0.40.0 ([#14101](https://redirect.github.com/getsentry/sentry-javascript/pull/14101)) - feat(deps): bump [@opentelemetry/instrumentation-express](https://redirect.github.com/opentelemetry/instrumentation-express) from 0.43.0 to 0.44.0 ([#14102](https://redirect.github.com/getsentry/sentry-javascript/pull/14102)) - feat(deps): bump [@opentelemetry/instrumentation-fs](https://redirect.github.com/opentelemetry/instrumentation-fs) from 0.15.0 to 0.16.0 ([#14098](https://redirect.github.com/getsentry/sentry-javascript/pull/14098)) - feat(deps): bump [@opentelemetry/instrumentation-kafkajs](https://redirect.github.com/opentelemetry/instrumentation-kafkajs) from 0.3.0 to 0.4.0 ([#14100](https://redirect.github.com/getsentry/sentry-javascript/pull/14100)) - feat(nextjs): Add method and url to route handler request data ([#14084](https://redirect.github.com/getsentry/sentry-javascript/pull/14084)) - feat(node): Add breadcrumbs for `child_process` and `worker_thread` ([#13896](https://redirect.github.com/getsentry/sentry-javascript/pull/13896)) - fix(core): Ensure standalone spans are not sent if SDK is disabled ([#14088](https://redirect.github.com/getsentry/sentry-javascript/pull/14088)) - fix(nextjs): Await flush in api handlers ([#14023](https://redirect.github.com/getsentry/sentry-javascript/pull/14023)) - fix(nextjs): Don't leak webpack types into exports ([#14116](https://redirect.github.com/getsentry/sentry-javascript/pull/14116)) - fix(nextjs): Fix matching logic for file convention type for root level components ([#14038](https://redirect.github.com/getsentry/sentry-javascript/pull/14038)) - fix(nextjs): Respect directives in value injection loader ([#14083](https://redirect.github.com/getsentry/sentry-javascript/pull/14083)) - fix(nuxt): Only wrap `.mjs` entry files in rollup ([#14060](https://redirect.github.com/getsentry/sentry-javascript/pull/14060)) - fix(nuxt): Re-export all exported bindings ([#14086](https://redirect.github.com/getsentry/sentry-javascript/pull/14086)) - fix(nuxt): Server-side setup in readme ([#14049](https://redirect.github.com/getsentry/sentry-javascript/pull/14049)) - fix(profiling-node): Always warn when running on incompatible major version of Node.js ([#14043](https://redirect.github.com/getsentry/sentry-javascript/pull/14043)) - fix(replay): Fix `onError` callback ([#14002](https://redirect.github.com/getsentry/sentry-javascript/pull/14002)) - perf(otel): Only calculate current timestamp once ([#14094](https://redirect.github.com/getsentry/sentry-javascript/pull/14094)) - test(browser-integration): Add sentry DSN route handler by default ([#14095](https://redirect.github.com/getsentry/sentry-javascript/pull/14095))typescript-eslint/typescript-eslint (@typescript-eslint/parser)
### [`v8.12.2`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8122-2024-10-29) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.12.1...v8.12.2) 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](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v8.12.1`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8121-2024-10-28) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.12.0...v8.12.1) 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](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v8.12.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8120-2024-10-28) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.11.0...v8.12.0) 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](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.typescript-eslint/typescript-eslint (@typescript-eslint/utils)
### [`v8.12.2`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/utils/CHANGELOG.md#8122-2024-10-29) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.12.1...v8.12.2) 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](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v8.12.1`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/utils/CHANGELOG.md#8121-2024-10-28) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.12.0...v8.12.1) 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](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v8.12.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/utils/CHANGELOG.md#8120-2024-10-28) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.11.0...v8.12.0) 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](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.pilcrowOnPaper/arctic (arctic)
### [`v2.2.1`](https://redirect.github.com/pilcrowOnPaper/arctic/blob/HEAD/CHANGELOG.md#221) - Fix GitLab provider endpoints. ### [`v2.2.0`](https://redirect.github.com/pilcrowOnPaper/arctic/blob/HEAD/CHANGELOG.md#220) - Add Epic Games provider. - Add Naver provider. ### [`v2.1.0`](https://redirect.github.com/pilcrowOnPaper/arctic/blob/HEAD/CHANGELOG.md#210) - Add Epic Games provider.aws/aws-cdk (aws-cdk)
### [`v2.165.0`](https://redirect.github.com/aws/aws-cdk/releases/tag/v2.165.0) [Compare Source](https://redirect.github.com/aws/aws-cdk/compare/v2.164.1...v2.165.0) ##### Features - **bootstrap:** add lifecycle rule to abort multipart uploads after 7 days ([#31956](https://redirect.github.com/aws/aws-cdk/issues/31956)) ([b800da8](https://redirect.github.com/aws/aws-cdk/commit/b800da8172919a1ab27f885549e701d98323c9bb)), closes [#29045](https://redirect.github.com/aws/aws-cdk/issues/29045) - **bootstrap:** delete noncurrent versions after 30 days ([#31949](https://redirect.github.com/aws/aws-cdk/issues/31949)) ([579041e](https://redirect.github.com/aws/aws-cdk/commit/579041e5d41e780ce1f6fb9f778c353868fb6938)) - **cli:** garbage collect ecr assets (under --unstable flag) ([#31841](https://redirect.github.com/aws/aws-cdk/issues/31841)) ([da85e54](https://redirect.github.com/aws/aws-cdk/commit/da85e54d7d3dfb4e33942f58564e91039e7d22ff)), closes [#31611](https://redirect.github.com/aws/aws-cdk/issues/31611) - **codebuild:** add support of organization webhook in github source ([#31740](https://redirect.github.com/aws/aws-cdk/issues/31740)) ([8c15b5f](https://redirect.github.com/aws/aws-cdk/commit/8c15b5f19a0c289fd0dad8c35b6734232d957836)), closes [#31736](https://redirect.github.com/aws/aws-cdk/issues/31736) - **cognito:** support UserPoolGroup ([#31351](https://redirect.github.com/aws/aws-cdk/issues/31351)) ([408b20f](https://redirect.github.com/aws/aws-cdk/commit/408b20f92122069a04ff5776b4783ae220d04a56)), closes [#21026](https://redirect.github.com/aws/aws-cdk/issues/21026) - update L1 CloudFormation resource definitions ([#31917](https://redirect.github.com/aws/aws-cdk/issues/31917)) ([8c93291](https://redirect.github.com/aws/aws-cdk/commit/8c93291f789b441397bc5a64308816e89f682199)) ##### Bug Fixes - **assertions:** throw error or warn when `synth` is called multiple times on mutated construct tree ([#31865](https://redirect.github.com/aws/aws-cdk/issues/31865)) ([a261c9d](https://redirect.github.com/aws/aws-cdk/commit/a261c9d8a316ec389f19c873122691d48c5ca16d)), closes [#24689](https://redirect.github.com/aws/aws-cdk/issues/24689) - **cli:** ecr garbage collection hangs when repository has no images ([#31951](https://redirect.github.com/aws/aws-cdk/issues/31951)) ([a235a9f](https://redirect.github.com/aws/aws-cdk/commit/a235a9fad29bf0da141b27ca391861fa613f42b8)) - **cli:** garbage collection ignores review_in_progress stacks ([#31906](https://redirect.github.com/aws/aws-cdk/issues/31906)) ([cb3ecfe](https://redirect.github.com/aws/aws-cdk/commit/cb3ecfe8f255e626db3706632c9590c86c28bea5)) - **s3-assets:** cannot publish a file without extension ([#30597](https://redirect.github.com/aws/aws-cdk/issues/30597)) ([ccab485](https://redirect.github.com/aws/aws-cdk/commit/ccab485b87a7090ddf0773508d7b8ee84ff654b0)), closes [#30471](https://redirect.github.com/aws/aws-cdk/issues/30471) - **sqs:** queue with `fifo: false` does not deploy ([#31922](https://redirect.github.com/aws/aws-cdk/issues/31922)) ([a9d3b02](https://redirect.github.com/aws/aws-cdk/commit/a9d3b02783104fe862a3e863e8c89af845b49c8c)), closes [#8550](https://redirect.github.com/aws/aws-cdk/issues/8550) - enable node-fips compatible body checksums for S3 ([#31883](https://redirect.github.com/aws/aws-cdk/issues/31883)) ([4f29c1d](https://redirect.github.com/aws/aws-cdk/commit/4f29c1d04533b68535c1a5706855066d1d1ea577)) *** #### 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 - **apprunner:** support vpc ingress connection ([#30623](https://redirect.github.com/aws/aws-cdk/issues/30623)) ([048e753](https://redirect.github.com/aws/aws-cdk/commit/048e7538dd71d69c2add28ff454b6d9c69b4f256)), closes [#22850](https://redirect.github.com/aws/aws-cdk/issues/22850) - **ec2-alpha:** adding imports for SubnetV2 and VpcV2 ([#31765](https://redirect.github.com/aws/aws-cdk/issues/31765)) ([d108a80](https://redirect.github.com/aws/aws-cdk/commit/d108a8003e463301acea15076501cd815b0eda4a)) - **location:** support Tracker and TrackerConsumer ([#31268](https://redirect.github.com/aws/aws-cdk/issues/31268)) ([046f041](https://redirect.github.com/aws/aws-cdk/commit/046f0418a3de08a59c940a7a3d93148cb5f0659b)), closes [#30712](https://redirect.github.com/aws/aws-cdk/issues/30712) - **pipes-enrichments:** support API Gateway enrichment ([#31794](https://redirect.github.com/aws/aws-cdk/issues/31794)) ([09052c2](https://redirect.github.com/aws/aws-cdk/commit/09052c2060c410028896fd54e76a857b2141c8a4)), closes [#29384](https://redirect.github.com/aws/aws-cdk/issues/29384) - **pipes-targets:** add SageMaker ([#30696](https://redirect.github.com/aws/aws-cdk/issues/30696)) ([a5fdf57](https://redirect.github.com/aws/aws-cdk/commit/a5fdf570beb1456b1307276f56d90fd1ba0b46d8)) - **redshift-alpha:** query execution timeout setting during table creation ([#31818](https://redirect.github.com/aws/aws-cdk/issues/31818)) ([40f07ae](https://redirect.github.com/aws/aws-cdk/commit/40f07ae330d074cfa7861e24a0427da7ec427f68)), closes [#31329](https://redirect.github.com/aws/aws-cdk/issues/31329) ##### Bug Fixes - **location:** remove base class from PlaceIndex class ([#31287](https://redirect.github.com/aws/aws-cdk/issues/31287)) ([bc67866](https://redirect.github.com/aws/aws-cdk/commit/bc67866f579c401556d427eb150bcd118d69bd17)), closes [#30711](https://redirect.github.com/aws/aws-cdk/issues/30711) [#30682](https://redirect.github.com/aws/aws-cdk/issues/30682) - **scheduler-alpha:** scheduler input always get transformed to string with extra double quotes ([#31894](https://redirect.github.com/aws/aws-cdk/issues/31894)) ([186b8ab](https://redirect.github.com/aws/aws-cdk/commit/186b8abfab8452b31cba13b56998242f63c43159)) - **scheduler-alpha:** too many KMS permissions granted ([#31923](https://redirect.github.com/aws/aws-cdk/issues/31923)) ([06678a3](https://redirect.github.com/aws/aws-cdk/commit/06678a39e029582af14c8b021f946b9ce9cac9be)), closes [#31785](https://redirect.github.com/aws/aws-cdk/issues/31785)antfu/bumpp (bumpp)
### [`v9.8.1`](https://redirect.github.com/antfu/bumpp/compare/v9.8.0...705b60b2ff893106f507b85d72d2f278bb7e9e91) [Compare Source](https://redirect.github.com/antfu/bumpp/compare/v9.8.0...v9.8.1) ### [`v9.8.0`](https://redirect.github.com/antfu-collective/bumpp/releases/tag/v9.8.0) [Compare Source](https://redirect.github.com/antfu/bumpp/compare/v9.7.1...v9.8.0) ##### 🚀 Features - Execute could receive a function - by [@s3xysteak](https://redirect.github.com/s3xysteak) in [https://github.com/antfu-collective/bumpp/issues/54](https://redirect.github.com/antfu-collective/bumpp/issues/54) [(e05fa)](https://redirect.github.com/antfu-collective/bumpp/commit/e05fac1) ##### [View changes on GitHub](https://redirect.github.com/antfu-collective/bumpp/compare/v9.7.1...v9.8.0)saadeghi/daisyui (daisyui)
### [`v4.12.14`](https://redirect.github.com/saadeghi/daisyui/blob/HEAD/CHANGELOG.md#41214-2024-10-28) [Compare Source](https://redirect.github.com/saadeghi/daisyui/compare/v4.12.13...v4.12.14) ##### Bug Fixes - nested drawer-end ([1c39933](https://redirect.github.com/saadeghi/daisyui/commit/1c39933084ef4a2b643bdc480eb44bb0cb291864)), closes [#3249](https://redirect.github.com/saadeghi/daisyui/issues/3249)drizzle-team/drizzle-orm (drizzle-kit)
### [`v0.27.1`](https://redirect.github.com/drizzle-team/drizzle-orm/releases/tag/0.27.1) [Compare Source](https://redirect.github.com/drizzle-team/drizzle-orm/compare/drizzle-kit@0.27.0...drizzle-kit@0.27.1) - 🎉 Added support for [Neon HTTP driver](https://neon.tech/docs/serverless/serverless-driver) ```typescript 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`](https://redirect.github.com/drizzle-team/drizzle-orm/releases/tag/0.27.0) [Compare Source](https://redirect.github.com/drizzle-team/drizzle-orm/compare/drizzle-kit@0.26.2...drizzle-kit@0.27.0) #### 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. ```ts import { is, Column } from 'drizzle-orm' if (is(value, Column)) { // value's type is narrowed to Column } ``` #### `distinct` clause support ```ts await db.selectDistinct().from(usersDistinctTable).orderBy( usersDistinctTable.id, usersDistinctTable.name, ); ``` Also, `distinct on` clause is available for PostgreSQL: ```ts 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](https://redirect.github.com/MrRahulRamkumar) ([#558](https://redirect.github.com/drizzle-team/drizzle-orm/issues/558)), [@raducristianpopa](https://redirect.github.com/raducristianpopa) ([#411](https://redirect.github.com/drizzle-team/drizzle-orm/issues/411)) and [@meech-ward](https://redirect.github.com/meech-ward) ([#725](https://redirect.github.com/drizzle-team/drizzle-orm/issues/725)) ```ts 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 - Fix joins docs typo ([#522](https://redirect.github.com/drizzle-team/drizzle-orm/issues/522)) by [@arjunyel](https://redirect.github.com/arjunyel) - Add Supabase guide to readme ([#690](https://redirect.github.com/drizzle-team/drizzle-orm/issues/690)) by [@saltcod](https://redirect.github.com/saltcod) - Make the column type in sqlite clearer ([#717](https://redirect.github.com/drizzle-team/drizzle-orm/issues/717)) by [@shairez](https://redirect.github.com/shairez)eslint/eslint (eslint)
### [`v9.14.0`](https://redirect.github.com/eslint/eslint/compare/v9.13.0...db0b844a66ee25483f9619d04346de1a2a0d79fa) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.13.0...v9.14.0)vuejs/eslint-plugin-vue (eslint-plugin-vue)
### [`v9.30.0`](https://redirect.github.com/vuejs/eslint-plugin-vue/compare/v9.29.1...50bde65aa298cc26c3369077e5bb6c25399e4b8d) [Compare Source](https://redirect.github.com/vuejs/eslint-plugin-vue/compare/v9.29.1...v9.30.0)eslint/js (espree)
### [`v10.3.0`](https://redirect.github.com/eslint/js/releases/tag/espree-v10.3.0): espree: v10.3.0 [Compare Source](https://redirect.github.com/eslint/jConfiguration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.