Skip to content

Recent jobs log doesn't even show last PR #14898

@adamlui

Description

@adamlui

Is there an existing issue for this?

  • I have searched the existing issues

Package ecosystem

npm

Package manager version

No response

Language version

No response

Manifest location and content before the Dependabot update

https://github.com/elonsucks/why.elonsucks.org/blob/430e51439c096fa5a7957a8bf5e90d83188ddad0/package.json

{
  "author": {
    "name": "Adam Lui",
    "email": "adam@elonsucks.org",
    "url": "https://github.com/adamlui"
  },
  "homepage": "https://why.elonsucks.org",
  "license": "MIT",
  "funding": [
    {
      "type": "cashapp",
      "url": "https://cash.app/$AdamLui"
    },
    {
      "type": "github",
      "url": "https://github.com/sponsors/elonsucks"
    },
    {
      "type": "ko-fi",
      "url": "https://ko-fi.com/adamlui"
    },
    {
      "type": "paypal",
      "url": "https://paypal.me/adamlui"
    }
  ],
  "scripts": {
    "prepare": "husky",
    "dev": "node utils/preview",
    "lint": "eslint . --cache",
    "lint:all": "eslint .",
    "lint:fix": "eslint . --fix --cache",
    "lint:fix-all": "eslint . --fix",
    "build": "minify-js js --no-mangle --relative-output",
    "build:js": "npm run build",
    "preview": "node utils/preview",
    "preview:debug": "node utils/preview --debug"
  },
  "devDependencies": {
    "@adamlui/minify.js": "^2.5.3",
    "@eslint/css": "^1.1.0",
    "@eslint/json": "^1.2.0",
    "@eslint/markdown": "^8.0.1",
    "@html-eslint/eslint-plugin": "^0.60.0",
    "@html-eslint/parser": "^0.60.0",
    "@stylistic/eslint-plugin": "^5.10.0",
    "cross-spawn": "^7.0.6",
    "eslint": "^9.39.4",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-regexp": "^3.1.0",
    "get-port": "^7.2.0",
    "http-server": "^14.1.1",
    "husky": "^9.1.7",
    "open": "^11.0.0"
  }
}

dependabot.yml content

https://github.com/elonsucks/why.elonsucks.org/blob/430e51439c096fa5a7957a8bf5e90d83188ddad0/.github/dependabot.yml

version: 2
updates:

  - package-ecosystem: github-actions
    directory: /
    schedule:
      interval: daily

  - package-ecosystem: npm
    directory: /
    schedule:
      interval: daily
    groups:
      dev-dependencies:
        dependency-type: development
    versioning-strategy: increase

Updated dependency

@eslint/css from 1.1.0 to 1.2.0

What you expected to see, versus what you actually saw

Appear in the log as PR 191 @ https://github.com/elonsucks/why.elonsucks.org/network/updates/22557051/jobs, but it is no where to be seen

Image

Native package manager behavior

No response

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

No response

Smallest manifest that reproduces the issue

No response

Metadata

Metadata

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions