| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Bumps the npm group with 3 updates: [@octokit/types](https://github.com/octokit/types.ts), [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) and [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import). Updates `@octokit/types` from 13.5.0 to 13.6.0 - [Release notes](https://github.com/octokit/types.ts/releases) - [Commits](octokit/types.ts@v13.5.0...v13.6.0) Updates `@eslint/js` from 9.11.0 to 9.11.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.11.1/packages/js) Updates `eslint-plugin-import` from 2.29.1 to 2.30.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](import-js/eslint-plugin-import@v2.29.1...v2.30.0) --- updated-dependencies: - dependency-name: "@octokit/types" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com>
|
Pushed a commit to update the checked-in dependencies. Please mark the PR as ready for review to trigger PR checks. |
Sorry, something went wrong.
|
We keep running into the linting issue with eslint-import-plugin and we've been manually removing that bump for now: #2484 (comment) but it would be good to investigate why it happens! |
Sorry, something went wrong.
|
Great. 😓 It's working locally and in a codespace. |
Sorry, something went wrong.
|
That's odd, in the previous PR linked I'd run it locally and come up with exit code 1: Run npm run-script lint-ci > codeql@3.26.8 lint-ci > SARIF_ESLINT_IGNORE_SUPPRESSED=true eslint --report-unused-disable-directives --max-warnings=0 . --format @microsoft/eslint-formatter-sarif --output-file=eslint.sarif |
Sorry, something went wrong.
|
What version of node are you running? I tried on v20.15.1 and v22.9.0. |
Sorry, something went wrong.
|
Just tried with v21.7.3 and same. Here's the full output: $ npm run-script lint-ci > codeql@3.26.11 lint-ci > SARIF_ESLINT_IGNORE_SUPPRESSED=true eslint --report-unused-disable-directives --max-warnings=0 . --format @microsoft/eslint-formatter-sarif --output-file=eslint.sarif ============= WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree. You may find that it works just fine, or you may not. SUPPORTED TYPESCRIPT VERSIONS: >=4.7.4 <5.6.0 YOUR TYPESCRIPT VERSION: 5.6.2 Please only submit bug reports when using the officially supported version. ============= |
Sorry, something went wrong.
|
Verified that I am still getting the same behaviour in a codespace (ie- eslint is running, but spitting out a warning), using the same versions of npm and node as is being used in the "PR Checks / Check JS (current)" workflow. |
Sorry, something went wrong.
|
With the help of @angelapwen, we discovered that the command I was executing did indeed fail. Running the eslint command directly, without the eslint sarif formatter printed the errors to the console. /Users/aeisenberg/git-repos/github/codeql-action/src/analyze.ts 7:23 error Parse errors in imported module 'js-yaml': parserPath or languageOptions.parser is required! (undefined:undefined) import/namespace 7:23 error Parse errors in imported module 'js-yaml': parserPath or languageOptions.parser is required! (undefined:undefined) import/no-deprecated /Users/aeisenberg/git-repos/github/codeql-action/src/codeql.test.ts 9:23 error Parse errors in imported module 'js-yaml': parserPath or languageOptions.parser is required! (undefined:undefined) import/namespace 9:23 error Parse errors in imported module 'js-yaml': parserPath or languageOptions.parser is required! (undefined:undefined) import/no-deprecated /Users/aeisenberg/git-repos/github/codeql-action/src/codeql.ts 6:23 error Parse errors in imported module 'js-yaml': parserPath or languageOptions.parser is required! (undefined:undefined) import/namespace 6:23 error Parse errors in imported module 'js-yaml': parserPath or languageOptions.parser is required! (undefined:undefined) import/no-deprecated /Users/aeisenberg/git-repos/github/codeql-action/src/config-utils.test.ts 6:23 error Parse errors in imported module 'js-yaml': parserPath or languageOptions.parser is required! (undefined:undefined) import/namespace 6:23 error Parse errors in imported module 'js-yaml': parserPath or languageOptions.parser is required! (undefined:undefined) import/no-deprecated /Users/aeisenberg/git-repos/github/codeql-action/src/config-utils.ts 5:23 error Parse errors in imported module 'js-yaml': parserPath or languageOptions.parser is required! (undefined:undefined) import/namespace 5:23 error Parse errors in imported module 'js-yaml': parserPath or languageOptions.parser is required! (undefined:undefined) import/no-deprecated /Users/aeisenberg/git-repos/github/codeql-action/src/util.ts 8:28 error Parse errors in imported module 'check-disk-space': parserPath or languageOptions.parser is required! (undefined:undefined) import/namespace 8:28 error Parse errors in imported module 'check-disk-space': parserPath or languageOptions.parser is required! (undefined:undefined) import/no-deprecated 8:28 error Parse errors in imported module 'check-disk-space': parserPath or languageOptions.parser is required! (undefined:undefined) import/default 8:28 error Parse errors in imported module 'check-disk-space': parserPath or languageOptions.parser is required! (undefined:undefined) import/no-named-as-default 8:28 error Parse errors in imported module 'check-disk-space': parserPath or languageOptions.parser is required! (undefined:undefined) import/no-named-as-default-member /Users/aeisenberg/git-repos/github/codeql-action/src/workflow.test.ts 2:23 error Parse errors in imported module 'js-yaml': parserPath or languageOptions.parser is required! (undefined:undefined) import/namespace 2:23 error Parse errors in imported module 'js-yaml': parserPath or languageOptions.parser is required! (undefined:undefined) import/no-deprecated /Users/aeisenberg/git-repos/github/codeql-action/src/workflow.ts 6:23 error Parse errors in imported module 'js-yaml': parserPath or languageOptions.parser is required! (undefined:undefined) import/namespace 6:23 error Parse errors in imported module 'js-yaml': parserPath or languageOptions.parser is required! (undefined:undefined) import/no-deprecated ✖ 19 problems (19 errors, 0 warnings) This means that the 'js-yaml' module is malformed. It might mean updating the eslint config so that parserPath or languageOptions.parser is set properly, but I haven't been able to figure out how to configure these yet. |
Sorry, something went wrong.
This package must stay at 2.29.1 until a version of the package is released that supports eslint v9.
|
OK. It's not worth my spending any more time on this. Until the next version of eslint-plugin-import is released, which supports eslint 9, when we can't upgrade. And even then, we will need our other eslint plugin dependencies to support v9 as well. So, I think we're stuck on eslint-plugin-import@2.29.1 for a while. |
Sorry, something went wrong.
|
Should we ignore it dependabot config file and document when we can upgrade it there? |
Sorry, something went wrong.
|
Good idea. I'll take care of that. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Bumps the npm group with 3 updates: @octokit/types, @eslint/js and eslint-plugin-import.
Updates @octokit/types from 13.5.0 to 13.6.0
Release notesSourced from @octokit/types's releases.
CommitsUpdates @eslint/js from 9.11.0 to 9.11.1
Release notesSourced from @eslint/js's releases.
ChangelogSourced from @eslint/js's changelog.
CommitsUpdates eslint-plugin-import from 2.29.1 to 2.30.0
Release notesSourced from eslint-plugin-import's releases.
... (truncated)
ChangelogSourced from eslint-plugin-import's changelog.
CommitsMost Recent Ignore Conditions Applied to This Pull Request
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: