Skip to content

Bump js-yaml from 4.1.0 to 4.3.2 - #167

Open
dependabot[bot] wants to merge 41 commits into
stagefrom
dependabot/npm_and_yarn/js-yaml-4.3.2
Open

Bump js-yaml from 4.1.0 to 4.3.2#167
dependabot[bot] wants to merge 41 commits into
stagefrom
dependabot/npm_and_yarn/js-yaml-4.3.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown

Bumps js-yaml from 4.1.0 to 4.3.2.

Changelog

Sourced from js-yaml's changelog.

4.3.2 - 2026-08-26

Changed

  • [backport] Hard-limit merge sequence size to 100.

Security

  • [backport] Count empty mappings in merge sequences toward maxTotalMergeKeys to limit CPU usage, #797.

4.3.1 - 2026-07-31

Security

  • [backport] Remove quadratic complexity from !!omap duplicate key detection.

4.3.0 - 2026-06-27

Added

  • [backport] Added maxTotalMergeKeys (10000) loader option to limit the total number of keys processed by YAML merge (<<) across one load() / loadAll() call.

Fixed

  • Restore umd builds back to es5.

Removed

  • [backport] maxMergeSeqLength replaced with maxTotalMergeKeys for limiting YAML merge processing.

[4.2.0] - 2026-06-01

Added

  • Added docs/safety.md with notes about processing untrusted YAML.
  • Added maxDepth (100) loader option. Not a problem, but gives a better exception instead of RangeError on stack overflow.
  • Added maxMergeSeqLength (20) loader option. Not a problem after merge fix, but an additional restriction for safety.
  • Added sourcemaps to dist/ builds.

Changed

  • Stop resolving numbers with underscores as numeric scalars, #627.
  • Switched dev toolchains to Vite / neostandard.
  • Updated demo.
  • Reorganized tests.
  • dist/ files are no longer kept in the repository.

Fixed

  • Fix parsing of properties on the first implicit block mapping key, #62.
  • Fix trailing whitespace handling when folding flow scalar lines, #307.
  • Reject top-level block scalars without content indentation, #280.
  • Ensure numbers survive round-trip, #737.
  • Fix test coverage for issue #221.
  • Fix flow scalar trailing whitespace folding, #307.

... (truncated)

Commits
  • 79ca68d 4.3.2 released
  • d90b661 Backport merge limits from v5.4.1
  • 86e91b8 4.3.1 released
  • c3cc4b0 Backport quadratic complexity fix for !!omap
  • 33d05b5 4.3.0 released
  • 663bfab Drop demo publish, to not override new v5 one.
  • 1cb8c7b Add v4-legacy tag for publish
  • 02f27af Restore umd builds back to es5
  • 8be84ed Fix es5 compatibility
  • 59423c6 Replace maxMergeSeqLength option with maxTotalMergeKeys (more robust). Ba...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

hkuraware and others added 30 commits August 13, 2026 15:18
… 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
…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
…ation an…" (#152)

This reverts commit 34afa42.

Co-authored-by: Himani Kuraware <hkuraware@adobe.com>
aishwaryamathuria and others added 11 commits September 1, 2026 15:21
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 [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.3.2.
- [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.2/CHANGELOG.md)
- [Commits](nodeca/js-yaml@4.1.0...4.3.2)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.3.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 3, 2026
@dependabot dependabot Bot added the javascript Pull requests that update javascript code label Sep 3, 2026
@aem-code-sync

aem-code-sync Bot commented Sep 3, 2026

Copy link
Copy Markdown

Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
In case there are problems, just click a checkbox below to rerun the respective action.

  • Re-run all PSI checks
  • Re-run failed PSI checks
  • Re-sync branch
Commits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants