generated from cfpb/open-source-project-template
-
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.
Replace Applicable Zod validations with those from Regtech-Regex (#1096)
Added dependency to regtech-regex and updated the zod stuff to use the regexs held within. ## Changes - Updated dependencies - Added dependency to regtech-regex - Updated zod validations with the regexes from regtech-regex ## How to test this PR 1. Validate that the pipeline is green 2. Pull the branch 3. Run yarn install 4. Launch the app 5. Create a new filing and validate that you are able to reach the submission page
- Loading branch information
1 parent
367f3dd
commit 806d72d
Showing
7 changed files
with
64 additions
and
20 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4653,6 +4653,7 @@ __metadata: | |
react-router-dom: ^6.11.1 | ||
react-scroll: ^1.8.9 | ||
react-select: ^5.7.4 | ||
regtech-regex: "https://github.com/cfpb/regtech-regex" | ||
start-server-and-test: ^2.0.3 | ||
stylelint: 15.6.1 | ||
stylelint-config-prettier: 9.0.5 | ||
|
@@ -10993,6 +10994,16 @@ display-element-css@cfpb/storybook-addon-display-element-css: | |
languageName: node | ||
linkType: hard | ||
|
||
"regtech-regex@https://github.com/cfpb/regtech-regex": | ||
version: 1.1.0 | ||
resolution: "regtech-regex@https://github.com/cfpb/regtech-regex.git#commit=311d50161292d3443a63e25b79c4be2e4a4e77fd" | ||
dependencies: | ||
typescript: ^5.7.2 | ||
yaml: ^2.6.1 | ||
checksum: 3af6fd00288a4392373a0f225df2c9c909401ca221e959970bd5511f0fbdd72665caf4296632f85d1032234366810fda1ef33e4bb57a271792a2bf889c3d5f1c | ||
languageName: node | ||
linkType: hard | ||
|
||
"remark-parse@npm:^11.0.0": | ||
version: 11.0.0 | ||
resolution: "remark-parse@npm:11.0.0" | ||
|
@@ -12614,6 +12625,16 @@ display-element-css@cfpb/storybook-addon-display-element-css: | |
languageName: node | ||
linkType: hard | ||
|
||
"typescript@npm:^5.7.2": | ||
version: 5.7.2 | ||
resolution: "typescript@npm:5.7.2" | ||
bin: | ||
tsc: bin/tsc | ||
tsserver: bin/tsserver | ||
checksum: b55300c4cefee8ee380d14fa9359ccb41ff8b54c719f6bc49b424899d662a5ce62ece390ce769568c7f4d14af844085255e63788740084444eb12ef423b13433 | ||
languageName: node | ||
linkType: hard | ||
|
||
"typescript@patch:[email protected]#~builtin<compat/typescript>": | ||
version: 5.0.4 | ||
resolution: "typescript@patch:typescript@npm%3A5.0.4#~builtin<compat/typescript>::version=5.0.4&hash=b5f058" | ||
|
@@ -12624,6 +12645,16 @@ display-element-css@cfpb/storybook-addon-display-element-css: | |
languageName: node | ||
linkType: hard | ||
|
||
"typescript@patch:typescript@^5.7.2#~builtin<compat/typescript>": | ||
version: 5.7.2 | ||
resolution: "typescript@patch:typescript@npm%3A5.7.2#~builtin<compat/typescript>::version=5.7.2&hash=14eedb" | ||
bin: | ||
tsc: bin/tsc | ||
tsserver: bin/tsserver | ||
checksum: 803430c6da2ba73c25a21880d8d4f08a56d9d2444e6db2ea949ac4abceeece8e4a442b7b9b585db7d8a0b47ebda2060e45fe8ee8b8aca23e27ec1d4844987ee6 | ||
languageName: node | ||
linkType: hard | ||
|
||
"ufo@npm:^1.3.0": | ||
version: 1.3.2 | ||
resolution: "ufo@npm:1.3.2" | ||
|
@@ -13890,6 +13921,15 @@ display-element-css@cfpb/storybook-addon-display-element-css: | |
languageName: node | ||
linkType: hard | ||
|
||
"yaml@npm:^2.6.1": | ||
version: 2.6.1 | ||
resolution: "yaml@npm:2.6.1" | ||
bin: | ||
yaml: bin.mjs | ||
checksum: 5cf2627f121dcf04ccdebce8e6cbac7c9983d465c4eab314f6fbdc13cda8a07f4e8f9c2252a382b30bcabe05ee3c683647293afd52eb37cbcefbdc7b6ebde9ee | ||
languageName: node | ||
linkType: hard | ||
|
||
"yargs-parser@npm:^20.2.3": | ||
version: 20.2.9 | ||
resolution: "yargs-parser@npm:20.2.9" | ||
|