Commit graph

1380 commits

Author SHA1 Message Date
dependabot[bot]
76b876872c
Bump @content-collections/core from 0.7.3 to 0.8.0
Bumps @content-collections/core from 0.7.3 to 0.8.0.

---
updated-dependencies:
- dependency-name: "@content-collections/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-20 17:25:48 +00:00
dependabot[bot]
4846276d0c
Bump @next/mdx from 15.1.1 to 15.1.2
Bumps [@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx) from 15.1.1 to 15.1.2.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.1.2/packages/next-mdx)

---
updated-dependencies:
- dependency-name: "@next/mdx"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-20 01:04:23 +00:00
Ahmad
e8760611b8
Merge pull request #860 from ahmadk953/dependabot/npm_and_yarn/eslint-config-next-15.1.2
Bump eslint-config-next from 15.1.0 to 15.1.2
2024-12-19 20:02:45 -05:00
dependabot[bot]
7f12188cce
Bump @next/bundle-analyzer from 15.1.1 to 15.1.2
Bumps [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) from 15.1.1 to 15.1.2.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.1.2/packages/next-bundle-analyzer)

---
updated-dependencies:
- dependency-name: "@next/bundle-analyzer"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-20 01:00:44 +00:00
dependabot[bot]
ce68235520
Bump eslint-config-next from 15.1.0 to 15.1.2
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 15.1.0 to 15.1.2.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.1.2/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-20 01:00:37 +00:00
Ahmad
260813896b
Merge pull request #859 from ahmadk953/dependabot/npm_and_yarn/next-15.1.2
Bump next from 15.1.1 to 15.1.2
2024-12-19 19:59:15 -05:00
dependabot[bot]
73b86e8018
Bump @next/eslint-plugin-next from 15.1.1 to 15.1.2
Bumps [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) from 15.1.1 to 15.1.2.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.1.2/packages/eslint-plugin-next)

---
updated-dependencies:
- dependency-name: "@next/eslint-plugin-next"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-19 17:25:33 +00:00
dependabot[bot]
e3a3119d44
Bump next from 15.1.1 to 15.1.2
Bumps [next](https://github.com/vercel/next.js) from 15.1.1 to 15.1.2.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.1.1...v15.1.2)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-19 17:24:07 +00:00
Ahmad
e006da673e
Fixed Compile Issues 2024-12-18 21:39:25 -05:00
Ahmad
7578b189ef Optimize performance and reduce bundle sizes
## AI Generated code and Descriptions
Improve website performance and efficiency by reducing bundle sizes and implementing caching strategies.

* **next.config.ts**: Add `compression` middleware to enable gzip compression for responses.
* **Lazy Loading**: Implement lazy loading for images in `app/(platform)/(dashboard)/board/[boardId]/_components/board-update-image.tsx` using the `loading="lazy"` attribute. Add `react-lazyload` library for lazy loading components in `app/(platform)/(dashboard)/board/[boardId]/_components/list-item.tsx` and wrap list items with `LazyLoad` component.
* **Database Query Optimization**: Optimize database queries in `actions/copy-card/index.ts`, `actions/copy-list/index.ts`, `actions/create-board/index.ts`, `actions/create-card/index.ts`, `actions/create-list/index.ts`, `actions/delete-board/index.ts`, `actions/delete-card/index.ts`, `actions/delete-list/index.ts`, `actions/stripe-redirect/index.ts`, `actions/update-board/index.ts`, `actions/update-card-order/index.ts`, `actions/update-card/index.ts`, and `actions/update-list/index.ts` by adding appropriate indexes and using `select` to fetch only required fields.
* **Dependencies**: Update `package.json` to include `compression` and `react-lazyload` dependencies.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/ahmadk953/tasko?shareId=XXXX-XXXX-XXXX-XXXX).
2024-12-18 21:06:08 -05:00
dependabot[bot]
51e5d0ae17
Bump @next/bundle-analyzer from 15.1.0 to 15.1.1
Bumps [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) from 15.1.0 to 15.1.1.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.1.1/packages/next-bundle-analyzer)

---
updated-dependencies:
- dependency-name: "@next/bundle-analyzer"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-18 21:42:36 +00:00
Ahmad
5d552f16a8
Merge pull request #852 from ahmadk953/dependabot/npm_and_yarn/radix-ui/react-avatar-1.1.2
Bump @radix-ui/react-avatar from 1.1.1 to 1.1.2
2024-12-18 16:41:10 -05:00
Ahmad
cfdeb002d8
Merge pull request #855 from ahmadk953/dependabot/npm_and_yarn/next/eslint-plugin-next-15.1.1
Bump @next/eslint-plugin-next from 15.1.0 to 15.1.1
2024-12-18 16:40:55 -05:00
Ahmad
c2a2890fa2
Merge pull request #856 from ahmadk953/dependabot/npm_and_yarn/react-day-picker-9.4.4
Bump react-day-picker from 9.4.1 to 9.4.4
2024-12-18 16:40:46 -05:00
dependabot[bot]
2fe87c7436
Bump react-day-picker from 9.4.1 to 9.4.4
Bumps [react-day-picker](https://github.com/gpbl/react-day-picker) from 9.4.1 to 9.4.4.
- [Release notes](https://github.com/gpbl/react-day-picker/releases)
- [Changelog](https://github.com/gpbl/react-day-picker/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gpbl/react-day-picker/compare/v9.4.1...v9.4.4)

---
updated-dependencies:
- dependency-name: react-day-picker
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-18 17:17:27 +00:00
dependabot[bot]
2a4c6ace16
Bump @next/eslint-plugin-next from 15.1.0 to 15.1.1
Bumps [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) from 15.1.0 to 15.1.1.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.1.1/packages/eslint-plugin-next)

---
updated-dependencies:
- dependency-name: "@next/eslint-plugin-next"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-18 17:17:10 +00:00
dependabot[bot]
4ac5841e85
Bump @typescript-eslint/parser from 8.18.0 to 8.18.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.18.0 to 8.18.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-18 17:16:50 +00:00
dependabot[bot]
4ed49f31b7
Bump @radix-ui/react-avatar from 1.1.1 to 1.1.2
Bumps [@radix-ui/react-avatar](https://github.com/radix-ui/primitives) 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)

---
updated-dependencies:
- dependency-name: "@radix-ui/react-avatar"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-18 17:16:09 +00:00
Ahmad
33c3a90132
Merge pull request #847 from ahmadk953/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-8.18.1
Bump @typescript-eslint/eslint-plugin from 8.18.0 to 8.18.1
2024-12-17 20:25:29 -05:00
Ahmad
d593bf32ac
Merge pull request #848 from ahmadk953/dependabot/npm_and_yarn/radix-ui/react-tooltip-1.1.6
Bump @radix-ui/react-tooltip from 1.1.4 to 1.1.6
2024-12-17 20:25:20 -05:00
Ahmad
c27d0927cc
Merge pull request #850 from ahmadk953/dependabot/npm_and_yarn/babel-plugin-react-compiler-19.0.0-beta-201e55d-20241215
Bump babel-plugin-react-compiler from 19.0.0-beta-df7b47d-20241124 to 19.0.0-beta-201e55d-20241215
2024-12-17 20:25:03 -05:00
dependabot[bot]
601fe23290
Bump @tanstack/react-query from 5.62.7 to 5.62.8
Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.62.7 to 5.62.8.
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.62.8/packages/react-query)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-17 17:32:29 +00:00
dependabot[bot]
9b3ed8f27d
Bump babel-plugin-react-compiler
Bumps [babel-plugin-react-compiler](https://github.com/facebook/react/tree/HEAD/compiler/packages/babel-plugin-react-compiler) from 19.0.0-beta-df7b47d-20241124 to 19.0.0-beta-201e55d-20241215.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/compiler/packages/babel-plugin-react-compiler)

---
updated-dependencies:
- dependency-name: babel-plugin-react-compiler
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-17 17:32:12 +00:00
dependabot[bot]
81e7112e3b
Bump @radix-ui/react-tooltip from 1.1.4 to 1.1.6
Bumps [@radix-ui/react-tooltip](https://github.com/radix-ui/primitives) from 1.1.4 to 1.1.6.
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

---
updated-dependencies:
- dependency-name: "@radix-ui/react-tooltip"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-17 17:31:34 +00:00
dependabot[bot]
501b78de01
Bump @typescript-eslint/eslint-plugin from 8.18.0 to 8.18.1
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.18.0 to 8.18.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.1/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-17 17:31:18 +00:00
Ahmad
8105c15849
Merge pull request #842 from ahmadk953/dependabot/npm_and_yarn/eslint-plugin-react-compiler-19.0.0-beta-201e55d-20241215
Bump eslint-plugin-react-compiler from 19.0.0-beta-df7b47d-20241124 to 19.0.0-beta-201e55d-20241215
2024-12-16 18:52:27 -05:00
Ahmad
606e604de6
Merge pull request #843 from ahmadk953/dependabot/npm_and_yarn/next/eslint-plugin-next-15.1.0
Bump @next/eslint-plugin-next from 15.0.4 to 15.1.0
2024-12-16 18:52:15 -05:00
Ahmad
987fd89ec0
Merge pull request #844 from ahmadk953/dependabot/npm_and_yarn/radix-ui/react-popover-1.1.3
Bump @radix-ui/react-popover from 1.1.2 to 1.1.3
2024-12-16 18:52:08 -05:00
dependabot[bot]
4e7c2bc7e0
Bump @radix-ui/react-accordion from 1.2.1 to 1.2.2
Bumps [@radix-ui/react-accordion](https://github.com/radix-ui/primitives) from 1.2.1 to 1.2.2.
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

---
updated-dependencies:
- dependency-name: "@radix-ui/react-accordion"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-16 17:52:11 +00:00
dependabot[bot]
57f52f4c25
Bump @radix-ui/react-popover from 1.1.2 to 1.1.3
Bumps [@radix-ui/react-popover](https://github.com/radix-ui/primitives) 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)

---
updated-dependencies:
- dependency-name: "@radix-ui/react-popover"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-16 17:51:32 +00:00
dependabot[bot]
f0b965b8d8
Bump @next/eslint-plugin-next from 15.0.4 to 15.1.0
Bumps [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) from 15.0.4 to 15.1.0.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.1.0/packages/eslint-plugin-next)

---
updated-dependencies:
- dependency-name: "@next/eslint-plugin-next"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-16 17:51:15 +00:00
dependabot[bot]
77424943ea
Bump eslint-plugin-react-compiler
Bumps [eslint-plugin-react-compiler](https://github.com/facebook/react/tree/HEAD/compiler/packages/eslint-plugin-react-compiler) from 19.0.0-beta-df7b47d-20241124 to 19.0.0-beta-201e55d-20241215.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/compiler/packages/eslint-plugin-react-compiler)

---
updated-dependencies:
- dependency-name: eslint-plugin-react-compiler
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-16 17:50:54 +00:00
Ahmad
9147e4f7c1
Merge pull request #841 from ahmadk953/dependabot/npm_and_yarn/radix-ui/react-dialog-1.1.3 2024-12-13 22:07:10 -05:00
Ahmad
07e866911b
Merge pull request #835 from ahmadk953/dependabot/npm_and_yarn/next-15.1.0 2024-12-13 22:06:47 -05:00
Ahmad
4cd1a9c28f
Merge pull request #840 from ahmadk953/dependabot/npm_and_yarn/zod-3.24.1 2024-12-13 22:06:27 -05:00
dependabot[bot]
b2e74a29cf
Bump @radix-ui/react-dialog from 1.1.2 to 1.1.3
Bumps [@radix-ui/react-dialog](https://github.com/radix-ui/primitives) 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)

---
updated-dependencies:
- dependency-name: "@radix-ui/react-dialog"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-13 17:22:21 +00:00
dependabot[bot]
ca99fb1710
Bump zod from 3.23.8 to 3.24.1
Bumps [zod](https://github.com/colinhacks/zod) from 3.23.8 to 3.24.1.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md)
- [Commits](https://github.com/colinhacks/zod/compare/v3.23.8...v3.24.1)

---
updated-dependencies:
- dependency-name: zod
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-13 17:22:04 +00:00
dependabot[bot]
917e783c18
Bump @next/bundle-analyzer from 15.0.4 to 15.1.0
Bumps [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) from 15.0.4 to 15.1.0.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.1.0/packages/next-bundle-analyzer)

---
updated-dependencies:
- dependency-name: "@next/bundle-analyzer"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-13 17:21:45 +00:00
dependabot[bot]
74113bb59e
Bump next from 15.0.4 to 15.1.0
Bumps [next](https://github.com/vercel/next.js) from 15.0.4 to 15.1.0.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.0.4...v15.1.0)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-12 23:24:57 +00:00
Ahmad
417a5f3183
Merge pull request #833 from ahmadk953/dependabot/npm_and_yarn/types/node-22.10.2
Bump @types/node from 22.10.1 to 22.10.2
2024-12-12 18:23:40 -05:00
Ahmad
3558737209
Merge pull request #834 from ahmadk953/dependabot/npm_and_yarn/tanstack/react-query-5.62.7
Bump @tanstack/react-query from 5.62.3 to 5.62.7
2024-12-12 18:23:31 -05:00
Ahmad
9e3c968513
Merge pull request #836 from ahmadk953/dependabot/npm_and_yarn/sonner-1.7.1
Bump sonner from 1.7.0 to 1.7.1
2024-12-12 18:23:17 -05:00
dependabot[bot]
d2684b497e
Bump mintlify from 4.0.293 to 4.0.294
Bumps [mintlify](https://github.com/mintlify/docs) from 4.0.293 to 4.0.294.
- [Commits](https://github.com/mintlify/docs/commits)

---
updated-dependencies:
- dependency-name: mintlify
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-12 17:32:11 +00:00
dependabot[bot]
dfdcd24179
Bump sonner from 1.7.0 to 1.7.1
Bumps [sonner](https://github.com/emilkowalski/sonner) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/emilkowalski/sonner/releases)
- [Commits](https://github.com/emilkowalski/sonner/compare/1.7.0...v1.7.1)

---
updated-dependencies:
- dependency-name: sonner
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-12 17:31:56 +00:00
dependabot[bot]
6252d16112
Bump @tanstack/react-query from 5.62.3 to 5.62.7
Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.62.3 to 5.62.7.
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.62.7/packages/react-query)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-12 17:30:37 +00:00
dependabot[bot]
338c486ee9
Bump @types/node from 22.10.1 to 22.10.2
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.10.1 to 22.10.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-12 17:30:17 +00:00
Ahmad
bec7a17a39
Merge pull request #829 from ahmadk953/dependabot/npm_and_yarn/eslint-config-next-15.1.0
Bump eslint-config-next from 15.0.3 to 15.1.0
2024-12-11 21:15:21 -05:00
dependabot[bot]
06f896b0cc
Bump eslint-config-next from 15.0.3 to 15.1.0
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 15.0.3 to 15.1.0.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.1.0/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-12 00:49:33 +00:00
dependabot[bot]
91da813d8c
Bump mintlify from 4.0.292 to 4.0.293
Bumps [mintlify](https://github.com/mintlify/docs) from 4.0.292 to 4.0.293.
- [Commits](https://github.com/mintlify/docs/commits)

---
updated-dependencies:
- dependency-name: mintlify
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-12 00:49:32 +00:00
Ahmad
13c91c92a1
Merge pull request #827 from ahmadk953/dependabot/npm_and_yarn/mintlify-4.0.292
Bump mintlify from 4.0.289 to 4.0.292
2024-12-11 19:48:18 -05:00
Ahmad
442b0fc065
Merge pull request #828 from ahmadk953/dependabot/npm_and_yarn/liveblocks/client-2.14.0
Bump @liveblocks/client from 2.13.2 to 2.14.0
2024-12-11 19:48:08 -05:00
Ahmad
88dfe61586
Merge pull request #830 from ahmadk953/dependabot/npm_and_yarn/next/mdx-15.1.0
Bump @next/mdx from 15.0.4 to 15.1.0
2024-12-11 19:47:54 -05:00
dependabot[bot]
9c45c2bed0
Bump dompurify and @types/dompurify
Bumps [dompurify](https://github.com/cure53/DOMPurify) and [@types/dompurify](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dompurify). These dependencies needed to be updated together.

Updates `dompurify` from 3.2.2 to 3.2.3
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/3.2.2...3.2.3)

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

---
updated-dependencies:
- dependency-name: dompurify
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: "@types/dompurify"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-11 17:25:35 +00:00
dependabot[bot]
ddac145899
Bump @next/mdx from 15.0.4 to 15.1.0
Bumps [@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx) from 15.0.4 to 15.1.0.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.1.0/packages/next-mdx)

---
updated-dependencies:
- dependency-name: "@next/mdx"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-11 17:25:17 +00:00
dependabot[bot]
009a0793c3
Bump @liveblocks/client from 2.13.2 to 2.14.0
Bumps [@liveblocks/client](https://github.com/liveblocks/liveblocks/tree/HEAD/packages/liveblocks-client) from 2.13.2 to 2.14.0.
- [Release notes](https://github.com/liveblocks/liveblocks/releases)
- [Changelog](https://github.com/liveblocks/liveblocks/blob/main/CHANGELOG.md)
- [Commits](https://github.com/liveblocks/liveblocks/commits/v2.14.0/packages/liveblocks-client)

---
updated-dependencies:
- dependency-name: "@liveblocks/client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-11 17:24:39 +00:00
dependabot[bot]
d49e5e28e1
Bump mintlify from 4.0.289 to 4.0.292
Bumps [mintlify](https://github.com/mintlify/docs) from 4.0.289 to 4.0.292.
- [Commits](https://github.com/mintlify/docs/commits)

---
updated-dependencies:
- dependency-name: mintlify
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-11 17:24:18 +00:00
Ahmad
6343dbb25b
Merge pull request #824 from ahmadk953/dependabot/npm_and_yarn/liveblocks/node-2.14.0
Bump @liveblocks/node from 2.13.2 to 2.14.0
2024-12-10 20:31:53 -05:00
dependabot[bot]
648eab6a60
Bump @clerk/nextjs from 6.8.3 to 6.9.0
Bumps [@clerk/nextjs](https://github.com/clerk/javascript/tree/HEAD/packages/nextjs) from 6.8.3 to 6.9.0.
- [Release notes](https://github.com/clerk/javascript/releases)
- [Changelog](https://github.com/clerk/javascript/blob/main/packages/nextjs/CHANGELOG.md)
- [Commits](https://github.com/clerk/javascript/commits/@clerk/nextjs@6.9.0/packages/nextjs)

---
updated-dependencies:
- dependency-name: "@clerk/nextjs"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-11 01:29:56 +00:00
dependabot[bot]
786cc61a5e
Bump @liveblocks/node from 2.13.2 to 2.14.0
Bumps [@liveblocks/node](https://github.com/liveblocks/liveblocks/tree/HEAD/packages/liveblocks-node) from 2.13.2 to 2.14.0.
- [Release notes](https://github.com/liveblocks/liveblocks/releases)
- [Changelog](https://github.com/liveblocks/liveblocks/blob/main/CHANGELOG.md)
- [Commits](https://github.com/liveblocks/liveblocks/commits/v2.14.0/packages/liveblocks-node)

---
updated-dependencies:
- dependency-name: "@liveblocks/node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-11 01:29:43 +00:00
Ahmad
26d5a10ca9
Merge pull request #825 from ahmadk953/dependabot/npm_and_yarn/clerk/nextjs-6.8.3
Bump @clerk/nextjs from 6.8.0 to 6.8.3
2024-12-10 20:28:29 -05:00
Ahmad
df1a33df5b
Merge pull request #823 from ahmadk953/dependabot/npm_and_yarn/typescript-eslint/parser-8.18.0
Bump @typescript-eslint/parser from 8.17.0 to 8.18.0
2024-12-10 20:28:15 -05:00
Ahmad
75ab2a0d31
Merge pull request #822 from ahmadk953/dependabot/npm_and_yarn/types/react-dom-19.0.2
Bump @types/react-dom from 19.0.1 to 19.0.2
2024-12-10 20:28:07 -05:00
dependabot[bot]
6ddb228137
Bump @clerk/nextjs from 6.8.0 to 6.8.3
Bumps [@clerk/nextjs](https://github.com/clerk/javascript/tree/HEAD/packages/nextjs) from 6.8.0 to 6.8.3.
- [Release notes](https://github.com/clerk/javascript/releases)
- [Changelog](https://github.com/clerk/javascript/blob/main/packages/nextjs/CHANGELOG.md)
- [Commits](https://github.com/clerk/javascript/commits/@clerk/nextjs@6.8.3/packages/nextjs)

---
updated-dependencies:
- dependency-name: "@clerk/nextjs"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-10 17:37:51 +00:00
dependabot[bot]
5458b10d3b
Bump @typescript-eslint/parser from 8.17.0 to 8.18.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.17.0 to 8.18.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-10 17:36:57 +00:00
dependabot[bot]
edb6f311f4
Bump @types/react-dom from 19.0.1 to 19.0.2
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 19.0.1 to 19.0.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

---
updated-dependencies:
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-10 17:36:24 +00:00
dependabot[bot]
0930d1ae34
Bump @liveblocks/react from 2.13.2 to 2.14.0
Bumps [@liveblocks/react](https://github.com/liveblocks/liveblocks/tree/HEAD/packages/liveblocks-react) from 2.13.2 to 2.14.0.
- [Release notes](https://github.com/liveblocks/liveblocks/releases)
- [Changelog](https://github.com/liveblocks/liveblocks/blob/main/CHANGELOG.md)
- [Commits](https://github.com/liveblocks/liveblocks/commits/v2.14.0/packages/liveblocks-react)

---
updated-dependencies:
- dependency-name: "@liveblocks/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-10 17:36:05 +00:00
Ahmad
f7b2b16ab2
Small Updates 2024-12-09 18:58:19 -05:00
dependabot[bot]
d2fa29d0d3
Bump @liveblocks/client from 2.13.1 to 2.13.2
Bumps [@liveblocks/client](https://github.com/liveblocks/liveblocks/tree/HEAD/packages/liveblocks-client) from 2.13.1 to 2.13.2.
- [Release notes](https://github.com/liveblocks/liveblocks/releases)
- [Changelog](https://github.com/liveblocks/liveblocks/blob/main/CHANGELOG.md)
- [Commits](https://github.com/liveblocks/liveblocks/commits/v2.13.2/packages/liveblocks-client)

---
updated-dependencies:
- dependency-name: "@liveblocks/client"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-09 22:02:54 +00:00
dependabot[bot]
d557f087d1
Bump @liveblocks/react from 2.13.1 to 2.13.2
Bumps [@liveblocks/react](https://github.com/liveblocks/liveblocks/tree/HEAD/packages/liveblocks-react) from 2.13.1 to 2.13.2.
- [Release notes](https://github.com/liveblocks/liveblocks/releases)
- [Changelog](https://github.com/liveblocks/liveblocks/blob/main/CHANGELOG.md)
- [Commits](https://github.com/liveblocks/liveblocks/commits/v2.13.2/packages/liveblocks-react)

---
updated-dependencies:
- dependency-name: "@liveblocks/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-09 21:59:46 +00:00
Ahmad
355abd30dc
Merge pull request #816 from ahmadk953/dependabot/npm_and_yarn/liveblocks/node-2.13.2
Bump @liveblocks/node from 2.13.1 to 2.13.2
2024-12-09 16:58:16 -05:00
Ahmad
7567a9ecc6
Merge pull request #819 from ahmadk953/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-8.18.0
Bump @typescript-eslint/eslint-plugin from 8.17.0 to 8.18.0
2024-12-09 16:58:08 -05:00
dependabot[bot]
cc5a757607
Bump @typescript-eslint/eslint-plugin from 8.17.0 to 8.18.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.17.0 to 8.18.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-09 17:46:03 +00:00
dependabot[bot]
a273b0b7ad
Bump @next/eslint-plugin-next from 15.0.3 to 15.0.4
Bumps [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) from 15.0.3 to 15.0.4.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.0.4/packages/eslint-plugin-next)

---
updated-dependencies:
- dependency-name: "@next/eslint-plugin-next"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-09 17:45:13 +00:00
dependabot[bot]
ef9291ed3c
Bump @liveblocks/node from 2.13.1 to 2.13.2
Bumps [@liveblocks/node](https://github.com/liveblocks/liveblocks/tree/HEAD/packages/liveblocks-node) from 2.13.1 to 2.13.2.
- [Release notes](https://github.com/liveblocks/liveblocks/releases)
- [Changelog](https://github.com/liveblocks/liveblocks/blob/main/CHANGELOG.md)
- [Commits](https://github.com/liveblocks/liveblocks/commits/v2.13.2/packages/liveblocks-node)

---
updated-dependencies:
- dependency-name: "@liveblocks/node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-09 17:44:50 +00:00
Ahmad
952b523bfe
Dependency Updates 2024-12-06 22:34:28 -05:00
Ahmad
157ba09980
Added fluid-tailwind and updated React to stable 2024-12-06 22:30:54 -05:00
dependabot[bot]
68157b0def
Bump lucide-react from 0.462.0 to 0.468.0
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.462.0 to 0.468.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.468.0/packages/lucide-react)

---
updated-dependencies:
- dependency-name: lucide-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-07 03:11:45 +00:00
Ahmad
320b94ea63
Merge pull request #813 from ahmadk953/dependabot/npm_and_yarn/next-15.0.4
Bump next from 15.0.3 to 15.0.4
2024-12-06 22:10:20 -05:00
Ahmad
d9d703230e
Merge pull request #814 from ahmadk953/dependabot/npm_and_yarn/eslint-9.16.0
Bump eslint from 9.15.0 to 9.16.0
2024-12-06 22:10:10 -05:00
dependabot[bot]
e994da27f3
Bump @liveblocks/react from 2.13.0 to 2.13.1
Bumps [@liveblocks/react](https://github.com/liveblocks/liveblocks/tree/HEAD/packages/liveblocks-react) from 2.13.0 to 2.13.1.
- [Release notes](https://github.com/liveblocks/liveblocks/releases)
- [Changelog](https://github.com/liveblocks/liveblocks/blob/main/CHANGELOG.md)
- [Commits](https://github.com/liveblocks/liveblocks/commits/v2.13.1/packages/liveblocks-react)

---
updated-dependencies:
- dependency-name: "@liveblocks/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-06 17:17:06 +00:00
dependabot[bot]
ac8f7e8ca3
Bump eslint from 9.15.0 to 9.16.0
Bumps [eslint](https://github.com/eslint/eslint) from 9.15.0 to 9.16.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.15.0...v9.16.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-06 17:16:47 +00:00
dependabot[bot]
5950af25dc
Bump next from 15.0.3 to 15.0.4
Bumps [next](https://github.com/vercel/next.js) from 15.0.3 to 15.0.4.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.0.3...v15.0.4)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-06 17:16:27 +00:00
Ahmad
921ce22025
Merge pull request #806 from ahmadk953/dependabot/npm_and_yarn/clerk/nextjs-6.7.1
Bump @clerk/nextjs from 6.6.0 to 6.7.1
2024-12-05 16:40:31 -05:00
Ahmad
7e2904dc5c
Merge pull request #808 from ahmadk953/dependabot/npm_and_yarn/liveblocks/node-2.13.1
Bump @liveblocks/node from 2.13.0 to 2.13.1
2024-12-05 16:40:14 -05:00
Ahmad
e381d4c362
Merge pull request #809 from ahmadk953/dependabot/npm_and_yarn/tailwindcss-3.4.16
Bump tailwindcss from 3.4.15 to 3.4.16
2024-12-05 16:40:06 -05:00
dependabot[bot]
939e4a8080
Bump zustand from 5.0.1 to 5.0.2
Bumps [zustand](https://github.com/pmndrs/zustand) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](https://github.com/pmndrs/zustand/compare/v5.0.1...v5.0.2)

---
updated-dependencies:
- dependency-name: zustand
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-05 17:41:12 +00:00
dependabot[bot]
3e655b2916
Bump tailwindcss from 3.4.15 to 3.4.16
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.15 to 3.4.16.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.16/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.15...v3.4.16)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-05 17:40:55 +00:00
dependabot[bot]
6616090b8b
Bump @liveblocks/node from 2.13.0 to 2.13.1
Bumps [@liveblocks/node](https://github.com/liveblocks/liveblocks/tree/HEAD/packages/liveblocks-node) from 2.13.0 to 2.13.1.
- [Release notes](https://github.com/liveblocks/liveblocks/releases)
- [Changelog](https://github.com/liveblocks/liveblocks/blob/main/CHANGELOG.md)
- [Commits](https://github.com/liveblocks/liveblocks/commits/v2.13.1/packages/liveblocks-node)

---
updated-dependencies:
- dependency-name: "@liveblocks/node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-05 17:40:35 +00:00
dependabot[bot]
97f50983c7
Bump @clerk/nextjs from 6.6.0 to 6.7.1
Bumps [@clerk/nextjs](https://github.com/clerk/javascript/tree/HEAD/packages/nextjs) from 6.6.0 to 6.7.1.
- [Release notes](https://github.com/clerk/javascript/releases)
- [Changelog](https://github.com/clerk/javascript/blob/main/packages/nextjs/CHANGELOG.md)
- [Commits](https://github.com/clerk/javascript/commits/@clerk/nextjs@6.7.1/packages/nextjs)

---
updated-dependencies:
- dependency-name: "@clerk/nextjs"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-05 17:39:23 +00:00
Ahmad
84bec121b8
Merge pull request #801 from ahmadk953/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-8.17.0
Bump @typescript-eslint/eslint-plugin from 8.16.0 to 8.17.0
2024-12-04 21:41:22 -05:00
Ahmad
39c7d2823f
Merge pull request #802 from ahmadk953/dependabot/npm_and_yarn/react-day-picker-9.4.1
Bump react-day-picker from 9.4.0 to 9.4.1
2024-12-04 21:41:14 -05:00
Ahmad
1e3a1fa761
Merge pull request #803 from ahmadk953/dependabot/npm_and_yarn/prettier-3.4.2
Bump prettier from 3.4.1 to 3.4.2
2024-12-04 21:41:03 -05:00
Ahmad
efaae4417c
Merge pull request #804 from ahmadk953/dependabot/npm_and_yarn/mintlify-4.0.288
Bump mintlify from 4.0.285 to 4.0.288
2024-12-04 21:40:55 -05:00
dependabot[bot]
1c8d465adf
Bump @liveblocks/client from 2.13.0 to 2.13.1
Bumps [@liveblocks/client](https://github.com/liveblocks/liveblocks/tree/HEAD/packages/liveblocks-client) from 2.13.0 to 2.13.1.
- [Release notes](https://github.com/liveblocks/liveblocks/releases)
- [Changelog](https://github.com/liveblocks/liveblocks/blob/main/CHANGELOG.md)
- [Commits](https://github.com/liveblocks/liveblocks/commits/v2.13.1/packages/liveblocks-client)

---
updated-dependencies:
- dependency-name: "@liveblocks/client"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-04 17:47:43 +00:00
dependabot[bot]
4c5c873fee
Bump mintlify from 4.0.285 to 4.0.288
Bumps [mintlify](https://github.com/mintlify/docs) from 4.0.285 to 4.0.288.
- [Commits](https://github.com/mintlify/docs/commits)

---
updated-dependencies:
- dependency-name: mintlify
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-04 17:47:26 +00:00
dependabot[bot]
db783a3f3f
Bump prettier from 3.4.1 to 3.4.2
Bumps [prettier](https://github.com/prettier/prettier) from 3.4.1 to 3.4.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.4.1...3.4.2)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-04 17:47:10 +00:00
dependabot[bot]
9ffe5e9001
Bump react-day-picker from 9.4.0 to 9.4.1
Bumps [react-day-picker](https://github.com/gpbl/react-day-picker) from 9.4.0 to 9.4.1.
- [Release notes](https://github.com/gpbl/react-day-picker/releases)
- [Changelog](https://github.com/gpbl/react-day-picker/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gpbl/react-day-picker/compare/v9.4.0...v9.4.1)

---
updated-dependencies:
- dependency-name: react-day-picker
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-04 17:46:54 +00:00
dependabot[bot]
185102991a
Bump @typescript-eslint/eslint-plugin from 8.16.0 to 8.17.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.16.0 to 8.17.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.17.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-04 17:46:33 +00:00
Ahmad
52ee3fa8fb
Merge pull request #796 from ahmadk953/dependabot/npm_and_yarn/eslint/js-9.16.0
Bump @eslint/js from 9.15.0 to 9.16.0
2024-12-03 20:08:34 -05:00
Ahmad
f7b0b2b6c3
Merge pull request #797 from ahmadk953/dependabot/npm_and_yarn/clerk/nextjs-6.6.0
Bump @clerk/nextjs from 6.5.1 to 6.6.0
2024-12-03 20:08:25 -05:00
Ahmad
908fafaa62
Merge pull request #798 from ahmadk953/dependabot/npm_and_yarn/tanstack/react-query-5.62.2
Bump @tanstack/react-query from 5.62.0 to 5.62.2
2024-12-03 20:08:19 -05:00
Ahmad
0290ae30d9
Merge pull request #799 from ahmadk953/dependabot/npm_and_yarn/prisma/client-6.0.1
Bump @prisma/client from 6.0.0 to 6.0.1
2024-12-03 20:08:10 -05:00
dependabot[bot]
31a5af4eaf
Bump prisma from 6.0.0 to 6.0.1
Bumps [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/6.0.1/packages/cli)

---
updated-dependencies:
- dependency-name: prisma
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-03 17:34:09 +00:00
dependabot[bot]
c973915cbe
Bump @prisma/client from 6.0.0 to 6.0.1
Bumps [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/6.0.1/packages/client)

---
updated-dependencies:
- dependency-name: "@prisma/client"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-03 17:33:29 +00:00
dependabot[bot]
c26648d638
Bump @tanstack/react-query from 5.62.0 to 5.62.2
Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.62.0 to 5.62.2.
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.62.2/packages/react-query)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-03 17:33:04 +00:00
dependabot[bot]
8c846dfe46
Bump @clerk/nextjs from 6.5.1 to 6.6.0
Bumps [@clerk/nextjs](https://github.com/clerk/javascript/tree/HEAD/packages/nextjs) from 6.5.1 to 6.6.0.
- [Release notes](https://github.com/clerk/javascript/releases)
- [Changelog](https://github.com/clerk/javascript/blob/main/packages/nextjs/CHANGELOG.md)
- [Commits](https://github.com/clerk/javascript/commits/@clerk/nextjs@6.6.0/packages/nextjs)

---
updated-dependencies:
- dependency-name: "@clerk/nextjs"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-03 17:32:45 +00:00
dependabot[bot]
a18ae8f2b0
Bump @eslint/js from 9.15.0 to 9.16.0
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.15.0 to 9.16.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.16.0/packages/js)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-03 17:32:06 +00:00
Ahmad
f2404e33fe
Merge pull request #792 from ahmadk953/dependabot/npm_and_yarn/multi-23eb047076
Bump dompurify and @types/dompurify
2024-11-30 12:56:19 -05:00
Ahmad
225e1cf7e2
Merge pull request #793 from ahmadk953/dependabot/npm_and_yarn/tanstack/react-query-5.62.0
Bump @tanstack/react-query from 5.61.5 to 5.62.0
2024-11-30 12:56:13 -05:00
Ahmad
88ab8c2afe
Merge pull request #794 from ahmadk953/dependabot/npm_and_yarn/prisma-6.0.0
Bump prisma from 5.22.0 to 6.0.0
2024-11-30 12:56:04 -05:00
dependabot[bot]
d201d1a1a3
Bump @prisma/client from 5.22.0 to 6.0.0
Bumps [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) from 5.22.0 to 6.0.0.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/6.0.0/packages/client)

---
updated-dependencies:
- dependency-name: "@prisma/client"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-29 17:52:25 +00:00
dependabot[bot]
f84ba4bd40
Bump prisma from 5.22.0 to 6.0.0
Bumps [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) from 5.22.0 to 6.0.0.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/6.0.0/packages/cli)

---
updated-dependencies:
- dependency-name: prisma
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-29 17:51:57 +00:00
dependabot[bot]
ecb3b54614
Bump @tanstack/react-query from 5.61.5 to 5.62.0
Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.61.5 to 5.62.0.
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.62.0/packages/react-query)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-29 17:51:28 +00:00
dependabot[bot]
808349dc88
Bump dompurify and @types/dompurify
Bumps [dompurify](https://github.com/cure53/DOMPurify) and [@types/dompurify](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dompurify). These dependencies needed to be updated together.

Updates `dompurify` from 3.2.1 to 3.2.2
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/3.2.1...3.2.2)

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

---
updated-dependencies:
- dependency-name: dompurify
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: "@types/dompurify"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-29 17:51:12 +00:00
dependabot[bot]
a810200907
Bump @liveblocks/node from 2.12.2 to 2.13.0
Bumps [@liveblocks/node](https://github.com/liveblocks/liveblocks/tree/HEAD/packages/liveblocks-node) from 2.12.2 to 2.13.0.
- [Release notes](https://github.com/liveblocks/liveblocks/releases)
- [Changelog](https://github.com/liveblocks/liveblocks/blob/main/CHANGELOG.md)
- [Commits](https://github.com/liveblocks/liveblocks/commits/v2.13.0/packages/liveblocks-node)

---
updated-dependencies:
- dependency-name: "@liveblocks/node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-28 21:12:52 +00:00
dependabot[bot]
ef16291de9
Bump @liveblocks/react from 2.12.2 to 2.13.0
Bumps [@liveblocks/react](https://github.com/liveblocks/liveblocks/tree/HEAD/packages/liveblocks-react) from 2.12.2 to 2.13.0.
- [Release notes](https://github.com/liveblocks/liveblocks/releases)
- [Changelog](https://github.com/liveblocks/liveblocks/blob/main/CHANGELOG.md)
- [Commits](https://github.com/liveblocks/liveblocks/commits/v2.13.0/packages/liveblocks-react)

---
updated-dependencies:
- dependency-name: "@liveblocks/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-28 21:11:43 +00:00
Ahmad
cb007a1020
Merge pull request #788 from ahmadk953/dependabot/npm_and_yarn/types/node-22.10.1
Bump @types/node from 22.10.0 to 22.10.1
2024-11-28 16:10:02 -05:00
dependabot[bot]
76923b1d89
Bump @liveblocks/client from 2.12.2 to 2.13.0
Bumps [@liveblocks/client](https://github.com/liveblocks/liveblocks/tree/HEAD/packages/liveblocks-client) from 2.12.2 to 2.13.0.
- [Release notes](https://github.com/liveblocks/liveblocks/releases)
- [Changelog](https://github.com/liveblocks/liveblocks/blob/main/CHANGELOG.md)
- [Commits](https://github.com/liveblocks/liveblocks/commits/v2.13.0/packages/liveblocks-client)

---
updated-dependencies:
- dependency-name: "@liveblocks/client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-28 17:11:04 +00:00
dependabot[bot]
bc721332e6
Bump @types/node from 22.10.0 to 22.10.1
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.10.0 to 22.10.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-28 17:09:48 +00:00
dependabot[bot]
b4603638d9
Bump mintlify from 4.0.284 to 4.0.285
Bumps [mintlify](https://github.com/mintlify/docs) from 4.0.284 to 4.0.285.
- [Commits](https://github.com/mintlify/docs/commits)

---
updated-dependencies:
- dependency-name: mintlify
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-27 19:15:04 +00:00
Ahmad
9064ae9201
Merge pull request #784 from ahmadk953/dependabot/npm_and_yarn/tanstack/react-query-5.61.5
Bump @tanstack/react-query from 5.61.4 to 5.61.5
2024-11-27 14:13:38 -05:00
Ahmad
a977da179a
Merge pull request #786 from ahmadk953/dependabot/npm_and_yarn/babel-plugin-react-compiler-19.0.0-beta-63b359f-20241101
Bump babel-plugin-react-compiler from 19.0.0-beta-df7b47d-20241124 to 19.0.0-beta-63b359f-20241101
2024-11-27 14:13:22 -05:00
dependabot[bot]
1409b5f428
Bump lucide-react from 0.460.0 to 0.462.0
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.460.0 to 0.462.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.462.0/packages/lucide-react)

---
updated-dependencies:
- dependency-name: lucide-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-27 17:27:30 +00:00
dependabot[bot]
3235b6c2d4
Bump babel-plugin-react-compiler
Bumps [babel-plugin-react-compiler](https://github.com/facebook/react/tree/HEAD/compiler/packages/babel-plugin-react-compiler) from 19.0.0-beta-df7b47d-20241124 to 19.0.0-beta-63b359f-20241101.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/compiler/packages/babel-plugin-react-compiler)

---
updated-dependencies:
- dependency-name: babel-plugin-react-compiler
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-27 17:26:45 +00:00
dependabot[bot]
33c0b2f397
Bump @tanstack/react-query from 5.61.4 to 5.61.5
Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.61.4 to 5.61.5.
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.61.5/packages/react-query)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-27 17:26:11 +00:00
Ahmad
a060684610
Updated Yarn 2024-11-27 00:49:34 -05:00
Ahmad
a0d59b4d47
Merge branch 'main' of https://github.com/ahmadk953/tasko 2024-11-27 00:48:37 -05:00
Ahmad
3554a03a2f
Added Sentry.io 2024-11-27 00:47:14 -05:00
dependabot[bot]
d859839870
Bump eslint-plugin-react-compiler
Bumps [eslint-plugin-react-compiler](https://github.com/facebook/react/tree/HEAD/compiler/packages/eslint-plugin-react-compiler) from 19.0.0-beta-df7b47d-20241124 to 19.0.0-beta-63b359f-20241101.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/compiler/packages/eslint-plugin-react-compiler)

---
updated-dependencies:
- dependency-name: eslint-plugin-react-compiler
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-26 21:20:11 +00:00
Ahmad
a9fac8c36d
Merge pull request #778 from ahmadk953/dependabot/npm_and_yarn/class-variance-authority-0.7.1
Bump class-variance-authority from 0.7.0 to 0.7.1
2024-11-26 16:19:23 -05:00
Ahmad
265bb0644b
Merge pull request #780 from ahmadk953/dependabot/npm_and_yarn/mintlify-4.0.283
Bump mintlify from 4.0.282 to 4.0.283
2024-11-26 16:19:09 -05:00
Ahmad
f1cd4e4764
Merge pull request #781 from ahmadk953/dependabot/npm_and_yarn/tanstack/react-query-5.61.4
Bump @tanstack/react-query from 5.61.3 to 5.61.4
2024-11-26 16:19:01 -05:00
dependabot[bot]
82247a231a
Bump @types/node from 22.9.3 to 22.10.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.9.3 to 22.10.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-26 17:13:41 +00:00
dependabot[bot]
0a43b6a7c7
Bump @tanstack/react-query from 5.61.3 to 5.61.4
Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.61.3 to 5.61.4.
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.61.4/packages/react-query)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-26 17:13:27 +00:00
dependabot[bot]
503c4f2bb8
Bump mintlify from 4.0.282 to 4.0.283
Bumps [mintlify](https://github.com/mintlify/docs) from 4.0.282 to 4.0.283.
- [Commits](https://github.com/mintlify/docs/commits)

---
updated-dependencies:
- dependency-name: mintlify
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-26 17:13:12 +00:00
dependabot[bot]
1230d6c38c
Bump class-variance-authority from 0.7.0 to 0.7.1
Bumps [class-variance-authority](https://github.com/joe-bell/cva) from 0.7.0 to 0.7.1.
- [Release notes](https://github.com/joe-bell/cva/releases)
- [Commits](https://github.com/joe-bell/cva/compare/v0.7.0...v0.7.1)

---
updated-dependencies:
- dependency-name: class-variance-authority
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-26 17:12:37 +00:00
Ahmad
44f36f0ceb
Merge pull request #773 from ahmadk953/dependabot/npm_and_yarn/tailwind-merge-2.5.5
Bump tailwind-merge from 2.5.4 to 2.5.5
2024-11-25 15:58:51 -05:00
Ahmad
223686a94c
Merge pull request #775 from ahmadk953/dependabot/npm_and_yarn/types/node-22.9.3
Bump @types/node from 22.9.1 to 22.9.3
2024-11-25 15:58:38 -05:00
Ahmad
b8948d4b35
Merge pull request #776 from ahmadk953/dependabot/npm_and_yarn/typescript-eslint/parser-8.16.0
Bump @typescript-eslint/parser from 8.15.0 to 8.16.0
2024-11-25 15:58:27 -05:00
dependabot[bot]
163e23461b
Bump @liveblocks/client from 2.12.1 to 2.12.2
Bumps [@liveblocks/client](https://github.com/liveblocks/liveblocks/tree/HEAD/packages/liveblocks-client) from 2.12.1 to 2.12.2.
- [Release notes](https://github.com/liveblocks/liveblocks/releases)
- [Changelog](https://github.com/liveblocks/liveblocks/blob/main/CHANGELOG.md)
- [Commits](https://github.com/liveblocks/liveblocks/commits/v2.12.2/packages/liveblocks-client)

---
updated-dependencies:
- dependency-name: "@liveblocks/client"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-25 17:55:31 +00:00
dependabot[bot]
1dc6c23232
Bump @typescript-eslint/parser from 8.15.0 to 8.16.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.15.0 to 8.16.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.16.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-25 17:55:14 +00:00
dependabot[bot]
e2bd60f4e1
Bump @types/node from 22.9.1 to 22.9.3
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.9.1 to 22.9.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-25 17:54:46 +00:00
dependabot[bot]
021ae144ec
Bump tailwind-merge from 2.5.4 to 2.5.5
Bumps [tailwind-merge](https://github.com/dcastil/tailwind-merge) from 2.5.4 to 2.5.5.
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](https://github.com/dcastil/tailwind-merge/compare/v2.5.4...v2.5.5)

---
updated-dependencies:
- dependency-name: tailwind-merge
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-25 17:54:10 +00:00
Ahmad
09aee3e4d0
Merge pull request #769 from ahmadk953/dependabot/npm_and_yarn/types/node-22.9.1
Bump @types/node from 22.9.0 to 22.9.1
2024-11-22 17:00:39 -05:00
Ahmad
399d9e2a1c
Merge pull request #771 from ahmadk953/dependabot/npm_and_yarn/stripe-17.4.0
Bump stripe from 17.3.1 to 17.4.0
2024-11-22 17:00:31 -05:00
Ahmad
8794ecb0ce
Merge pull request #772 from ahmadk953/dependabot/npm_and_yarn/clerk/nextjs-6.5.0
Bump @clerk/nextjs from 6.4.1 to 6.5.0
2024-11-22 17:00:07 -05:00
dependabot[bot]
68e8f68cfd
Bump stripe from 17.3.1 to 17.4.0
Bumps [stripe](https://github.com/stripe/stripe-node) from 17.3.1 to 17.4.0.
- [Release notes](https://github.com/stripe/stripe-node/releases)
- [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stripe/stripe-node/compare/v17.3.1...v17.4.0)

---
updated-dependencies:
- dependency-name: stripe
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-22 21:48:36 +00:00
dependabot[bot]
1ebd8d64ad
Bump mintlify from 4.0.279 to 4.0.282
Bumps [mintlify](https://github.com/mintlify/docs) from 4.0.279 to 4.0.282.
- [Commits](https://github.com/mintlify/docs/commits)

---
updated-dependencies:
- dependency-name: mintlify
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-22 21:48:36 +00:00
dependabot[bot]
678f591bf9
Bump @clerk/nextjs from 6.4.1 to 6.5.0
Bumps [@clerk/nextjs](https://github.com/clerk/javascript/tree/HEAD/packages/nextjs) from 6.4.1 to 6.5.0.
- [Release notes](https://github.com/clerk/javascript/releases)
- [Changelog](https://github.com/clerk/javascript/blob/main/packages/nextjs/CHANGELOG.md)
- [Commits](https://github.com/clerk/javascript/commits/@clerk/nextjs@6.5.0/packages/nextjs)

---
updated-dependencies:
- dependency-name: "@clerk/nextjs"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-22 21:47:56 +00:00
dependabot[bot]
1248ca8588
Bump @types/node from 22.9.0 to 22.9.1
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.9.0 to 22.9.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-22 21:47:47 +00:00
dependabot[bot]
0131643cbc
Bump @liveblocks/node from 2.12.1 to 2.12.2
Bumps [@liveblocks/node](https://github.com/liveblocks/liveblocks/tree/HEAD/packages/liveblocks-node) from 2.12.1 to 2.12.2.
- [Release notes](https://github.com/liveblocks/liveblocks/releases)
- [Changelog](https://github.com/liveblocks/liveblocks/blob/main/CHANGELOG.md)
- [Commits](https://github.com/liveblocks/liveblocks/commits/v2.12.2/packages/liveblocks-node)

---
updated-dependencies:
- dependency-name: "@liveblocks/node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-22 00:41:01 +00:00
Ahmad
5bd0045e65
Merge pull request #763 from ahmadk953/dependabot/npm_and_yarn/content-collections/next-0.2.4
Bump @content-collections/next from 0.2.3 to 0.2.4
2024-11-21 19:35:11 -05:00
Ahmad
5647fda0bb
Merge pull request #764 from ahmadk953/dependabot/npm_and_yarn/clerk/nextjs-6.4.1
Bump @clerk/nextjs from 6.4.0 to 6.4.1
2024-11-21 19:34:56 -05:00
Ahmad
e69b496691
Merge pull request #766 from ahmadk953/dependabot/npm_and_yarn/liveblocks/react-2.12.2
Bump @liveblocks/react from 2.12.1 to 2.12.2
2024-11-21 19:34:37 -05:00
dependabot[bot]
73bbf6da2c
Bump mintlify from 4.0.275 to 4.0.279
Bumps [mintlify](https://github.com/mintlify/docs) from 4.0.275 to 4.0.279.
- [Commits](https://github.com/mintlify/docs/commits)

---
updated-dependencies:
- dependency-name: mintlify
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-21 17:16:44 +00:00
dependabot[bot]
87b862fb3d
Bump @liveblocks/react from 2.12.1 to 2.12.2
Bumps [@liveblocks/react](https://github.com/liveblocks/liveblocks/tree/HEAD/packages/liveblocks-react) from 2.12.1 to 2.12.2.
- [Release notes](https://github.com/liveblocks/liveblocks/releases)
- [Changelog](https://github.com/liveblocks/liveblocks/blob/main/CHANGELOG.md)
- [Commits](https://github.com/liveblocks/liveblocks/commits/v2.12.2/packages/liveblocks-react)

---
updated-dependencies:
- dependency-name: "@liveblocks/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-21 17:16:29 +00:00
dependabot[bot]
5eedc6c64f
Bump @clerk/nextjs from 6.4.0 to 6.4.1
Bumps [@clerk/nextjs](https://github.com/clerk/javascript/tree/HEAD/packages/nextjs) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/clerk/javascript/releases)
- [Changelog](https://github.com/clerk/javascript/blob/main/packages/nextjs/CHANGELOG.md)
- [Commits](https://github.com/clerk/javascript/commits/@clerk/nextjs@6.4.1/packages/nextjs)

---
updated-dependencies:
- dependency-name: "@clerk/nextjs"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-21 17:15:22 +00:00
dependabot[bot]
53429195a5
Bump @content-collections/next from 0.2.3 to 0.2.4
Bumps @content-collections/next from 0.2.3 to 0.2.4.

---
updated-dependencies:
- dependency-name: "@content-collections/next"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-21 17:15:01 +00:00
Ahmad
c2cb6a8a3e
Merge pull request #758 from ahmadk953/dependabot/npm_and_yarn/multi-e3bbeb6c09
Bump dompurify and @types/dompurify
2024-11-20 16:49:19 -05:00
Ahmad
065c6642f4
Merge pull request #759 from ahmadk953/dependabot/npm_and_yarn/tanstack/react-query-5.61.0
Bump @tanstack/react-query from 5.60.6 to 5.61.0
2024-11-20 16:49:11 -05:00
Ahmad
859ffffa74
Merge pull request #760 from ahmadk953/dependabot/npm_and_yarn/react-day-picker-9.3.2
Bump react-day-picker from 9.3.0 to 9.3.2
2024-11-20 16:49:02 -05:00
Ahmad
03b2c874f8
Merge pull request #761 from ahmadk953/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-8.15.0
Bump @typescript-eslint/eslint-plugin from 8.14.0 to 8.15.0
2024-11-20 16:48:53 -05:00
dependabot[bot]
44d5e8eb73
Bump @liveblocks/node from 2.12.0 to 2.12.1
Bumps [@liveblocks/node](https://github.com/liveblocks/liveblocks/tree/HEAD/packages/liveblocks-node) from 2.12.0 to 2.12.1.
- [Release notes](https://github.com/liveblocks/liveblocks/releases)
- [Changelog](https://github.com/liveblocks/liveblocks/blob/main/CHANGELOG.md)
- [Commits](https://github.com/liveblocks/liveblocks/commits/v2.12.1/packages/liveblocks-node)

---
updated-dependencies:
- dependency-name: "@liveblocks/node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-20 17:54:08 +00:00
dependabot[bot]
2d21fb29a3
Bump @typescript-eslint/eslint-plugin from 8.14.0 to 8.15.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.14.0 to 8.15.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.15.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-20 17:53:42 +00:00
dependabot[bot]
8b2f634da1
Bump react-day-picker from 9.3.0 to 9.3.2
Bumps [react-day-picker](https://github.com/gpbl/react-day-picker) from 9.3.0 to 9.3.2.
- [Release notes](https://github.com/gpbl/react-day-picker/releases)
- [Changelog](https://github.com/gpbl/react-day-picker/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gpbl/react-day-picker/compare/v9.3.0...v9.3.2)

---
updated-dependencies:
- dependency-name: react-day-picker
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-20 17:53:21 +00:00
dependabot[bot]
0087a8b10c
Bump @tanstack/react-query from 5.60.6 to 5.61.0
Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.60.6 to 5.61.0.
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.61.0/packages/react-query)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-20 17:53:09 +00:00
dependabot[bot]
408f029fb5
Bump dompurify and @types/dompurify
Bumps [dompurify](https://github.com/cure53/DOMPurify) and [@types/dompurify](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dompurify). These dependencies needed to be updated together.

Updates `dompurify` from 3.2.0 to 3.2.1
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/3.2.0...3.2.1)

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

---
updated-dependencies:
- dependency-name: dompurify
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: "@types/dompurify"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-20 17:52:50 +00:00
dependabot[bot]
fa1c54b05e
Bump @liveblocks/client from 2.12.0 to 2.12.1
Bumps [@liveblocks/client](https://github.com/liveblocks/liveblocks/tree/HEAD/packages/liveblocks-client) from 2.12.0 to 2.12.1.
- [Release notes](https://github.com/liveblocks/liveblocks/releases)
- [Changelog](https://github.com/liveblocks/liveblocks/blob/main/CHANGELOG.md)
- [Commits](https://github.com/liveblocks/liveblocks/commits/v2.12.1/packages/liveblocks-client)

---
updated-dependencies:
- dependency-name: "@liveblocks/client"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-19 21:57:15 +00:00
Ahmad
edd5d32776
Merge pull request #754 from ahmadk953/dependabot/npm_and_yarn/vercel/analytics-1.4.1
Bump @vercel/analytics from 1.4.0 to 1.4.1
2024-11-19 16:56:21 -05:00
Ahmad
0f19ae141a
Merge pull request #755 from ahmadk953/dependabot/npm_and_yarn/prettier-plugin-tailwindcss-0.6.9
Bump prettier-plugin-tailwindcss from 0.6.8 to 0.6.9
2024-11-19 16:56:15 -05:00
Ahmad
f18a1b49af
Merge pull request #756 from ahmadk953/dependabot/npm_and_yarn/tanstack/react-query-5.60.6
Bump @tanstack/react-query from 5.60.5 to 5.60.6
2024-11-19 16:56:04 -05:00
dependabot[bot]
784de48693
Bump @liveblocks/react from 2.12.0 to 2.12.1
Bumps [@liveblocks/react](https://github.com/liveblocks/liveblocks/tree/HEAD/packages/liveblocks-react) from 2.12.0 to 2.12.1.
- [Release notes](https://github.com/liveblocks/liveblocks/releases)
- [Changelog](https://github.com/liveblocks/liveblocks/blob/main/CHANGELOG.md)
- [Commits](https://github.com/liveblocks/liveblocks/commits/v2.12.1/packages/liveblocks-react)

---
updated-dependencies:
- dependency-name: "@liveblocks/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-19 17:27:34 +00:00
dependabot[bot]
5b2ab7d441
Bump @tanstack/react-query from 5.60.5 to 5.60.6
Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.60.5 to 5.60.6.
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.60.6/packages/react-query)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-19 17:27:19 +00:00
dependabot[bot]
e25a7cc447
Bump prettier-plugin-tailwindcss from 0.6.8 to 0.6.9
Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.6.8 to 0.6.9.
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.8...v0.6.9)

---
updated-dependencies:
- dependency-name: prettier-plugin-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-19 17:27:02 +00:00
dependabot[bot]
de70fb7c34
Bump @vercel/analytics from 1.4.0 to 1.4.1
Bumps [@vercel/analytics](https://github.com/vercel/analytics/tree/HEAD/packages/web) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/vercel/analytics/releases)
- [Commits](https://github.com/vercel/analytics/commits/1.4.1/packages/web)

---
updated-dependencies:
- dependency-name: "@vercel/analytics"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-19 17:26:49 +00:00
Ahmad
3ca6141e96
Merge pull request #748 from ahmadk953/dependabot/npm_and_yarn/clerk/nextjs-6.4.0
Bump @clerk/nextjs from 6.3.4 to 6.4.0
2024-11-18 16:47:20 -05:00
Ahmad
7aa1b89937
Merge pull request #749 from ahmadk953/dependabot/npm_and_yarn/typescript-eslint/parser-8.15.0
Bump @typescript-eslint/parser from 8.14.0 to 8.15.0
2024-11-18 16:47:11 -05:00
Ahmad
e29fe7e564
Merge pull request #750 from ahmadk953/dependabot/npm_and_yarn/eslint-plugin-react-compiler-19.0.0-beta-0dec889-20241115
Bump eslint-plugin-react-compiler from 19.0.0-beta-a7bf2bd-20241110 to 19.0.0-beta-0dec889-20241115
2024-11-18 16:47:04 -05:00
Ahmad
1fa970e82c
Merge pull request #751 from ahmadk953/dependabot/npm_and_yarn/lucide-react-0.460.0
Bump lucide-react from 0.456.0 to 0.460.0
2024-11-18 16:46:56 -05:00
dependabot[bot]
c57dbd9fdf
Bump babel-plugin-react-compiler
Bumps [babel-plugin-react-compiler](https://github.com/facebook/react/tree/HEAD/compiler/packages/babel-plugin-react-compiler) from 19.0.0-beta-a7bf2bd-20241110 to 19.0.0-beta-0dec889-20241115.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/compiler/packages/babel-plugin-react-compiler)

---
updated-dependencies:
- dependency-name: babel-plugin-react-compiler
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-18 18:16:36 +00:00
dependabot[bot]
2df1bed581
Bump lucide-react from 0.456.0 to 0.460.0
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.456.0 to 0.460.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.460.0/packages/lucide-react)

---
updated-dependencies:
- dependency-name: lucide-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-18 18:16:21 +00:00
dependabot[bot]
fbc8851796
Bump eslint-plugin-react-compiler
Bumps [eslint-plugin-react-compiler](https://github.com/facebook/react/tree/HEAD/compiler/packages/eslint-plugin-react-compiler) from 19.0.0-beta-a7bf2bd-20241110 to 19.0.0-beta-0dec889-20241115.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/compiler/packages/eslint-plugin-react-compiler)

---
updated-dependencies:
- dependency-name: eslint-plugin-react-compiler
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-18 18:16:05 +00:00
dependabot[bot]
c68fa2cf10
Bump @typescript-eslint/parser from 8.14.0 to 8.15.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.14.0 to 8.15.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.15.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-18 18:15:51 +00:00
dependabot[bot]
9cb6ec2d51
Bump @clerk/nextjs from 6.3.4 to 6.4.0
Bumps [@clerk/nextjs](https://github.com/clerk/javascript/tree/HEAD/packages/nextjs) from 6.3.4 to 6.4.0.
- [Release notes](https://github.com/clerk/javascript/releases)
- [Changelog](https://github.com/clerk/javascript/blob/main/packages/nextjs/CHANGELOG.md)
- [Commits](https://github.com/clerk/javascript/commits/@clerk/nextjs@6.4.0/packages/nextjs)

---
updated-dependencies:
- dependency-name: "@clerk/nextjs"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-18 18:15:35 +00:00
Ahmad
d32415232e
Added Blog Page and Housekeeping 2024-11-17 16:28:51 -05:00
dependabot[bot]
641f5e61c4
Bump @liveblocks/react from 2.11.0 to 2.11.1
Bumps [@liveblocks/react](https://github.com/liveblocks/liveblocks/tree/HEAD/packages/liveblocks-react) from 2.11.0 to 2.11.1.
- [Release notes](https://github.com/liveblocks/liveblocks/releases)
- [Changelog](https://github.com/liveblocks/liveblocks/blob/main/CHANGELOG.md)
- [Commits](https://github.com/liveblocks/liveblocks/commits/v2.11.1/packages/liveblocks-react)

---
updated-dependencies:
- dependency-name: "@liveblocks/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-14 00:54:12 +00:00
dependabot[bot]
af62da1e51
Bump @liveblocks/node from 2.11.0 to 2.11.1
Bumps [@liveblocks/node](https://github.com/liveblocks/liveblocks/tree/HEAD/packages/liveblocks-node) from 2.11.0 to 2.11.1.
- [Release notes](https://github.com/liveblocks/liveblocks/releases)
- [Changelog](https://github.com/liveblocks/liveblocks/blob/main/CHANGELOG.md)
- [Commits](https://github.com/liveblocks/liveblocks/commits/v2.11.1/packages/liveblocks-node)

---
updated-dependencies:
- dependency-name: "@liveblocks/node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-14 00:36:38 +00:00
Ahmad
e324908865
Merge pull request #738 from ahmadk953/dependabot/npm_and_yarn/radix-ui/react-tooltip-1.1.4
Bump @radix-ui/react-tooltip from 1.1.3 to 1.1.4
2024-11-13 19:35:25 -05:00
Ahmad
d82fb164a8
Merge pull request #737 from ahmadk953/dependabot/npm_and_yarn/clerk/nextjs-6.3.2
Bump @clerk/nextjs from 6.3.1 to 6.3.2
2024-11-13 19:35:17 -05:00
dependabot[bot]
8a9b1cddf8
Bump @radix-ui/react-tooltip from 1.1.3 to 1.1.4
Bumps [@radix-ui/react-tooltip](https://github.com/radix-ui/primitives) from 1.1.3 to 1.1.4.
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

---
updated-dependencies:
- dependency-name: "@radix-ui/react-tooltip"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-13 17:50:08 +00:00
dependabot[bot]
4967a94680
Bump @clerk/nextjs from 6.3.1 to 6.3.2
Bumps [@clerk/nextjs](https://github.com/clerk/javascript/tree/HEAD/packages/nextjs) from 6.3.1 to 6.3.2.
- [Release notes](https://github.com/clerk/javascript/releases)
- [Changelog](https://github.com/clerk/javascript/blob/main/packages/nextjs/CHANGELOG.md)
- [Commits](https://github.com/clerk/javascript/commits/@clerk/nextjs@6.3.2/packages/nextjs)

---
updated-dependencies:
- dependency-name: "@clerk/nextjs"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-13 17:49:51 +00:00
dependabot[bot]
4d76c836c2
Bump @liveblocks/client from 2.11.0 to 2.11.1
Bumps [@liveblocks/client](https://github.com/liveblocks/liveblocks/tree/HEAD/packages/liveblocks-client) from 2.11.0 to 2.11.1.
- [Release notes](https://github.com/liveblocks/liveblocks/releases)
- [Changelog](https://github.com/liveblocks/liveblocks/blob/main/CHANGELOG.md)
- [Commits](https://github.com/liveblocks/liveblocks/commits/v2.11.1/packages/liveblocks-client)

---
updated-dependencies:
- dependency-name: "@liveblocks/client"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-13 17:49:28 +00:00
Ahmad
5aacee47e0
Merge pull request #730 from ahmadk953/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-8.14.0
Bump @typescript-eslint/eslint-plugin from 8.13.0 to 8.14.0
2024-11-12 16:21:40 -05:00
Ahmad
8f9ad63769
Merge pull request #734 from ahmadk953/dependabot/npm_and_yarn/postcss-8.4.49
Bump postcss from 8.4.48 to 8.4.49
2024-11-12 16:21:31 -05:00
dependabot[bot]
f5f9c697f8
Bump @vercel/analytics from 1.3.2 to 1.4.0
Bumps [@vercel/analytics](https://github.com/vercel/analytics/tree/HEAD/packages/web) from 1.3.2 to 1.4.0.
- [Release notes](https://github.com/vercel/analytics/releases)
- [Commits](https://github.com/vercel/analytics/commits/1.4.0/packages/web)

---
updated-dependencies:
- dependency-name: "@vercel/analytics"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-12 17:40:11 +00:00
dependabot[bot]
955e148a8f
Bump postcss from 8.4.48 to 8.4.49
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.48 to 8.4.49.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.48...8.4.49)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-12 17:39:46 +00:00
dependabot[bot]
62052980d2
Bump @typescript-eslint/eslint-plugin from 8.13.0 to 8.14.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.13.0 to 8.14.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.14.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-11 19:11:53 +00:00
Ahmad
914d2f0feb
Merge pull request #729 from ahmadk953/dependabot/npm_and_yarn/clerk/nextjs-6.3.1
Bump @clerk/nextjs from 6.2.1 to 6.3.1
2024-11-11 14:11:02 -05:00
Ahmad
73344b3d67
Merge pull request #731 from ahmadk953/dependabot/npm_and_yarn/postcss-8.4.48
Bump postcss from 8.4.47 to 8.4.48
2024-11-11 14:10:47 -05:00
Ahmad
51dc2ea01d
Merge pull request #732 from ahmadk953/dependabot/npm_and_yarn/typescript-eslint/parser-8.14.0
Bump @typescript-eslint/parser from 8.13.0 to 8.14.0
2024-11-11 14:10:37 -05:00