Skip to content

chore(suggestion-bot): move package into rnx-kit#4064

Merged
tido64 merged 577 commits intomainfrom
tido/suggestion-bot/move-into-repo
Apr 7, 2026
Merged

chore(suggestion-bot): move package into rnx-kit#4064
tido64 merged 577 commits intomainfrom
tido/suggestion-bot/move-into-repo

Conversation

@tido64
Copy link
Copy Markdown
Member

@tido64 tido64 commented Mar 30, 2026

Description

Move https://github.com/tido64/suggestion-bot into repository. This merge maintains all history.

I've been maintaining this on the side but it's a lot of duplicate work keeping dependencies up-to-date and addressing security alerts.

Test plan

Make sure the build output matches https://www.npmjs.com/package/suggestion-bot?activeTab=code:

cd packages/suggestion-bot
yarn build
npm pack --dry-run

renovate bot and others added 30 commits July 17, 2023 09:17
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
BREAKING CHANGE: Dropped support for Node 16

- Bumped `@octokit/core` to 5.0, which requires Node 18
- Bumped `parse-diff` to 0.11
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v6.3.1/CHANGELOG.md)
- [Commits](npm/node-semver@v6.3.0...v6.3.1)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…to v10.0.1 (#390)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot and others added 17 commits February 2, 2026 07:53
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Bumps [underscore](https://github.com/jashkenas/underscore) from 1.13.1 to 1.13.8.
- [Commits](jashkenas/underscore@1.13.1...1.13.8)

---
updated-dependencies:
- dependency-name: underscore
  dependency-version: 1.13.8
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@github-actions github-actions bot added the chore Improvements that don't directly affect features label Mar 30, 2026
@tido64 tido64 force-pushed the tido/suggestion-bot/move-into-repo branch 2 times, most recently from 7f289d5 to a7264e2 Compare March 30, 2026 11:32
@tido64 tido64 force-pushed the tido/suggestion-bot/move-into-repo branch from a7264e2 to 5d2cc90 Compare April 7, 2026 09:05
@tido64 tido64 force-pushed the tido/suggestion-bot/move-into-repo branch from 5d2cc90 to ea7605b Compare April 7, 2026 09:09
@tido64 tido64 marked this pull request as ready for review April 7, 2026 09:11
@tido64 tido64 merged commit 201613e into main Apr 7, 2026
15 checks passed
@tido64 tido64 deleted the tido/suggestion-bot/move-into-repo branch April 7, 2026 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Improvements that don't directly affect features

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants