Skip to content

chore(deps): bump actions/upload-pages-artifact from 3 to 5#11

Merged
Exoridus merged 1 commit into
masterfrom
dependabot/github_actions/actions/upload-pages-artifact-5
Apr 18, 2026
Merged

chore(deps): bump actions/upload-pages-artifact from 3 to 5#11
Exoridus merged 1 commit into
masterfrom
dependabot/github_actions/actions/upload-pages-artifact-5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 18, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/upload-pages-artifact from 3 to 5.

Release notes

Sourced from actions/upload-pages-artifact's releases.

v5.0.0

Changelog

See details of all code changes since previous release.

v4.0.0

What's Changed

Full Changelog: actions/upload-pages-artifact@v3.0.1...v4.0.0

v3.0.1

Changelog

See details of all code changes since previous release.

Commits
  • fc324d3 Merge pull request #139 from Tom-van-Woudenberg/patch-1
  • fe9d4b7 Merge branch 'main' into patch-1
  • 0ca1617 Merge pull request #137 from jonchurch/include-hidden-files
  • 57f0e84 Update action.yml
  • 4a90348 v7 --> hash
  • 56f665a Update upload-artifact action to version 7
  • f7615f5 Add include-hidden-files input
  • 7b1f4a7 Merge pull request #127 from heavymachinery/pin-sha
  • 4cc19c7 Pin actions/upload-artifact to SHA
  • 2d163be Merge pull request #107 from KittyChiu/main
  • Additional commits viewable in compare view

@dependabot @github

dependabot Bot commented on behalf of github Apr 18, 2026

Copy link
Copy Markdown
Contributor Author

Labels

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

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

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 18, 2026
@Exoridus Exoridus enabled auto-merge (squash) April 18, 2026 23:31
@Exoridus

Copy link
Copy Markdown
Owner

@dependabot rebase

Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 3 to 5.
- [Release notes](https://github.com/actions/upload-pages-artifact/releases)
- [Commits](actions/upload-pages-artifact@v3...v5)

---
updated-dependencies:
- dependency-name: actions/upload-pages-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/actions/upload-pages-artifact-5 branch from 60d1acd to 9cfba5e Compare April 18, 2026 23:54
@Exoridus Exoridus merged commit 3532e68 into master Apr 18, 2026
2 checks passed
@Exoridus Exoridus deleted the dependabot/github_actions/actions/upload-pages-artifact-5 branch April 18, 2026 23:55
Exoridus added a commit that referenced this pull request Jun 20, 2026
Additive UI-Core system (v0.14 Phase 4A, PR1 of 2):

- Graphics.drawRoundedRectangle + buildRoundedRectangle (math/geometry)
- FocusManager (app.focus / stage.focus): single-focus tracking, Tab/Shift-Tab
  traversal, focus-scope stack, keyboard routing to the focused node
  (node.focusable/tabIndex/onFocus/onBlur/onKeyDown) + KeyEvent
- Modal input capture: InteractionManager.pushInputCapture/popInputCapture
- scene.ui (UIRoot): screen-fixed UI layer auto-rendered above the world; UI is
  hit-tested in screen space ahead of the camera world, so widgets stay
  clickable/focusable under a panned camera (UI nodes kept out of the quadtree)
- Widgets: Widget base (size/anchoring/enabled) + Label/Panel/Button/ProgressBar
  + Stack (row/column layout)
- Example: examples/ui/hud-and-widgets + chapters/catalog entry

Scene-stack simplification (#11) and overlay-example migration follow in PR2.

Co-authored-by: Exoridus <github@codexo.de>
Exoridus added a commit that referenced this pull request Jun 20, 2026
v0.14 Phase 4A, PR2 of 2 (BREAKING). Completes the Scene-stack simplification
that the UI-Core (PR1) unblocked.

BREAKING CHANGES:
- Removed the scene stack: SceneManager.pushScene/popScene/scenes +
  PushSceneOptions/PopSceneOptions are gone. One active scene; switch with
  app.scene.setScene(scene, { transition }) (fade preserved).
- Removed Scene participation: SceneStackMode, scene.stackMode,
  SceneParticipationPolicy, scene.setParticipationPolicy.
- New: scene.paused — skips the scene update() + systems while it keeps
  drawing (the freeze / former "modal" replacement). Overlays/HUDs/menus live
  on scene.ui (PR1).

Migration: overlay/HUD scenes -> widgets on scene.ui; pause (push+pop) ->
scene.paused + a scene.ui overlay. Examples (pause-blur, hud-overlay-scene,
pause-and-resume) and 5 guides migrated; new "UI & widgets" guide added.

Co-authored-by: Exoridus <github@codexo.de>
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant