Commit Graph

65 Commits

Author SHA1 Message Date
dependabot[bot] 36b08f9f9f build(deps-dev): bump tailwindcss from 3.4.19 to 4.3.0 in /frontend
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.19 to 4.3.0.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.0/packages/tailwindcss)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-12 23:00:17 +00:00
Stalin 10d9baab76 Add Multi-Language Code Execution Support (20+ Languages)
Added support for 20 programming languages:

INTERPRETED LANGUAGES (9):
• Python 3.11
• JavaScript (Node 20)
• Bash/Shell 5
• Ruby 3.2
• PHP 8.2
• R (Statistical Computing)
• Julia (Scientific Computing)
• Perl 5.36
• Lua 5.4

COMPILED LANGUAGES (11):
• C (GCC 13)
• C++ (GCC 17)
• Java 17
• Go 1.22
• Rust 1.77
• Kotlin 2.0
• Swift 5.9
• TypeScript 5
• C# (.NET 7)
• Scala 2.13
• Groovy 4.0

IMPROVEMENTS:
✓ Expanded language_configs with 20+ languages
✓ Added comprehensive security patterns for each language
✓ Language aliases (py→Python, js→JavaScript, etc)
✓ Memory limits optimized per language (64MB-512MB)
✓ CPU throttling configured (0.25-0.8 cores)
✓ Timeout protection (8s-20s per language)
✓ Created SUPPORTED_LANGUAGES.md documentation

SECURITY FEATURES:
✓ Docker container isolation for each execution
✓ Memory and CPU limits per language
✓ Pattern-based code blocking for dangerous operations
✓ Network access disabled
✓ File I/O restricted to /workspace
✓ 20,000 character code size limit

API SUPPORT:
✓ Accept language full name or alias
✓ Input data streaming support
✓ Detailed execution metrics (time, memory, exit code)
✓ Comprehensive error reporting
2026-05-12 20:44:26 +05:30
github-actions[bot] 1ab97cb5fe Merge pull request #81 from th30d4y/dependabot/npm_and_yarn/frontend/multi-bb2efd036b
build(deps): bump react-dom and @types/react-dom in /frontend
2026-05-08 18:59:25 +00:00
dependabot[bot] 50a0afdd59 build(deps): bump react-dom and @types/react-dom in /frontend
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) and [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom). These dependencies needed to be updated together.

Updates `react-dom` from 19.1.0 to 19.2.6
- [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/v19.2.6/packages/react-dom)

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

---
updated-dependencies:
- dependency-name: react-dom
  dependency-version: 19.2.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-08 18:59:13 +00:00
dependabot[bot] 794c599759 build(deps): bump firebase from 12.12.1 to 12.13.0 in /frontend
Bumps [firebase](https://github.com/firebase/firebase-js-sdk) from 12.12.1 to 12.13.0.
- [Release notes](https://github.com/firebase/firebase-js-sdk/releases)
- [Changelog](https://github.com/firebase/firebase-js-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/firebase/firebase-js-sdk/compare/firebase@12.12.1...firebase@12.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-08 18:58:42 +00:00
dependabot[bot] 787ff326a7 build(deps): bump react from 19.2.5 to 19.2.6 in /frontend
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 19.2.5 to 19.2.6.
- [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/v19.2.6/packages/react)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-08 06:43:41 +00:00
dependabot[bot] 1ca4472b56 build(deps): bump axios from 1.13.4 to 1.16.0 in /frontend
Bumps [axios](https://github.com/axios/axios) from 1.13.4 to 1.16.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.13.4...v1.16.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-08 06:41:27 +00:00
dependabot[bot] b8a1ce4677 build(deps): bump @radix-ui/react-slider in /frontend
Bumps [@radix-ui/react-slider](https://github.com/radix-ui/primitives) from 1.2.2 to 1.3.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-slider"
  dependency-version: 1.3.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-06 19:00:04 +00:00
dependabot[bot] 1edf29e4a4 build(deps): bump @radix-ui/react-toast in /frontend
Bumps [@radix-ui/react-toast](https://github.com/radix-ui/primitives) from 1.2.4 to 1.2.15.
- [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-toast"
  dependency-version: 1.2.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-05 19:22:15 +00:00
dependabot[bot] aade20582b build(deps): bump embla-carousel-react from 8.5.1 to 8.6.0 in /frontend
Bumps [embla-carousel-react](https://github.com/davidjerleke/embla-carousel) from 8.5.1 to 8.6.0.
- [Release notes](https://github.com/davidjerleke/embla-carousel/releases)
- [Commits](https://github.com/davidjerleke/embla-carousel/compare/v8.5.1...v8.6.0)

---
updated-dependencies:
- dependency-name: embla-carousel-react
  dependency-version: 8.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-05 19:18:16 +00:00
dependabot[bot] 932413b8c2 build(deps): bump @radix-ui/react-separator in /frontend
Bumps [@radix-ui/react-separator](https://github.com/radix-ui/primitives) from 1.1.1 to 1.1.8.
- [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-separator"
  dependency-version: 1.1.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-05 19:15:49 +00:00
dependabot[bot] 1c9199cfdb build(deps): bump @radix-ui/react-navigation-menu in /frontend
Bumps [@radix-ui/react-navigation-menu](https://github.com/radix-ui/primitives) from 1.2.3 to 1.2.14.
- [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-navigation-menu"
  dependency-version: 1.2.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-05 19:14:34 +00:00
github-actions[bot] a40d5ae45b Merge pull request #56 from th30d4y/dependabot/npm_and_yarn/frontend/multi-0193e73c84
build(deps): bump react and @types/react in /frontend
2026-05-05 19:13:43 +00:00
dependabot[bot] f4788e0829 build(deps): bump react and @types/react in /frontend
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together.

Updates `react` from 19.1.0 to 19.2.5
- [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/v19.2.5/packages/react)

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

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-version: 19.2.14
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: react
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-05 19:13:30 +00:00
github-actions[bot] ee17c656f1 Merge pull request #67 from th30d4y/dependabot/npm_and_yarn/frontend/autoprefixer-10.5.0
Bump autoprefixer from 10.4.21 to 10.5.0 in /frontend
2026-05-05 19:12:55 +00:00
github-actions[bot] 67eb4ab53a Merge pull request #66 from th30d4y/dependabot/npm_and_yarn/frontend/radix-ui/react-progress-1.1.8
build(deps): bump @radix-ui/react-progress from 1.1.1 to 1.1.8 in /frontend
2026-05-05 19:12:07 +00:00
dependabot[bot] 0880d04da3 build(deps): bump @radix-ui/react-progress in /frontend
Bumps [@radix-ui/react-progress](https://github.com/radix-ui/primitives) from 1.1.1 to 1.1.8.
- [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-progress"
  dependency-version: 1.1.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-05 19:11:48 +00:00
dependabot[bot] 364154833b build(deps): bump @radix-ui/react-label from 2.1.1 to 2.1.8 in /frontend
Bumps [@radix-ui/react-label](https://github.com/radix-ui/primitives) from 2.1.1 to 2.1.8.
- [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-label"
  dependency-version: 2.1.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-05 19:11:08 +00:00
dependabot[bot] 5d9d368b17 Bump autoprefixer from 10.4.21 to 10.5.0 in /frontend
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.21 to 10.5.0.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.21...10.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-05 19:10:14 +00:00
github-actions[bot] f5e962408c Merge pull request #65 from th30d4y/dependabot/npm_and_yarn/frontend/react-day-picker-9.14.0
Bump react-day-picker from 9.8.0 to 9.14.0 in /frontend
2026-05-05 19:09:50 +00:00
github-actions[bot] fa9fdb66b3 Merge pull request #64 from th30d4y/dependabot/npm_and_yarn/frontend/radix-ui/react-dropdown-menu-2.1.16
Bump @radix-ui/react-dropdown-menu from 2.1.4 to 2.1.16 in /frontend
2026-05-05 19:09:16 +00:00
dependabot[bot] e7b0f7c003 Bump react-day-picker from 9.8.0 to 9.14.0 in /frontend
Bumps [react-day-picker](https://github.com/gpbl/react-day-picker) from 9.8.0 to 9.14.0.
- [Release notes](https://github.com/gpbl/react-day-picker/releases)
- [Commits](https://github.com/gpbl/react-day-picker/compare/v9.8.0...v9.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-05 19:08:38 +00:00
github-actions[bot] e047ff19a5 Merge pull request #63 from th30d4y/dependabot/npm_and_yarn/frontend/radix-ui/react-alert-dialog-1.1.15
Bump @radix-ui/react-alert-dialog from 1.1.4 to 1.1.15 in /frontend
2026-05-05 19:08:25 +00:00
dependabot[bot] d6acd68c46 Bump @radix-ui/react-dropdown-menu from 2.1.4 to 2.1.16 in /frontend
Bumps [@radix-ui/react-dropdown-menu](https://github.com/radix-ui/primitives) from 2.1.4 to 2.1.16.
- [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-dropdown-menu"
  dependency-version: 2.1.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-05 19:08:13 +00:00
github-actions[bot] 298fe86906 Merge pull request #57 from th30d4y/dependabot/npm_and_yarn/frontend/radix-ui/react-switch-1.2.6
Bump @radix-ui/react-switch from 1.1.2 to 1.2.6 in /frontend
2026-05-05 19:07:59 +00:00
dependabot[bot] 5ed1da5f82 Bump @radix-ui/react-alert-dialog from 1.1.4 to 1.1.15 in /frontend
Bumps [@radix-ui/react-alert-dialog](https://github.com/radix-ui/primitives) from 1.1.4 to 1.1.15.
- [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-alert-dialog"
  dependency-version: 1.1.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-05 19:07:49 +00:00
github-actions[bot] 1aee5ceb91 Merge pull request #54 from th30d4y/dependabot/npm_and_yarn/frontend/radix-ui/react-scroll-area-1.2.10
Bump @radix-ui/react-scroll-area from 1.2.2 to 1.2.10 in /frontend
2026-05-05 19:07:41 +00:00
dependabot[bot] d192001a72 Bump @radix-ui/react-switch from 1.1.2 to 1.2.6 in /frontend
Bumps [@radix-ui/react-switch](https://github.com/radix-ui/primitives) from 1.1.2 to 1.2.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-switch"
  dependency-version: 1.2.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-05 19:07:26 +00:00
dependabot[bot] 3bf3ed4b0b Bump @radix-ui/react-scroll-area from 1.2.2 to 1.2.10 in /frontend
Bumps [@radix-ui/react-scroll-area](https://github.com/radix-ui/primitives) from 1.2.2 to 1.2.10.
- [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-scroll-area"
  dependency-version: 1.2.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-05 19:07:01 +00:00
github-actions[bot] cbac588492 Merge pull request #61 from th30d4y/dependabot/npm_and_yarn/frontend/react-hook-form-7.75.0
Bump react-hook-form from 7.61.1 to 7.75.0 in /frontend
2026-05-05 19:06:51 +00:00
dependabot[bot] dce38943fc Bump react-hook-form from 7.61.1 to 7.75.0 in /frontend
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.61.1 to 7.75.0.
- [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](https://github.com/react-hook-form/react-hook-form/compare/v7.61.1...v7.75.0)

---
updated-dependencies:
- dependency-name: react-hook-form
  dependency-version: 7.75.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-05 19:06:02 +00:00
github-actions[bot] a7e12c1ac2 Merge pull request #60 from th30d4y/dependabot/npm_and_yarn/frontend/radix-ui/react-collapsible-1.1.12
Bump @radix-ui/react-collapsible from 1.1.2 to 1.1.12 in /frontend
2026-05-05 19:05:57 +00:00
dependabot[bot] c8764822a9 Bump @radix-ui/react-collapsible from 1.1.2 to 1.1.12 in /frontend
Bumps [@radix-ui/react-collapsible](https://github.com/radix-ui/primitives) from 1.1.2 to 1.1.12.
- [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-collapsible"
  dependency-version: 1.1.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-05 19:05:36 +00:00
github-actions[bot] 69b61af29d Merge pull request #58 from th30d4y/dependabot/npm_and_yarn/frontend/cmdk-1.1.1
Bump cmdk from 1.0.4 to 1.1.1 in /frontend
2026-05-05 19:05:15 +00:00
dependabot[bot] 1be22827e9 Bump cmdk from 1.0.4 to 1.1.1 in /frontend
Bumps [cmdk](https://github.com/pacocoursey/cmdk/tree/HEAD/cmdk) from 1.0.4 to 1.1.1.
- [Release notes](https://github.com/pacocoursey/cmdk/releases)
- [Commits](https://github.com/pacocoursey/cmdk/commits/v1.1.1/cmdk)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-05 19:04:49 +00:00
github-actions[bot] 5a865db691 Merge pull request #51 from th30d4y/dependabot/npm_and_yarn/frontend/geist-1.7.0
Bump geist from 1.4.2 to 1.7.0 in /frontend
2026-05-05 19:02:12 +00:00
github-actions[bot] b33ee01d02 Merge pull request #50 from th30d4y/dependabot/npm_and_yarn/frontend/radix-ui/react-tabs-1.1.13
Bump @radix-ui/react-tabs from 1.1.2 to 1.1.13 in /frontend
2026-05-05 19:01:50 +00:00
dependabot[bot] a8d70420c6 Bump geist from 1.4.2 to 1.7.0 in /frontend
Bumps [geist](https://github.com/vercel/geist-font/tree/HEAD/packages/next) from 1.4.2 to 1.7.0.
- [Release notes](https://github.com/vercel/geist-font/releases)
- [Changelog](https://github.com/vercel/geist-font/blob/main/packages/next/CHANGELOG.md)
- [Commits](https://github.com/vercel/geist-font/commits/geist@1.7.0/packages/next)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-05 19:01:45 +00:00
github-actions[bot] c38d3f83d0 Merge pull request #49 from th30d4y/dependabot/npm_and_yarn/frontend/radix-ui/react-toggle-1.1.10
Bump @radix-ui/react-toggle from 1.1.1 to 1.1.10 in /frontend
2026-05-05 19:01:33 +00:00
dependabot[bot] 9b0f145edf Bump @radix-ui/react-tabs from 1.1.2 to 1.1.13 in /frontend
Bumps [@radix-ui/react-tabs](https://github.com/radix-ui/primitives) from 1.1.2 to 1.1.13.
- [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-tabs"
  dependency-version: 1.1.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-05 19:01:20 +00:00
dependabot[bot] c465b81500 Bump @radix-ui/react-toggle from 1.1.1 to 1.1.10 in /frontend
Bumps [@radix-ui/react-toggle](https://github.com/radix-ui/primitives) from 1.1.1 to 1.1.10.
- [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-toggle"
  dependency-version: 1.1.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-05 19:00:57 +00:00
github-actions[bot] cb352f20c4 Merge pull request #48 from th30d4y/dependabot/npm_and_yarn/frontend/radix-ui/react-select-2.2.6
Bump @radix-ui/react-select from 2.1.4 to 2.2.6 in /frontend
2026-05-05 19:00:52 +00:00
dependabot[bot] 505b090116 Bump @radix-ui/react-select from 2.1.4 to 2.2.6 in /frontend
Bumps [@radix-ui/react-select](https://github.com/radix-ui/primitives) from 2.1.4 to 2.2.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-select"
  dependency-version: 2.2.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-05 19:00:35 +00:00
github-actions[bot] 72283f4c9f Merge pull request #47 from th30d4y/dependabot/npm_and_yarn/frontend/radix-ui/react-menubar-1.1.16
Bump @radix-ui/react-menubar from 1.1.4 to 1.1.16 in /frontend
2026-05-05 19:00:30 +00:00
dependabot[bot] 7a1153796d Bump @radix-ui/react-menubar from 1.1.4 to 1.1.16 in /frontend
Bumps [@radix-ui/react-menubar](https://github.com/radix-ui/primitives) from 1.1.4 to 1.1.16.
- [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-menubar"
  dependency-version: 1.1.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-05 19:00:12 +00:00
dependabot[bot] 0b4987c744 Bump @radix-ui/react-popover from 1.1.4 to 1.1.15 in /frontend
Bumps [@radix-ui/react-popover](https://github.com/radix-ui/primitives) from 1.1.4 to 1.1.15.
- [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-version: 1.1.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-05 18:59:48 +00:00
dependabot[bot] 89db59d6ba Bump @radix-ui/react-dialog from 1.1.4 to 1.1.15 in /frontend
Bumps [@radix-ui/react-dialog](https://github.com/radix-ui/primitives) from 1.1.4 to 1.1.15.
- [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-version: 1.1.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-05 12:10:58 +00:00
github-actions[bot] 1e20d342bb Merge pull request #34 from th30d4y/dependabot/npm_and_yarn/frontend/radix-ui/react-context-menu-2.2.16
Bump @radix-ui/react-context-menu from 2.2.4 to 2.2.16 in /frontend
2026-05-05 12:09:13 +00:00
dependabot[bot] eac6efd2f1 Bump @radix-ui/react-context-menu from 2.2.4 to 2.2.16 in /frontend
Bumps [@radix-ui/react-context-menu](https://github.com/radix-ui/primitives) from 2.2.4 to 2.2.16.
- [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-context-menu"
  dependency-version: 2.2.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-05 12:08:19 +00:00
github-actions[bot] be068f54a3 Merge pull request #41 from th30d4y/dependabot/npm_and_yarn/frontend/ethers-6.16.0
Bump ethers from 6.15.0 to 6.16.0 in /frontend
2026-05-05 12:08:09 +00:00