lime-elements
lime-elements copied to clipboard
chore(deps): bump jsonpointer and @rjsf/core
Bumps jsonpointer to 5.0.1 and updates ancestor dependency @rjsf/core. These dependencies need to be updated together.
Updates jsonpointer from 4.1.0 to 5.0.1
Release notes
Sourced from jsonpointer's releases.
Version 5.0.1
Changelog
- Fix incorrect typings for compile get/set methods (#58, thanks to
@haakemon)- Fix null values throwing exception when traversing over while getting (#50, thanks to
@reckter)- Fix tests for
nullandundefinedassertions (https://github.com/janl/node-jsonpointer/commit/a5706e821c9b1d9d821c79ab00140c25c7cafe08)v5.0.0
5.0.0 (2021-10-31)
Bug Fixes
Fix prototype pollution (#51)
- The original, non-mutated objects are now returned if any of the keys
__proto__,constructororprototypeare used in a json pointer.// returns the unmodified input {} jsonpointer.set({}, '/foo/__proto__/boo', 'polluted')
- When passing non-string arrays to a
.setoperation, an error is thrown:// throws `new Error('Invalid JSON pointer. Must be of type string or number.')` jsonpointer.set({}, [['__proto__'], ['__proto__'], 'boo'], 'polluted')
Commits
4a253c0Adopt strictEqual changes and only return null when the get succeededbad4983Fix null values throwing exception when traversing over while gettinga5706e8test: Always use strictEqual to ensure null and undefined values are asserted...b8e1e6afix incorrect typings for compile get/set methodsc4de620Merge pull request #53 from janl/release/5.0.08dbf304feat: v584cf173Merge pull request #52 from janl/fix/testf716e5cchore: more rip travise2ae355chore: remove commentd23693bchore: update primary branch- Additional commits viewable in compare view
Updates @rjsf/core from 2.5.1 to 5.18.4
Release notes
Sourced from @rjsf/core's releases.
5.18.4
Dev / docs / playground
- Fixed typo in
constants.ts,Form.tsx5.18.3
@rjsf/semantic-ui
- Added support for version 2 in the
peerDependenciesDev / docs / playground
- Bumped devDependencies on
reactto18.x- Fixed typo in
custom-widgets-fields.mdin the documentation- Updated the
LICENSE.mdto include the proper copyright dates and owner5.18.2
@rjsf/core
- Fixed Programmatic submit not working properly in Firefox #3121
@rjsf/utils
- #4116 Fix Maximum call stack size exceeded when encountering circular definitions (Link to PR)
5.18.1
- Bumped peer dependencies since
5.18.0introduced new features in@rjsf/utilsthat affect@rjsf/core5.18.0
New features
- Two new features added to
experimental_defaultFormStateBehavior
- emptyObjectFields skipEmptyDefault option
- arrayMinItems.computeSkipPopulate
@rjsf/antd
- Fix issue where the theme provided by the ConfigProvider under antd v5 wasn't respected thereby rendering the form items unusable under dark themes #4129
@rjsf/core
- Fix Error state not resetting when schema changes #4079
@rjsf/mui
- Fixed the
SelectWidgetandBaseInputTemplateto filter outerrorSchemaandautocompletefrom thetextFieldPropsbeing spread onto theTextField, fixing #4134
@rjsf/utils
... (truncated)
Changelog
Sourced from @rjsf/core's changelog.
5.18.4
Dev / docs / playground
- Fixed typo in
constants.ts,Form.tsx5.18.3
@rjsf/semantic-ui
- Added support for version 2 in the
peerDependenciesDev / docs / playground
- Bumped devDependencies on
reactto18.x- Fixed typo in
custom-widgets-fields.mdin the documentation- Updated the
LICENSE.mdto include the proper copyright dates and owner5.18.2
@rjsf/core
- Fixed Programmatic submit not working properly in Firefox #3121
@rjsf/utils
- #4116 Fix Maximum call stack size exceeded when encountering circular definitions (Link to PR)
5.18.0
@rjsf/antd
- Fix issue where the theme provided by the ConfigProvider under antd v5 wasn't respected thereby rendering the form items unusable under dark themes #4129
@rjsf/core
- Fix Error state not resetting when schema changes #4079
@rjsf/mui
- Fixed the
SelectWidgetandBaseInputTemplateto filter outerrorSchemaandautocompletefrom thetextFieldPropsbeing spread onto theTextField, fixing #4134
@rjsf/utils
- Added a new
skipEmptyDefaultoption inemptyObjectFields, fixing #3880- Added a new
computeSkipPopulateoption inarrayMinItems, allowing custom logic to skip populating arrays with default values, implementing #4121.- Fixed bug where the string
"\</strong>"would get printed next to filenames when uploading files, and restored intended bolding of filenames fixing #4120.Dev / docs / playground
- Updated the documentation to describe how to use the
skipEmptyDefaultoption.
... (truncated)
Commits
63dbb6bv5.18.4e0f70a0chore(deps-dev): bump ejs from 3.1.9 to 3.1.10f0d03e0chore(deps): bump mkdocs from 1.5.3 to 1.6.038f7d32fix typos in constants.ts, Form.tsx (#4185)6f3a837Add missing angle bracket (#4178)e7b8277Release 5.18.3 (#4175)ef5afedchore(deps-dev): bump gh-pages from 3.2.3 to 5.0.01e3acd9Update custom-widgets-fields.md (#4171)a8b0f56Update LICENSE.md (#4174)b8f700aCreate codeql.yml (#4170)- Additional commits viewable in compare view
Most Recent Ignore Conditions Applied to This Pull Request
| Dependency Name | Ignore Conditions |
|---|---|
| @rjsf/core | [> 4.0.0] |
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.