chore(deps): bump recharts from 2.15.1 to 3.1.2 in /services/frontend#249
Open
dependabot[bot] wants to merge 32 commits intodevelopfrom
Open
chore(deps): bump recharts from 2.15.1 to 3.1.2 in /services/frontend#249dependabot[bot] wants to merge 32 commits intodevelopfrom
dependabot[bot] wants to merge 32 commits intodevelopfrom
Conversation
3debeea to
1850584
Compare
- Updated project model to include encryption key and status. - Added functions to enable, disable, and rotate encryption keys for projects. - Integrated encryption checks in various execution and flow handlers. - Enhanced error handling for encryption-related operations. - Added new API endpoints for managing project encryption. - Updated frontend to display encryption status for projects. - Migrated existing projects to support new encryption features.
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 15.3.5 to 15.4.7. - [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.4.7/packages/eslint-config-next) --- updated-dependencies: - dependency-name: eslint-config-next dependency-version: 15.4.7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@radix-ui/react-popover](https://github.com/radix-ui/primitives) from 1.1.13 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>
Feature: New Encryption #255
…/frontend/develop/radix-ui/react-popover-1.1.15 chore(deps): bump @radix-ui/react-popover from 1.1.13 to 1.1.15 in /services/frontend
…/frontend/develop/eslint-config-next-15.4.7 chore(deps): bump eslint-config-next from 15.3.5 to 15.4.7 in /services/frontend
Bumps [eslint-plugin-unused-imports](https://github.com/sweepline/eslint-plugin-unused-imports) from 4.1.4 to 4.2.0. - [Commits](sweepline/eslint-plugin-unused-imports@v4.1.4...v4.2.0) --- updated-dependencies: - dependency-name: eslint-plugin-unused-imports dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps the backend group in /services/backend with 2 updates: [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) and [github.com/v1Flows/shared-library](https://github.com/v1Flows/shared-library). Updates `github.com/mattn/go-sqlite3` from 1.14.31 to 1.14.32 - [Release notes](https://github.com/mattn/go-sqlite3/releases) - [Commits](mattn/go-sqlite3@v1.14.31...v1.14.32) Updates `github.com/v1Flows/shared-library` from 1.0.25 to 1.0.27 - [Commits](v1Flows/shared-library@v1.0.25...v1.0.27) --- updated-dependencies: - dependency-name: github.com/mattn/go-sqlite3 dependency-version: 1.14.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: github.com/v1Flows/shared-library dependency-version: 1.0.27 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [globals](https://github.com/sindresorhus/globals) from 15.15.0 to 16.3.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v15.15.0...v16.3.0) --- updated-dependencies: - dependency-name: globals dependency-version: 16.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@react-aria/utils](https://github.com/adobe/react-spectrum) from 3.28.1 to 3.30.0. - [Release notes](https://github.com/adobe/react-spectrum/releases) - [Commits](https://github.com/adobe/react-spectrum/compare/@react-aria/utils@3.28.1...@react-aria/utils@3.30.0) --- updated-dependencies: - dependency-name: "@react-aria/utils" dependency-version: 3.30.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…ponents - Refactored project and execution modals to use SWR for cache updates instead of router refresh. - Added `useRefreshCache` hook for centralized cache refresh functions. - Implemented new client components for login, dashboard, execution, flow, and project pages utilizing SWR hooks. - Created a global SWR provider to manage configuration and error handling. - Enhanced loading and error handling UI with skeletons and error cards. - Updated package dependencies to include SWR.
feat: add VerticalCollapsibleSteps component for guided user onboarding
…ng and cache management - Replaced direct API calls with SWR hooks in execution and flow components for better data management. - Implemented auto-refresh for running executions using SWR's refreshInterval feature. - Removed the Reloader component and integrated refresh functionality directly into relevant components. - Enhanced cache refreshing logic to ensure all related data is updated after actions like add, edit, and delete. - Updated the useRefreshCache hook to include methods for refreshing execution and flow data. - Adjusted pagination and filtering logic to work seamlessly with the new SWR setup.
…/frontend/develop/eslint-plugin-unused-imports-4.2.0 chore(deps): bump eslint-plugin-unused-imports from 4.1.4 to 4.2.0 in /services/frontend
…ackend/develop/backend-3fa09ca87b chore(deps): bump the backend group in /services/backend with 2 updates
…/frontend/develop/globals-16.3.0 chore(deps): bump globals from 15.15.0 to 16.3.0 in /services/frontend
…/frontend/develop/react-aria/utils-3.30.0 chore(deps): bump @react-aria/utils from 3.28.1 to 3.30.0 in /services/frontend
…anagement in project modals
…nd AdminSettingsHeading
Feature: SWR #274
…nality for actions - Implemented FlowFailurePipelines component to manage failure pipelines. - Integrated drag-and-drop sorting for actions within failure pipelines. - Added modals for creating, editing, deleting, and managing actions in failure pipelines. - Updated FlowTabs to include a new tab for Failure Pipelines. - Adjusted FlowHeading to improve button accessibility and layout. - Modified ProjectsList to enhance project card layout and added footer with creation date. - Updated EditFailurePipelineModal size for better user experience.
1850584 to
21a7b82
Compare
…oved layout and consistency
feat: Enhance FlowSettings component to disable inputs based on user role and edit permissions feat: Add FlowActionDetails component for displaying action details in a drawer style: Update Navbar component with new background and button radius refactor: Simplify ProjectsList component by integrating new member management features and dropdown for project invitations fix: Adjust Project component to ensure edit button is icon-only fix: Update ProjectRunnerDetails component to correctly handle edit permissions feat: Create ProjectMembers component for managing project members with modals for adding, editing, and removing members delete: Remove unused UserTable component fix: Update project tabs to use new ProjectMembers component style: Enhance Search component button with new icon and full radius feat: Implement ShineBorder component for animated border effects chore: Bump version to 2.0.0 in site configuration style: Add shine animation to Tailwind CSS configuration
Chore: UI redesign
- Deleted the old PostCSS configuration file. - Updated global CSS to import Tailwind and define custom animations. - Refactored Tailwind configuration to remove unused animations and keyframes. - Added new ShineBorder component for animated border effects. - Created a new hero component using the heroui library. - Introduced a new PostCSS configuration file using ES module syntax.
Feature: Tailwind v4
Bumps [recharts](https://github.com/recharts/recharts) from 2.15.1 to 3.1.2. - [Release notes](https://github.com/recharts/recharts/releases) - [Changelog](https://github.com/recharts/recharts/blob/main/CHANGELOG.md) - [Commits](recharts/recharts@v2.15.1...v3.1.2) --- updated-dependencies: - dependency-name: recharts dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
21a7b82 to
da0d5d2
Compare
Contributor
Author
|
A newer version of recharts exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
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 recharts from 2.15.1 to 3.1.2.
Release notes
Sourced from recharts's releases.
... (truncated)
Commits
079545c3.1.2c6c26b5Label viewbox in polar charts (#6180)6c4acb7Add CompositeAnimationManager to allow testing for multiple concurrent animat...e56913dfeat: implement LRU cache for string size measurements (#3955) (#6176)cf648903.1.1c4ec635Split Animate into JavascriptAnimate and CSSTransitionAnimate (#6175)e243a12Add animation tests for Rectangle (#6174)a1e07aadocs: convert class components to functional components (#6172)1f8d4cbfix: Exclude stacked axis domain when not relevant for axis (#6162)fe28f2echore(deps-dev): bump the storybook group with 8 updates (#6166)You can trigger a rebase of this PR 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)