Bump brace-expansion from 1.1.11 to 1.1.18 - #165
Open
dependabot[bot] wants to merge 41 commits into
Open
Conversation
… forms in mobile mode (#129) Fixed close button overlapping issue in non profit rtl forms in mobile mode Resolves: MWPW-203698
…ve date (#134) Description This change enhances the existing effective-date flow by adding the new Subscriptions GET API as a fallback when an effective date is not available through the URL. Changes The existing URL-based effective date logic remains unchanged and continues to work as expected. We are not replacing or correcting the previously implemented URL logic. If the effective date is available from the URL, the new Subscriptions API is not called. If the effective date is not available from the URL, the frontend calls the new Subscriptions GET API to retrieve the user's anniversary_date. When the user's price_point is NON_PROFIT, the retrieved anniversary_date is passed as a query parameter to the subsequent GET API to retrieve the required data. The new API also supports an additional query parameter to extract more data. After discussion with the backend team, we are not passing this parameter from the frontend, as the response data is already large and the frontend only requires the price_point and anniversary_date. Since this fallback flow can result in two API calls during the initial page load, it may have an impact on the page's initial-load performance. When the effective date is available from the URL, this additional API call is avoided. Context The new Subscriptions GET API is newly introduced/discussed and was not part of the initial implementation or the earlier discussions around the URL-based effective date logic. Therefore, this implementation should be considered an additional fallback/enhancement to the existing flow rather than a replacement of the URL logic. Resolves: ECOMM-169239
#131) Fixed overlapping text in the stepper for nonprofit forms on mobile devices. Resolves: MWPW-203697
[E2E-52650]: [NonProfit] Added verification for declined user
…event-junk-submission
Nonprofit Unit test cases
…ecom/da-cc into MWPW-202854-prevent-junk-submission
…sion [MWPW-202854] Adobe Connect - Prevent Junk Submissions
Added functionality for document upload on goodstack when user submits the form for renewal flow. Resolves: MWPW-197913
…desktop mode (#144) Reduced the gallery gap between the card gallery and logo gallery from 160px to 80px on desktop viewports (≥1200px), making it consistent with the mobile/tablet gap Removed the unnecessary desktopMq media query check since the gap is now the same across all breakpoints Resolves: MWPW-189386
Add a new block for Trust Center Resources pages redesigned flow. Figma: Screens: https://www.figma.com/design/rGK2KRW6Moz8EaNsiBtW7G/30767530----FedCorp--FY26-Trust-Center-Redesign?node-id=745-17600&p=f&m=dev Flow: https://www.figma.com/design/rGK2KRW6Moz8EaNsiBtW7G/30767530----FedCorp--FY26-Trust-Center-Redesign?node-id=1011-75705&p=f&m=dev Resolves: MWPW-200328
Detect geo IP for mas fragment prefetch Resolves: MWPW-205222
Adds few modifications to this PR: #141: Now using Milo's loadIms to decide whether user is signed in or not. loadIms is called initially from milo and returns the same cached promise when called from trustcenter-library-gate Adds loader until loadIms is resolved Adds vertical padding for loader Resolves: MWPW-200328
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.11 to 1.1.18. - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](juliangruber/brace-expansion@1.1.11...v1.1.18) --- updated-dependencies: - dependency-name: brace-expansion dependency-version: 1.1.18 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
|
Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
Commits
|
aishwaryamathuria
force-pushed
the
stage
branch
from
September 7, 2026 08:26
fb2021a to
17e3a07
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 brace-expansion from 1.1.11 to 1.1.18.
Release notes
Sourced from brace-expansion's releases.
Commits
758fcd61.1.1827fbeedMerge commit from fork5c57cc21.1.17d757f1dnpm ignore.claudecb4b9e4fix: backport GHSA-mh99-v99m-4gvg (#129)447763a1.1.16d74e630fix: v1 backport for CVE-2026-13149 (#122)2203f4f1.1.150b09384Backport v5.0.6 change to v1 (#111)10c05fc1.1.14Dependabot 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 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)You can disable automated security fix PRs for this repo from the Security Alerts page.