You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
The action failed during npm ci because the dependency lockfile is out of sync with package.json. - npm ci aborted with EUSAGE stating package.json and package-lock.json are not in sync. - Specific mismatch reported: missing minimatch@9.0.5 from the lock file. - Additional EBADENGINE warnings indicate some packages (e.g., @electron/rebuild@4.0.3, node-abi@4.26.0) expect Node >=22.12.0 but the runner is using Node v20.20.0; these are warnings here, but may cause future install/runtime issues.
Relevant error logs:
1: ##[group]Runner Image Provisioner2: Hosted Compute Agent
...
175: ##[endgroup]176: ##[group]Run npm ci177: �[36;1mnpm ci�[0m178: shell: /usr/bin/bash -e {0}179: ##[endgroup]180: npm warn EBADENGINE Unsupported engine {181: npm warn EBADENGINE package: '@electron/rebuild@4.0.3',182: npm warn EBADENGINE required: { node: '>=22.12.0' },183: npm warn EBADENGINE current: { node: 'v20.20.0', npm: '10.8.2' }184: npm warn EBADENGINE }185: npm warn EBADENGINE Unsupported engine {186: npm warn EBADENGINE package: 'node-abi@4.26.0',187: npm warn EBADENGINE required: { node: '>=22.12.0' },188: npm warn EBADENGINE current: { node: 'v20.20.0', npm: '10.8.2' }189: npm warn EBADENGINE }190: npm error code EUSAGE191: npm error192: npm error `npm ci` can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with `npm install` before continuing.193: npm error194: npm error Missing: minimatch@9.0.5 from lock file195: npm error196: npm error Clean install a project197: npm error198: npm error Usage:199: npm error npm ci200: npm error201: npm error Options:202: npm error [--install-strategy <hoisted|nested|shallow|linked>] [--legacy-bundling]203: npm error [--global-style] [--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]]204: npm error [--include <prod|dev|optional|peer> [--include <prod|dev|optional|peer> ...]]205: npm error [--strict-peer-deps] [--foreground-scripts] [--ignore-scripts] [--no-audit]206: npm error [--no-bin-links] [--no-fund] [--dry-run]207: npm error [-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]208: npm error [-ws|--workspaces] [--include-workspace-root] [--install-links]209: npm error210: npm error aliases: clean-install, ic, install-clean, isntall-clean211: npm error212: npm error Run "npm help ci" for more info213: npm error A complete log of this run can be found in: /home/runner/.npm/_logs/2026-02-10T06_39_55_700Z-debug-0.log214: ##[error]Process completed with exit code 1.215: Post job cleanup.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependenciesPull requests that update a dependency file
1 participant
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @typescript-eslint/parser from 8.54.0 to 8.55.0.
Release notes
Sourced from
@typescript-eslint/parser's releases.Changelog
Sourced from
@typescript-eslint/parser's changelog.Commits
fedfe86chore(release): publish 8.55.0b931f8cchore: use workspace refs for workspace deps (#12018)1f17a79chore: migrate to pnpm (#11248)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)