Conversation
JumpLink
commented
Apr 1, 2026
Owner
- Learn 6502 now runs on GNOME 50! Thanks to @yakushabb for contributing the runtime update.
- Fixed an issue where the back button in the learn section was always visible in desktop and tablet mode, even when no subpage was open.
- Under the hood: updated to TypeScript 6, Vite 8, and other dependency upgrades for improved performance and stability.
The back button was always visible in desktop and tablet mode, even when no subpage (Tutorial/Examples) was open. Now it only shows when a subpage is actually being displayed.
- TypeScript 5.9 -> 6.0 - Vite 7.3 -> 8.0 - lightningcss 1.31 -> 1.32 - @girs/* beta.40 -> beta.44 - @nativescript/core 9.0.17 -> 9.0.18 - tailwindcss 4.2.1 -> 4.2.2 - esbuild 0.27.2 -> 0.27.4 - and other minor updates
- Add explicit rootDir in packages/6502/tsconfig.json (required in TS 6) - Remove deprecated baseUrl in app-android, use relative paths instead
- Widen showError parameter from specific union to unknown - Replace deprecated global with globalThis - Add definite assignment assertions for NativeScript widget properties - Use null! for dispose/cleanup null assignments - Cast event listener parameters instead of typing them directly - Add null guards for possibly-null object accesses - Provide fallback for ContrastMode | null assignments
- GNOME 50 runtime update (thanks to Sabri Ünal) - Back button visibility fix in desktop/tablet mode - Dependency upgrades (TypeScript 6, Vite 8, etc.)
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.