vikejs / bati

Next-gen scaffolder. Get started with fully-functional apps, and choose any tool you want.
https://batijs.dev
MIT License
279 stars 14 forks source link

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

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 1 week ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@auth/core (source) ^0.37.2 -> ^0.37.3 age adoption passing confidence
@cloudflare/workers-types ^4.20241022.0 -> ^4.20241106.0 age adoption passing confidence
@hono/node-server ^1.13.5 -> ^1.13.6 age adoption passing confidence
@hono/vite-dev-server ^0.16.0 -> ^0.17.0 age adoption passing confidence
@mantine/core (source) ^7.13.4 -> ^7.13.5 age adoption passing confidence
@mantine/hooks (source) ^7.13.4 -> ^7.13.5 age adoption passing confidence
@prisma/client (source) ^5.21.1 -> ^5.22.0 age adoption passing confidence
@sentry/react (source) ^8.36.0 -> ^8.37.1 age adoption passing confidence
@sentry/solid (source) ^8.36.0 -> ^8.37.1 age adoption passing confidence
@sentry/vue (source) ^8.36.0 -> ^8.37.1 age adoption passing confidence
@typescript-eslint/parser (source) ^8.12.2 -> ^8.13.0 age adoption passing confidence
@typescript-eslint/utils (source) ^8.12.2 -> ^8.13.0 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.1.4 -> ^5.1.5 age adoption passing confidence
arctic ^2.2.1 -> ^2.2.2 age adoption passing confidence
aws-cdk (source) ^2.165.0 -> ^2.166.0 age adoption passing confidence
aws-cdk-lib (source) ^2.165.0 -> ^2.166.0 age adoption passing confidence
cdk (source) ^2.165.0 -> ^2.166.0 age adoption passing confidence
drizzle-kit (source) ^0.27.1 -> ^0.28.0 age adoption passing confidence
drizzle-orm (source) ^0.36.0 -> ^0.36.1 age adoption passing confidence
globals ^15.11.0 -> ^15.12.0 age adoption passing confidence
happy-dom ^15.8.3 -> ^15.11.0 age adoption passing confidence
lucide-react (source) ^0.454.0 -> ^0.456.0 age adoption passing confidence
mdast-util-to-markdown ^2.1.1 -> ^2.1.2 age adoption passing confidence
postcss (source) ^8.4.47 -> ^8.4.48 age adoption passing confidence
prisma (source) ^5.21.1 -> ^5.22.0 age adoption passing confidence
puppeteer (source) ^23.6.1 -> ^23.7.1 age adoption passing confidence
typescript-eslint (source) ^8.12.2 -> ^8.13.0 age adoption passing confidence
vike ^0.4.200 -> ^0.4.201 age adoption passing confidence
wrangler (source) ^3.84.1 -> ^3.86.0 age adoption passing confidence
zx (source) ^8.2.0 -> ^8.2.1 age adoption passing confidence

Release Notes

cloudflare/workerd (@​cloudflare/workers-types) ### [`v4.20241106.0`](https://redirect.github.com/cloudflare/workerd/compare/2bb9758456af578c3107f8459eceb5eb24a649bc...8bf3af4699351556d1d7a8b30b491d7c3326457b) [Compare Source](https://redirect.github.com/cloudflare/workerd/compare/2bb9758456af578c3107f8459eceb5eb24a649bc...8bf3af4699351556d1d7a8b30b491d7c3326457b)
honojs/node-server (@​hono/node-server) ### [`v1.13.6`](https://redirect.github.com/honojs/node-server/releases/tag/v1.13.6) [Compare Source](https://redirect.github.com/honojs/node-server/compare/v1.13.5...v1.13.6) #### What's Changed - fix: conninfo returns server IP by [@​nakasyou](https://redirect.github.com/nakasyou) in [https://github.com/honojs/node-server/pull/216](https://redirect.github.com/honojs/node-server/pull/216) **Full Changelog**: https://github.com/honojs/node-server/compare/v1.13.5...v1.13.6
honojs/vite-plugins (@​hono/vite-dev-server) ### [`v0.17.0`](https://redirect.github.com/honojs/vite-plugins/releases/tag/%40hono/vite-dev-server%400.17.0) [Compare Source](https://redirect.github.com/honojs/vite-plugins/compare/@hono/vite-dev-server@0.16.0...@hono/vite-dev-server@0.17.0) ##### Minor Changes - [#​191](https://redirect.github.com/honojs/vite-plugins/pull/191) [`1a9b6851c01ef17c3129a4432db96f67724ab966`](https://redirect.github.com/honojs/vite-plugins/commit/1a9b6851c01ef17c3129a4432db96f67724ab966) Thanks [@​yusukebe](https://redirect.github.com/yusukebe)! - feat: exlude files in `public` dir
mantinedev/mantine (@​mantine/core) ### [`v7.13.5`](https://redirect.github.com/mantinedev/mantine/releases/tag/7.13.5) [Compare Source](https://redirect.github.com/mantinedev/mantine/compare/7.13.4...7.13.5) ##### What's Changed - `[@mantine/core]` Update peer dependencies range for react to allow react and react-dom 19 as dependcy - `[@mantine/core]` Fix error in Next.js with React 19 related to ref prop usage in Tooltip, Popover and Combobox components ([#​7028](https://redirect.github.com/mantinedev/mantine/issues/7028)) - `[@mantine/core]` FileButton: Fix `resetRef` throwing error if the component is contidionally rendered ([#​7025](https://redirect.github.com/mantinedev/mantine/issues/7025)) - `[@mantine/core]` Button: Fix incorrect focus styles of Button.Group ([#​6992](https://redirect.github.com/mantinedev/mantine/issues/6992)) - `[@mantine/charts]` CompositeCharts: Fix missing `key` prop error ([#​7020](https://redirect.github.com/mantinedev/mantine/issues/7020)) - `[@mantine/core]` NumberInput: Fix `min`/`max` value being bypassed if `0` has been entered as the first digit ([#​7021](https://redirect.github.com/mantinedev/mantine/issues/7021)) - `[@mantine/form]` Add useCallback wrapper to `form.resetDirty` ([#​7029](https://redirect.github.com/mantinedev/mantine/issues/7029)) - `[@mantine/core]` Combobox: Fix incorrect logic of selected options when the dropdown is closed without selecting value ([#​7039](https://redirect.github.com/mantinedev/mantine/issues/7039)) - `[@mantine/charts]` BarChart: Add `barLabelColor` prop support - `[@mantine/charts]` BarChart: Fix bar label being positioned incorrectly with horizontal orientation ([#​7042](https://redirect.github.com/mantinedev/mantine/issues/7042)) - `[@mantine/charts]` RadarChart: Fix incorrect series prop type ([#​7046](https://redirect.github.com/mantinedev/mantine/issues/7046)) - `[@mantine/form]` Add additional type exports from the package ([#​7062](https://redirect.github.com/mantinedev/mantine/issues/7062)) - `[@mantine/core]` Tabs: Fix `tabIndex` not being overridden by Tabs.Tab props ([#​7081](https://redirect.github.com/mantinedev/mantine/issues/7081)) - `[@mantine/dates]` DatePickerInput: Fix `nextLabel` and `previousLabel` props not being handled correctly ([#​7082](https://redirect.github.com/mantinedev/mantine/issues/7082)) - `[@mantine/charts]` Update recharts dependency to the latest version to improve Next.js 15 and React 19 support ##### New Contributors - [@​pfo-omicsstudio](https://redirect.github.com/pfo-omicsstudio) made their first contribution in [https://github.com/mantinedev/mantine/pull/7062](https://redirect.github.com/mantinedev/mantine/pull/7062) - [@​zaphire12](https://redirect.github.com/zaphire12) made their first contribution in [https://github.com/mantinedev/mantine/pull/7046](https://redirect.github.com/mantinedev/mantine/pull/7046) - [@​fsd-niraj](https://redirect.github.com/fsd-niraj) made their first contribution in [https://github.com/mantinedev/mantine/pull/7042](https://redirect.github.com/mantinedev/mantine/pull/7042) - [@​MariaBanaszkiewicz](https://redirect.github.com/MariaBanaszkiewicz) made their first contribution in [https://github.com/mantinedev/mantine/pull/7039](https://redirect.github.com/mantinedev/mantine/pull/7039) - [@​anthony-dandrea](https://redirect.github.com/anthony-dandrea) made their first contribution in [https://github.com/mantinedev/mantine/pull/7029](https://redirect.github.com/mantinedev/mantine/pull/7029) - [@​owenmoogk](https://redirect.github.com/owenmoogk) made their first contribution in [https://github.com/mantinedev/mantine/pull/7021](https://redirect.github.com/mantinedev/mantine/pull/7021) - [@​mariakax3](https://redirect.github.com/mariakax3) made their first contribution in [https://github.com/mantinedev/mantine/pull/7020](https://redirect.github.com/mantinedev/mantine/pull/7020) **Full Changelog**: https://github.com/mantinedev/mantine/compare/7.13.4...7.13.5
prisma/prisma (@​prisma/client) ### [`v5.22.0`](https://redirect.github.com/prisma/prisma/releases/tag/5.22.0) [Compare Source](https://redirect.github.com/prisma/prisma/compare/5.21.1...5.22.0) Today, we are excited to share the `5.22.0` stable release 🎉 🌟 **Help us spread the word about Prisma by starring the repo ☝️ or [posting on X](https://twitter.com/intent/tweet?text=Check%20out%20the%20latest%20@​prisma%20release%20v5.22.0%20%F0%9F%9A%80%0D%0A%0D%0Ahttps://github.com/prisma/prisma/releases/tag/5.22.0) about the release.** ##### Highlights ##### Further Tracing Improvements In our ongoing effort to stabilize the `tracing` Preview feature, we’ve made our spans compliant with OpenTelemetry Semantic Conventions for Database Client Calls. This should lead to better compatibility with tools such as DataDog and Sentry. We’ve also included numerous bug fixes that should make this Preview feature easier to work with. ##### Metrics bug fix Occasionally, connection pool metrics would become negative or grow unbounded. In this release, connection pool metrics should stay consistent. ##### Connection Pool Timeout fix In a specific case, there could be issues where fetching a new connection from the connection pool would time out, regardless of the state of the application and connection pool. If you have experience connection pool issues accessing a PostgreSQL database with TLS encryption in a resource-constrained environment (such as Function-as-a-Service offerings or very small VPS) this should resolve those issues. Special thanks to [@​youxq](https://redirect.github.com/youxq) for their pull request and help resolving this issue! ##### Join us Looking to make an impact on Prisma in a big way? We're hiring! Learn more on our careers page: https://www.prisma.io/careers ##### Fixes and improvements ##### Prisma Migrate - [removing `@unique` in `schema.prisma` does not generate SQL to do so](https://redirect.github.com/prisma/prisma/issues/12732) ##### Prisma - [Prisma generate randomly fails on Ubuntu due to missing internal .so `libquery_engine-debian-openssl-1.1.x.so.node`](https://redirect.github.com/prisma/prisma/issues/19124) - [Timed out fetching a new connection from the connection pool. ](https://redirect.github.com/prisma/prisma/issues/25162) - [Some `prisma:engine:connection` spans have no parent](https://redirect.github.com/prisma/prisma/issues/23792) - [Query-related spans outside of `prisma:engine:itx_runner` are disconnected from the tree](https://redirect.github.com/prisma/prisma/issues/21402) - [Tracing with dataproxy/mini-proxy: `itx_runner` span and it's children are missing sometimes](https://redirect.github.com/prisma/prisma/issues/20694) - [Incorrect OpenTelemetry span reported by Prisma](https://redirect.github.com/prisma/prisma/issues/25436) - [OTEL spans are not recognised as spans from a database](https://redirect.github.com/prisma/prisma/issues/21472) - [SQL Injection bug - D1 adaptor throws "Conversion failed: expected a datetime string in column" when string column contains any ISO date](https://redirect.github.com/prisma/prisma/issues/25404) - [Prisma generate randomly fails on Ubuntu due to missing internal .so `libquery_engine-debian-openssl-1.1.x.so.node`](https://redirect.github.com/prisma/prisma/issues/19124) ##### Credits Huge thanks to [@​tmm1](https://redirect.github.com/tmm1), [@​Takur0](https://redirect.github.com/Takur0), [@​hinaloe](https://redirect.github.com/hinaloe), [@​andyjy](https://redirect.github.com/andyjy), and [@​youxq](https://redirect.github.com/youxq) for helping!
getsentry/sentry-javascript (@​sentry/react) ### [`v8.37.1`](https://redirect.github.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#8371) [Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/8.37.0...8.37.1) - feat(deps): Bump [@​opentelemetry/instrumentation](https://redirect.github.com/opentelemetry/instrumentation) from 0.53.0 to 0.54.0 for [@​sentry/opentelemetry](https://redirect.github.com/sentry/opentelemetry) ([#​14187](https://redirect.github.com/getsentry/sentry-javascript/pull/14187)) ### [`v8.37.0`](https://redirect.github.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#8370) [Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/8.36.0...8.37.0) ##### Important Changes - **feat(nuxt): Add `piniaIntegration` ([#​14138](https://redirect.github.com/getsentry/sentry-javascript/pull/14138))** The Nuxt SDK now allows you to track Pinia state for captured errors. To enable the Pinia plugin, add the `piniaIntegration` to your client config: ```ts // sentry.client.config.ts import { usePinia } from '#imports'; Sentry.init({ integrations: [ Sentry.piniaIntegration(usePinia(), { /* optional Pinia plugin options */ }), ], }); ``` - **feat: Deprecate metrics API ([#​14157](https://redirect.github.com/getsentry/sentry-javascript/pull/14157))** The Sentry Metrics beta has ended in favour of revisiting metrics in another form at a later date. This new approach will include different APIs, making the current metrics API unnecessary. This release deprecates the metrics API with the plan to remove in the next SDK major version. If you currently use the metrics API in your code, you can safely continue to do so but sent data will no longer be processed by Sentry. [Learn more](https://sentry.zendesk.com/hc/en-us/articles/26369339769883-Metrics-Beta-Ended-on-October-7th) about the end of the Metrics beta. ##### Other Changes - feat(browser): Add `http.response_delivery_type` attribute to resource spans ([#​14056](https://redirect.github.com/getsentry/sentry-javascript/pull/14056)) - feat(browser): Add `skipBrowserExtensionCheck` escape hatch option ([#​14147](https://redirect.github.com/getsentry/sentry-javascript/pull/14147)) - feat(deps): Bump [@​opentelemetry/instrumentation](https://redirect.github.com/opentelemetry/instrumentation) from 0.53.0 to 0.54.0 ([#​14174](https://redirect.github.com/getsentry/sentry-javascript/pull/14174)) - feat(deps): Bump [@​opentelemetry/instrumentation-fastify](https://redirect.github.com/opentelemetry/instrumentation-fastify) from 0.40.0 to 0.41.0 ([#​14175](https://redirect.github.com/getsentry/sentry-javascript/pull/14175)) - feat(deps): Bump [@​opentelemetry/instrumentation-graphql](https://redirect.github.com/opentelemetry/instrumentation-graphql) from 0.43.0 to 0.44.0 ([#​14173](https://redirect.github.com/getsentry/sentry-javascript/pull/14173)) - feat(deps): Bump [@​opentelemetry/instrumentation-mongodb](https://redirect.github.com/opentelemetry/instrumentation-mongodb) from 0.47.0 to 0.48.0 ([#​14171](https://redirect.github.com/getsentry/sentry-javascript/pull/14171)) - feat(deps): Bump [@​opentelemetry/propagator-aws-xray](https://redirect.github.com/opentelemetry/propagator-aws-xray) from 1.25.1 to 1.26.0 ([#​14172](https://redirect.github.com/getsentry/sentry-javascript/pull/14172)) - feat(nuxt): Add `asyncFunctionReExports` to define re-exported server functions ([#​14104](https://redirect.github.com/getsentry/sentry-javascript/pull/14104)) - feat(nuxt): Add `piniaIntegration` ([#​14138](https://redirect.github.com/getsentry/sentry-javascript/pull/14138)) - fix(browser): Avoid recording long task spans starting before their parent span ([#​14183](https://redirect.github.com/getsentry/sentry-javascript/pull/14183)) - fix(core): Ensure errors thrown in async cron jobs bubble up ([#​14182](https://redirect.github.com/getsentry/sentry-javascript/pull/14182)) - fix(core): Silently fail `maybeInstrument` ([#​14140](https://redirect.github.com/getsentry/sentry-javascript/pull/14140)) - fix(nextjs): Resolve path for dynamic webpack import ([#​13751](https://redirect.github.com/getsentry/sentry-javascript/pull/13751)) - fix(node): Make sure `modulesIntegration` does not crash esm apps ([#​14169](https://redirect.github.com/getsentry/sentry-javascript/pull/14169)) Work in this release was contributed by [@​rexxars](https://redirect.github.com/rexxars). Thank you for your contribution!
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v8.13.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8130-2024-11-04) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.12.2...v8.13.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.13.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/utils/CHANGELOG.md#8130-2024-11-04) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.12.2...v8.13.0) ##### 🩹 Fixes - **utils:** allow an array for the values of SharedConfig ([#​10217](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10217)) ##### ❤️ Thank You - Trygve Aaberge 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.
vitejs/vite-plugin-vue (@​vitejs/plugin-vue) ### [`v5.1.5`](https://redirect.github.com/vitejs/vite-plugin-vue/blob/HEAD/packages/plugin-vue/CHANGELOG.md#small515-2024-11-11-small) - chore: fix typo ([#​464](https://redirect.github.com/vitejs/vite-plugin-vue/issues/464)) ([4a811b0](https://redirect.github.com/vitejs/vite-plugin-vue/commit/4a811b0)), closes [#​464](https://redirect.github.com/vitejs/vite-plugin-vue/issues/464) - chore(deps): update dependency rollup to ^4.24.0 ([#​448](https://redirect.github.com/vitejs/vite-plugin-vue/issues/448)) ([0fc9cd0](https://redirect.github.com/vitejs/vite-plugin-vue/commit/0fc9cd0)), closes [#​448](https://redirect.github.com/vitejs/vite-plugin-vue/issues/448) - chore(deps): update dependency rollup to ^4.25.0 ([#​472](https://redirect.github.com/vitejs/vite-plugin-vue/issues/472)) ([91210cc](https://redirect.github.com/vitejs/vite-plugin-vue/commit/91210cc)), closes [#​472](https://redirect.github.com/vitejs/vite-plugin-vue/issues/472) - chore(deps): update upstream ([#​462](https://redirect.github.com/vitejs/vite-plugin-vue/issues/462)) ([5625fc9](https://redirect.github.com/vitejs/vite-plugin-vue/commit/5625fc9)), closes [#​462](https://redirect.github.com/vitejs/vite-plugin-vue/issues/462) - fix(deps): update all non-major dependencies ([#​439](https://redirect.github.com/vitejs/vite-plugin-vue/issues/439)) ([e432bcb](https://redirect.github.com/vitejs/vite-plugin-vue/commit/e432bcb)), closes [#​439](https://redirect.github.com/vitejs/vite-plugin-vue/issues/439) - fix(hmr): re-resolve script after type dep changed ([#​446](https://redirect.github.com/vitejs/vite-plugin-vue/issues/446)) ([8f9c624](https://redirect.github.com/vitejs/vite-plugin-vue/commit/8f9c624)), closes [#​446](https://redirect.github.com/vitejs/vite-plugin-vue/issues/446) - fix(hmr): should reload if relies file changed after re-render ([#​471](https://redirect.github.com/vitejs/vite-plugin-vue/issues/471)) ([62b17f3](https://redirect.github.com/vitejs/vite-plugin-vue/commit/62b17f3)), closes [#​471](https://redirect.github.com/vitejs/vite-plugin-vue/issues/471) - perf: use `hash` to replace `createHash` ([#​460](https://redirect.github.com/vitejs/vite-plugin-vue/issues/460)) ([de88394](https://redirect.github.com/vitejs/vite-plugin-vue/commit/de88394)), closes [#​460](https://redirect.github.com/vitejs/vite-plugin-vue/issues/460)
pilcrowOnPaper/arctic (arctic) ### [`v2.2.2`](https://redirect.github.com/pilcrowOnPaper/arctic/blob/HEAD/CHANGELOG.md#222) - Fix MyAnimeList provider.
aws/aws-cdk (aws-cdk) ### [`v2.166.0`](https://redirect.github.com/aws/aws-cdk/releases/tag/v2.166.0) [Compare Source](https://redirect.github.com/aws/aws-cdk/compare/v2.165.0...v2.166.0) ##### Features - **cli:** automatically roll back stacks if necessary ([#​31920](https://redirect.github.com/aws/aws-cdk/issues/31920)) ([2f9fb1e](https://redirect.github.com/aws/aws-cdk/commit/2f9fb1e050331efbbe84bb0d5943ff7798cbf3fe)), closes [#​30546](https://redirect.github.com/aws/aws-cdk/issues/30546) - **kinesis:** support resource policy for a data stream ([#​31909](https://redirect.github.com/aws/aws-cdk/issues/31909)) ([18fbd6d](https://redirect.github.com/aws/aws-cdk/commit/18fbd6d5a1a3069b0fc1356d87e534a75239e668)), closes [#​28814](https://redirect.github.com/aws/aws-cdk/issues/28814) - **rds:** configure `autoMinorVersionUpgrade` for a database cluster ([#​31962](https://redirect.github.com/aws/aws-cdk/issues/31962)) ([0fb6106](https://redirect.github.com/aws/aws-cdk/commit/0fb610678495deb150fad1adebde259fc5fc0993)) - **route53:** support HTTPS, SSHFP, SVCB, and TLSA DNS resource record ([#​31955](https://redirect.github.com/aws/aws-cdk/issues/31955)) ([afc2b0d](https://redirect.github.com/aws/aws-cdk/commit/afc2b0d1d1d620e6350e96cc464428485fca198e)), closes [/docs.aws.amazon.com/ja_jp/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordset.html#cfn-route53](https://redirect.github.com/aws//docs.aws.amazon.com/ja_jp/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordset.html/issues/cfn-route53) - **synthetics:** add `artifactS3Encryption` property to the Canary Construct. ([#​30197](https://redirect.github.com/aws/aws-cdk/issues/30197)) ([1f39cb9](https://redirect.github.com/aws/aws-cdk/commit/1f39cb9e0770b5c02302b9b36ac874ee6bf53329)), closes [#​30190](https://redirect.github.com/aws/aws-cdk/issues/30190) - update L1 CloudFormation resource definitions ([#​32007](https://redirect.github.com/aws/aws-cdk/issues/32007)) ([be6a964](https://redirect.github.com/aws/aws-cdk/commit/be6a964ec17f22a065aa64511f7d3d31341d0ba5)) ##### Bug Fixes - deploy-time stack tags cause synthesis to fail ([#​32041](https://redirect.github.com/aws/aws-cdk/issues/32041)) ([18c19fd](https://redirect.github.com/aws/aws-cdk/commit/18c19fd49f2b83fee3d1cdb7de8b53ea310729b4)), closes [#​32040](https://redirect.github.com/aws/aws-cdk/issues/32040) - **aws_route53:** cannot use CfnParameter.valueAsNumber for L2 RecordSet weight ([#​31823](https://redirect.github.com/aws/aws-cdk/issues/31823)) ([14561ac](https://redirect.github.com/aws/aws-cdk/commit/14561aca0ad9c0d5eef29729dbc97fc3ccd4d171)), closes [#​31810](https://redirect.github.com/aws/aws-cdk/issues/31810) - **cli:** asset uploads fail if Object Lock is enabled on access bucket ([#​31937](https://redirect.github.com/aws/aws-cdk/issues/31937)) ([ab1e91d](https://redirect.github.com/aws/aws-cdk/commit/ab1e91d11ec2d3abc1edad318b7ea67ff91c9a88)) - **dynamoDB:** make TableV2 taggable ([#​31867](https://redirect.github.com/aws/aws-cdk/issues/31867)) ([796c6d1](https://redirect.github.com/aws/aws-cdk/commit/796c6d170a91d9f5fa96f3915a6fb6a7f7bddff3)), closes [#​30631](https://redirect.github.com/aws/aws-cdk/issues/30631) - **opensearch:** add I4G to list of OpenSearch nodes not requiring EBS volumes ([#​31948](https://redirect.github.com/aws/aws-cdk/issues/31948)) ([73378f2](https://redirect.github.com/aws/aws-cdk/commit/73378f288e8c422228fbd145d9d41efcb3605857)) *** ##### Alpha modules (2.166.0-alpha.0) ##### ⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES - **scheduler-targets-alpha:** Schedule Target will reuse role if target is re-used across schedules. This change triggered replacement of existing roles for Schedule as logical ID of the roles are changed. ##### Features - **glue-alpha:** add job run queuing to Glue job ([#​31830](https://redirect.github.com/aws/aws-cdk/issues/31830)) ([5fca268](https://redirect.github.com/aws/aws-cdk/commit/5fca268e455c1ae7c424a4dec01c0c08bec3c16c)), closes [#​31826](https://redirect.github.com/aws/aws-cdk/issues/31826) ##### Bug Fixes - **scheduler-targets-alpha:** create a role per target instead of singleton schedule target role ([#​31895](https://redirect.github.com/aws/aws-cdk/issues/31895)) ([aee1b30](https://redirect.github.com/aws/aws-cdk/commit/aee1b30adabebe1712720d0d7d27ed4704ac9719)), closes [#​31785](https://redirect.github.com/aws/aws-cdk/issues/31785)
drizzle-team/drizzle-orm (drizzle-kit) ### [`v0.28.0`](https://redirect.github.com/drizzle-team/drizzle-orm/releases/tag/drizzle-kit%400.28.0) [Compare Source](https://redirect.github.com/drizzle-team/drizzle-orm/compare/drizzle-kit@0.27.2...drizzle-kit@0.28.0) ### Improvements - Added an OHM static imports checker to identify unexpected imports within a chain of imports in the drizzle-kit repo. For example, it checks if drizzle-orm is imported before drizzle-kit and verifies if the drizzle-orm import is available in your project. - [Adding more columns to Supabase auth.users table schema](https://redirect.github.com/drizzle-team/drizzle-orm/issues/3327) - thanks [@​nicholasdly](https://redirect.github.com/nicholasdly) ### Bug Fixes - [\[BUG\]: \[drizzle-kit\]: Fix breakpoints option cannot be disabled](https://redirect.github.com/drizzle-team/drizzle-orm/issues/2828) - thanks [@​klotztech](https://redirect.github.com/klotztech) - [\[BUG\]: drizzle-kit introspect: SMALLINT import missing and incorrect DECIMAL UNSIGNED handling](https://redirect.github.com/drizzle-team/drizzle-orm/issues/2950) - thanks [@​L-Mario564](https://redirect.github.com/L-Mario564) - [Unsigned tinyints preventing migrations](https://redirect.github.com/drizzle-team/drizzle-orm/issues/1571) - thanks [@​L-Mario564](https://redirect.github.com/L-Mario564) - [\[BUG\]: Can't parse float(8,2) from database (precision and scale and/or unsigned breaks float types)](https://redirect.github.com/drizzle-team/drizzle-orm/issues/3285) - thanks [@​L-Mario564](https://redirect.github.com/L-Mario564) - [\[BUG\]: PgEnum generated migration doesn't escape single quotes](https://redirect.github.com/drizzle-team/drizzle-orm/issues/1272) - thanks [@​L-Mario564](https://redirect.github.com/L-Mario564) - [\[BUG\]: single quote not escaped correctly in migration file](https://redirect.github.com/drizzle-team/drizzle-orm/issues/2184) - thanks [@​L-Mario564](https://redirect.github.com/L-Mario564) - [\[BUG\]: Migrations does not escape single quotes](https://redirect.github.com/drizzle-team/drizzle-orm/issues/1765) - thanks [@​L-Mario564](https://redirect.github.com/L-Mario564) - [\[BUG\]: Issue with quoted default string values](https://redirect.github.com/drizzle-team/drizzle-orm/issues/2122) - thanks [@​L-Mario564](https://redirect.github.com/L-Mario564) - [\[BUG\]: SQl commands in wrong roder](https://redirect.github.com/drizzle-team/drizzle-orm/issues/2390) - thanks [@​L-Mario564](https://redirect.github.com/L-Mario564) - [\[BUG\]: Time with precision in drizzle-orm/pg-core adds double-quotes around type](https://redirect.github.com/drizzle-team/drizzle-orm/issues/1804) - thanks [@​L-Mario564](https://redirect.github.com/L-Mario564) - [\[BUG\]: Postgres push fails due to lack of quotes](https://redirect.github.com/drizzle-team/drizzle-orm/issues/2396) - thanks [@​L-Mario564](https://redirect.github.com/L-Mario564) - [\[BUG\]: TypeError: Cannot read properties of undefined (reading 'compositePrimaryKeys')](https://redirect.github.com/drizzle-team/drizzle-orm/issues/2344) - thanks [@​L-Mario564](https://redirect.github.com/L-Mario564) - [\[BUG\]: drizzle-kit introspect generates CURRENT_TIMESTAMP without sql operator on date column](https://redirect.github.com/drizzle-team/drizzle-orm/issues/2899) - thanks [@​L-Mario564](https://redirect.github.com/L-Mario564) - [\[BUG\]: Drizzle-kit introspect doesn't pull correct defautl statement](https://redirect.github.com/drizzle-team/drizzle-orm/issues/2905) - thanks [@​L-Mario564](https://redirect.github.com/L-Mario564) - [\[BUG\]: Problem on MacBook - This statement does not return data. Use run() instead](https://redirect.github.com/drizzle-team/drizzle-orm/issues/2623) - thanks [@​L-Mario564](https://redirect.github.com/L-Mario564) - [\[BUG\]: Enum column names that are used as arrays are not quoted](https://redirect.github.com/drizzle-team/drizzle-orm/issues/2598) - thanks [@​L-Mario564](https://redirect.github.com/L-Mario564) - [\[BUG\]: drizzle-kit generate ignores index operators](https://redirect.github.com/drizzle-team/drizzle-orm/issues/2935) - thanks [@​L-Mario564](https://redirect.github.com/L-Mario564) - [dialect param config error message is wrong](https://redirect.github.com/drizzle-team/drizzle-orm/issues/3427) - thanks [@​L-Mario564](https://redirect.github.com/L-Mario564) - [\[BUG\]: Error setting default enum field values](https://redirect.github.com/drizzle-team/drizzle-orm/issues/2299) - thanks [@​L-Mario564](https://redirect.github.com/L-Mario564) - [\[BUG\]: drizzle-kit does not respect the order of columns configured in primaryKey()](https://redirect.github.com/drizzle-team/drizzle-orm/issues/2326) - thanks [@​L-Mario564](https://redirect.github.com/L-Mario564) - [\[BUG\]: Cannot drop Unique Constraint MySQL](https://redirect.github.com/drizzle-team/drizzle-orm/issues/998) - thanks [@​L-Mario564](https://redirect.github.com/L-Mario564) ### [`v0.27.2`](https://redirect.github.com/drizzle-team/drizzle-orm/releases/tag/drizzle-kit%400.27.2) [Compare Source](https://redirect.github.com/drizzle-team/drizzle-orm/compare/drizzle-kit@0.27.1...drizzle-kit@0.27.2) - Fix [\[BUG\]: Undefined properties when using drizzle-kit push](https://redirect.github.com/drizzle-team/drizzle-orm/issues/3391) - Fix TypeError: Cannot read properties of undefined (reading 'isRLSEnabled') - Fix push bugs, when pushing a schema with linked policy to a table from `drizzle-orm/supabase`
capricorn86/happy-dom (happy-dom) ### [`v15.11.0`](https://redirect.github.com/capricorn86/happy-dom/releases/tag/v15.11.0) [Compare Source](https://redirect.github.com/capricorn86/happy-dom/compare/v15.10.8...v15.11.0) ##### :art: Features - Adds support for the `:disabled` pseudo-class in CSS and query selectors - By **[@​capricorn86](https://redirect.github.com/capricorn86)** in task [#​1159](https://redirect.github.com/capricorn86/happy-dom/issues/1159) ### [`v15.10.8`](https://redirect.github.com/capricorn86/happy-dom/releases/tag/v15.10.8) [Compare Source](https://redirect.github.com/capricorn86/happy-dom/compare/v15.10.7...v15.10.8) ##### :construction_worker_man: Patch fixes - Validate that object is of type `Blob` in `FileReader.readAsArrayBuffer()`, `FileReader.readAsBinaryString()`, `FileReader.readAsDataURL()` and `FileReader.readAsText()` - By **[@​btea](https://redirect.github.com/btea)** in task [#​1565](https://redirect.github.com/capricorn86/happy-dom/issues/1565) ### [`v15.10.7`](https://redirect.github.com/capricorn86/happy-dom/releases/tag/v15.10.7) [Compare Source](https://redirect.github.com/capricorn86/happy-dom/compare/v15.10.6...v15.10.7) ##### :construction_worker_man: Patch fixes - Cookies with values that contains "=" should be supported - By **[@​btea](https://redirect.github.com/btea)** in task [#​1570](https://redirect.github.com/capricorn86/happy-dom/issues/1570) ### [`v15.10.6`](https://redirect.github.com/capricorn86/happy-dom/releases/tag/v15.10.6) [Compare Source](https://redirect.github.com/capricorn86/happy-dom/compare/v15.10.5...v15.10.6) ##### :construction_worker_man: Patch fixes - Accept objects with a stringifier (such as a `URL` object) in `Location.assign()` and `Location.replace()` - By **[@​silverwind](https://redirect.github.com/silverwind)** in task [#​1568](https://redirect.github.com/capricorn86/happy-dom/issues/1568) ### [`v15.10.5`](https://redirect.github.com/capricorn86/happy-dom/releases/tag/v15.10.5) [Compare Source](https://redirect.github.com/capricorn86/happy-dom/compare/v15.10.4...v15.10.5) ##### :construction_worker_man: Patch fixes - Fixes incorrect serialization of special characters in raw text elements such as ` Githubissues.
  • Githubissues is a development platform for aggregating issues.