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

Update dependency @nordicsemiconductor/pc-nrfconnect-shared to v147 - autoclosed #68

Closed

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 9, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v147.0.0

Fixed
  • Error details had a larger font size (16px) than the rest of the body of an
    error dialog (14px).

v146.0.0

Added
  • details prop to ErrorDialog.
  • Make text selectable in dialogs.
Changed
  • Use gray-700 for text colour in dialogs.
Fixed
  • Wrong button variant used when only 1 button visible in redux ErrorDialog.

v145.0.0

Fix
  • Azure insights sends the same event multiple times
  • Shared compatibility with launcher

v143.0.0

Changed
  • Run eslint or prettier on all Markdown (.md) files except the ones in
    doc/docs folder.
Fixed
  • nRF9160 and nRF9161 now show modem trait as true when using external
    jLink

v142.0.0

Fixed
  • UsageData sends common app metadata

v141.0.0

Added
  • isLogVisible state is not persisted per App.
Changed
  • showLogByDefault will not be used if isLogVisible is set.
  • Run eslint or prettier on all Markdown (.md) files except the ones in docs
    folder.

v140.0.0

Changed
  • Do not run eslint or prettier on Markdown (.md) files.

v139.0.0

Added
  • Added command wrappers to interact with the Board Controller using
    nrfutil-device. boardController() to write board controller config to
    the DK. getBoardControllerVersion() to get the version information from
    the Board Controller. (like firmware version and board hardware revision)
Fixed
  • App freezes when telemetry events are not yet sent.

v138.0.0

Fixed
  • nrfutil sandbox execCommand did not escape executable path leading to
    failure when path has whitespace

v137.0.0

Added
  • jprogDeviceSetup take in aan optional boolean to skip the device setup if
    device is protected. Default remain to show dialog. Apps will need to opt-in

v136.0.0

Fixed
  • useStopWatch milliseconds was not correctly calculated
  • External JLink devices would not connect to apps device list properly if
    selected before they are connected to the debug-in heder of the device
Changed
  • useStopWatch reset and start no longer force a rerender if these are a
    dependency of a useEffect
  • useStopWatch start optional time param no longer default to the last time
    when paused but 0.
  • nrfutil device device-info return undefined if reading info throws
Steps to upgrade when using this package
  • useStopWatch If start() was used after a pause() with no call to reset()
    start need to be called with time i.e. start(time)

v135.0.0

Changed
  • Updated nrf-intel-hex to the latest version which slightly changed some
    types (from Buffer to Uint8Array) because this was corrected there.

v134.0.0

Added
  • defaultButtonLabel on Dropdown component, for cases where it is useful
    to have a default item that should not be selected after a different item
    has been selected.
Changed
  • The Dropdown component is now generic, and will infer the DropdownItem
    type, from the its properties. Meaning that if you pass in a list of
    DropdownItem<number> to items, then the onSelect item will be of type
    DropdownItem<number>.
  • Version numbers in this changelog are changed from the shorter variant like
    133 to the complete version number like 133.0.0.
Fixed
  • Telemtry: Metadata was not removed on request, when being in the main
    process. This is not critical because this code isn't yet executed in real
    life.

v133.0.0

Changed
  • Nrfutil sandbox default logging level to 'off' in production and 'error'
    in development environments

v132.0.0

Added
  • Extended waitForDevice to allow apps to opt-out from refetching the device
    info when device a reapers from a reboot
Fixed
  • deviceInfo is update in redux on device select

v131.0.0

Changed
  • Storage key isSendingUsageDataisSendingTelemetry. The consequence of
    this is that telemetry is only sent after users again agree to it, which is
    required because we changed the agreement from Google Analytics to Microsoft
    Azure.
Fixed
  • Removed warning from applicationinsights in the console on start.

v130.0.0

Fixed
  • Ensure that all enumerated devices are always processed in order to avoid:
    • calling nrfutil device-info multiple times for the same device
    • only calling onSuccess once when waiting for device when rebooting
  • nrfutil device now calls device-info before notifying the app with an
    onSelectedDevice. This is to ensure the operations to the device are
    completed before the app possibly does any more action on it

v129.0.0

Added
  • nrfutil sandbox now allows caller to pass optional lambda to manipulate
    the env values
  • nrfutil provides an alternative to spawn and just exec
  • nrfutil device auto logs version information when it is initialed for the
    first time.
Changed
  • ErrorBoundary only collect device lib info if these app adds nrfutil
    device as a dependency in package.json
  • App no longer logs nrfutil device version.

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.

@renovate renovate bot changed the title Update dependency @nordicsemiconductor/pc-nrfconnect-shared to v147 Update dependency @nordicsemiconductor/pc-nrfconnect-shared to v147 - autoclosed Jan 18, 2024
@renovate renovate bot closed this Jan 18, 2024
@renovate renovate bot deleted the renovate/nordicsemiconductor-pc-nrfconnect-shared-147.x branch January 18, 2024 05:29
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