Skip to content

⬆️ Upgrade dependencies#150

Merged
stoe merged 1 commit into
mainfrom
stoe/dependencies
Apr 17, 2026
Merged

⬆️ Upgrade dependencies#150
stoe merged 1 commit into
mainfrom
stoe/dependencies

Conversation

@stoe
Copy link
Copy Markdown
Owner

@stoe stoe commented Apr 17, 2026

No description provided.

Copilot AI review requested due to automatic review settings April 17, 2026 05:56
@stoe stoe added the dependency 🤖 Dependency update (dependabot) label Apr 17, 2026
@stoe stoe merged commit acac56f into main Apr 17, 2026
10 checks passed
@stoe stoe deleted the stoe/dependencies branch April 17, 2026 05:57
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Upgrades JavaScript runtime and dev dependencies to newer patch/minor versions (including a major bump of got) and refreshes the lockfile accordingly.

Changes:

  • Bump runtime dependencies: Octokit core/throttling, csv, got, js-yaml, meow, ora, winston
  • Bump dev tooling: eslint, eslint-plugin-prettier, globals, jest, lint-staged, prettier, sinon
  • Regenerate package-lock.json to reflect updated dependency graph
Show a summary per file
File Description
package.json Updates declared dependency versions for runtime and development tooling.
package-lock.json Updates resolved versions, metadata, and transitive dependency tree to match package.json bumps.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/2 changed files
  • Comments generated: 1

Comment thread package.json
"js-yaml": "^4.1.0",
"meow": "^14.0.0",
"csv": "^6.5.1",
"got": "^15.0.2",
Copy link

Copilot AI Apr 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

got is listed as a runtime dependency and is being bumped to v15, but there are no references to it in the repo’s JS/TS sources. If it’s no longer needed, consider removing it from dependencies to reduce install size and supply-chain surface area (and avoid unnecessary major-version churn).

Suggested change
"got": "^15.0.2",

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency 🤖 Dependency update (dependabot)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants