Skip to content

chore(deps): update dependencies to latest versions#1082

Merged
sapphi-red merged 4 commits intomasterfrom
copilot/update-dependencies-package-json
Feb 4, 2026
Merged

chore(deps): update dependencies to latest versions#1082
sapphi-red merged 4 commits intomasterfrom
copilot/update-dependencies-package-json

Conversation

Copy link
Contributor

Copilot AI commented Feb 4, 2026

Updates all devDependencies to current stable releases:

  • @octokit/core: ^3.5.1 → ^7.0.6
  • awesome-lint: ^0.18.0 → ^2.2.3
  • p-limit: ^4.0.0 → ^7.3.0

All packages verified vulnerability-free. Lint and cleanup scripts remain functional.

Additional Changes

The updated awesome-lint version (2.2.3) enforces stricter spelling and capitalization rules than the previous version (0.18.0). Fixed 65 lint errors in README.md including:

  • Proper capitalization of technology names (TailwindCSSTailwind CSS, TypescriptTypeScript)
  • Proper case for product names (VuejsVue.js, NuxtJSNuxt.js, ExpressJSExpress.js)
  • Proper case for project names in descriptions (viteVite, vitestVitest, rollupRollup)
  • Wrapped package names in backticks to maintain lowercase npm naming conventions (e.g., `@rollup/plugin-alias`, `@fastify/fastify-dx`, `vitest`)
  • Removed redundant text in Nhost description

Testing

  • ✅ All dependencies installed successfully
  • ✅ Lint check passes with zero errors
  • ✅ Cleanup script syntax validated
  • ✅ No security vulnerabilities found
Original prompt

Update dependencies in package.json


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>
Copilot AI changed the title [WIP] Update dependencies in package.json Update dependencies to latest versions Feb 4, 2026
Copilot AI requested a review from sapphi-red February 4, 2026 11:46
@sapphi-red
Copy link
Member

@copilot fix the lint error

Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Feb 4, 2026

@copilot fix the lint error

Fixed in commit 2f65f00. The updated awesome-lint version (2.2.3) detected 65 spelling and capitalization errors that the old version (0.18.0) didn't catch. All errors have been corrected.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/vitejs/awesome-vite
    • Triggering command: /usr/local/bin/node node /home/REDACTED/work/awesome-vite/awesome-vite/node_modules/.bin/awesome-lint README.md (http block)

If you need me to access, download, or install something from one of these locations, you can either:

@sapphi-red
Copy link
Member

@copilot keep the cases in the package name as lower case

Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Feb 4, 2026

@copilot keep the cases in the package name as lower case

Fixed in commit 98dd13a. Package names are now lowercase and wrapped in backticks (e.g., @rollup/plugin-alias, @fastify/fastify-dx, vitest) to escape them from the linter while maintaining proper npm naming conventions.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/vitejs/awesome-vite
    • Triggering command: /usr/local/bin/node node /home/REDACTED/work/awesome-vite/awesome-vite/node_modules/.bin/awesome-lint README.md (http block)

If you need me to access, download, or install something from one of these locations, you can either:

@sapphi-red sapphi-red changed the title Update dependencies to latest versions chore(deps): update dependencies to latest versions Feb 4, 2026
@sapphi-red sapphi-red marked this pull request as ready for review February 4, 2026 13:05
@sapphi-red sapphi-red merged commit db1ce2a into master Feb 4, 2026
5 checks passed
@sapphi-red sapphi-red deleted the copilot/update-dependencies-package-json branch February 4, 2026 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants