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(gluwave): bump the group-updates group in /gluwave with 27 updates #193

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2024

Bumps the group-updates group in /gluwave with 27 updates:

Package From To
@hookform/resolvers 3.9.0 3.9.1
@neondatabase/serverless 0.9.5 0.10.1
@radix-ui/react-alert-dialog 1.1.1 1.1.2
@radix-ui/react-dialog 1.1.1 1.1.2
@radix-ui/react-popover 1.1.1 1.1.2
@radix-ui/react-select 2.1.1 2.1.2
@radix-ui/react-switch 1.1.0 1.1.1
@radix-ui/react-tabs 1.1.0 1.1.1
@radix-ui/react-tooltip 1.1.2 1.1.3
@tanstack/react-query 5.59.0 5.59.16
drizzle-orm 0.33.0 0.36.0
lucia 3.2.0 3.2.2
lucide-react 0.446.0 0.454.0
nanoid 5.0.7 5.0.8
nodejs-polars 0.15.0 0.16.0
pg 8.13.0 8.13.1
postgres 3.4.4 3.4.5
react-hook-form 7.53.0 7.53.1
tailwind-merge 2.5.2 2.5.4
victory 37.1.1 37.3.0
@types/node 22.7.4 22.8.6
@types/react 18.3.10 18.3.12
@types/react-dom 18.3.0 18.3.1
drizzle-kit 0.24.2 0.27.0
sass 1.79.4 1.80.5
tailwindcss 3.4.13 3.4.14
typescript 5.6.2 5.6.3

Updates @hookform/resolvers from 3.9.0 to 3.9.1

Release notes

Sourced from @​hookform/resolvers's releases.

v3.9.1

3.9.1 (2024-10-28)

Bug Fixes

  • Valibot peer dependency to support dist-tags (#723) (3ab415e)
Commits

Updates @neondatabase/serverless from 0.9.5 to 0.10.1

Changelog

Sourced from @​neondatabase/serverless's changelog.

0.10.1 (2024-10-07)

Fix CONFIG.MD documentation.

0.10.0 (2024-10-07)

Capture stack traces in NeonDbError, if Error.captureStackTrace is available.

Allow authentication through JWT by adding a authToken property to the neon HTTP connection options.

0.9.3 (2024-05-09)

Expose all error information fields on NeonDbError objects thrown when using the http fetch transport.

0.9.2 (2024-05-09)

JSR README updates only.

0.9.1 (2024-04-15)

Pass username (and database name) through URL decoder, so all usernames can successfully authorize.

0.9.0 (2024-02-27)

Deprecate fetchConnectionCache option, which is now always enabled. For neon http fetch queries, enable setting options on individual queries within a batch transaction (but note that the types still do not allow this).

0.8.1 (2024-02-07)

Revert single per-region domain for WebSockets. Fix treatment of -pooler connection hosts.

0.8.0 (2024-02-06)

Use a single (per-region) domain name for all connections to Neon databases. Intended to help with connection caching in V8. Passes the endpoint ID inside connection options for WebSocket connections.

0.7.2 (2024-01-10)

Export a full ESM build to index.mjs -- don't just wrap the CJS code -- since no wrapping method seems reliable across bundlers and platforms. It's now important to only require or only import the package: if you mix, you'll get two copies of the code that don't share configuration changes.

0.7.1 (2024-01-09)

Fixed index.d.mts.

0.7.0 (2024-01-08)

Altered ESM re-export technique (in index.mjs) to work around WebPack issues. Added a re-export of TypeScript types (as index.d.mts) to fix the 'Masquerading as CJS' warning from https://arethetypeswrong.github.io/.

0.6.1 (2023-12-19)

WebSocket connection errors are now reported properly via client.on('error', err => { /* ... */ }).

Commits
Maintainer changes

This version was pushed to npm by pffigueiredo, a new releaser for @​neondatabase/serverless since your current version.


Updates @radix-ui/react-alert-dialog from 1.1.1 to 1.1.2

Commits
Maintainer changes

This version was pushed to npm by chancestrickland, a new releaser for @​radix-ui/react-alert-dialog since your current version.


Updates @radix-ui/react-dialog from 1.1.1 to 1.1.2

Commits
Maintainer changes

This version was pushed to npm by chancestrickland, a new releaser for @​radix-ui/react-dialog since your current version.


Updates @radix-ui/react-popover from 1.1.1 to 1.1.2

Commits
Maintainer changes

This version was pushed to npm by chancestrickland, a new releaser for @​radix-ui/react-popover since your current version.


Updates @radix-ui/react-select from 2.1.1 to 2.1.2

Commits
Maintainer changes

This version was pushed to npm by chancestrickland, a new releaser for @​radix-ui/react-select since your current version.


Updates @radix-ui/react-switch from 1.1.0 to 1.1.1

Commits
Maintainer changes

This version was pushed to npm by chancestrickland, a new releaser for @​radix-ui/react-switch since your current version.


Updates @radix-ui/react-tabs from 1.1.0 to 1.1.1

Commits
Maintainer changes

This version was pushed to npm by chancestrickland, a new releaser for @​radix-ui/react-tabs since your current version.


Updates @radix-ui/react-tooltip from 1.1.2 to 1.1.3

Commits
Maintainer changes

This version was pushed to npm by chancestrickland, a new releaser for @​radix-ui/react-tooltip since your current version.


Updates @tanstack/react-query from 5.59.0 to 5.59.16

Release notes

Sourced from @​tanstack/react-query's releases.

v5.59.16

Version 5.59.16 - 10/23/24, 12:53 PM

Changes

Fix

  • react-query: make sure promises are always finalized (#8211) (df49fbd) by Dominik Dorfmeister

Chore

  • query-core: define queryCache notify method"s return type (#8191) (4fceb26) by Haeun Nam
  • react-query: remove unnecessary test file (test/suspense.tsx, suspense.test-d.tsx) (#8208) (d3e2a8a) by @​manudeli

Docs

  • Update disabling-queries.md (#8201) (9d99fcb) by Ollie Chick
  • react-query: fix prefetch with suspense example (#8193) (a2ea754) by Qiushi Yan
  • "hydrate" to "dehydrate" in documentation (#8190) (1980a11) by Ariel-Moroshko

Packages

  • @​tanstack/query-core@​5.59.16
  • @​tanstack/react-query@​5.59.16
  • @​tanstack/query-broadcast-client-experimental@​5.59.16
  • @​tanstack/query-persist-client-core@​5.59.16
  • @​tanstack/query-sync-storage-persister@​5.59.16
  • @​tanstack/react-query-devtools@​5.59.16
  • @​tanstack/react-query-persist-client@​5.59.16
  • @​tanstack/react-query-next-experimental@​5.59.16
  • @​tanstack/solid-query@​5.59.16
  • @​tanstack/solid-query-devtools@​5.59.16
  • @​tanstack/solid-query-persist-client@​5.59.16
  • @​tanstack/svelte-query@​5.59.16
  • @​tanstack/svelte-query-devtools@​5.59.16
  • @​tanstack/svelte-query-persist-client@​5.59.16
  • @​tanstack/vue-query@​5.59.16
  • @​tanstack/vue-query-devtools@​5.59.16
  • @​tanstack/angular-query-experimental@​5.59.16
  • @​tanstack/query-async-storage-persister@​5.59.16
  • @​tanstack/angular-query-devtools-experimental@​5.59.16

v5.59.15

Version 5.59.15 - 10/15/24, 5:12 PM

Changes

Fix

  • react-query: resolve overload matches error with exactOptionalPropertyTypes in queryOptions (#8186) (6c06781) by @​gwansikk

... (truncated)

Commits
  • 820bb81 release: v5.59.16
  • df49fbd fix(react-query): make sure promises are always finalized (#8211)
  • d3e2a8a chore(react-query): remove unnecessary test file (test/suspense.tsx, susp...
  • 0c720e1 release: v5.59.15
  • 6c06781 fix(react-query): resolve overload matches error with exactOptionalPropertyTy...
  • 1adaf3f release: v5.59.14
  • a085c92 fix(react-query): make queryFn optional again (#8176)
  • d409854 fix(react-query): do not overwrite staleTime with the suspense default value ...
  • 2649e52 release: v5.59.13
  • 5d69ad7 fix(query-core): don't finalizeThenable of different queries (#8171)
  • Additional commits viewable in compare view

Updates drizzle-orm from 0.33.0 to 0.36.0

Release notes

Sourced from drizzle-orm's releases.

0.36.0

This version of drizzle-orm requires drizzle-kit@0.27.0 to enable all new features

New Features

The third parameter in Drizzle ORM becomes an array

The object API is still available but deprecated

Instead of this

pgTable('users', {
    id: integer().primaryKey(),
}, (t) => ({
    index: index('test').on(t.id),
}));

You can now do this

pgTable('users', {
    id: integer().primaryKey(),
}, (t) => [index('test').on(t.id)]);

Row-Level Security (RLS)

With Drizzle, you can enable Row-Level Security (RLS) for any Postgres table, create policies with various options, and define and manage the roles those policies apply to.

Drizzle supports a raw representation of Postgres policies and roles that can be used in any way you want. This works with popular Postgres database providers such as Neon and Supabase.

In Drizzle, we have specific predefined RLS roles and functions for RLS with both database providers, but you can also define your own logic.

Enable RLS

If you just want to enable RLS on a table without adding policies, you can use .enableRLS()

As mentioned in the PostgreSQL documentation:

If no policy exists for the table, a default-deny policy is used, meaning that no rows are visible or can be modified. Operations that apply to the whole table, such as TRUNCATE and REFERENCES, are not subject to row security.

import { integer, pgTable } from 'drizzle-orm/pg-core';
export const users = pgTable('users', {
id: integer(),
}).enableRLS();

If you add a policy to a table, RLS will be enabled automatically. So, there’s no need to explicitly enable RLS when adding policies to a table.

... (truncated)

Commits
  • a21c8e3 Merge pull request #3270 from drizzle-team/beta
  • 5ea5a84 Bump version, remove createDrizzle
  • 4b200a2 Format json
  • 1ee8ed3 re-trigger ci
  • 098afba Save exact version for attw
  • 20c8e02 Import from db.ts
  • 6490223 Add Supabase RLS createDrizzle function
  • e62c333 Fix lint and tests for crudPolicy
  • 80fe721 Merge pull request #3242 from davidgomes/neon-rls-fixes
  • 5601a7d fix: allows crudPolicy to skip generating policies, adds TSDoc to crudPolicy ...
  • Additional commits viewable in compare view

Updates lucia from 3.2.0 to 3.2.2

Commits

Updates lucide-react from 0.446.0 to 0.454.0

Release notes

Sourced from lucide-react's releases.

New icons 0.454.0

Modified Icons 🔨

New icons 0.453.0

New icons 🎨

New icons 0.452.0

Modified Icons 🔨

New icons 0.451.0

Modified Icons 🔨

New icons 0.450.0

Modified Icons 🔨

... (truncated)

Commits

Updates nanoid from 5.0.7 to 5.0.8

Release notes

Sourced from nanoid's releases.

5.0.8

Changelog

Sourced from nanoid's changelog.

5.0.8

Commits

Updates nodejs-polars from 0.15.0 to 0.16.0

Release notes

Sourced from nodejs-polars's releases.

nodejs-polars-v0.16.0

What's Changed

New Contributors

Full Changelog: pola-rs/nodejs-polars@nodejs-polars-v0.15.0...nodejs-polars-v0.16.0

Commits
  • d3ad163 Merge branch 'main' of github.com:pola-rs/nodejs-polars into nodejs-polars-v0...
  • 3ec4a73 hashbrown (#282)
  • 92b67a2 Merge branch 'main' of github.com:pola-rs/nodejs-polars into nodejs-polars-v0...
  • 0af68af bump toolchain (#281)
  • 28e13fb Upgrading biome (#274)
  • 4bcc68c Fixing series fold (#271)
  • cc49e3c Merge branch 'main' of github.com:pola-rs/nodejs-polars into nodejs-polars-v0...
  • ac4c358 fix: fix broken path to datatypes causing typescript compilation to fail (#275)
  • 66f017c Fixing pivot docs and example (#273)
  • bc24e12 Fixing ScanArgsParquet include_file_paths bug (#270)
  • Additional commits viewable in compare view

Updates pg from 8.13.0 to 8.13.1

Changelog

Sourced from pg's changelog.

All major and minor releases are briefly explained below.

For richer information consult the commit log on github with referenced pull requests.

We do not include break-fix version release in this file.

Commits

Updates postgres from 3.4.4 to 3.4.5

Release notes

Sourced from postgres's releases.

v3.4.5

  • Fix for deno 2 5fb70c1
  • Don't reassign to errors 4baef5e, f58cd4f
  • Remove "worker" export as we now have "workerd" for cloudflare cc688c6

porsager/postgres@v3.4.4...v3.4.5

Commits
  • b231b68 3.4.5
  • 5974e7f build
  • 5fb70c1 Fix for deno 2
  • f84f21a also node 22
  • 75dab37 Try postgres 17 (might be too soon)
  • 1818699 Update README.md to fix broken link to Node.js stream backpressure documentation
  • 4baef5e Don't reassign to errors
  • f58cd4f Don't reassign to errors
  • e05585b corrects explnation of default max_lifetime values in deno/README.md
  • 6bed5c0 corrects explnation of default max_lifetime values in README.md
  • Additional commits viewable in compare view

Updates react-hook-form from 7.53.0 to 7.53.1

Release notes

Sourced from react-hook-form's releases.

Version 7.53.1

🐞 fix: #12294 ensure Invalid Date is evaluated correctly (#12295) 🐞 fix #12316 setValue should work for arrays of primitives to handle checkboxes (#12316) (#12317) 🐞 fix #12097 Use dirty fields along with mount names for form reset with keepDirtyValues (#12211) 🫀 fix #12237 disabled state trigger formState dirty/dirtyFields to update (#12239) 🐞 fix #12291 field array remove cause undefined with FormData (#12305) 📝 improve flatten function with object type check (#12306) 🖐️ improve: resolve type of set function (#12145) 🔧 chore: upgrade eslint to v9 (#12150) 📖 fix: code example input field placeholder name (#12296) 📖 docs: fix typo in code example (#12271)

thanks to @​rasikhq @​abnud11 @​crypt0box @​developer-bandi @​matmannion @​hasancruk & @​vismay7

Changelog

Sourced from react-hook-form's changelog.

Changelog

Commits

Updates tailwind-merge from 2.5.2 to 2.5.4

Release notes

Sourced from tailwind-merge's releases.

v2.5.4

Bug Fixes

Full Changelog: dcastil/tailwind-merge@v2.5.3...v2.5.4

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​jamesreaco, @​roboflow and @​codecov for sponsoring tailwind-merge! ❤️

v2.5.3

Bug Fixes

Documentation

Other

Full Changelog: dcastil/tailwind-merge@v2.5.2...v2.5.3

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​jamesreaco, @​roboflow, @​xeger and @​MrDeatHHH for sponsoring tailwind-merge! ❤️

Commits
  • a57f245 v2.5.4
  • 3b83a53 add changelog for v2.5.4
  • 47b566c Merge pull request #483 from dcastil/bugfix/481/fix-incorrect-sourcemap-paths
  • 004fbec fix incorrect paths within sourcemaps
  • a6d0954 add changelog for v2.5.3
  • 4affad5 v2.5.3
  • 0a98923 Merge pull request #424 from dcastil/renovate/major-eslint-monorepo
  • 76a54fc add recommended vitest rules to ESLint
  • 1897328 deduplicate deps
  • 250f077 remove old obsolete .eslintrc file
  • Additional commits viewable in compare view

Updates victory from 37.1.1 to 37.3.0

Release notes

Sourced from victory's releases.

v37.3.0

What's Changed

Full Changelog: FormidableLabs/victory@v37.2.0...v37.3.0

v37.2.0

What's Changed

New Contributors

Full Changelog: FormidableLabs/victory@v37.1.2...v37.2.0

v37.1.2

What's Changed

New Contributors

Full Changelog: FormidableLabs/victory@v37.1.1...v37.1.2

Commits

Updates @types/node from 22.7.4 to 22.8.6

Commits

Updates @types/react from 18.3.10 to 18.3.12

Commits

Updates @types/react-dom from 18.3.0 to 18.3.1

Commits

Updates drizzle-kit from 0.24.2 to 0.27.0

Release notes

Sourced from drizzle-kit's releases.

drizzle-kit@0.27.0

This version of drizzle-jit requires drizzle-orm@0.36.0 to enable all new features

New Features

Row-Level Security (RLS)

With Drizzle, you can enable Row-Level Security (RLS) for any Postgres table, create policies with various options, and define and manage the roles those policies apply to.

Drizzle supports a raw representation of Postgres policies and roles that can be used in any way you want. This works with popular Postgres database providers such as Neon and Supabase.

In Drizzle, we have specific predefined RLS roles and functions for RLS with both database providers, but you can also define your own logic.

Enable RLS

If you just want to enable RLS on a table without adding policies, you can use .enableRLS()

As mentioned in the PostgreSQL documentation:

If no policy exists for the table, a default-deny policy is used, meaning that no rows are visible or can be modified. Operations that apply to the whole table, such as TRUNCATE and REFERENCES, are not subject to row security.

import { integer, pgTable } from 'drizzle-orm/pg-core';
export const users = pgTable('users', {
id: integer(),
}).enableRLS();

If you add a policy to a table, RLS will be enabled automatically. So, there’s no need to explicitly enable RLS when adding policies to a table.

Roles

Currently, Drizzle supports defining roles with a few different options, as shown below. Support for more options will be added in a future release.

import { pgRole } from 'drizzle-orm/pg-core';
export const admin = pgRole('admin', { createRole: true, createDb: true, inherit: true });

If a role already exists in your database, and you don’t want drizzle-kit to ‘see’ it or include it in migrations, you can mark the role as existing.

import { pgRole } from 'drizzle-orm/pg-core';
export const admin = pgRole('admin').existing();

... (truncated)

Commits
  • a21c8e3 Merge pull request #3270 from drizzle-team/beta
  • 5ea5a84 Bump version, remove createDrizzle
  • 4b200a2 Format json
  • 1ee8ed3 re-trigger ci
  • 098afba Save exact version for attw
  • 20c8e02 Import from db.ts
  • 6490223 Add Supabase RLS createDrizzle function
  • e62c333 Fix lint and tests for crudPolicy
  • 80fe721 Merge pull request #3242 from davidgomes/neon-rls-fixes
  • 5601a7d fix: allows crudPolicy to skip generating policies, adds TSDoc to crudPolicy ...
  • Additional commits viewable in compare view

Updates sass from 1.79.4 to 1.80.5

Release notes

Sourced from sass's releases.

Dart Sass 1.80.5

To install Sass 1.80.5, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

Embedded Host

  • Don't produce phantom @import deprecations when using an importer with the legacy API.

See the full changelog for changes in earlier releases.

Dart Sass 1.80.4

To install Sass 1.80.4, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • No user-visible changes.

See the full changelog for changes in earlier releases.

Dart Sass 1.80.3

To install Sass 1.80.3, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Fix a bug where @import url("...") would crash in plain CSS files.

  • Improve consistency of how warnings are emitted by different parts of the compiler. This should result in minimal user-visible changes, but different types of warnings should now respond more reliably to flags like --quiet, --verbose, and --silence-deprecation.

See the

Bumps the group-updates group in /gluwave with 27 updates:

| Package | From | To |
| --- | --- | --- |
| [@hookform/resolvers](https://github.com/react-hook-form/resolvers) | `3.9.0` | `3.9.1` |
| [@neondatabase/serverless](https://github.com/neondatabase/serverless) | `0.9.5` | `0.10.1` |
| [@radix-ui/react-alert-dialog](https://github.com/radix-ui/primitives) | `1.1.1` | `1.1.2` |
| [@radix-ui/react-dialog](https://github.com/radix-ui/primitives) | `1.1.1` | `1.1.2` |
| [@radix-ui/react-popover](https://github.com/radix-ui/primitives) | `1.1.1` | `1.1.2` |
| [@radix-ui/react-select](https://github.com/radix-ui/primitives) | `2.1.1` | `2.1.2` |
| [@radix-ui/react-switch](https://github.com/radix-ui/primitives) | `1.1.0` | `1.1.1` |
| [@radix-ui/react-tabs](https://github.com/radix-ui/primitives) | `1.1.0` | `1.1.1` |
| [@radix-ui/react-tooltip](https://github.com/radix-ui/primitives) | `1.1.2` | `1.1.3` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.59.0` | `5.59.16` |
| [drizzle-orm](https://github.com/drizzle-team/drizzle-orm) | `0.33.0` | `0.36.0` |
| [lucia](https://github.com/pilcrowOnPaper/lucia/tree/HEAD/packages/lucia) | `3.2.0` | `3.2.2` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.446.0` | `0.454.0` |
| [nanoid](https://github.com/ai/nanoid) | `5.0.7` | `5.0.8` |
| [nodejs-polars](https://github.com/pola-rs/nodejs-polars) | `0.15.0` | `0.16.0` |
| [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.13.0` | `8.13.1` |
| [postgres](https://github.com/porsager/postgres) | `3.4.4` | `3.4.5` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.53.0` | `7.53.1` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `2.5.2` | `2.5.4` |
| [victory](https://github.com/FormidableLabs/victory) | `37.1.1` | `37.3.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.7.4` | `22.8.6` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.10` | `18.3.12` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.3.0` | `18.3.1` |
| [drizzle-kit](https://github.com/drizzle-team/drizzle-orm) | `0.24.2` | `0.27.0` |
| [sass](https://github.com/sass/dart-sass) | `1.79.4` | `1.80.5` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.13` | `3.4.14` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.2` | `5.6.3` |


Updates `@hookform/resolvers` from 3.9.0 to 3.9.1
- [Release notes](https://github.com/react-hook-form/resolvers/releases)
- [Commits](react-hook-form/resolvers@v3.9.0...v3.9.1)

Updates `@neondatabase/serverless` from 0.9.5 to 0.10.1
- [Changelog](https://github.com/neondatabase/serverless/blob/main/CHANGELOG.md)
- [Commits](https://github.com/neondatabase/serverless/commits)

Updates `@radix-ui/react-alert-dialog` from 1.1.1 to 1.1.2
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-dialog` from 1.1.1 to 1.1.2
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-popover` from 1.1.1 to 1.1.2
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-select` from 2.1.1 to 2.1.2
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-switch` from 1.1.0 to 1.1.1
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-tabs` from 1.1.0 to 1.1.1
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-tooltip` from 1.1.2 to 1.1.3
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@tanstack/react-query` from 5.59.0 to 5.59.16
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.59.16/packages/react-query)

Updates `drizzle-orm` from 0.33.0 to 0.36.0
- [Release notes](https://github.com/drizzle-team/drizzle-orm/releases)
- [Commits](drizzle-team/drizzle-orm@0.33.0...0.36.0)

Updates `lucia` from 3.2.0 to 3.2.2
- [Commits](https://github.com/pilcrowOnPaper/lucia/commits/HEAD/packages/lucia)

Updates `lucide-react` from 0.446.0 to 0.454.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.454.0/packages/lucide-react)

Updates `nanoid` from 5.0.7 to 5.0.8
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@5.0.7...5.0.8)

Updates `nodejs-polars` from 0.15.0 to 0.16.0
- [Release notes](https://github.com/pola-rs/nodejs-polars/releases)
- [Commits](pola-rs/nodejs-polars@nodejs-polars-v0.15.0...nodejs-polars-v0.16.0)

Updates `pg` from 8.13.0 to 8.13.1
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.13.1/packages/pg)

Updates `postgres` from 3.4.4 to 3.4.5
- [Release notes](https://github.com/porsager/postgres/releases)
- [Changelog](https://github.com/porsager/postgres/blob/master/CHANGELOG.md)
- [Commits](porsager/postgres@v3.4.4...v3.4.5)

Updates `react-hook-form` from 7.53.0 to 7.53.1
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.53.0...v7.53.1)

Updates `tailwind-merge` from 2.5.2 to 2.5.4
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](dcastil/tailwind-merge@v2.5.2...v2.5.4)

Updates `victory` from 37.1.1 to 37.3.0
- [Release notes](https://github.com/FormidableLabs/victory/releases)
- [Changelog](https://github.com/FormidableLabs/victory/blob/main/CHANGELOG.md)
- [Commits](FormidableLabs/victory@v37.1.1...v37.3.0)

Updates `@types/node` from 22.7.4 to 22.8.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/react` from 18.3.10 to 18.3.12
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@types/react-dom` from 18.3.0 to 18.3.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `drizzle-kit` from 0.24.2 to 0.27.0
- [Release notes](https://github.com/drizzle-team/drizzle-orm/releases)
- [Commits](https://github.com/drizzle-team/drizzle-orm/compare/drizzle-kit@0.24.2...drizzle-kit@0.27.0)

Updates `sass` from 1.79.4 to 1.80.5
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.79.4...1.80.5)

Updates `tailwindcss` from 3.4.13 to 3.4.14
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.14/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.13...v3.4.14)

Updates `typescript` from 5.6.2 to 5.6.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.2...v5.6.3)

---
updated-dependencies:
- dependency-name: "@hookform/resolvers"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: group-updates
- dependency-name: "@neondatabase/serverless"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: group-updates
- dependency-name: "@radix-ui/react-alert-dialog"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: group-updates
- dependency-name: "@radix-ui/react-dialog"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: group-updates
- dependency-name: "@radix-ui/react-popover"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: group-updates
- dependency-name: "@radix-ui/react-select"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: group-updates
- dependency-name: "@radix-ui/react-switch"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: group-updates
- dependency-name: "@radix-ui/react-tabs"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: group-updates
- dependency-name: "@radix-ui/react-tooltip"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: group-updates
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: group-updates
- dependency-name: drizzle-orm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: group-updates
- dependency-name: lucia
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: group-updates
- dependency-name: lucide-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: group-updates
- dependency-name: nanoid
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: group-updates
- dependency-name: nodejs-polars
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: group-updates
- dependency-name: pg
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: group-updates
- dependency-name: postgres
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: group-updates
- dependency-name: react-hook-form
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: group-updates
- dependency-name: tailwind-merge
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: group-updates
- dependency-name: victory
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: group-updates
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: group-updates
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: group-updates
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: group-updates
- dependency-name: drizzle-kit
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: group-updates
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: group-updates
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: group-updates
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: group-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 1, 2024
@Kalhama Kalhama merged commit e18fc01 into master Nov 2, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/gluwave/group-updates-0ec271ea3d branch November 2, 2024 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant