Skip to content

fix(deps): update dependency @newjersey/njwds to v2#11690

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/newjersey-njwds-2.x
Open

fix(deps): update dependency @newjersey/njwds to v2#11690
renovate[bot] wants to merge 1 commit intomainfrom
renovate/newjersey-njwds-2.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 30, 2025

This PR contains the following updates:

Package Change Age Confidence
@newjersey/njwds 0.3.02.9.1 age confidence

Release Notes

newjersey/njwds (@​newjersey/njwds)

v2.9.1

Compare Source

What's Changed

Update:

base-lightest (gray/gray-cool-1 > gray/gray-cool-5) [#FBFCFD > #EDEFF0]
base-lighter (gray/gray-cool-5 > gray/gray-cool-10) [#EDEFF0 > #DFE1E2]

Full Changelog: newjersey/njwds@v2.9.0...v2.9.1

v2.9.0

Compare Source

What's Changed

Full Changelog: newjersey/njwds@v2.8.0...v2.9.0

v2.8.0

Compare Source

What's Changed
NJ Site Banner
  • [✨ New] The "Governor Phil Murphy • Lt. Governor Tahesha Way" text in the banner now links to https://nj.gov/governor/.
Documentation
  • [👾 Fix] Fix incorrect paths to static assets that were causing the components to display incorrectly on the Fractal docs site.
New Contributors

Full Changelog: newjersey/njwds@v2.7.0...v2.8.0

v2.7.0

Compare Source

What's Changed
Date Picker
  • [⚙️ Tweak] Remove disabled variant from the date picker Fractal docs
Feedback widget
  • [✨ New] Add Fractal docs for the feedback widget component. The widget instance in the docs can be freely tested and submitted without sending data to the real feedback Google Sheet.

v2.6.1

Compare Source

What's Changed
NJ Site Banner
  • [👾 Fix] Align baseline for the banner. This was a regression introduced when we set the default icon size to 20px x 20px. The icon size is now explicitly set to usa-icon--size-3 (20px/1.5rem). Flex boxes are used to center and align the banner text.

    • Before: original banner
    • After: fixed banner
  • [👾 Fix] Replace the semantic <header> element for a non-semantic <div>.

    • The <header> was nested under a <section> element. When this is the case, the <header> exposes the ARIA generic role (equivalent to <div>) instead of the banner landmark role. As a result, using <header> in this way has no a11y purpose and has thus been swapped with <div> to avoid confusion.
    • See this Slack thread for more discussion on this decision.
  • [⚙️ Tweak] Updated the breakpoint to hide the gov/lt. gov's names sooner so the "State of NJ" text doesn't wrap to 3 lines. (The names were previously hidden at the "tablet" breakpoint).

    Screen.Recording.2025-07-17.at.3.41.45.PM.mov
New Contributors

Full Changelog: newjersey/njwds@v2.6.0...v2.6.1

v2.6.0

Compare Source

What's Changed

Text Input
  • [⚙️ Tweak] Update error state for text input
NJ Site Banner
  • [⚙️ Tweak] Update Lt Governor text in NJ site banner

Full Changelog: newjersey/njwds@v2.5.0...v2.6.0

v2.5.0

Compare Source

What's Changed

Modal
  • [✨ New] Add Fractal docs for the modal component

Full Changelog: newjersey/njwds@v2.4.0...v2.5.0

v2.4.0

Compare Source

What's Changed

Select
  • [⚙️ Tweak] Add an example of the select component with the default value set
  • [✨ New] Update the page title for the select component to match USWDS documentation
Combobox
  • [⚙️ Tweak] Remove combobox's disabled and placeholder variants

Full Changelog: newjersey/njwds@v2.3.0...v2.4.0

v2.3.0

Compare Source

What's Changed

Checkboxes
  • [⚙️ Tweak] Color changes for the tile variant (see below)
  • [✨ New] Added documentation for the tile variant (usa-checkbox__input--tile)
Checkbox tile comparison
USWDS Version (old) NJWDS Version (new)
Checkbox tile variant (old) Checkbox tile variant (new)
Radio Buttons
  • [⚙️ Tweak] Added documentation for helper text in the tile variant (usa-checkbox__label-description)

Full Changelog: newjersey/njwds@v2.2.0...v2.3.0

v2.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: newjersey/njwds@v2.1.0...v2.2.0

v2.1.0

Compare Source

What's Changed

  • [✨ New] Separate icon compiled CSS included (dist/css/icon.css)

Full Changelog: newjersey/njwds@v2.0.1...v2.1.0

v2.0.1: v2.0.0

Compare Source

What's changed

General

  • [⚙️ Tweak] USWDS bumped from 3.5 to 3.10 (see USWDS changelog)
  • [✨ New] Separate button compiled CSS included (dist/css/button.css)

Buttons (breaking changes)

After upgrading to this version, check all button uses for potential regressions.

  • [🚨 Breaking] Default vertical padding increased from 0.75 rem to 1 rem
  • [🚨 Breaking] Default height changed from auto to fixed 3 rem
  • [⚙️ Tweak] Color changes to focus outline on the following buttons variants:
    • .usa-button–secondary (including hover and active states)
    • .usa-button–outline (including hover and active states)
    • .usa-button–unstyled (including hover and active states)
    • .usa-button–outline.usa-button–inverse
  • [⚙️ Tweak] Styling changes to .usa-button–unstyled
    • Rounded border radius (0.25 rem)
    • Increased padding (0.25 rem)
    • Default bolded font weight
    • Auto height
  • [✨ New] Added nj-button--icon class that can be used to include icons in buttons with the correct padding, etc. already adjusted.
    • See docs for examples of icon trailing, icon leading, and icon only buttons for each variant.
  • [✨ New] Updated button variants to include type (primary, secondary, tertiary) and color theme (light, dark, danger). See the comparison below and our documentation for more.
Button comparison
Visual style New naming Old naming CSS classes
Screenshot 2024-12-13 at 4 18 28 PM primary light primary usa-button
Screenshot 2024-12-13 at 4 18 59 PM primary dark n/a usa-button nj–button--primary-dark
Screenshot 2024-12-13 at 4 19 08 PM primary danger danger usa-button usa-button--secondary
Screenshot 2024-12-13 at 4 20 23 PM secondary light outline usa-button usa-button--outline
Screenshot 2024-12-13 at 4 20 31 PM secondary dark outline inverse usa-button usa-button--outline usa-button--inverse
Screenshot 2024-12-13 at 4 20 36 PM secondary danger n/a usa-button usa-button--outline nj-button--outline-danger
Screenshot 2024-12-13 at 4 20 40 PM tertiary light unstyled (for all old variants besides outline inverse ) usa-button usa-button--unstyled
Screenshot 2024-12-13 at 4 20 45 PM tertiary dark unstyled (for the old outline inverse variant) usa-button usa-button--unstyled nj-button--unstyled-dark
Screenshot 2024-12-13 at 4 20 50 PM tertiary danger n/a usa-button usa-button--unstyled nj-button--unstyled-danger

Icons (breaking changes)

  • [🚨 Breaking] Default sizing for usa-icon class is now 20px x 20px.
    • Before, they used to scale automatically with font size. If you need to keep that behavior, use the class .nj-icon--size-scale.
  • [✨ New] Added documentation for icons with example sizes

Radio buttons

  • [⚙️ Tweak] Updated default radio button styling – adjusted colors of the input circle and focus rings, removed white background from the button labels.
  • [⚙️ Tweak] Color changes for tile variant (see below)
  • [✨ New] Added documentation for tile variant (usa-radio__input--tile)
Radio button comparison
USWDS Version (old) NJWDS Version (new)
Screenshot 2024-12-13 at 4 25 40 PM Screenshot 2024-12-13 at 4 25 43 PM
Screenshot 2024-12-13 at 4 25 50 PM Screenshot 2024-12-13 at 4 25 56 PM
Radio button tile comparison
USWDS Version (old) NJWDS Version (new)
Screenshot 2024-12-13 at 4 26 03 PM Screenshot 2024-12-13 at 4 26 07 PM

Full changelog: newjersey/njwds@v1.0.0...v2.0.1

New contributors

v1.0.0

Compare Source

What's Changed
Design system
  • [Potentially UI/UX breaking change] Updated theme color palette - primary color changed from green to blue; base color changed from gray to a lighter cool gray; added state palette related to error, warning, info, disabled, and emergency states (see src/sass/_uswds-theme.scss for full palette)
  • Upgraded USWDS dependency from version 3.0.1 to 3.5.0 (learn more about the upstream changes on the USWDS Releases page)
  • Set custom override to usa-nav__secondary-link a to make link color base-darker instead of base, preventing color contrast issues
  • Set custom override to usa-header--extended usa-logo to make container max-width 50% instead of 30%, preventing text wrapping on header title
Component previews
  • Fixed incorrect label for "Public Sans" font component
  • Added "kitchen sink" component that allows previewing of multiple patterns on a page

Full Changelog: newjersey/njwds@v0.3.0...v1.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate Package renovation label Sep 30, 2025
@renovate renovate bot force-pushed the renovate/newjersey-njwds-2.x branch 2 times, most recently from 7175cb8 to 4609787 Compare October 21, 2025 10:11
@renovate renovate bot force-pushed the renovate/newjersey-njwds-2.x branch from 4609787 to 5f04da7 Compare November 10, 2025 15:50
@renovate renovate bot force-pushed the renovate/newjersey-njwds-2.x branch 3 times, most recently from 330f958 to 2f68557 Compare November 23, 2025 13:14
@renovate renovate bot force-pushed the renovate/newjersey-njwds-2.x branch from 2f68557 to 0130563 Compare December 3, 2025 16:07
@renovate renovate bot force-pushed the renovate/newjersey-njwds-2.x branch from 0130563 to 839e591 Compare December 11, 2025 14:42
@w98090392-creator
Copy link

w98090392-creator commented Dec 11, 2025

This PR contains the following updates:

Package Change Age Confidence
@newjersey/njwds 0.3.0 -> 2.8.0 age confidence

Release Notes

newjersey/njwds (@​newjersey/njwds)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.

  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/newjersey-njwds-2.x branch 3 times, most recently from a694a62 to 3100fd2 Compare January 6, 2026 19:09
@renovate renovate bot force-pushed the renovate/newjersey-njwds-2.x branch from 3100fd2 to 771d8ec Compare January 8, 2026 16:51
@renovate renovate bot force-pushed the renovate/newjersey-njwds-2.x branch 2 times, most recently from 9acb0ca to e51a9e6 Compare January 23, 2026 17:25
@renovate renovate bot force-pushed the renovate/newjersey-njwds-2.x branch 2 times, most recently from f1362c2 to af2e8e6 Compare February 8, 2026 14:08
@renovate renovate bot force-pushed the renovate/newjersey-njwds-2.x branch from af2e8e6 to 5e0afc8 Compare February 15, 2026 11:27
@renovate renovate bot force-pushed the renovate/newjersey-njwds-2.x branch from 5e0afc8 to 211ee78 Compare February 17, 2026 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

renovate Package renovation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant