Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge: NHS.UK Frontend v5 Changes #167

Merged
merged 15 commits into from
Dec 4, 2023
Merged

Merge: NHS.UK Frontend v5 Changes #167

merged 15 commits into from
Dec 4, 2023

Conversation

Tomdango
Copy link
Member

No description provided.

VladJav and others added 15 commits April 12, 2023 14:25
Co-authored-by: hrom1 <[email protected]>
Co-authored-by: Thomas Judd-Cooper <[email protected]>
* Remove footer three column prop and test

* Remove story with columns

* Update branch with latest changes
* Remove TransactionalServiceName.tsx long variant

* Update branch with latest changes
* Move ReviewDate into patterns directory

* Provide custom ordering to stories

* Revert change to ReviewDate.test.tsx import

* Adds migration docs for v3

* Update branch with latest changes from target

* Callout for v3 as wip release
* Add SVG Icon fixes from NHSUK Frontend

* Update snapshots
* DoDontList don't item includes text `do not`, tests to cover

* add prefixText prop and tests for DoDontList

* Better documentation for DoDontList
* Add dev warnings for v5 breaking changes (#150)

* Add deprecation warning to footer columns prop

* Shared warning object for v5

* Dev warning for DoDontList.tsx

* Dev warning for TransactionalServiceName.tsx

* Dev warning for ReviewDate.tsx

* Lint

---------

Co-authored-by: Thomas Judd-Cooper <[email protected]>

* Fix Readme CI Build status tag (#149)

Co-authored-by: Thomas Judd-Cooper <[email protected]>

* Only run CI on main and PR's (#148)

Currently ci build will run on any push and any pull_request.
Pushing to a feature branch kicks off CI unintentionally.

Co-authored-by: Thomas Judd-Cooper <[email protected]>

* Bump ansi-regex from 4.1.0 to 4.1.1 (#156)

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](chalk/ansi-regex@v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Judd-Cooper <[email protected]>

* Bump minimatch from 3.0.4 to 3.1.2 (#155)

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.0.4...v3.1.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Judd-Cooper <[email protected]>

* Update ErrorSummary component to forward refs (#135)

This allows for things like programmatic keyboard focus in order to
fulfil accessibility requirements.

Co-authored-by: Phil Meier <[email protected]>
Co-authored-by: Thomas Judd-Cooper <[email protected]>

* bug/Checkbox declaration file inconsistency (#133)

* Add "strictNullChecks", fix two cases where typing needs updating in line with checks.

* Revert to .defaultProps

* Throw error on default HeadingLevel.tsx case

* Warn on invalid prop, test to cover

* Better dev warning for heading level

---------

Co-authored-by: Thomas Judd-Cooper <[email protected]>

* Add aria-controls

* Fix tests from main merge

* Remove Dev Warnings

* Final test cleanups

* Remove unused import

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Kai Spencer <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Phil Meier <[email protected]>
Co-authored-by: Phil Meier <[email protected]>
* Add deprecation warning to footer columns prop

* Shared warning object for v5

* Dev warning for DoDontList.tsx

* Dev warning for TransactionalServiceName.tsx

* Dev warning for ReviewDate.tsx

* Lint

---------

Co-authored-by: Thomas Judd-Cooper <[email protected]>
* Add dev warnings for v5 breaking changes (#150)

* Add deprecation warning to footer columns prop

* Shared warning object for v5

* Dev warning for DoDontList.tsx

* Dev warning for TransactionalServiceName.tsx

* Dev warning for ReviewDate.tsx

* Lint

---------

Co-authored-by: Thomas Judd-Cooper <[email protected]>

* Fix Readme CI Build status tag (#149)

Co-authored-by: Thomas Judd-Cooper <[email protected]>

* Only run CI on main and PR's (#148)

Currently ci build will run on any push and any pull_request.
Pushing to a feature branch kicks off CI unintentionally.

Co-authored-by: Thomas Judd-Cooper <[email protected]>

* Bump ansi-regex from 4.1.0 to 4.1.1 (#156)

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](chalk/ansi-regex@v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Judd-Cooper <[email protected]>

* Bump minimatch from 3.0.4 to 3.1.2 (#155)

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.0.4...v3.1.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Judd-Cooper <[email protected]>

* Update ErrorSummary component to forward refs (#135)

This allows for things like programmatic keyboard focus in order to
fulfil accessibility requirements.

Co-authored-by: Phil Meier <[email protected]>
Co-authored-by: Thomas Judd-Cooper <[email protected]>

* bug/Checkbox declaration file inconsistency (#133)

* Add "strictNullChecks", fix two cases where typing needs updating in line with checks.

* Revert to .defaultProps

* Throw error on default HeadingLevel.tsx case

* Warn on invalid prop, test to cover

* Better dev warning for heading level

---------

Co-authored-by: Thomas Judd-Cooper <[email protected]>

* Add aria-controls

* Fix tests from main merge

* Remove Dev Warnings

* Final test cleanups

* Remove unused import

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Kai Spencer <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Phil Meier <[email protected]>
Co-authored-by: Phil Meier <[email protected]>
Copy link

sonarcloud bot commented Dec 4, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants