Commit Graph

17291 Commits

Author SHA1 Message Date
alexjanousekGSA
d1c423a112 Add BackstopJS reference images for radio button pages
These reference images correspond to the radio button page scenarios added
in the previous commit. They capture the post-migration USWDS radio styling.
2025-07-09 16:59:21 -03:00
alexjanousekGSA
ffc6d6c5b7 Add BackstopJS coverage for radio button pages 2025-07-09 16:48:52 -03:00
alexjanousekGSA
a691f5c0dd Migrate radio buttons from GOV.UK to USWDS
- Replace .multiple-choice with .usa-radio classes
- Update radio templates to use USWDS patterns
- Remove GOV.UK dependencies from radio components
- Convert nested lists to flat divs with USWDS margin utilities
- Update tests to use new radio classes
2025-07-09 16:40:34 -03:00
Alex Janousek
5d1e1caf24 Merge pull request #2734 from GSA/dependabot/npm_and_yarn/jest-30.0.4
Bump jest from 30.0.3 to 30.0.4
2025-07-07 11:49:33 -04:00
Alex Janousek
cc30337d6c Merge pull request #2733 from GSA/dependabot/npm_and_yarn/jest-environment-jsdom-30.0.4
Bump jest-environment-jsdom from 30.0.2 to 30.0.4
2025-07-07 11:49:09 -04:00
Alex Janousek
377d24357f Merge pull request #2735 from GSA/dependabot/pip/coverage-7.9.2
Bump coverage from 7.9.1 to 7.9.2
2025-07-07 11:48:51 -04:00
Alex Janousek
bf75705175 Merge pull request #2736 from GSA/dependabot/npm_and_yarn/rollup-4.44.2
Bump rollup from 4.44.1 to 4.44.2
2025-07-07 11:48:33 -04:00
dependabot[bot]
e69cd8267d Bump rollup from 4.44.1 to 4.44.2
Bumps [rollup](https://github.com/rollup/rollup) from 4.44.1 to 4.44.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.44.1...v4.44.2)

---
updated-dependencies:
- dependency-name: rollup
  dependency-version: 4.44.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-04 23:15:23 +00:00
dependabot[bot]
2cec15f097 Bump coverage from 7.9.1 to 7.9.2
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.9.1 to 7.9.2.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](https://github.com/nedbat/coveragepy/compare/7.9.1...7.9.2)

---
updated-dependencies:
- dependency-name: coverage
  dependency-version: 7.9.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-03 23:41:06 +00:00
dependabot[bot]
a0c87e0773 Bump jest from 30.0.3 to 30.0.4
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 30.0.3 to 30.0.4.
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.0.4/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-version: 30.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-03 23:23:51 +00:00
dependabot[bot]
b13657373e Bump jest-environment-jsdom from 30.0.2 to 30.0.4
Bumps [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom) from 30.0.2 to 30.0.4.
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.0.4/packages/jest-environment-jsdom)

---
updated-dependencies:
- dependency-name: jest-environment-jsdom
  dependency-version: 30.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-03 23:23:37 +00:00
Beverly Nguyen
232d76369f Merge pull request #2729 from GSA/convert-govuk-button-to-uswds
Convert govuk button to uswds button
2025-07-03 14:43:27 -07:00
Alex Janousek
ddaa68c1de Merge pull request #2730 from GSA/dependabot/npm_and_yarn/babel/core-7.28.0
Bump @babel/core from 7.27.7 to 7.28.0
2025-07-02 21:43:36 -04:00
alexjanousekGSA
84bbc328b4 Fix collapsible checkboxes test selectors
The tests were failing because the .usa-button selector was too broad
and was matching the 'Select all' button instead of the main
expand/collapse button. Updated selectors to use .selection-footer__button
which is more specific to the button being tested.
2025-07-02 21:40:05 -04:00
dependabot[bot]
2b72e5df60 Bump @babel/core from 7.27.7 to 7.28.0
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.27.7 to 7.28.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.0/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-version: 7.28.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-03 01:35:48 +00:00
Alex Janousek
47d388ba29 Merge pull request #2732 from GSA/dependabot/pip/cryptography-45.0.5
Bump cryptography from 45.0.4 to 45.0.5
2025-07-02 21:34:58 -04:00
Alex Janousek
f5501e364e Merge pull request #2731 from GSA/dependabot/npm_and_yarn/babel/preset-env-7.28.0
Bump @babel/preset-env from 7.27.2 to 7.28.0
2025-07-02 21:34:35 -04:00
alexjanousekGSA
3e2fe8be04 Updated and tested all buttons 2025-07-02 21:30:00 -04:00
dependabot[bot]
f968aece17 Bump cryptography from 45.0.4 to 45.0.5
Bumps [cryptography](https://github.com/pyca/cryptography) from 45.0.4 to 45.0.5.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/45.0.4...45.0.5)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-version: 45.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-02 23:49:04 +00:00
dependabot[bot]
7002dfaba7 Bump @babel/preset-env from 7.27.2 to 7.28.0
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.27.2 to 7.28.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.0/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-version: 7.28.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-02 23:20:43 +00:00
alexjanousekGSA
bee667a5e9 Set baseline with backstop reference files 2025-07-02 16:10:07 -04:00
alexjanousekGSA
7447a0080c Removed unused code that is not fully implemented 2025-07-02 15:25:57 -04:00
Alex Janousek
ac226f5ad8 Merge pull request #2727 from GSA/feature/remove-govuk
Update govuk-link to usa-link
2025-07-02 12:31:26 -04:00
Alex Janousek
afbdb2aa9a Merge pull request #2728 from GSA/dependabot/pip/pytest-xdist-3.8.0
Bump pytest-xdist from 3.7.0 to 3.8.0
2025-07-02 11:14:44 -04:00
dependabot[bot]
4e31738fd8 Bump pytest-xdist from 3.7.0 to 3.8.0
Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/pytest-dev/pytest-xdist/releases)
- [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.7.0...v3.8.0)

---
updated-dependencies:
- dependency-name: pytest-xdist
  dependency-version: 3.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-02 00:00:50 +00:00
Alex Janousek
25d76d1350 Merge pull request #2726 from GSA/dependabot/npm_and_yarn/playwright-1.53.2
Bump playwright from 1.53.1 to 1.53.2
2025-07-01 12:41:45 -04:00
alexjanousekGSA
3f58647dc9 Replace govuk link with usa-link and tested 2025-07-01 12:41:07 -04:00
alexjanousekGSA
07bdad4134 New backstop reference files before uswds component swap with govuk 2025-07-01 11:21:17 -04:00
dependabot[bot]
23ab1dd6c2 Bump playwright from 1.53.1 to 1.53.2
Bumps [playwright](https://github.com/microsoft/playwright) from 1.53.1 to 1.53.2.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.53.1...v1.53.2)

---
updated-dependencies:
- dependency-name: playwright
  dependency-version: 1.53.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-01 02:30:53 +00:00
ccostino
db20c888f2 Merge pull request #2720 from GSA/clean-up-js
Unnecessary large white space below footer
06-30-2025
2025-06-27 17:18:44 -04:00
ccostino
f12b4e29be Merge pull request #2712 from GSA/2709-bug-sorting-error-on-activity-page
Improved job/activity list ordering and display
2025-06-27 15:55:55 -04:00
Beverly Nguyen
01b1004ab5 Unnecessary large white space below footer 2025-06-27 12:40:01 -07:00
ccostino
8146ff995e Merge pull request #2717 from GSA/python_3_12_7
upgrade to python 3.12.9
2025-06-27 10:27:23 -04:00
Kenneth Kehl
ff3b9eb820 upgrade to python 3.12.9 2025-06-27 07:00:45 -07:00
Alex Janousek
9433d287ff Merge pull request #2718 from GSA/dependabot/npm_and_yarn/babel/core-7.27.7
Bump @babel/core from 7.27.4 to 7.27.7
2025-06-27 09:16:29 -04:00
Alex Janousek
a7e1fbefd2 Merge pull request #2719 from GSA/dependabot/npm_and_yarn/rollup-4.44.1
Bump rollup from 4.44.0 to 4.44.1
2025-06-27 09:15:34 -04:00
dependabot[bot]
5fb66ad2b7 Bump rollup from 4.44.0 to 4.44.1
Bumps [rollup](https://github.com/rollup/rollup) from 4.44.0 to 4.44.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.44.0...v4.44.1)

---
updated-dependencies:
- dependency-name: rollup
  dependency-version: 4.44.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-26 23:17:28 +00:00
dependabot[bot]
492b6f331b Bump @babel/core from 7.27.4 to 7.27.7
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.27.4 to 7.27.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.27.7/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-version: 7.27.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-26 23:17:11 +00:00
ccostino
f97ac4fb18 Merge pull request #2707 from GSA/2636-user-story-improve-folder-permissions-options
Improve folder permissions on invite team member page:
2025-06-26 15:14:13 -04:00
Beverly Nguyen
c8c683a74e pytest 2025-06-26 10:09:33 -07:00
Beverly Nguyen
727c6705d2 flake8 2025-06-26 09:59:03 -07:00
ccostino
bcbe6d1c61 Merge pull request #2716 from GSA/drift_fix
fix drift analysis
2025-06-26 11:34:11 -04:00
Kenneth Kehl
4cc97e8c8c upgrade to python 3.12.7 2025-06-26 07:47:08 -07:00
Kenneth Kehl
2f23ff9d8f fix drift analysis 2025-06-26 07:28:25 -07:00
Alex Janousek
e33097c808 Merge pull request #2714 from GSA/dependabot/npm_and_yarn/jest-30.0.3
Bump jest from 30.0.2 to 30.0.3
2025-06-26 09:45:08 -04:00
Alex Janousek
b6e9198986 Merge pull request #2715 from GSA/dependabot/pip/phonenumbers-9.0.8
Bump phonenumbers from 9.0.7 to 9.0.8
2025-06-26 09:44:54 -04:00
dependabot[bot]
0b28c78e3d Bump phonenumbers from 9.0.7 to 9.0.8
Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 9.0.7 to 9.0.8.
- [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v9.0.7...v9.0.8)

---
updated-dependencies:
- dependency-name: phonenumbers
  dependency-version: 9.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-25 23:59:57 +00:00
dependabot[bot]
c94f89d828 Bump jest from 30.0.2 to 30.0.3
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 30.0.2 to 30.0.3.
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.0.3/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-version: 30.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-25 23:18:11 +00:00
Beverly Nguyen
bde035187d isort 2025-06-25 14:32:54 -07:00
ccostino
fc128d8240 Merge pull request #2713 from GSA/revert_python_upgrade_again
revert python upgrade again
2025-06-25 17:18:59 -04:00