-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: upgrade to HDS v3.1.0 and HCRC that uses HDS v3.1.0 & update tests
- upgrade to hds-react 3.1.0 - upgrade to react-helsinki-headless-cms 1.0.0-alpha229 - UI components: - <Footer> was rebuilt in HDS v3 so needed to make changes to it - rename flipHorizontal to flipVertical per HDS v3 release notes - tests: - update snapshots - NOTE: **snapshot updating** updated **suspiciously** e.g. "tag_hds-tag__label__I6mc8" to **"undefined"**, maybe there's something broken? - fix browser tests because language selector changed in HCRC's Navigation component which is now actually using HDS v3's Header component underneath - storybook: - fix "yarn build-storybook" and "yarn storybook" failing under packages/components - NOTE: the storybook looks broken but at least it builds and runs - add "crypto-browserify" because it was needed by HDS v3 - fix graphql code generation creating unusable enumeration values by making sure the enum keys don't start with a digit - miscellaneous fixes - fix use(Events|Hobbies|Sports)RHHCConfig.tsx by adding missing second argument organisationPrefixes with value CITY_OF_HELSINKI_LINKED_EVENTS_ORGANIZATION_PREFIXES to getEventCardProps See react-helsinki-headless-cms 1.0.0-alpha229 PR: City-of-Helsinki/react-helsinki-headless-cms#131 refs LIIKUNTA-584
- Loading branch information
1 parent
5c56baa
commit 390d8b7
Showing
43 changed files
with
828 additions
and
440 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
apps/events-helsinki/pascalCaseWithUnderscoreBeforeLeadingDigit.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../packages/components/src/codegen/pascalCaseWithUnderscoreBeforeLeadingDigit.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
apps/hobbies-helsinki/pascalCaseWithUnderscoreBeforeLeadingDigit.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../packages/components/src/codegen/pascalCaseWithUnderscoreBeforeLeadingDigit.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
apps/sports-helsinki/pascalCaseWithUnderscoreBeforeLeadingDigit.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../packages/components/src/codegen/pascalCaseWithUnderscoreBeforeLeadingDigit.js |
Oops, something went wrong.