Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added dependabot.yml #74909

Open
wants to merge 16 commits into
base: canary
Choose a base branch
from
Open

Conversation

syedalinaqihasni
Copy link

@syedalinaqihasni syedalinaqihasni commented Jan 15, 2025

Add Dependabot Integration to Next.js Project

What?

This PR introduces Dependabot to the Next.js repository for automated dependency management. Dependabot will create pull requests to update dependencies whenever new versions are available, ensuring the project stays up-to-date with the latest and most secure versions of its dependencies.

Why?

Keeping dependencies updated is critical for:

  • Enhancing security by addressing known vulnerabilities in outdated packages.
  • Improving performance and compatibility with the latest features and fixes.
  • Reducing technical debt by regularly updating rather than allowing dependencies to stagnate.

Dependabot automates this process, saving developer time and effort while maintaining reliability and security.

How?

  1. Added a configuration file for Dependabot:
    • Specified the update frequency (e.g., weekly or daily).
    • Included target package managers (e.g., npm or yarn) for monitoring.
    • Defined the branch and directory settings relevant to the Next.js project structure.
  2. Validated the configuration to ensure compatibility with the repository setup.

syedalinaqihasni and others added 9 commits January 14, 2025 13:16
Bumps [cheerio](https://github.com/cheeriojs/cheerio) from 0.22.0 to 1.0.0.
- [Release notes](https://github.com/cheeriojs/cheerio/releases)
- [Commits](cheeriojs/cheerio@0.22.0...v1.0.0)

---
updated-dependencies:
- dependency-name: cheerio
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [data-uri-to-buffer](https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/data-uri-to-buffer) from 3.0.1 to 6.0.2.
- [Release notes](https://github.com/TooTallNate/proxy-agents/releases)
- [Changelog](https://github.com/TooTallNate/proxy-agents/blob/main/packages/data-uri-to-buffer/CHANGELOG.md)
- [Commits](https://github.com/TooTallNate/proxy-agents/commits/[email protected]/packages/data-uri-to-buffer)

---
updated-dependencies:
- dependency-name: data-uri-to-buffer
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [async-retry](https://github.com/vercel/async-retry) from 1.2.3 to 1.3.3.
- [Release notes](https://github.com/vercel/async-retry/releases)
- [Commits](vercel/async-retry@1.2.3...1.3.3)

---
updated-dependencies:
- dependency-name: async-retry
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [jscodeshift](https://github.com/facebook/jscodeshift) from 17.0.0 to 17.1.2.
- [Release notes](https://github.com/facebook/jscodeshift/releases)
- [Changelog](https://github.com/facebook/jscodeshift/blob/main/CHANGELOG.md)
- [Commits](facebook/jscodeshift@v17.0.0...v17.1.2)

---
updated-dependencies:
- dependency-name: jscodeshift
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…heerio-1.0.0

build(deps): bump cheerio from 0.22.0 to 1.0.0
…scodeshift-17.1.2

build(deps): bump jscodeshift from 17.0.0 to 17.1.2
…sync-retry-1.3.3

build(deps-dev): bump async-retry from 1.2.3 to 1.3.3
@ijjk ijjk added the create-next-app Related to our CLI tool for quickly starting a new Next.js application. label Jan 15, 2025
syedalinaqihasni and others added 5 commits January 15, 2025 11:25
…ata-uri-to-buffer-6.0.2

build(deps-dev): bump data-uri-to-buffer from 3.0.1 to 6.0.2
Bumps [ws](https://github.com/websockets/ws) and [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws). These dependencies needed to be updated together.

Updates `ws` from 8.2.3 to 8.18.0
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.2.3...8.18.0)

Updates `@types/ws` from 8.2.0 to 8.5.13
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ws)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: "@types/ws"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…ulti-dab4f94b1c

build(deps-dev): bump ws and @types/ws
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
create-next-app Related to our CLI tool for quickly starting a new Next.js application. type: next
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants