Skip to content

Bump @phcdevworks/spectre-ui from 2.10.0 to 3.1.0 - #45

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/phcdevworks/spectre-ui-3.1.0
Closed

Bump @phcdevworks/spectre-ui from 2.10.0 to 3.1.0#45
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/phcdevworks/spectre-ui-3.1.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @phcdevworks/spectre-ui from 2.10.0 to 3.1.0.

Release notes

Sourced from @​phcdevworks/spectre-ui's releases.

Phase 7 P0/P1 - First-Party Utility Engine

Contract change type: additive

Added

  • Added a first-party generated utility-class engine (Phase 7 P0/P1): scripts/build-utilities.ts generates src/styles/utilities.generated.css at build time from the published @phcdevworks/spectre-tokens CSS variable surface, covering spacing (sp-{p,px,py,pt,pr,pb,pl,m,mx,my,mt,mr,mb,ml,gap,gap-x,gap-y}-{step}), the full colors.palette scale (sp-{text,bg,border}-{hue}-{step}, 286 steps across 26 hues), sp-rounded-{step}, sp-shadow-{step}, sp-opacity-{role}, and sp-z-{role} utility classes, plus md/lg responsive spacing variants using the locked sp-{breakpoint}-{property}-{step} prefix syntax (e.g. sp-md-p-4). Token-only, no arbitrary-value support. Wired into npm run build (build:utilities) and npm run check (validate:utilities, staleness-checked). Folded the pre-existing hand-authored sp-z-* classes into the generated output (exact duplicates); sp-shadow-soft/sp-shadow-strong semantic aliases are unchanged and additive alongside the new full sp-shadow-{step} scale.
  • Added a generatedUtilityClasses section to ui-contract.manifest.json declaring the generated family/axis/token-group contract.
  • Added tests/generated-utilities.test.ts: byte-stability across regenerations, full token-leaf coverage for every generated family, and @media breakpoint literal validation.

Changed

  • Bumped the utilities.css size budget in tests/css-entrypoints.test.ts (45000 → 195000 bytes) to account for the generated utility-class engine — a deliberate, scoped size increase (see TODO.md Phase 7), not a regression.

Phase 7 P2 - Tailwind Export Removal and Typography Recipe

Highlights

  • Removes the Tailwind integration surface, including the ./tailwind subpath and its preset/theme helpers. This is a deliberate breaking change with no replacement inside this package.
  • Adds the token-backed getTextClasses typography recipe and matching .sp-text CSS contract.
  • Aligns the package with @phcdevworks/spectre-tokens@^4.0.0.

Migration

Consumers importing @phcdevworks/spectre-ui/tailwind must remove that import. The precompiled CSS entry points and framework-agnostic class recipes remain supported.

Validation: npm run check passed with 22 test files and 373 tests.

Changelog

Sourced from @​phcdevworks/spectre-ui's changelog.

[3.1.0] - 2026-07-28

Release Title: Phase 7 P0/P1 - First-Party Utility Engine

Contract change type: additive

Added

  • Added a first-party generated utility-class engine (Phase 7 P0/P1): scripts/build-utilities.ts generates src/styles/utilities.generated.css at build time from the published @phcdevworks/spectre-tokens CSS variable surface, covering spacing (sp-{p,px,py,pt,pr,pb,pl,m,mx,my,mt,mr,mb,ml,gap,gap-x,gap-y}-{step}), the full colors.palette scale (sp-{text,bg,border}-{hue}-{step}, 286 steps across 26 hues), sp-rounded-{step}, sp-shadow-{step}, sp-opacity-{role}, and sp-z-{role} utility classes, plus md/lg responsive spacing variants using the locked sp-{breakpoint}-{property}-{step} prefix syntax (e.g. sp-md-p-4). Token-only, no arbitrary-value support. Wired into npm run build (build:utilities) and npm run check (validate:utilities, staleness-checked). Folded the pre-existing hand-authored sp-z-* classes into the generated output (exact duplicates); sp-shadow-soft/sp-shadow-strong semantic aliases are unchanged and additive alongside the new full sp-shadow-{step} scale.
  • Added a generatedUtilityClasses section to ui-contract.manifest.json declaring the generated family/axis/token-group contract.
  • Added tests/generated-utilities.test.ts: byte-stability across regenerations, full token-leaf coverage for every generated family, and @media breakpoint literal validation.

Changed

  • Bumped the utilities.css size budget in tests/css-entrypoints.test.ts (45000 → 195000 bytes) to account for the generated utility-class engine — a deliberate, scoped size increase (see TODO.md Phase 7), not a regression.

[3.0.0] - 2026-07-26

Release Title: Phase 7 P2 - Tailwind Export Removal and Typography Recipe

Contract change type: breaking

Added

  • Added getTextClasses typography recipe (Phase 4g), requested by spectre-base while converting WordPress theme templates off hand-rolled CSS. Covers the xs6xl --sp-font-* size scale, the default/muted/subtle/meta/brand --sp-text-on-page-* color roles, and sans/serif/mono --sp-font-family-* selection. Adds .sp-text and its --{scale}/--{color}/--{family} modifier classes to src/styles/components.css.

... (truncated)

Commits
  • e275a9a Release v3.1.0
  • 8799fe1 Add first-party generated utility-class engine (Phase 7 P0/P1)
  • bf14050 Release v3.0.0
  • 144bdaa Normalize repository.url to the git+https convention
  • 8594559 Fix CI Node matrix to match engines floor
  • bc50438 Normalize .code-workspace tasks to match spectre-tokens parity
  • 976c94a Normalize .gitignore structure and add Thumbs.db
  • b752955 Normalize README section order and heading casing
  • 9bd8966 Make Copilot/Jules commit-authority grant self-visible in their own files
  • e49539e Grant Codex autonomous release authority (tag + GitHub Release)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@phcdevworks/spectre-ui](https://github.com/phcdevworks/spectre-ui) from 2.10.0 to 3.1.0.
- [Release notes](https://github.com/phcdevworks/spectre-ui/releases)
- [Changelog](https://github.com/phcdevworks/spectre-ui/blob/main/CHANGELOG.md)
- [Commits](phcdevworks/spectre-ui@v2.10.0...v3.1.0)

---
updated-dependencies:
- dependency-name: "@phcdevworks/spectre-ui"
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 2, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 2, 2026

Copy link
Copy Markdown
Contributor Author

Looks like @phcdevworks/spectre-ui is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 2, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/phcdevworks/spectre-ui-3.1.0 branch August 2, 2026 10:01
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants