Skip to content

Commit

Permalink
fix(deps): update dependency @serialport/parser-readline to v13 (#198)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@serialport/parser-readline](https://redirect.github.com/serialport/node-serialport)
| [`12.0.0` ->
`13.0.0`](https://renovatebot.com/diffs/npm/@serialport%2fparser-readline/12.0.0/13.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@serialport%2fparser-readline/13.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@serialport%2fparser-readline/13.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@serialport%2fparser-readline/12.0.0/13.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@serialport%2fparser-readline/12.0.0/13.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>serialport/node-serialport
(@&#8203;serialport/parser-readline)</summary>

###
[`v13.0.0`](https://redirect.github.com/serialport/node-serialport/blob/HEAD/CHANGELOG.md#1300-2024-12-24)

[Compare
Source](https://redirect.github.com/serialport/node-serialport/compare/v12.0.0...v13.0.0)

##### Bug Fixes

- bad node modules?
([1b412d5](https://redirect.github.com/serialport/node-serialport/commit/1b412d5a2de4b8bdf29d83dd657072a64d6337d9))
- cleanup some administrative stuff for parser-start-end
([929ebf8](https://redirect.github.com/serialport/node-serialport/commit/929ebf8a451c95632ab14281072c8d36e6187f9f))
- linting
([#&#8203;2966](https://redirect.github.com/serialport/node-serialport/issues/2966))
([867d8d2](https://redirect.github.com/serialport/node-serialport/commit/867d8d2eeb2ec76573991813d66cc99a0575db1b))
- merge conflicts and package-lock.json
([f07d27d](https://redirect.github.com/serialport/node-serialport/commit/f07d27dd12b924604eef86e76fb13c58e646c6ae))
- old actions
([0521cc7](https://redirect.github.com/serialport/node-serialport/commit/0521cc70035170ac490f299e4720932498c8d26e))

##### chore

- Upgrade to
[@&#8203;serialport/bindings-cpp](https://redirect.github.com/serialport/bindings-cpp)
13
([#&#8203;2963](https://redirect.github.com/serialport/node-serialport/issues/2963))
([a4ea1fe](https://redirect.github.com/serialport/node-serialport/commit/a4ea1fe7ad73d45eae642634aa1e17fc640b1368))

##### Features

- add abilitiy for multiple delimitiers and multibyte delimiters to
packet length parser
([a875f5b](https://redirect.github.com/serialport/node-serialport/commit/a875f5b3ba7e916adba95e007696eb6b01615a11))

##### BREAKING CHANGES

- This upgrade brings node 20 as the lowest supported version - no other
changes

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/serialport/bindings-cpp).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44MC4wIiwidXBkYXRlZEluVmVyIjoiMzkuODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 25, 2024
1 parent 5f5a0fb commit 1bb7c10
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"dependencies": {
"@serialport/bindings-interface": "1.2.2",
"@serialport/parser-readline": "12.0.0",
"@serialport/parser-readline": "13.0.0",
"debug": "4.4.0",
"node-addon-api": "8.3.0",
"node-gyp-build": "4.8.4"
Expand Down

0 comments on commit 1bb7c10

Please sign in to comment.