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 v151 #201

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 23, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v151.0.0

Changed
  • Renamed exported object usageData to telemetry and type
    UsageDataMetadata to TelemetryMetadata.
  • Renamed several function in the telemetry object:
    • enable()setUsersAgreedToTelemetry(true)
    • disable()setUsersAgreedToTelemetry(false)
    • reset()setUsersWithdrewTelemetryAgreement()
    • isEnabled()getIsSendingTelemetry() (which now does not log
      anymore)
    • sendUsageData()sendEvent()
  • In the component ErrorBoundary the property sendUsageData is renamed to
    sendTelemetryEvent.
Steps to upgrade when using this package
  • If they are imported from shared, rename usageData and UsageDataMetadata
    as well as the renamed functions mentioned above.
  • In usages of the component ErrorBoundary, rename the property
    sendUsageData to sendTelemetryEvent.

v150.0.0

Removed
  • Overlay tooltip inner padding should be set by the content within it.
Added
  • Ability to remove the launcher window again. This is especially needed on
    shutdown. Otherwise when at that time someone still tries to send IPC
    messages to the launcher window, an exception is thrown.
Fixed
  • Overlay tooltips weren't centered due to incorrect sizing styles.
  • When spawning the nrfutil process fails in certain ways, an uncaught
    exception in the main process got thrown. The “certain ways” make this a bit
    hard to reproduce: On macOS this happened, when the nrfutil executable did
    not have the executable file mode. Usually this should not happen, because
    we set that mode ourselves correctly.

v149.0.0

Added
  • openFile export.
Changed
  • Updated es6 -> es2021 in eslint config env.
Fixed
  • Make new isVerboseLogging persistent setting get/set compatible with Main
    thread code (by using globalThis instead of window).

v148.0.0

Added
  • getModule export from @nordicsemiconductor/pc-nrfconnect-shared/nrfutil
    to retrieve/initialise specific nrfutil module sandbox.
  • setVerboseLogging, setLogLevel and getAllModuleVersions exports from
    @nordicsemiconductor/pc-nrfconnect-shared/nrfutil to target all
    initialised nrfutil modules.
Changed
  • isLoggingVerbose persisted state is now saved in the app specific store.
  • isLoggingVerbose now reflects the current verbose logging state
    (previously this was only used to determine whether an app should have
    verbose logging enabled on startup). This allows code which does/should not
    have access to the redux store to still retrieve the verbose logging state.
  • Create system report now logs the version of all initialised nrfutil
    modules.
  • nrfutil device exports have now been moved to
    @nordicsemiconductor/pc-nrfconnect-shared/nrfutil/device.
Steps to upgrade
  • Replace all calls of nrfutil device imported from
    @nordicsemiconductor/pc-nrfconnect-shared/nrfutil to
    @nordicsemiconductor/pc-nrfconnect-shared/nrfutil/device.

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.

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

Make sure to add the "doc required" or "doc not required" label.

@datenreisender datenreisender force-pushed the renovate/nordicsemiconductor-pc-nrfconnect-shared-151.x branch from 2fbd23e to c63c966 Compare January 23, 2024 16:21
@datenreisender datenreisender added the doc not required All PRs either need "doc required" or "doc not required". label Jan 23, 2024
@datenreisender datenreisender merged commit 3514ff7 into main Jan 23, 2024
3 checks passed
@datenreisender datenreisender deleted the renovate/nordicsemiconductor-pc-nrfconnect-shared-151.x branch January 23, 2024 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc not required All PRs either need "doc required" or "doc not required".
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant