Skip to content

chore(deps): bump actions/checkout from 5.0.1 to 6.0.3 - #1

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-6
Open

chore(deps): bump actions/checkout from 5.0.1 to 6.0.3#1
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 22, 2026

Copy link
Copy Markdown

Bumps actions/checkout from 5.0.1 to 6.0.3.

Release notes

Sourced from actions/checkout's releases.

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

v6.0.1

What's Changed

Full Changelog: actions/checkout@v6...v6.0.1

v6.0.0

What's Changed

Full Changelog: actions/checkout@v5.0.0...v6.0.0

v6-beta

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

Changelog

Sourced from actions/checkout's changelog.

Changelog

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

... (truncated)

Commits
  • df4cb1c Update changelog for v6.0.3 (#2446)
  • 1cce339 Fix checkout init for SHA-256 repositories (#2439)
  • 900f221 fix: expand merge commit SHA regex and add SHA-256 test cases (#2414)
  • 0c366fd Update changelog (#2357)
  • de0fac2 Fix tag handling: preserve annotations and explicit fetch-tags (#2356)
  • 064fe7f Add orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...
  • 8e8c483 Clarify v6 README (#2328)
  • 033fa0d Add worktree support for persist-credentials includeIf (#2327)
  • c2d88d3 Update all references from v5 and v4 to v6 (#2314)
  • 1af3b93 update readme/changelog for v6 (#2311)
  • Additional commits viewable in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot @github

dependabot Bot commented on behalf of github May 22, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, github-actions. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions/checkout-6 branch 2 times, most recently from b57acd9 to e076531 Compare May 26, 2026 15:32
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@93cb6ef...df4cb1c)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump actions/checkout from 5 to 6 chore(deps): bump actions/checkout from 5.0.1 to 6.0.3 Jun 10, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions/checkout-6 branch from e076531 to 0fe0156 Compare June 10, 2026 12:49
McSpace added a commit that referenced this pull request Jun 24, 2026
* Bump version after documentation fix

* Bump lib version;

* fix(security): resolve code-scanning alerts

CodeQL js/unused-local-variable (#1,5,6,35,36):
- drop unused imports IPassenger, IInitialLayoutData, FEATURE_ICONS
- drop unused destructured rest in demo updateTextareasForFlight

Dependencies (#29):
- npm audit fix (lockfile-only): clears 4 transitive advisories
  (hono, undici, qs, tar). Remaining @angular/* advisories are only
  patched in v22 (major) and ship as peerDependencies, so they are
  the consuming app's responsibility, not this library's artifact.

Scorecard Pinned-Dependencies (#40,#41):
- pin `npm install -g npm` to 11.5.1 instead of @latest in both
  publish workflows for reproducible builds.

Non-applicable Scorecard metrics (#24 Maintained, #25 Code-Review,
#27 CII-Best-Practices, #28 Fuzzing) dismissed via API as won't-fix.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Iurii Perevertailo <the.one.nexus@gmail.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
McSpace added a commit that referenced this pull request Jun 25, 2026
* fix(seatmap-lib): keep galley bulks intact above staggered Business pods

`_resolveBulkOverlaps` measured a row's bbox via `getNativeRowHeight`,
which only inspects per-seat-type heights and ignores per-seat
`topOffset`. On staggered Business pods (LH470 row 4: seat 4D at
topOffset=-172, 4C/4H at +45) the real bottom edge of the row was
under-reported, the galley bulk just below it looked merely lightly
grazed, and the resolver shrunk its native height to ~22% — landing
just above the 20% safety floor and rendering as an invisible 11-px
strip while only the galley sticker stayed visible.

Add `getNativeRowBBox` to walk non-aisle seats with their `topOffset`
included and use it in `_resolveBulkOverlaps`. The LH470 case now
overlaps the bulk deeply enough to trip the safety floor, so the
partition keeps its original geometry — matching the React renderer.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* feat(seatmap-lib): horizontal nose/tail direction via rightToLeft

Mirror the React lib: in horizontal mode the nose and tail flip 180deg when
not rightToLeft, so the cabin points the same way as the React reference.
Adds horizontal/rightToLeft inputs to JetsNose/JetsTail and a transform
binding; covered by unit tests (RED->GREEN).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* feat(seatmap-lib): horizontal plane-body parity (deck-wrapper flip + nose/tail order)

Mirror React PlaneBody/index.js for horizontal LTR: rotate the deck wrapper
180deg, render the tail first / nose last, and thread horizontal/rightToLeft
into the nose and tail so they flip too. Gated on horizontal && !rightToLeft.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* feat(seatmap-lib): pass horizontal/rightToLeft into plane-body

Wire the resolved config flags into the plane body so the nose/tail/deck
flip logic activates. Verified live: rightToLeft now controls the nose
direction in horizontal mode (false=nose left, true=nose right), matching
the React reference.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* fix(seatmap-lib): keep tooltip on-screen & upright in horizontal mode (P1b)

Move the horizontal rotate(90deg) onto an inner .jets-seat-map__rotor wrapper
so the tooltip stays a sibling in the un-rotated container (mirrors the React
structure). The tooltip is then anchored by an explicit screen-space left/top
and a --horizontal CSS rule frees the right:8px constraint that was squeezing
it to a sliver. Previously the tooltip rendered far off-screen (x~2476).

_buildLayoutData now measures the rotor so the layoutUpdated payload is
unchanged. Vertical tooltip (arrow, positioning) is unaffected. Unit + smoke
e2e green; verified on-screen in the demo.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* feat(seatmap-lib): reverse deck stacking order in horizontal LTR

Mirror React PlaneBody decks.reverse(): in horizontal && !rightToLeft, a
stacked multi-deck cabin reverses its deck order so the decks read correctly
after the rotor's 90deg rotation. Single-deck mode is unchanged (the active
deck is shown regardless of orientation). getDeckIndex still returns the
original content index, so data-deck-index / _buildLayoutData are unaffected.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* fix(seatmap-lib): reserve rotated footprint for horizontal container

In horizontal mode the container kept its tall vertical height (e.g. 400x3139)
while the rotated rotor rendered 3139x359, leaving a huge gap below the cabin.
Measure the rotor's transform-immune offset size post-render and swap it onto
the container (width = rotor height, height = rotor width), mirroring React's
outer 'width: scaledTotalDecksHeight'. A --horizontal modifier aligns the rotor
to the start (it pivots top-left) and drops the vertical min-height.

Also simplifies mapTransform (the scaleType ternary had identical branches;
Angular bakes scale into deck rendering, so the offset is plain translateY(-100%)).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* test(seatmap-demo): e2e for horizontal nose direction + tooltip viewport

Behavioural guards for the horizontal React-parity work: nose points left in
LTR and right in RTL (rightToLeft drives the direction), and the built-in
tooltip stays fully within the viewport in horizontal mode (P1b regression).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* fix(seatmap-lib): keep layoutUpdated payload measuring the container

The rotor refactor (e3043bb) made _buildLayoutData measure the rotor instead
of the container, shifting widthInPx by the fuselage inset (~400->359) and
breaking the seatMapInited React-parity payload test. Measure the container
again; in horizontal it now carries the swapped dimensions, so the payload
stays correct without the rotor.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* fix(seatmap-lib): close the nose/tail-to-fuselage join gap

The nose & tail outline paths start 1.5 viewBox units inside the SVG border,
so they rendered slightly narrower than the fuselage and left a visible step
where they meet it (most noticeable on wide cabins like QT888). Scale each up
by 200/(200 - 2*effectiveInset), where effectiveInset = 1.5 - strokeWidth/2,
so the outline centre lines up with the fuselage border centre. Mirrors the
intent of React's Nose/Tail `distanceFromBorder` compensation.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* fix(seatmap-demo): stack controls below the map in horizontal mode

In horizontal mode the rotated cabin can be far wider than the controls
column, so the demo's flex-row layout squeezed the "Send Events" panel and
event log into a sliver pushed off-screen to the right (the e2e helper even
needs `force:true` to click through the overlap).

Drive a `--horizontal` modifier from the active config's `horizontal` flag:
switch `.demo-content` to a vertical stack and let the wide map scroll inside
its own wrapper (`overflow-x:auto`) so the controls stay full-width and
on-screen below the map.

Also make the e2e playwright config honour `PW_BASE_URL` so the suite can
target an already-running dev server (e.g. the dev worktree on :4201) without
editing the file.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* fix(seatmap-lib): re-measure horizontal footprint on in-place config toggle

Toggling `horizontal` (or other layout-affecting flags) via a config change
rather than a full flight reload skipped `_updateHorizontalDims()`, so the
swapped container width/height stayed null from the initial vertical load. The
`.jets-seat-map` container then collapsed to the rotor's un-rotated layout
height (~3139px for a long cabin), leaving a large empty gap above the page
controls.

Re-run the swapped-dimension measurement after the view re-renders on a
settings-only config change so the container reserves the wide, short
horizontal footprint.

Covered by a new e2e that toggles horizontal on an already-loaded map and
asserts the reserved height stays smaller than the width.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* fix(seatmap-lib): reserve full horizontal footprint incl. cabin labels, wings, nose

The horizontal container only reserved the fuselage box (`offsetWidth`), so the
absolutely-positioned side cabin labels and wings (~20px past the fuselage on
each side) and the nose/tail caps were sheared off once the wrapper clipped
overflow: cabin titles were cut at the bottom and the nose ran off the
top-left.

Measure the union of every rotor descendant's painted rect to reserve the true
footprint, and nudge the rotor (a leading `translate` in the transform) so the
top-left overflow is pulled back inside the box. The offset compensates for the
already-applied shift so repeated measurements converge instead of oscillating.

Covered by a new e2e asserting the reserved height exceeds the fuselage strip
and that the nose and cabin labels stay within the container bounds.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* docs(seatmap-lib): design spec for seat-colour React parity + class palette

Remove the Angular-only colorfulSeatsByScore gate and colorfulSeatsByClass
lightness tint; add a data-driven customSeatColorClasses palette. Demo apps
implement the on/off toggles on top of customSeatColorRanges /
customSeatColorClasses / seatAvailableColor.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* docs(seatmap-lib): implementation plan for seat-colour React parity

Task-by-task TDD plan: add customSeatColorClasses, drop the colorfulSeatsByScore
gate and colorfulSeatsByClass tint, clean up demo/e2e configs, document priority.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* feat(seatmap-lib): add customSeatColorClasses palette resolver and validation

* feat(seatmap-lib): drop score gate, resolve score>class>API seat colour (React parity)

* test(seatmap-lib): add legacy-path class-palette precedence coverage; dedup score unit test

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* refactor(seatmap-lib): remove colorfulSeatsByClass tint and its threading

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* refactor: remove colorfulSeatsBy* config fields and seatClassTints; update demo + e2e

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* test(seatmap-demo): e2e for config-driven seat colour priority + availability

* test(seatmap-demo): harden seatColors grey-exclusion and class-on floor

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* docs(seatmap-lib): document seat colour priority and customSeatColorClasses

* test(seatmap-demo): screenshot harness emulating the 4 demo colour modes

Renders each demo toggle combination via the new library config options
(seatAvailableColor / customSeatColorRanges / customSeatColorClasses) with all
seats available, capturing one screenshot per mode for visual review.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* fix(security): resolve code-scanning alerts (#24)

* Bump version after documentation fix

* Bump lib version;

* fix(security): resolve code-scanning alerts

CodeQL js/unused-local-variable (#1,5,6,35,36):
- drop unused imports IPassenger, IInitialLayoutData, FEATURE_ICONS
- drop unused destructured rest in demo updateTextareasForFlight

Dependencies (#29):
- npm audit fix (lockfile-only): clears 4 transitive advisories
  (hono, undici, qs, tar). Remaining @angular/* advisories are only
  patched in v22 (major) and ship as peerDependencies, so they are
  the consuming app's responsibility, not this library's artifact.

Scorecard Pinned-Dependencies (#40,#41):
- pin `npm install -g npm` to 11.5.1 instead of @latest in both
  publish workflows for reproducible builds.

Non-applicable Scorecard metrics (#24 Maintained, #25 Code-Review,
#27 CII-Best-Practices, #28 Fuzzing) dismissed via API as won't-fix.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Iurii Perevertailo <the.one.nexus@gmail.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: Iurii Perevertailo <the.one.nexus@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants