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

Dependabot timed out during its update #10083

Open
1 task done
huehnerlady opened this issue Jun 26, 2024 · 2 comments
Open
1 task done

Dependabot timed out during its update #10083

huehnerlady opened this issue Jun 26, 2024 · 2 comments
Labels
L: git:submodules Git submodules L: javascript T: bug 🐞 Something isn't working

Comments

@huehnerlady
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Package ecosystem

npm

Package manager version

npm

Language version

Nodejs 20.14

Manifest location and content before the Dependabot update

/package.json
package.json

dependabot.yml content

version: 2
updates:
  - package-ecosystem: "npm"
    directory: "/"
    schedule:
      interval: "daily"
    groups:
      angular: # group angular dependencies together
        patterns:
          - "@angular*"
      all: # group all minor/patch updates
        patterns:
          - "*"
        update-types:
          - minor
          - patch

Updated dependency

No response

What you expected to see, versus what you actually saw

I expect dependabot to run through

What I get is an error saying Dependabot timed out during its update

Native package manager behavior

➜  app git:(main) ✗ npm outdated
Package                           Current   Wanted   Latest  Location                                       Depended by
@ngneat/spectator                  18.0.2   18.0.2   19.0.0  node_modules/@ngneat/spectator                 app
@types/node                       20.14.6  20.14.9  20.14.9  node_modules/@types/node                       app
@typescript-eslint/eslint-plugin   7.13.1   7.13.1   7.14.1  node_modules/@typescript-eslint/eslint-plugin  app
@typescript-eslint/parser          7.13.1   7.13.1   7.14.1  node_modules/@typescript-eslint/parser         app
eslint                             8.57.0   8.57.0    9.5.0  node_modules/eslint                            app
typescript                          5.4.5    5.4.5    5.5.2  node_modules/typescript                        app

Images of the diff or a link to the PR, issue, or logs

dependabot.log

Smallest manifest that reproduces the issue

No response

@huehnerlady huehnerlady added the T: bug 🐞 Something isn't working label Jun 26, 2024
@huehnerlady
Copy link
Author

I found the same issue with other ecosystems:
#4634
#2416

@vincentbernat
Copy link
Contributor

Got the same issue. I have ignored eslint to workaround it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L: git:submodules Git submodules L: javascript T: bug 🐞 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants