-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): bump @react-aria/i18n from 3.12.7 to 3.12.12 in /services/frontend #280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dependabot
wants to merge
63
commits into
develop
Choose a base branch
from
dependabot/npm_and_yarn/services/frontend/develop/react-aria/i18n-3.12.12
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
chore(deps): bump @react-aria/i18n from 3.12.7 to 3.12.12 in /services/frontend #280
dependabot
wants to merge
63
commits into
develop
from
dependabot/npm_and_yarn/services/frontend/develop/react-aria/i18n-3.12.12
Conversation
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
- 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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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/[email protected]...@react-aria/[email protected]) --- 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] <[email protected]>
…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.
…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.
Bumps [next](https://github.com/vercel/next.js) from 15.3.3 to 15.5.2. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v15.3.3...v15.5.2) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Feature: AlertFlow migration
- Added setup mode in the backend to handle application configuration when the config file is missing or the application is restarted. - Introduced signal handling for graceful shutdown of the server. - Created a new router for setup mode with endpoints for configuring the application and checking setup status. - Enhanced frontend to include a setup page for user configuration of backend and database settings. - Implemented dynamic API URL detection in the frontend to accommodate different environments. - Added a helper script to restart the frontend after setup completion. - Updated global styles to include ripple animations for UI components.
…/frontend/develop/next-15.5.2 chore(deps): bump next from 15.3.3 to 15.5.2 in /services/frontend
…ackend/develop/backend-af38321557 chore(deps): bump the backend group in /services/backend with 2 updates
8e6adcd to
39c0013
Compare
…n component props
feat: add manual build workflow for Docker images
fix: ensure correct branch reference during code checkout in manual b…
… and related handlers
…ance error logging in restart script
…sistency and proper loading
…le paths and improve directory structure
Feature: Introduce Initial Setup
Bumps [@react-aria/i18n](https://github.com/adobe/react-spectrum) from 3.12.7 to 3.12.12. - [Release notes](https://github.com/adobe/react-spectrum/releases) - [Commits](https://github.com/adobe/react-spectrum/compare/@react-aria/[email protected]...@react-aria/[email protected]) --- updated-dependencies: - dependency-name: "@react-aria/i18n" dependency-version: 3.12.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
39c0013 to
f6762f3
Compare
Contributor
Author
|
A newer version of @react-aria/i18n 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. |
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 @react-aria/i18n from 3.12.7 to 3.12.12.
Commits
2c58ed3Publisheb58e40docs: Update dnd docs for new getItems API (#8769)62eb6cechore: SelectBox audit (#8766)a2caea4chore: use hook data from useDate*Picker to apply calendar props (#8649)0487f38fix: S2 Tabs collapsing with a single word (#8765)ad255f4docs: Add trigger-anchor-point example (#8764)5ccf5b7chore: Updating name of useAutocomplete textfieldProps to inputProps (#8762)e3037d6chore: export SelectBoxGroupContext (#8763)d55c920chore: add SelectBoxGroup to chromatic (#8760)341ae3fchore: Remove CollectionNode default filter behavior and other release API up...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)