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

#3059: Upgrade to RJSF5 #4913

Merged
merged 31 commits into from
Dec 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
cc7f6d1
Upgrade to RJSF5
fregante Dec 30, 2022
239eae8
Fix tests
fregante Dec 30, 2022
4d98fde
Merge branch 'main' into F/deps/upgrade-to-rjsf-5
fregante Jan 4, 2023
890914f
Merge with origin/main; bump to beta 17
twschiller Jan 23, 2023
f7de299
Merge with main
twschiller Feb 11, 2023
321a838
Bump to 5.1.0 and merge in main
twschiller Feb 11, 2023
fd471d9
Add test cases
twschiller Feb 11, 2023
819288f
Fix title; add some tests
twschiller Feb 11, 2023
de823bb
Merge remote-tracking branch 'origin/main' into F/deps/upgrade-to-rjsf-5
fregante Nov 14, 2023
92351b8
New type imports
fregante Nov 14, 2023
bd52dc7
Bump rjsf
fregante Nov 14, 2023
545c1b6
Type assertions because I've been backed into a corner
fregante Nov 14, 2023
8bb6949
Lint
fregante Nov 14, 2023
0c1b8a1
Update tests
fregante Nov 17, 2023
776d598
Merge remote-tracking branch 'origin/main' into F/deps/upgrade-to-rjsf-5
fregante Nov 18, 2023
960125a
Last few fixes
fregante Nov 18, 2023
c599ffb
Restore comment
fregante Nov 18, 2023
c979423
Regenerate lockfile 🤷‍♂️
fregante Nov 19, 2023
ce0236d
Add RJSF to dependabot groups
fregante Nov 19, 2023
20c772c
Merge remote-tracking branch 'origin/main' into F/deps/upgrade-to-rjsf-5
fregante Nov 24, 2023
f320f7d
Fix null issue
fregante Nov 24, 2023
b372744
Merge remote-tracking branch 'origin/main' into F/deps/upgrade-to-rjsf-5
fregante Nov 29, 2023
f773b10
Merge branch 'main' of https://github.com/pixiebrix/pixiebrix-extensi…
fregante Nov 29, 2023
ac5abe0
Run prettier
fregante Nov 29, 2023
622dbba
Discard changes to src/components/formBuilder/preview/SelectWidgetPre…
fregante Nov 29, 2023
8e42e56
merge main and fix type issues
grahamlangford Dec 4, 2023
cc553b0
fixes issue with rendering markdown in rjsf
grahamlangford Dec 4, 2023
022be5c
removes console log
grahamlangford Dec 4, 2023
1b9bb64
comment out react dev tools code
grahamlangford Dec 4, 2023
b8f8a9b
fix snapshot
grahamlangford Dec 4, 2023
23f398a
resolves strictNullChecks error
grahamlangford Dec 4, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ updates:
assignees:
- grahamlangford
groups:
rjsf:
patterns:
- "@rjsf/*"
storybook:
patterns:
- "*storybook*"
Expand Down
134 changes: 91 additions & 43 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@
"@mozilla/readability": "^0.4.4",
"@pixiebrix/jq-web": "^0.5.1",
"@reduxjs/toolkit": "^1.9.7",
"@rjsf/bootstrap-4": "^4.2.3",
"@rjsf/core": "^4.2.3",
"@rjsf/bootstrap-4": "^5.14.1",
"@rjsf/core": "^5.14.1",
"@rjsf/utils": "^5.14.1",
"@rjsf/validator-ajv6": "^5.14.1",
"@types/use-sync-external-store": "^0.0.6",
"@uipath/robot": "1.3.1",
"@vespaiach/axios-fetch-adapter": "^0.3.1",
Expand Down