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

chore(deps): update dependency @nordicsemiconductor/pc-nrfconnect-shared to v166 - autoclosed #80

Closed

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 7, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nordicsemiconductor/pc-nrfconnect-shared ^151.0.0 -> ^166.0.0 age adoption passing confidence

Release Notes

NordicSemiconductor/pc-nrfconnect-shared (@​nordicsemiconductor/pc-nrfconnect-shared)

v166.0.0

Added
  • Slider now supports unsorted range values
  • NumberInlineInput now supports unsorted range values
  • InlineInput supports optional minSize property
  • NumberInlineInput supports optional minSize and preAllocateSize
    properties
  • NumberInput supports optional inputMinSize and preAllocateInputSize
    properties
Changed
  • NumberInlineInput will pre-allocate input min width depending on the range
    unless minSize property is provided or preAllocateSize is set to false
  • NumberInput will pre-allocate input min input field width depending on the
    range unless inputMinSize property is provided or preAllocateInputSize
    is set to false
Fixed
  • NumberInput unit is not aligned when label consumes multi line

v165.0.0

Added
  • Auto update nrfutil core for sandboxes

v164.0.0

Fixed
  • Device setup dialog failed to show on JLink device with no FW

v163.0.0

Fixed
  • Fixed issue with Group remaining expanded in some cases

v162.0.0

Changed
  • Device programming dialog changes to programming when programming starts.
  • Group now combines CollapsibleGroup functionality with collapsible
    property. New properties have also been added: gap, headingFullWidth,
Fixed
  • Pass disable prop to Dropdown in NumberInput.
  • Weird visual fragments when hovering over non-active StateSelector part.
  • Dropdown elements font size is 12px everywhere in apps and not just the side panel
Removed
  • CollapsibleGroup. Use Group component as a replacement.
Steps to upgrade
  • Replace all CollapsibleGroup with Group component.

v161.0.0

Fixed
  • ConfirmCloseDialog title now uses app display name

v160.0.0

Added
  • Export isConfirmCloseDialogOpen to tell when confirm close dialog is open

v159.0.0

Added
  • minWidth parameter to Dropdown component.
  • transparentButtonBg parameter to Dropdown component.
  • NumberInput component (provides text, input, optional unit, and slider).
  • Common way to queue ongoing pending tasks. If an app is closed, a dialog is
    prompted to alert users before clo sing app. Redux states for this are:
    • addConfirmBeforeClose
    • clearConfirmBeforeClose
    • preventAppCloseUntilComplete can be used to wrap some promise and
      secure app from closing until promise is resolved
Removed
  • NumberInputWithSlider component.
Changed
  • StateSelector no longer has 16px margin on the bottom. Apps are now
    responsible to add the appropriate gap per container
Steps to upgrade
  • Change all occurrences of NumberInputWithSlider to NumberInput.
  • Check all use cases of StateSelector and that the gap between components
    is correct if not adjust spacing from the app side

v158.0.0

Added
  • NrfutilDeviceLib.deviceInfo now has protectionStatus property.
Removed
  • DeviceSlice no longer has readbackProtection state
  • DeviceSlice no longer has setReadbackProtection has be removed
Changed
  • getReadbackProtection now returns protection type ProtectionStatus from
    nrfutil device common.ts
Steps to upgrade when using this package
  • Minimum support version of nrfutil device is now 2.1.1

v157.0.0

Removed
  • Overflow handling in Dialog.Body since it didn't work with our Dropdown.

v156.0.0

Added
  • Command wrappers to read Board Controller configuration
    (getBoardControllerConfig)

v154.0.0

Changed
  • packageJsonLegacyApp type for supportedDevices is now string[].

v153.0.0

Added
  • Added 9151 DK to known devices.
  • openFileLocation utility function.
  • openLogFileLocation function in logger object.

v152.0.0

Updated

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

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

Copy link

github-actions bot commented Mar 7, 2024

Add labels:

  • 'doc required' or 'doc not required'
  • 'ui required' or 'ui not required'

For UI review:

  • describe the changes
  • add pictures
  • add the relevant UI responsible(s) as a reviewer

@renovate renovate bot changed the title chore(deps): update dependency @nordicsemiconductor/pc-nrfconnect-shared to v166 chore(deps): update dependency @nordicsemiconductor/pc-nrfconnect-shared to v166 - autoclosed Mar 9, 2024
@renovate renovate bot closed this Mar 9, 2024
@renovate renovate bot deleted the renovate/nordicsemiconductor-pc-nrfconnect-shared-166.x branch March 9, 2024 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants