build(deps-dev): bump ethers from 6.15.0 to 6.16.0 in /contracts#2
Open
dependabot[bot] wants to merge 23 commits intomainfrom
Open
build(deps-dev): bump ethers from 6.15.0 to 6.16.0 in /contracts#2dependabot[bot] wants to merge 23 commits intomainfrom
dependabot[bot] wants to merge 23 commits intomainfrom
Conversation
- Integrate Somnia SDS SDK fully into frontend with visual indicators - Add SDSJobsIndicator component for Data Streams availability - Add useSDSJobs hook for fetching jobs from Data Streams - Add API endpoint /api/sds/read-jobs for querying Data Streams - Update JobCard to show SDS badge for jobs in Data Streams - Translate all Spanish text to English across frontend components - Fix TypeScript error 7022 in useGigStream hook (naming conflict) - Update date-fns locale from Spanish to English (enUS) - Improve error handling and type safety in SDS integration - Add comprehensive integration tests for Somnia SDS SDK - Update README with Data Streams API documentation
…tegration - Replace Foundry references with Hardhat (actual tool used) - Update ZK Reputation to On-Chain Reputation (current implementation) - Add Marketplace section to navbar - Create MarketplaceSearch component for landing page - Add SomniaSDKSection with SDK integration details - Update Footer with real project information - Remove GitHub, Discord, YouTube links (keep only X/Twitter) - Update all technology references to match actual stack - Fix TypeScript errors and remove unused imports
…profile toggle, and help section
…update all components for worldwide reach, replace Mexico-specific references with global content
…, and update README for hackathon submission
…dd real-time frontend display - Add schemas and publish functions for BidPlaced, JobCompleted, JobCancelled, ReputationUpdated events - Create useEventStream hook to consume SSE streams for all event types - Add LiveEventsPanel component with real-time event display and filtering - Integrate LiveEventsPanel in dashboard and job detail pages - Enhance useJobBids hook with real-time event listening - Update README with complete frontend integration documentation
…ne with real-time streams
… and status indicator
…to comply with Somnia RPC limit
- Responsive Navbar with improved mobile menu, adaptive spacing, and responsive buttons - Responsive Footer with adaptive grid layout and mobile-optimized back-to-top button - Responsive HeroSection with scalable text, flexible badges, responsive stats grid - Responsive FeaturesSection with adaptive grid (1/2/3 columns) and responsive cards - Responsive BenefitsSection with mobile-optimized layout for workers/employers - Responsive HowItWorksSection with adaptive steps and responsive grid - Responsive WhatWeDoSection with adaptive grid and responsive stats banner - Responsive JobCard with compact mobile layout and adaptive badges - Responsive MarketplaceSearch with mobile-optimized form and full-width buttons - Responsive LiveEventsPanel with flexible tabs and optimized scrolling - Responsive CTASection with adaptive buttons and scalable text - Responsive SomniaSDKSection with adaptive grid and responsive banner - Responsive TechnologySection with 1/2/4 column grid and adaptive cards - Responsive MultiStreamSection with adaptive features and responsive metrics - Responsive Dashboard page with adaptive grid, stats, and cards - Responsive Marketplace page with adaptive grid, filters, and cards - Responsive Post Job page with mobile-optimized form and full-width inputs - Responsive Job Detail page with adaptive layout and responsive forms - Responsive Home page Live Events section All components now use responsive Tailwind classes (sm:, md:, lg:, xl:) for optimal display on mobile, tablet, and desktop devices.
- Replace transparent background with solid bg-somnia-dark for better readability - Add visible close button at top of mobile menu - Improve spacing and padding for better touch targets - Enhance menu item styling with hover states and active feedback - Add proper bottom padding to ensure all content is visible - Improve submenu styling and spacing - Better button sizing and contrast following 2025 mobile UX best practices - Fix CSS class conflicts (block vs flex)
- Replace transparent backdrop with solid dark background for better readability - Add backdrop overlay with click-to-close functionality - Implement slide-in panel menu (85vw width, max 384px) from left side - Add mobile menu header with logo and close button - Prevent body scroll when menu is open - Improve menu item styling with better touch targets (py-3) - Add active states for better user feedback - Show connected wallet info in mobile menu when connected - Better spacing and visual hierarchy - Follow 2025 mobile menu UX best practices
- Change backdrop overlay from bg-black/80 to bg-black (100% opaque) - Use inline style for menu panel to ensure solid background without transparency - Remove any potential transparency from bg-somnia-dark class
- Use inline style with direct hex color #000000 for backdrop (no transparency) - Use inline style with direct HSL value for menu panel (hsl(240, 20%, 10%)) - Remove any Tailwind classes that might add transparency - Ensure 100% solid backgrounds for both backdrop and menu panel
- Change backdrop from motion.div to regular div to avoid opacity animation issues - Set backdrop z-index to 9998 and menu panel to 9999 to ensure they're above navbar - Add explicit inline styles with width/height 100% to ensure full coverage - Remove all backdrop-filter and transparency classes - Use direct hex color #000000 for backdrop and HSL for panel - Ensure 100% solid backgrounds with no transparency whatsoever
Bumps [ethers](https://github.com/ethers-io/ethers.js) from 6.15.0 to 6.16.0. - [Release notes](https://github.com/ethers-io/ethers.js/releases) - [Changelog](https://github.com/ethers-io/ethers.js/blob/main/CHANGELOG.md) - [Commits](ethers-io/ethers.js@v6.15.0...v6.16.0) --- updated-dependencies: - dependency-name: ethers dependency-version: 6.16.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
cc0db9f to
287769e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps ethers from 6.15.0 to 6.16.0.
Release notes
Sourced from ethers's releases.
Changelog
Sourced from ethers's changelog.
Commits
98c49d0admin: updated dist filesc4e840etests: disable Blockscout temporaily88dfe96Added utility method to split EIP-7594 BLOb proofs into its cells.7c5faf8admin: updated dist files8192f5bdocs: add link for EIP-759410a912bdocs: fixed typos (#5039)719b01dUpdate Alchemy URL endpoint for mainnet (#5052).94b333bFail on unsupported Etherscan networks immediately to better support the defa...986e827Added Filecoin network and Ankr endpoints (#5038).452b422Moved to better API for EIP-7594 PeerDAS (#5062).Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)