Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 21, 2025

This PR contains the following updates:

Package Change Age Confidence
@nordicsemiconductor/pc-nrfconnect-shared ^210.0.0 -> ^234.0.0 age confidence

Release Notes

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

v234.0.0

Compare Source

Changed
  • In Telemetry disabled sending dependency events.

v233.0.0

Compare Source

Changed
  • Use correct Chrome version when building for the renderer process.

v232.0.0

Compare Source

Changed
  • Disabled deprecated no-return-await ESLint rule.
  • Changed no-unused-vars ESLint rule config so that only unused args and vars
    beginning with an underscore are allowed.
Added
  • Functions createDisposableTempDir and createDisposableTempFile for use in
    the main process.
Fixed
  • nrfutil-core is now directly installed with the requested version. Before
    the bootstrap-version was first installed, which can lead to problems, if the
    bootstrap-version does not run correctly.

v231.0.0

Compare Source

Changed
  • Updated Prettier 2.8.8 → 3.6.2
  • Updated typescript-eslint 5.57.1 → 8.45.0
  • Updated TypeScript 4.9.5 → 5.9.2
Steps to upgrade when using this package
  • The new version of prettier will lead to some formatting changes, especially
    added commas and changed whitespaces, but most of those should be
    automatically solvable by running npm run check:lint -- --fix.
  • Some linting rules slightly changed and you may need to update some
    constructs. E.g. if in a catch block the exception is intentionally not
    used, then you must now remove it: try {…} catch (e) {/* Ignore */}
    try {…} catch {/* Ignore */}.
  • Run npm run check:types to check if the new TypeScript version breaks the
    type checks. As described at
    https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-9.html#libdts-changes,
    a typical problem occurs when you use Buffer. First run
    npm update @​types/node --save-dev, because that might already fix most
    problems. For the rest, also first check what is written in the above linked
    section of the release notes of TypeScript 5.9.

v230.0.0

Compare Source

Added
  • Property nrfConnectForDesktop.fixedSize an app can specify, to have a window
    with a fixed size, like the Quick Start app.

v229.0.0

Compare Source

Fixed
  • Remove all event emitter listeners on shellParser unregister.

v228.0.0

Compare Source

Changed
  • Bump the version of nrfutil-core for apps who do not declare it themselves
    to 8.1.1
Steps to upgrade when using this package
  • In apps in package.json bump nrfConnectForDesktop.nrfutilCore to 8.1.1.

v227.0.0

Compare Source

Added
  • Added Nordic Thingy:53 to known devices.
Fixed
  • No problematic check for the nRF Util core version.

v226.0.0

Compare Source

Changed
  • The required lincense file was slightly changed.
Steps to upgrade when using this package

v225.0.0

Compare Source

Added
  • Added nRF9151 SMA DK to known devices.

v224.0.0

Compare Source

Fixed
  • Apps did not reload after restoring the default settings.
Removed
  • Removed the isSkipUpdate* properties from the launcher config.

v223.0.0

Compare Source

Changed
  • Return value of getDownloadableApps has less fields now and some more
    exports were removed, because they were only needed in the launcher and having
    them in shared made changes harder in the launcher.

v221.0.0

Compare Source

Added
  • Custom tailwind font-size text-2xs (0.625rem/10px).
  • Narrower Dropdown variant.
  • Automatic character limit derivation for number input components based on
    their range constraints.
Fixed
  • Running build scripts failed on Windows.

v220.0.0

Added
  • Option to persist the Group collapse state.
Changed
  • Use tsx instead of ts-node.
  • Switched releasing shared from Azure to GitHub Actions.

v219.0.0

Fixed
  • Error when verbose logging was turned on.

v218.0.0

Fixed
  • Add missing active class for the selected option in StateSelector.

v217.0.0

Changed
  • Update PCA number of the supported device.

v216.0.0

Added
  • Extended the supported devices.
Changed
  • The state selector options are now with equally divided widths.
Fixed
  • InfoDialog: corrected default icon from mdi-info to mdi-information.

v215.0.0

Added
  • generateSystemReport now includes relevant app information.
Changed
  • StateSelector:Refactored with tailwind. Added size prop to control the
    height of the selector.

v214.0.0

Changed
  • macOS: Removed check if the universal variant of J-Link is used.
Fixed
  • While publishing apps, updated files on files.nordicsemi.com might become
    stale on files.nordicsemi.cn.

v213.0.0

Fixed
  • Typecheck error when using a recent version of the dependency logform.

v212.0.0

Added
  • Specify what core version of nRF Util an app depends on.
Removed
  • Function prepareSandbox.
Changed
  • Signature of xRead.
Steps to upgrade when using this package
  • In apps in package.json set the field nrfConnectForDesktop.nrfutilCore to
    the core version of nRF Util that the nRF Util commands will use.
  • Replace usage of prepareSandbox with NrfutilSandbox.create
  • Update calls of xRead.

v211.0.0

Fixed
  • It was observed on macOS that we get multiple arrive events and the only
    change is the number of serial ports. Now the selected device in redux is also
    updated to reflect these changes.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added doc not required All PRs either need "doc required" or "doc not required". ui not required All PRs either need "ui required" or "ui not required". labels Oct 21, 2025
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". ui not required All PRs either need "ui required" or "ui not required".

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant