Skip to content

chore(deps): bump @equinor/fusion-wc-markdown from 1.5.1 to 1.6.4 - #5314

Merged
odinr merged 1 commit into
mainfrom
dependabot/npm_and_yarn/equinor/fusion-wc-markdown-1.6.4
Aug 19, 2026
Merged

chore(deps): bump @equinor/fusion-wc-markdown from 1.5.1 to 1.6.4#5314
odinr merged 1 commit into
mainfrom
dependabot/npm_and_yarn/equinor/fusion-wc-markdown-1.6.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps @equinor/fusion-wc-markdown from 1.5.1 to 1.6.4.

Release notes

Sourced from @​equinor/fusion-wc-markdown's releases.

@​equinor/fusion-wc-markdown@​1.6.4

Patch Changes

@​equinor/fusion-wc-markdown@​1.6.3

Patch Changes

@​equinor/fusion-wc-markdown@​1.6.2

Patch Changes

  • #2261 abd3915 Thanks @​asbjornhaland! - Security patch to override:

    • picomatch >= 4.0.0, < 4.0.4 to 4.0.4
    • serialize-javascript < 7.0.5 to 7.0.5
Changelog

Sourced from @​equinor/fusion-wc-markdown's changelog.

1.6.4

Patch Changes

1.6.3

Patch Changes

1.6.2

Patch Changes

  • #2261 abd3915 Thanks @​asbjornhaland! - Security patch to override:

    • picomatch >= 4.0.0, < 4.0.4 to 4.0.4
    • serialize-javascript < 7.0.5 to 7.0.5

1.6.1

Patch Changes

  • #2226 0c2033a Thanks @​odinr! - Remove source maps from build output. Source maps were included in packages but referenced source files that were excluded from npm, making them broken and adding unnecessary size.

1.6.0

Minor Changes

Patch Changes

  • Updated dependencies [ba38e3c]:
    • @​equinor/fusion-wc-icon@​2.4.0
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 17, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 17, 2026 18:46
@changeset-bot

changeset-bot Bot commented Aug 17, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: c75a0e9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions Bot added the 🚧 chore maintaines work, (update deps, workflos ...) label Aug 17, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/equinor/fusion-wc-markdown-1.6.4 branch from 58e11cd to f1d25f9 Compare August 17, 2026 19:04
@odinr
odinr force-pushed the dependabot/npm_and_yarn/equinor/fusion-wc-markdown-1.6.4 branch 3 times, most recently from 383f907 to 97edece Compare August 19, 2026 20:58
Bumps [@equinor/fusion-wc-markdown](https://github.com/equinor/fusion-web-components/tree/HEAD/packages/markdown) from 1.5.1 to 1.6.4.
- [Release notes](https://github.com/equinor/fusion-web-components/releases)
- [Changelog](https://github.com/equinor/fusion-web-components/blob/main/packages/markdown/CHANGELOG.md)
- [Commits](https://github.com/equinor/fusion-web-components/commits/@equinor/fusion-wc-markdown@1.6.4/packages/markdown)

---
updated-dependencies:
- dependency-name: "@equinor/fusion-wc-markdown"
  dependency-version: 1.6.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@odinr
odinr force-pushed the dependabot/npm_and_yarn/equinor/fusion-wc-markdown-1.6.4 branch from 97edece to c75a0e9 Compare August 19, 2026 21:13
@odinr

odinr commented Aug 19, 2026

Copy link
Copy Markdown
Collaborator

🤖 Bip Bop - Dependency Update Verdict

Decision Snapshot

Signal Notes
Recommendation merge
Confidence high

Work Done Since Research Checkpoint

  • Branch action: rebased onto main (picked up an unrelated turbo cache fix for packages/cli build outputs that was causing an intermittent CI-only build failure)
  • Validation rerun: pnpm build --force locally (pass); CI Check Code rerun after rebase (pass)
  • PR state now: mergeable, REVIEW_REQUIRED

Existing Discussion Status

  • Top-level PR comments reviewed: yes
  • Review threads reviewed: yes (none)
  • Open reviewer concerns: None
  • Items judged outdated or already answered: None

Lens Calls

Security

  • Call: clear
  • Why it matters: release range 1.5.2–1.6.4 includes security-motivated overrides (fast-uri ≤3.1.1→3.1.2, picomatch 4.0.0–4.0.3→4.0.4, serialize-javascript <7.0.5→7.0.5) fixing known upstream advisories in transitive deps.
  • Evidence:
    • Changelog entries for 1.6.2 and 1.6.3 in @equinor/fusion-wc-markdown (linked from PR body)
    • No new advisories on the target version

Code quality

  • Call: clear
  • Why it matters: routine maintenance releases (TypeScript 6→7 build tooling bump, source-map cleanup); no API surface changes to the web component itself.
  • Evidence:
    • Changelog shows only "Patch Changes" entries across 1.5.2 → 1.6.4, no "Minor"/"Major" consumer-facing entries except the internal TS upgrade
    • Only pnpm-lock.yaml changed in this repo — no manifest edits required

Impact

  • Call: clear
  • Why it matters: change is scoped to cookbooks/app-react-router's resolved dependency graph; declared range ^1.5.0 already permits 1.6.4, so this is a lockfile-only refresh, not a manifest bump.
  • Evidence:
    • gh pr view --json files shows a single changed file: pnpm-lock.yaml (+13/-13)
    • Full pnpm build --force succeeds locally and in CI after rebase

Rationale

Patch/minor-range dependency refresh with no manifest change, security-motivated fixes in the changelog, and a clean full-repo build. No blockers.

Blockers And Follow-Up

Blockers to clear before merge

None

Follow-up after merge

None

Issue handoff

none

Maintainer Confirmation

  • Posting gate: Post this verdict summary to the PR before any approval or merge.
  • Requested action: approve
  • Confirmation prompt: Please confirm the next action before any rebase, push, approval, or merge.
  • Decision note: Lockfile-only refresh within existing declared range (^1.5.0); per dependabot-pr.instructions.md "when to skip" rule, no changeset required.

@odinr odinr left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved per dependency review verdict — see comment above.

@odinr
odinr merged commit 6e26e28 into main Aug 19, 2026
9 checks passed
@odinr
odinr deleted the dependabot/npm_and_yarn/equinor/fusion-wc-markdown-1.6.4 branch August 19, 2026 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🚧 chore maintaines work, (update deps, workflos ...) 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.

1 participant