Updating to work with Raspberry Pi OS Trixie and Node.js 22 and later#21
Open
ashenshugarRET wants to merge 25 commits into
Open
Updating to work with Raspberry Pi OS Trixie and Node.js 22 and later#21ashenshugarRET wants to merge 25 commits into
ashenshugarRET wants to merge 25 commits into
Conversation
Updating supported Node.js versions
Updating dependencies to latest versions
Correcting Claude's overly optimistic versions for package.json and package-lock.json
Correcting version supplied by Claude to latest versions in npm
Updating p[ackage lock to match latest version in package.json
Updates to the installation documentation to describe steps required to install for the latest versions of Debian/Raspberry Pi OS (Trixie) and current (v22) Node.js
Updating syntax for blacklist-nfc.conf file
Further improvements for clarity
To ensure subheadings appear
Undoing last commit
Clarifying that this program needs to run as sudo for all readers when using Raspberry Pi OS Trixie
Contributor
Author
|
This pull request is failing the Node tests because it is expecting the presence of usersettings.json, however this was renamed to usersettings.json.example previously resulting in file not found errors. |
Bumps [@babel/plugin-transform-modules-systemjs](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-modules-systemjs) from 7.29.0 to 7.29.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.4/packages/babel-plugin-transform-modules-systemjs) --- updated-dependencies: - dependency-name: "@babel/plugin-transform-modules-systemjs" dependency-version: 7.29.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Minor updates to the Readme
…el/plugin-transform-modules-systemjs-7.29.4 Bump @babel/plugin-transform-modules-systemjs from 7.29.0 to 7.29.4
Updates to README.md to better clarify the need to update both the usersettings.json an dsettings.json files to ensure correct operation. Renaming usersettings.json.example back to usersettings.json to ensure Github tests run correctly for pull requests
Adding file back after being erroneously deleted
Aligning content to previous version
Contributor
Author
|
I've solved the failing tests through re-establishing the naming of the usersettings.json file. I've also amended the README.md to provide further instructions to update this file to ensure the program runs as expected. I've had this running on Raspberry Pi OS Trixie with Node 22 for a couple of weeks, and it's working perfectly. |
Minor update to README.md to align all pm2 commands to consistently name the process "sonos-nfc"
Correcting incorrect syntax in pm2 start commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Various updates and documentation updates to ensure this project works with Raspberry Pi OS Trixie and later versions of Node.js. Fixes #20