Skip to content

Commit

Permalink
Allow patch-only version change on USWDS subdependency
Browse files Browse the repository at this point in the history
* Sync package-lock.json

* Update CHANGELOG.md

* Enforce patch-only version change on USWDS subdependency

See merge request lg/identity-design-system!28
  • Loading branch information
aduth committed Jan 14, 2025
1 parent b2e3bd8 commit f0a403d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### Dependencies

- Upgrade USWDS from v3.9.0 to v3.11.0 (see [release notes](https://github.com/uswds/uswds/releases/)) ([!25](https://gitlab.login.gov/lg/identity-design-system/-/merge_requests/25), [!27](https://gitlab.login.gov/lg/identity-design-system/-/merge_requests/27))
- Updated dependencies specifier for USWDS to only allow patch-level USWDS version increases. Unlike the Login.gov Design System, USWDS does not follow semantic versioning, and therefore it is not safe to assume that USWDS minor versions contain backwards-compatible changes.

## 9.4.0

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
},
"homepage": "https://github.com/18F/identity-design-system#readme",
"dependencies": {
"@types/uswds__uswds": "^3.11.0",
"@uswds/uswds": "^3.11.0"
"@types/uswds__uswds": "~3.11.0",
"@uswds/uswds": "~3.11.0"
},
"devDependencies": {
"@18f/eslint-plugin-identity": "^2.0.0",
Expand Down

0 comments on commit f0a403d

Please sign in to comment.