chore(deps): bump postcss from 8.5.6 to 8.5.14#595
Open
dependabot[bot] wants to merge 32 commits into
Open
Conversation
- Night sky parallax with dakotaraptor character - One-page layout: hero text + version chips + raptor / features + download - Shared TopNavbar, PageLoading from main site - DakotaVersionChips fetches from public/dakota-versions.json - AGENTS.md updated: 13 locales, corrected component inventory, data pipeline docs - View Transition API on both pages for crossfade Assisted-by: claude-opus-4-5 via pi
VSCode save reverted DakotaScene to old three-column version. Correct version: plain div with glass box, slot for chips, no hero-layout grid. Assisted-by: claude-opus-4-5 via pi
- DakotaVersionChips: add res.ok check + DEV console warning on fetch failure - DakotaApp: fix i18n locale cast to use .value instead of any cast on whole object - dakota/index.html: add preload link for night-sky.webp (LCP), document noindex intent - Remove dead DakotaParallaxWrapper.vue (unused since static background) Assisted-by: claude-sonnet-4.6 via pi
Assisted-by: claude-sonnet-4.6 via pi
…cale.value Assisted-by: claude-sonnet-4.6 via pi
…s with real URLs Assisted-by: claude-sonnet-4.6 via pi
At 640px+ width in portrait/non-wide-landscape mode, col-left switches from vertical stack to horizontal row so DAKOTA box and raptor sit next to each other instead of stacking. Assisted-by: claude-sonnet-4.6 via pi
Assisted-by: Claude claude-opus-4-5 via pi
…load entries on phone Assisted-by: Claude claude-opus-4-5 via pi
… SDK, BuildStream 2, uutils) Assisted-by: claude-sonnet-4.6 via pi
Assisted-by: claude-sonnet-4.6 via pi
Assisted-by: claude-sonnet-4.6 via pi
- Modern Userspace: bootc, brew, uutils, systemd-boot, container first - Freedesktop SDK: correct description restored - All section titles linked to upstream projects - BuildStream & BuildGrid with distributed execution copy Assisted-by: claude-sonnet-4.6 via pi
Assisted-by: claude-sonnet-4.6 via pi
…en feature styling Assisted-by: claude-sonnet-4.6 via pi
Assisted-by: claude-sonnet-4.6 via pi
…em font - Add Reports link (Blog > Changelogs > Reports > Discussions) - Documentation link styled blue/active to match docs.projectbluefin.io - Font size 0.875rem to match Docusaurus default - Add Reports key to all 13 locale files Assisted-by: claude-sonnet-4.6 via pi
Assisted-by: claude-sonnet-4.6 via pi
…, px not rem) Assisted-by: Claude claude-opus-4-5 via pi
- Link font-size: 16px (was 0.875rem = 8.89px due to 63.5% root) - Link font-weight: 500 matching Docusaurus default - Padding: 4px 12px matching docs computed CSS - Title font-size: 16px, weight 700 - Inner padding: 8px 16px (no rem calc) - src/tests/navbar-visual.mjs: 12 assertions, all PASS Assisted-by: claude-sonnet-4.6 via pi
Assisted-by: claude-sonnet-4.6 via pi
…values) Assisted-by: claude-sonnet-4.6 via pi
…e state, link order) Assisted-by: claude-sonnet-4.6 via pi
…ht 500, hover color aligned Assisted-by: claude-sonnet-4.6 via pi
Measurements taken at 1440×900 against docs.projectbluefin.io dark mode via getBoundingClientRect() — all adjacent-element gaps are now identical: logo→title gap: 8px (docs: 8px) ✓ brand marginRight: 16px (docs: 16px) ✓ link padding: 4px 12px (docs same) ✓ within-group gaps: 0px (docs: 0px) ✓ navbar height: 60px (docs: 60px) ✓ inner padding(v): 0px (docs: 0px) ✓ ← was 8px 16px, now 0 16px Middle gap (400px vs docs 140px) is a layout difference: docs site uses a narrower content area; our site correctly fills the viewport. Not a bug. Expanded tests/navbar-visual.mjs: 18 → 27 assertions, adding: - brand gap (8px) - logo→title pixel range (7–9px) - inner paddingTop/Bottom (0px each) - all four link padding values - max within-group gap ≤ 1px - documents middle-gap intentional delta with informational note Assisted-by: Claude Sonnet 4.6 via GitHub Copilot
Assisted-by: Claude Sonnet 4.5 via pi
…ests to 38 assertions Assisted-by: claude-sonnet-4.6 via pi
Assisted-by: claude-sonnet-4.6 via pi
Assisted-by: claude-sonnet-4-5 via pi
- Add scripts/update-dakota-versions.js — fetches latest release from projectbluefin/dakota, updates generatedAt and releaseTag in public/dakota-versions.json while preserving package versions - Wire new step into update-content.yml after stream versions update - Add dakota-versions.json to PR add-paths and PR body - Add TODO comment in deploy.yml for navbar-visual.mjs Assisted-by: Claude Sonnet 4.5 via pi
- Add src/composables/useLocale.ts with setLocale() for legacy-mode vue-i18n - Update App.vue and DakotaApp.vue to use setLocale() instead of inline cast - Add src/tests/dakota-chips.test.ts with 4 vitest unit tests for chip logic - Verified /characters/header/dakota.webp and /characters/dakota.webp both return HTTP 200 - Captured 375x667 (iPhone SE) screenshot of /dakota/ page Assisted-by: Claude Sonnet 4.5 via pi
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.6 to 8.5.14. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.6...8.5.14) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.14 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
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.
Bumps postcss from 8.5.6 to 8.5.14.
Release notes
Sourced from postcss's releases.
Changelog
Sourced from postcss's changelog.
Commits
3ec1394Release 8.5.14 versionf2bb827Update dependenciesd75953dMerge pull request #2084 from 43081j/raw-raws-rawing68bd213fix: always callrawto retrieve raw valuesaf58cf1Release 8.5.13 versionf227dbdTemporary ignore pnpm 11 configd3abd40Update dependenciesdd06c3eRevert stringifier changes because of the conflict with postcss-scssae889c8Try to fix CIe0093e4Move to pnpm 11Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.