Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 7, 2025

This PR contains the following updates:

Package Change Age Confidence
@nordicsemiconductor/pc-nrfconnect-shared ^219.0.0 -> ^236.0.0 age confidence

Release Notes

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

v236.0.0

Compare Source

Changed
  • In a ConfirmationDialog a cancel button is only displayed if onCancel is
    defined (before it was mandatory to define it).

v235.0.0

Compare Source

Fixed
  • A text sizing problem with Dropdown's chevron.

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.

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 Nov 7, 2025
@renovate renovate bot force-pushed the renovate/nordicsemiconductor-pc-nrfconnect-shared-236.x branch from 25277fc to c349b09 Compare November 10, 2025 23:37
@renovate renovate bot changed the title chore(deps): update dependency @nordicsemiconductor/pc-nrfconnect-shared to v236 chore(deps): update dependency @nordicsemiconductor/pc-nrfconnect-shared to v236 - autoclosed Nov 12, 2025
@renovate renovate bot closed this Nov 12, 2025
@renovate renovate bot deleted the renovate/nordicsemiconductor-pc-nrfconnect-shared-236.x branch November 12, 2025 09:49
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