camunda / camunda-dmn-js

Embeddable Camunda modeling distributions based on dmn-js
MIT License
6 stars 2 forks source link

chore: update dependency @bpmn-io/properties-panel to v2 #71

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@bpmn-io/properties-panel ^1.7.0 -> ^2.0.0 age adoption passing confidence

Release Notes

bpmn-io/properties-panel ### [`v2.0.0`](https://togithub.com/bpmn-io/properties-panel/blob/HEAD/CHANGELOG.md#​200) [Compare Source](https://togithub.com/bpmn-io/properties-panel/compare/v1.8.2...v2.0.0) - `CHORE`: remove `open` layout option ([#​244](https://togithub.com/bpmn-io/properties-panel/pull/244)) - `FIX`: set sticky class when property panel was created detached ([#​243](https://togithub.com/bpmn-io/properties-panel/pull/243)) **Breaking Changes** - Open state is no longer handled by the library, the properties panel is now considered to be always open. Hiding the properties panel must be handled by the integrating application. ### [`v1.8.2`](https://togithub.com/bpmn-io/properties-panel/blob/HEAD/CHANGELOG.md#​182) [Compare Source](https://togithub.com/bpmn-io/properties-panel/compare/v1.8.1...v1.8.2) - `FIX`: do not break when propertiesPanel is initialized unmounted - `DEPS`: update to `@bpmn-io/feel-editor@0.7.1` ### [`v1.8.1`](https://togithub.com/bpmn-io/properties-panel/blob/HEAD/CHANGELOG.md#​181) [Compare Source](https://togithub.com/bpmn-io/properties-panel/compare/v1.8.0...v1.8.1) - `FIX`: do not update sticky state when unmounted ([#​238](https://togithub.com/bpmn-io/properties-panel/pull/238)) - `FIX`: perform layout updates in `useLayoutEffect` ([#​238](https://togithub.com/bpmn-io/properties-panel/pull/238)) ### [`v1.8.0`](https://togithub.com/bpmn-io/properties-panel/blob/HEAD/CHANGELOG.md#​180) [Compare Source](https://togithub.com/bpmn-io/properties-panel/compare/v1.7.0...v1.8.0) - `FEAT`: support local `TextArea#validate` hook ([#​233](https://togithub.com/bpmn-io/properties-panel/issues/233))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: package-lock.json
npm notice 
npm notice New major version of npm available! 8.19.4 -> 9.6.6
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v9.6.6>
npm notice Run `npm install -g npm@9.6.6` to update!
npm notice 
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: dmn-js-properties-panel@1.3.2
npm ERR! Found: @bpmn-io/properties-panel@2.0.0
npm ERR! node_modules/@bpmn-io/properties-panel
npm ERR!   dev @bpmn-io/properties-panel@"^2.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @bpmn-io/properties-panel@"^1" from dmn-js-properties-panel@1.3.2
npm ERR! node_modules/dmn-js-properties-panel
npm ERR!   dev dmn-js-properties-panel@"^1.3.2" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: @bpmn-io/properties-panel@1.8.2
npm ERR! node_modules/@bpmn-io/properties-panel
npm ERR!   peer @bpmn-io/properties-panel@"^1" from dmn-js-properties-panel@1.3.2
npm ERR!   node_modules/dmn-js-properties-panel
npm ERR!     dev dmn-js-properties-panel@"^1.3.2" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2023-05-16T14_40_14_107Z-debug-0.log
nikku commented 1 year ago

Requires https://github.com/bpmn-io/dmn-js-properties-panel/pull/56.

renovate[bot] commented 1 year ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 2.x releases. But if you manually upgrade to 2.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.