Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Oct 23, 2025

This PR contains the following updates:

Package Change Age Confidence
@nordicsemiconductor/pc-nrfconnect-shared ^227.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.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants