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

Fix issues in package.json #89

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

sweep-ai[bot]
Copy link

@sweep-ai sweep-ai bot commented Sep 26, 2023

PR Feedback (click)

  • 👍 Sweep Did Well
  • 👎 Sweep Needs Improvement

Description

This PR addresses the issues in the package.json file of the repository. The package.json file is updated to fix any outdated dependencies, ensure all scripts are working correctly, and add any missing or incorrect fields.

Summary of Changes

  • Updated dependencies and devDependencies to their latest stable versions.
  • Fixed scripts that were failing or not working as expected.
  • Added missing or corrected incorrect fields in the package.json file.

Please review and merge this PR to resolve the issues in the package.json file.

Fixes #88.


🎉 Latest improvements to Sweep:


💡 To get Sweep to edit this pull request, you can:

  • Leave a comment below to get Sweep to edit the entire PR
  • Leave a comment in the code will only modify the file
  • Edit the original issue to get Sweep to recreate the PR from scratch

@sweep-ai sweep-ai bot added the sweep Sweep your software chores label Sep 26, 2023
@netlify
Copy link

netlify bot commented Sep 26, 2023

Deploy Preview for frosty-perlman-9da1cb failed.

Name Link
🔨 Latest commit da19889
🔍 Latest deploy log https://app.netlify.com/sites/frosty-perlman-9da1cb/deploys/6512e0a1615c5e0008cde3ea

@sweep-ai sweep-ai bot mentioned this pull request Sep 26, 2023
1 task
@sweep-ai
Copy link
Author

sweep-ai bot commented Sep 26, 2023

GitHub actions yielded the following error.

The command that failed is github/codeql-action/autobuild@v1. Here are the relevant lines from the logs:

##[error]This version of the CodeQL Action was deprecated on January 18th, 2023, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/

This is likely a linting or type-checking issue with the source code. Update the code changed by the PR. Don't modify the existing tests.

@sweep-ai
Copy link
Author

sweep-ai bot commented Sep 26, 2023

🚀 Wrote Changes

The command that failed is github/codeql-action/autobuild@v1. Here are the relevant lines from the logs:

##[error]This version of the CodeQL Action was deprecated on January 18th, 2023, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/

Hi @sweep-ai[bot],

I decided to make the following changes:

File Path Proposed Changes
.github/workflows/codeql-analysis.yml Modify .github/workflows/codeql-analysis.yml with contents:
• Find the line that specifies the CodeQL Action version as github/codeql-action/autobuild@v1.
• Replace github/codeql-action/autobuild@v1 with github/codeql-action/autobuild@v2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sweep Sweep your software chores
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sweep: Fix issues in package.json
0 participants