chore(deps): update dependency @nordicsemiconductor/pc-nrfconnect-shared to v234 #308
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^210.0.0->^234.0.0Release Notes
NordicSemiconductor/pc-nrfconnect-shared (@nordicsemiconductor/pc-nrfconnect-shared)
v234.0.0Compare Source
Changed
v233.0.0Compare Source
Changed
v232.0.0Compare Source
Changed
no-return-awaitESLint rule.no-unused-varsESLint rule config so that only unused args and varsbeginning with an underscore are allowed.
Added
createDisposableTempDirandcreateDisposableTempFilefor use inthe main process.
Fixed
nrfutil-coreis now directly installed with the requested version. Beforethe bootstrap-version was first installed, which can lead to problems, if the
bootstrap-version does not run correctly.
v231.0.0Compare Source
Changed
Steps to upgrade when using this package
added commas and changed whitespaces, but most of those should be
automatically solvable by running
npm run check:lint -- --fix.constructs. E.g. if in a
catchblock the exception is intentionally notused, then you must now remove it:
try {…} catch (e) {/* Ignore */}→try {…} catch {/* Ignore */}.npm run check:typesto check if the new TypeScript version breaks thetype 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 runnpm update @​types/node --save-dev, because that might already fix mostproblems. For the rest, also first check what is written in the above linked
section of the release notes of TypeScript 5.9.
v230.0.0Compare Source
Added
nrfConnectForDesktop.fixedSizean app can specify, to have a windowwith a fixed size, like the Quick Start app.
v229.0.0Compare Source
Fixed
unregister.v228.0.0Compare Source
Changed
nrfutil-corefor apps who do not declare it themselvesto 8.1.1
Steps to upgrade when using this package
package.jsonbumpnrfConnectForDesktop.nrfutilCoreto8.1.1.v227.0.0Compare Source
Added
Fixed
v226.0.0Compare Source
Changed
Steps to upgrade when using this package
https://nordicsemi.atlassian.net/wiki/spaces/QPDA/pages/145020731/4-Clause+Nordic+License+text.
Mostly the heading and the final
</text>changed, so you can either do thesechanges manually or copy the LICENSE from pc-nrfconnect-shared, just correct
the year.
v225.0.0Compare Source
Added
nRF9151 SMA DKto known devices.v224.0.0Compare Source
Fixed
Removed
isSkipUpdate*properties from the launcher config.v223.0.0Compare Source
Changed
getDownloadableAppshas less fields now and some moreexports were removed, because they were only needed in the launcher and having
them in shared made changes harder in the launcher.
v221.0.0Compare Source
Added
text-2xs(0.625rem/10px).their range constraints.
Fixed
v220.0.0Added
Changed
tsxinstead ofts-node.v219.0.0Fixed
v218.0.0Fixed
v217.0.0Changed
v216.0.0Added
Changed
Fixed
mdi-infotomdi-information.v215.0.0Added
generateSystemReportnow includes relevant app information.Changed
sizeprop to control theheight of the selector.
v214.0.0Changed
Fixed
stale on files.nordicsemi.cn.
v213.0.0Fixed
v212.0.0Added
Removed
prepareSandbox.Changed
xRead.Steps to upgrade when using this package
package.jsonset the fieldnrfConnectForDesktop.nrfutilCoretothe core version of nRF Util that the nRF Util commands will use.
prepareSandboxwithNrfutilSandbox.createxRead.v211.0.0Fixed
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.
This PR was generated by Mend Renovate. View the repository job log.