Skip to content

Bump @eslint/js from 9.18.0 to 9.19.0 - #36

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint/js-9.19.0
Open

Bump @eslint/js from 9.18.0 to 9.19.0#36
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint/js-9.19.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 27, 2025

Copy link
Copy Markdown
Contributor

Bumps @eslint/js from 9.18.0 to 9.19.0.

Release notes

Sourced from @​eslint/js's releases.

v9.19.0

Features

  • 1637b8e feat: add --report-unused-inline-configs (#19201) (Josh Goldberg ✨)

Bug Fixes

  • aae6717 fix: sync rule type header comments automatically (#19276) (Francesco Trotta)

Documentation

  • cfea9ab docs: Clarify overrideConfig option (#19370) (Nicholas C. Zakas)
  • 2b84f66 docs: Update README (#19362) (Nicholas C. Zakas)
  • 044f93c docs: clarify frozen rule description (#19351) (Pavel)
  • 797ee7c docs: fix Bluesky links (#19368) (Milos Djermanovic)
  • 81a9c0e docs: Update README (GitHub Actions Bot)
  • 093fb3d docs: replace var with let and const in rule examples (#19365) (Tanuj Kanti)
  • 417de32 docs: replace var with const in rule examples (#19352) (jj)
  • 17f2aae docs: update getting-started config to match default generated config (#19308) (0xDev)
  • 8a0a5a8 docs: better global ignores instruction (#19297) (Jacopo Marrone)
  • 6671a2c docs: Update README (GitHub Actions Bot)
  • e39d3f2 docs: fix divider for rule category (#19264) (Tanuj Kanti)
  • e0cf53f docs: fix search result box position for small screens (#19328) (Tanuj Kanti)
  • f92a680 docs: replace var with let or const in rule examples (#19331) (Ravi Teja Kolla)
  • b04b84b docs: revert accidental changes in TS config files docs (#19336) (Francesco Trotta)

Chores

  • 9b9cb05 chore: upgrade @​eslint/js@​9.19.0 (#19371) (Milos Djermanovic)
  • 58560e7 chore: package.json update for @​eslint/js release (Jenkins)
  • 2089707 test: fix failing test in Node.js v22.13.0 (#19345) (Francesco Trotta)
Changelog

Sourced from @​eslint/js's changelog.

v9.19.0 - January 24, 2025

  • 9b9cb05 chore: upgrade @​eslint/js@​9.19.0 (#19371) (Milos Djermanovic)
  • 58560e7 chore: package.json update for @​eslint/js release (Jenkins)
  • cfea9ab docs: Clarify overrideConfig option (#19370) (Nicholas C. Zakas)
  • 2b84f66 docs: Update README (#19362) (Nicholas C. Zakas)
  • 044f93c docs: clarify frozen rule description (#19351) (Pavel)
  • 797ee7c docs: fix Bluesky links (#19368) (Milos Djermanovic)
  • 81a9c0e docs: Update README (GitHub Actions Bot)
  • 093fb3d docs: replace var with let and const in rule examples (#19365) (Tanuj Kanti)
  • 417de32 docs: replace var with const in rule examples (#19352) (jj)
  • 17f2aae docs: update getting-started config to match default generated config (#19308) (0xDev)
  • aae6717 fix: sync rule type header comments automatically (#19276) (Francesco Trotta)
  • 8a0a5a8 docs: better global ignores instruction (#19297) (Jacopo Marrone)
  • 2089707 test: fix failing test in Node.js v22.13.0 (#19345) (Francesco Trotta)
  • 6671a2c docs: Update README (GitHub Actions Bot)
  • 1637b8e feat: add --report-unused-inline-configs (#19201) (Josh Goldberg ✨)
  • e39d3f2 docs: fix divider for rule category (#19264) (Tanuj Kanti)
  • e0cf53f docs: fix search result box position for small screens (#19328) (Tanuj Kanti)
  • f92a680 docs: replace var with let or const in rule examples (#19331) (Ravi Teja Kolla)
  • b04b84b docs: revert accidental changes in TS config files docs (#19336) (Francesco Trotta)
Commits

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Summary by Sourcery

Build:

  • Update @eslint/js to 9.19.0 in package.json and pnpm-lock.yaml files.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 27, 2025
@sourcery-ai

sourcery-ai Bot commented Jan 27, 2025

Copy link
Copy Markdown
Contributor

Reviewer's Guide by Sourcery

This pull request bumps the @eslint/js dependency from version 9.18.0 to 9.19.0. This includes a new feature, bug fixes, documentation updates, and chore updates.

Flow diagram of @eslint/js v9.19.0 changes

flowchart LR
    subgraph Changes[@eslint/js v9.19.0]
        F[New Feature]-->|Added| RC[--report-unused-inline-configs]
        B[Bug Fix]-->|Automated| RTC[Rule type header comments sync]
        D[Documentation]-->|Multiple updates| DOC[Various documentation improvements]
        style F fill:#90EE90
        style B fill:#FFB6C1
        style D fill:#87CEEB
    end
Loading

File-Level Changes

Change Details Files
Bumped the @eslint/js dependency.
  • Updated @eslint/js version from 9.18.0 to 9.19.0 in pnpm-lock.yaml.
  • Updated @eslint/js version from 9.18.0 to 9.19.0 in package.json.
  • Updated @eslint/js version from 9.18.0 to 9.19.0 in packages/codetypo-eslint-plugin/package.json.
  • Updated @eslint/js version from 9.18.0 to 9.19.0 in test-packages/codetypo-eslint-plugin/test-codetypo-eslint-plugin-v8/package.json.
  • Updated @eslint/js version from 9.18.0 to 9.19.0 in test-packages/codetypo-eslint-plugin/test-codetypo-eslint-plugin-v9-basic/package.json.
  • Updated @eslint/js version from 9.18.0 to 9.19.0 in test-packages/codetypo-eslint-plugin/test-codetypo-eslint-plugin-v9/package.json.
pnpm-lock.yaml
package.json
packages/codetypo-eslint-plugin/package.json
test-packages/codetypo-eslint-plugin/test-codetypo-eslint-plugin-v8/package.json
test-packages/codetypo-eslint-plugin/test-codetypo-eslint-plugin-v9-basic/package.json
test-packages/codetypo-eslint-plugin/test-codetypo-eslint-plugin-v9/package.json

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!
  • Generate a plan of action for an issue: Comment @sourcery-ai plan on
    an issue to generate a plan of action for it.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@coderabbitai

coderabbitai Bot commented Jan 27, 2025

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!

@codiumai-pr-agent-free

codiumai-pr-agent-free Bot commented Jan 27, 2025

Copy link
Copy Markdown
Contributor

CI Feedback 🧐

(Feedback updated until commit 6742692)

A test triggered by this PR failed. Here is an AI-generated analysis of the failure:

Action: Analyze

Failed stage: Perform CodeQL Analysis [❌]

Failure summary:

The CodeQL analysis failed because the repository has both a default CodeQL setup and an advanced
configuration enabled simultaneously. This is not supported.

Specifically, the error message states:
"CodeQL analyses from advanced configurations cannot be
processed when the default setup is enabled"

To fix this:

  • Either disable the default CodeQL setup
  • Or remove any custom/advanced CodeQL configurations

  • Relevant error logs:
    1:  ##[group]Operating System
    2:  Ubuntu
    ...
    
    286:  },
    287:  "logging" : {
    288:  "title" : "Options pertaining to logging.",
    289:  "description" : "Options pertaining to logging.",
    290:  "type" : "object",
    291:  "properties" : {
    292:  "verbosity" : {
    293:  "title" : "Extractor logging verbosity level.",
    294:  "description" : "Controls the level of verbosity of the extractor. The supported levels are (in order of increasing verbosity):\n  - off\n  - errors\n  - warnings\n  - info or progress\n  - debug or progress+\n  - trace or progress++\n  - progress+++\n",
    295:  "type" : "string",
    296:  "pattern" : "^(off|errors|warnings|(info|progress)|(debug|progress\\+)|(trace|progress\\+\\+)|progress\\+\\+\\+)$"
    ...
    
    326:  "extractor_options" : {
    327:  "logging" : {
    328:  "title" : "Options pertaining to logging.",
    329:  "description" : "Options pertaining to logging.",
    330:  "type" : "object",
    331:  "properties" : {
    332:  "verbosity" : {
    333:  "title" : "Python extractor logging verbosity level.",
    334:  "description" : "Controls the level of verbosity of the CodeQL Python extractor.\nThe supported levels are (in order of increasing verbosity):\n\n  - off\n  - errors\n  - warnings\n  - info or progress\n  - debug or progress+\n  - trace or progress++\n  - progress+++\n",
    335:  "type" : "string",
    336:  "pattern" : "^(off|errors|warnings|(info|progress)|(debug|progress\\+)|(trace|progress\\+\\+)|progress\\+\\+\\+)$"
    ...
    
    562:  },
    563:  "logging" : {
    564:  "title" : "Options pertaining to logging.",
    565:  "description" : "Options pertaining to logging.",
    566:  "type" : "object",
    567:  "properties" : {
    568:  "verbosity" : {
    569:  "title" : "Extractor logging verbosity level.",
    570:  "description" : "Controls the level of verbosity of the extractor. The supported levels are (in order of increasing verbosity):\n  - off\n  - errors\n  - warnings\n  - info or progress\n  - debug or progress+\n  - trace or progress++\n  - progress+++\n",
    571:  "type" : "string",
    572:  "pattern" : "^(off|errors|warnings|(info|progress)|(debug|progress\\+)|(trace|progress\\+\\+)|progress\\+\\+\\+)$"
    ...
    
    602:  "extractor_options" : {
    603:  "logging" : {
    604:  "title" : "Options pertaining to logging.",
    605:  "description" : "Options pertaining to logging.",
    606:  "type" : "object",
    607:  "properties" : {
    608:  "verbosity" : {
    609:  "title" : "Python extractor logging verbosity level.",
    610:  "description" : "Controls the level of verbosity of the CodeQL Python extractor.\nThe supported levels are (in order of increasing verbosity):\n\n  - off\n  - errors\n  - warnings\n  - info or progress\n  - debug or progress+\n  - trace or progress++\n  - progress+++\n",
    611:  "type" : "string",
    612:  "pattern" : "^(off|errors|warnings|(info|progress)|(debug|progress\\+)|(trace|progress\\+\\+)|progress\\+\\+\\+)$"
    ...
    
    823:  cleanup-level: brutal
    824:  add-snippets: false
    825:  skip-queries: false
    826:  checkout_path: /home/runner/work/codetypo/codetypo
    827:  upload-database: true
    828:  wait-for-processing: true
    829:  token: ***
    830:  matrix: null
    831:  expect-error: false
    ...
    
    1212:  [2025-02-05 15:20:35] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/DictionaryNegRef.html
    1213:  [2025-02-05 15:20:35] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/DictionaryNegRef.html (0 ms)
    1214:  [2025-02-05 15:20:35] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/DictionaryPath.html
    1215:  [2025-02-05 15:20:35] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/DictionaryId.html (1 ms)
    1216:  [2025-02-05 15:20:35] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/DictionaryRef.html
    1217:  [2025-02-05 15:20:35] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/DictionaryRef.html (1 ms)
    1218:  [2025-02-05 15:20:35] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/DictionaryReference.html
    1219:  [2025-02-05 15:20:35] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/DictionaryReference.html (1 ms)
    1220:  [2025-02-05 15:20:35] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/ErrorEmitter.html
    1221:  [2025-02-05 15:20:35] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/CustomDictionaryPath.html (10 ms)
    1222:  [2025-02-05 15:20:35] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/ErrorLike.html
    1223:  [2025-02-05 15:20:35] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/ErrorLike.html (0 ms)
    ...
    
    1231:  [2025-02-05 15:20:35] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/FsPath.html (0 ms)
    1232:  [2025-02-05 15:20:35] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/LanguageId.html
    1233:  [2025-02-05 15:20:35] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/Glob.html (0 ms)
    1234:  [2025-02-05 15:20:35] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/LanguageIdMultiple.html
    1235:  [2025-02-05 15:20:35] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/Feature.html (2 ms)
    1236:  [2025-02-05 15:20:35] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/LanguageIdMultipleNeg.html
    1237:  [2025-02-05 15:20:35] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/LanguageIdMultipleNeg.html (0 ms)
    1238:  [2025-02-05 15:20:35] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/LanguageIdSingle.html
    1239:  [2025-02-05 15:20:35] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/ErrorEmitter.html (8 ms)
    ...
    
    1277:  [2025-02-05 15:20:35] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/PatternRef.html (4 ms)
    1278:  [2025-02-05 15:20:35] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/ReporterSettings.html
    1279:  [2025-02-05 15:20:35] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/ProgressItem.html (3 ms)
    1280:  [2025-02-05 15:20:35] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/ResultEmitter.html
    1281:  [2025-02-05 15:20:35] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/ReplaceEntry.html (3 ms)
    1282:  [2025-02-05 15:20:35] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/ResultEmitter.html (1 ms)
    1283:  [2025-02-05 15:20:35] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/Source.html
    1284:  [2025-02-05 15:20:35] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/ReplaceMap.html (3 ms)
    1285:  [2025-02-05 15:20:35] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/SpellingErrorEmitter.html
    1286:  [2025-02-05 15:20:35] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/docs/types/codetypo-types/types/SpellingErrorEmitter.html (0 ms)
    ...
    
    1472:  [2025-02-05 15:20:44] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-service-bus/src/Dispatcher.ts
    1473:  [2025-02-05 15:20:44] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-service-bus/src/Dispatcher.ts (2 ms)
    1474:  [2025-02-05 15:20:44] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-service-bus/src/ServiceRequestFactory.ts
    1475:  [2025-02-05 15:20:44] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-service-bus/src/ServiceRequestFactory.ts (10 ms)
    1476:  [2025-02-05 15:20:44] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-service-bus/src/bus.ts
    1477:  [2025-02-05 15:20:44] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-service-bus/src/bus.ts (77 ms)
    1478:  [2025-02-05 15:20:44] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-service-bus/src/createRequestHandler.ts
    1479:  [2025-02-05 15:20:44] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-service-bus/src/createRequestHandler.ts (13 ms)
    1480:  [2025-02-05 15:20:44] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-service-bus/src/errors.ts
    1481:  [2025-02-05 15:20:44] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-service-bus/src/errors.ts (8 ms)
    ...
    
    1884:  [2025-02-05 15:20:57] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-glob/src/index.ts
    1885:  [2025-02-05 15:20:57] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-glob/src/index.ts (1 ms)
    1886:  [2025-02-05 15:20:57] [build-stdout] Opening project /home/runner/work/codetypo/codetypo/packages/codetypo-grammar/tsconfig.json
    1887:  [2025-02-05 15:20:57] [build-stdout] Done opening project /home/runner/work/codetypo/codetypo/packages/codetypo-grammar/tsconfig.json (1 ms)
    1888:  [2025-02-05 15:20:57] [build-stdout] Opening project /home/runner/work/codetypo/codetypo/packages/codetypo-io/tsconfig.json
    1889:  [2025-02-05 15:20:57] [build-stdout] Done opening project /home/runner/work/codetypo/codetypo/packages/codetypo-io/tsconfig.json (402 ms)
    1890:  [2025-02-05 15:20:57] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/handlers/node/file.ts
    1891:  [2025-02-05 15:20:57] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/handlers/node/file.ts (173 ms)
    1892:  [2025-02-05 15:20:57] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/node/file/FetchError.test.ts
    1893:  [2025-02-05 15:20:57] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/node/file/FetchError.test.ts (16 ms)
    1894:  [2025-02-05 15:20:57] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/node/file/FetchError.ts
    1895:  [2025-02-05 15:20:57] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/node/file/FetchError.ts (13 ms)
    ...
    
    1954:  [2025-02-05 15:20:58] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/common/stat.ts
    1955:  [2025-02-05 15:20:58] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/common/stat.ts (8 ms)
    1956:  [2025-02-05 15:20:58] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/common/transformers.test.ts
    1957:  [2025-02-05 15:20:58] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/common/transformers.test.ts (39 ms)
    1958:  [2025-02-05 15:20:58] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/common/transformers.ts
    1959:  [2025-02-05 15:20:58] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/common/transformers.ts (16 ms)
    1960:  [2025-02-05 15:20:58] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/common/urlOrReferenceToUrl.ts
    1961:  [2025-02-05 15:20:58] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/common/urlOrReferenceToUrl.ts (2 ms)
    1962:  [2025-02-05 15:20:58] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/errors/assert.test.ts
    1963:  [2025-02-05 15:20:58] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/errors/assert.test.ts (7 ms)
    1964:  [2025-02-05 15:20:58] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/errors/assert.ts
    1965:  [2025-02-05 15:20:58] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/errors/assert.ts (2 ms)
    1966:  [2025-02-05 15:20:58] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/errors/error.test.ts
    1967:  [2025-02-05 15:20:58] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/errors/error.test.ts (4 ms)
    1968:  [2025-02-05 15:20:58] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/errors/error.ts
    1969:  [2025-02-05 15:20:58] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/errors/error.ts (5 ms)
    1970:  [2025-02-05 15:20:58] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/errors/errors.test.ts
    1971:  [2025-02-05 15:20:58] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/errors/errors.test.ts (5 ms)
    1972:  [2025-02-05 15:20:58] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/errors/errors.ts
    1973:  [2025-02-05 15:20:58] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/errors/errors.ts (3 ms)
    1974:  [2025-02-05 15:20:58] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/errors/index.ts
    1975:  [2025-02-05 15:20:58] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-io/src/errors/index.ts (1 ms)
    ...
    
    2052:  [2025-02-05 15:21:01] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/configToRawSettings.ts
    2053:  [2025-02-05 15:21:01] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/configToRawSettings.ts (12 ms)
    2054:  [2025-02-05 15:21:01] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/defaultConfigLoader.test.ts
    2055:  [2025-02-05 15:21:01] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/defaultConfigLoader.test.ts (4 ms)
    2056:  [2025-02-05 15:21:01] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/defaultConfigLoader.ts
    2057:  [2025-02-05 15:21:01] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/defaultConfigLoader.ts (15 ms)
    2058:  [2025-02-05 15:21:01] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/defaultSettings.ts
    2059:  [2025-02-05 15:21:01] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/defaultSettings.ts (2 ms)
    2060:  [2025-02-05 15:21:01] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/extractImportErrors.ts
    2061:  [2025-02-05 15:21:01] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/extractImportErrors.ts (23 ms)
    ...
    
    2068:  [2025-02-05 15:21:01] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/readSettings.ts
    2069:  [2025-02-05 15:21:01] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/readSettings.ts (6 ms)
    2070:  [2025-02-05 15:21:01] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/readSettingsFiles.ts
    2071:  [2025-02-05 15:21:01] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/readSettingsFiles.ts (6 ms)
    2072:  [2025-02-05 15:21:01] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/toGlobDef.ts
    2073:  [2025-02-05 15:21:01] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/toGlobDef.ts (10 ms)
    2074:  [2025-02-05 15:21:01] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/types.ts
    2075:  [2025-02-05 15:21:01] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/configLoader/types.ts (1 ms)
    2076:  [2025-02-05 15:21:01] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/ImportError.test.ts
    2077:  [2025-02-05 15:21:01] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/ImportError.test.ts (4 ms)
    2078:  [2025-02-05 15:21:01] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/ImportError.ts
    2079:  [2025-02-05 15:21:01] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/Settings/Controller/ImportError.ts (3 ms)
    ...
    
    2224:  [2025-02-05 15:21:03] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/SpellingDictionary/Dictionaries.ts
    2225:  [2025-02-05 15:21:03] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/SpellingDictionary/Dictionaries.ts (11 ms)
    2226:  [2025-02-05 15:21:03] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/SpellingDictionary/DictionaryLoader.test.ts
    2227:  [2025-02-05 15:21:03] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/SpellingDictionary/DictionaryLoader.test.ts (60 ms)
    2228:  [2025-02-05 15:21:03] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/SpellingDictionary/DictionaryLoader.ts
    2229:  [2025-02-05 15:21:03] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/SpellingDictionary/DictionaryLoader.ts (4 ms)
    2230:  [2025-02-05 15:21:03] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/SpellingDictionary/SpellingDictionary.ts
    2231:  [2025-02-05 15:21:03] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/SpellingDictionary/SpellingDictionary.ts (2 ms)
    2232:  [2025-02-05 15:21:03] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/SpellingDictionary/SpellingDictionaryError.ts
    2233:  [2025-02-05 15:21:03] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/SpellingDictionary/SpellingDictionaryError.ts (2 ms)
    ...
    
    2354:  [2025-02-05 15:21:04] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/util/TextRange.test.ts
    2355:  [2025-02-05 15:21:04] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/util/TextRange.test.ts (6 ms)
    2356:  [2025-02-05 15:21:04] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/util/TextRange.ts
    2357:  [2025-02-05 15:21:05] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/util/TextRange.ts (47 ms)
    2358:  [2025-02-05 15:21:05] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/util/Uri.test.ts
    2359:  [2025-02-05 15:21:05] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/util/Uri.test.ts (68 ms)
    2360:  [2025-02-05 15:21:05] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/util/Uri.ts
    2361:  [2025-02-05 15:21:05] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/util/Uri.ts (36 ms)
    2362:  [2025-02-05 15:21:05] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/util/errors.test.ts
    2363:  [2025-02-05 15:21:05] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/util/errors.test.ts (15 ms)
    2364:  [2025-02-05 15:21:05] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/util/errors.ts
    2365:  [2025-02-05 15:21:05] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/src/lib/util/errors.ts (18 ms)
    ...
    
    2808:  [2025-02-05 15:21:11] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-tools/src/test/TestHelper.ts
    2809:  [2025-02-05 15:21:11] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-tools/src/test/TestHelper.ts (20 ms)
    2810:  [2025-02-05 15:21:11] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-tools/src/test/console.ts
    2811:  [2025-02-05 15:21:11] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-tools/src/test/console.ts (7 ms)
    2812:  [2025-02-05 15:21:11] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-tools/src/test/escapeRegEx.ts
    2813:  [2025-02-05 15:21:11] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-tools/src/test/escapeRegEx.ts (3 ms)
    2814:  [2025-02-05 15:21:11] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-tools/src/test/normalizeOutput.ts
    2815:  [2025-02-05 15:21:11] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-tools/src/test/normalizeOutput.ts (6 ms)
    2816:  [2025-02-05 15:21:11] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-tools/src/util/errors.test.ts
    2817:  [2025-02-05 15:21:11] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-tools/src/util/errors.test.ts (6 ms)
    2818:  [2025-02-05 15:21:11] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-tools/src/util/errors.ts
    2819:  [2025-02-05 15:21:11] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-tools/src/util/errors.ts (3 ms)
    ...
    
    3368:  [2025-02-05 15:21:20] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo/src/app/util/async.ts
    3369:  [2025-02-05 15:21:20] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo/src/app/util/async.ts (1 ms)
    3370:  [2025-02-05 15:21:20] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo/src/app/util/canUseColor.test.ts
    3371:  [2025-02-05 15:21:20] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo/src/app/util/canUseColor.test.ts (5 ms)
    3372:  [2025-02-05 15:21:20] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo/src/app/util/canUseColor.ts
    3373:  [2025-02-05 15:21:20] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo/src/app/util/canUseColor.ts (1 ms)
    3374:  [2025-02-05 15:21:20] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo/src/app/util/constants.ts
    3375:  [2025-02-05 15:21:20] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo/src/app/util/constants.ts (1 ms)
    3376:  [2025-02-05 15:21:20] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo/src/app/util/errors.test.ts
    3377:  [2025-02-05 15:21:20] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo/src/app/util/errors.test.ts (20 ms)
    3378:  [2025-02-05 15:21:20] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo/src/app/util/errors.ts
    3379:  [2025-02-05 15:21:20] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo/src/app/util/errors.ts (7 ms)
    ...
    
    3584:  [2025-02-05 15:21:24] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/website/docusaurus.config.ts
    3585:  [2025-02-05 15:21:24] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/website/docusaurus.config.ts (26 ms)
    3586:  [2025-02-05 15:21:24] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/website/sidebars.ts
    3587:  [2025-02-05 15:21:24] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/website/sidebars.ts (1 ms)
    3588:  [2025-02-05 15:21:24] [build-stdout] Opening project /home/runner/work/codetypo/codetypo/tsconfig.json
    3589:  [2025-02-05 15:21:24] [build-stdout] Done opening project /home/runner/work/codetypo/codetypo/tsconfig.json (1 ms)
    3590:  [2025-02-05 15:21:25] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/samples/react/sample.tsx
    3591:  [2025-02-05 15:21:25] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/samples/react/sample.tsx (4 ms)
    3592:  [2025-02-05 15:21:25] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/react/sample.tsx
    3593:  [2025-02-05 15:21:25] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/react/sample.tsx (3 ms)
    ...
    
    3624:  [2025-02-05 15:21:25] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/dictionaries/sv/src/hunspell/index.d.ts
    3625:  [2025-02-05 15:21:25] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/dictionaries/sv/src/hunspell/index.d.ts (1 ms)
    3626:  [2025-02-05 15:21:25] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/dictionaries/uk_UA/src/hunspell/index.d.ts
    3627:  [2025-02-05 15:21:25] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/dictionaries/uk_UA/src/hunspell/index.d.ts (3 ms)
    3628:  [2025-02-05 15:21:25] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/import-support/sample.ts
    3629:  [2025-02-05 15:21:25] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/import-support/sample.ts (2 ms)
    3630:  [2025-02-05 15:21:25] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/samples/sample.ts
    3631:  [2025-02-05 15:21:25] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/samples/sample.ts (6 ms)
    3632:  [2025-02-05 15:21:25] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/auto-fix.ts
    3633:  [2025-02-05 15:21:25] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/auto-fix.ts (1 ms)
    3634:  [2025-02-05 15:21:25] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/creepyData.ts
    3635:  [2025-02-05 15:21:25] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/creepyData.ts (2 ms)
    3636:  [2025-02-05 15:21:25] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/importAlias.ts
    3637:  [2025-02-05 15:21:25] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/importAlias.ts (1 ms)
    3638:  [2025-02-05 15:21:25] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/imports.ts
    3639:  [2025-02-05 15:21:25] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/imports.ts (1 ms)
    3640:  [2025-02-05 15:21:25] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/strings.ts
    3641:  [2025-02-05 15:21:25] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/strings.ts (1 ms)
    ...
    
    3680:  [2025-02-05 15:21:25] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-json-reporter/src/utils/setToJSONReplacer.ts
    3681:  [2025-02-05 15:21:25] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-json-reporter/src/utils/setToJSONReplacer.ts (1 ms)
    3682:  [2025-02-05 15:21:25] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-json-reporter/src/utils/validateSettings.test.ts
    3683:  [2025-02-05 15:21:25] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-json-reporter/src/utils/validateSettings.test.ts (4 ms)
    3684:  [2025-02-05 15:21:25] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-json-reporter/src/utils/validateSettings.ts
    3685:  [2025-02-05 15:21:25] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-json-reporter/src/utils/validateSettings.ts (4 ms)
    3686:  [2025-02-05 15:21:25] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/fixtures/docValidator/sample-with-codetypo-directives.ts
    3687:  [2025-02-05 15:21:25] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/fixtures/docValidator/sample-with-codetypo-directives.ts (1 ms)
    3688:  [2025-02-05 15:21:25] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/fixtures/docValidator/sample-with-directives-errors.ts
    3689:  [2025-02-05 15:21:25] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/fixtures/docValidator/sample-with-directives-errors.ts (1 ms)
    3690:  [2025-02-05 15:21:25] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/fixtures/docValidator/sample-with-errors.ts
    3691:  [2025-02-05 15:21:25] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/fixtures/docValidator/sample-with-errors.ts (1 ms)
    3692:  [2025-02-05 15:21:25] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/fixtures/docValidator/sample-with-many-errors.ts
    3693:  [2025-02-05 15:21:25] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/fixtures/docValidator/sample-with-many-errors.ts (2 ms)
    ...
    
    3787:  [2025-02-05 15:21:26] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-config-lib/fixtures/js/module/package.json
    3788:  [2025-02-05 15:21:26] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-config-lib/fixtures/js/module/package.json (0 ms)
    3789:  [2025-02-05 15:21:26] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-config-lib/fixtures/package/with-value/package.json
    3790:  [2025-02-05 15:21:26] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-config-lib/fixtures/js/commonjs/package.json (5 ms)
    3791:  [2025-02-05 15:21:26] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-config-lib/fixtures/package/without-value/package.json
    3792:  [2025-02-05 15:21:26] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-config-lib/fixtures/js/module/codetypo.custom.js (3 ms)
    3793:  [2025-02-05 15:21:26] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/samples/react/sample.jsx
    3794:  [2025-02-05 15:21:26] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-config-lib/fixtures/package/with-value/package.json (0 ms)
    3795:  [2025-02-05 15:21:26] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/react/sample.jsx
    3796:  [2025-02-05 15:21:26] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-config-lib/fixtures/package/without-value/package.json (0 ms)
    3797:  [2025-02-05 15:21:26] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/samples/react/sample.jsx (0 ms)
    3798:  [2025-02-05 15:21:26] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/fixtures/dictionaries/inline/codetypo.config.yaml
    3799:  [2025-02-05 15:21:26] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-lib/fixtures/docValidator/parser/codetypo.yaml
    3800:  [2025-02-05 15:21:26] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/react/sample.jsx (0 ms)
    ...
    
    4011:  [2025-02-05 15:21:26] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/samples/sampleESM.mjs (1 ms)
    4012:  [2025-02-05 15:21:26] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/simple/eslint.config.js
    4013:  [2025-02-05 15:21:26] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/simple/eslint.config.js (1 ms)
    4014:  [2025-02-05 15:21:26] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/simple/package.json
    4015:  [2025-02-05 15:21:26] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/simple/package.json (0 ms)
    4016:  [2025-02-05 15:21:26] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/simple/sampleESM.mjs
    4017:  [2025-02-05 15:21:26] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/simple/tsconfig.json
    4018:  [2025-02-05 15:21:26] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/simple/tsconfig.json (0 ms)
    4019:  [2025-02-05 15:21:26] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/sampleESM.mjs
    4020:  [2025-02-05 15:21:26] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/simple/sampleESM.mjs (3 ms)
    4021:  [2025-02-05 15:21:26] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/sampleTemplateString.mjs
    4022:  [2025-02-05 15:21:26] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/integration-tests/snapshots/wireapp/wire-webapp/report.yaml (21 ms)
    4023:  [2025-02-05 15:21:26] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/yaml-support/eslint.config.mjs
    4024:  [2025-02-05 15:21:26] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/sampleESM.mjs (1 ms)
    4025:  [2025-02-05 15:21:26] [build-stdout] Extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/yaml-support/sample.yaml
    4026:  [2025-02-05 15:21:26] [build-stdout] Done extracting /home/runner/work/codetypo/codetypo/packages/codetypo-eslint-plugin/fixtures/with-errors/sampleTemplateString.mjs (1 ms)
    ...
    
    5718:  [78/90] Loaded /opt/hostedtoolcache/CodeQL/2.20.3/x64/codeql/qlpacks/codeql/javascript-queries/1.3.0/Security/CWE-598/SensitiveGetQuery.qlx.
    5719:  [79/90] Loaded /opt/hostedtoolcache/CodeQL/2.20.3/x64/codeql/qlpacks/codeql/javascript-queries/1.3.0/Security/CWE-346/CorsMisconfigurationForCredentials.qlx.
    5720:  [80/90] Loaded /opt/hostedtoolcache/CodeQL/2.20.3/x64/codeql/qlpacks/codeql/javascript-queries/1.3.0/Security/CWE-078/UselessUseOfCat.qlx.
    5721:  [81/90] Loaded /opt/hostedtoolcache/CodeQL/2.20.3/x64/codeql/qlpacks/codeql/javascript-queries/1.3.0/Security/CWE-134/TaintedFormatString.qlx.
    5722:  [82/90] Loaded /opt/hostedtoolcache/CodeQL/2.20.3/x64/codeql/qlpacks/codeql/javascript-queries/1.3.0/Security/CWE-078/CommandInjection.qlx.
    5723:  [83/90] Loaded /opt/hostedtoolcache/CodeQL/2.20.3/x64/codeql/qlpacks/codeql/javascript-queries/1.3.0/Security/CWE-078/UnsafeShellCommandConstruction.qlx.
    5724:  [84/90] Loaded /opt/hostedtoolcache/CodeQL/2.20.3/x64/codeql/qlpacks/codeql/javascript-queries/1.3.0/Security/CWE-078/ShellCommandInjectionFromEnvironment.qlx.
    5725:  [85/90] Loaded /opt/hostedtoolcache/CodeQL/2.20.3/x64/codeql/qlpacks/codeql/javascript-queries/1.3.0/Security/CWE-078/SecondOrderCommandInjection.qlx.
    5726:  [86/90] Loaded /opt/hostedtoolcache/CodeQL/2.20.3/x64/codeql/qlpacks/codeql/javascript-queries/1.3.0/Diagnostics/ExtractionErrors.qlx.
    5727:  [87/90] Loaded /opt/hostedtoolcache/CodeQL/2.20.3/x64/codeql/qlpacks/codeql/javascript-queries/1.3.0/Diagnostics/ExtractedFiles.qlx.
    5728:  [88/90] Loaded /opt/hostedtoolcache/CodeQL/2.20.3/x64/codeql/qlpacks/codeql/javascript-queries/1.3.0/Summary/LinesOfCode.qlx.
    5729:  [89/90] Loaded /opt/hostedtoolcache/CodeQL/2.20.3/x64/codeql/qlpacks/codeql/javascript-queries/1.3.0/Security/CWE-754/UnvalidatedDynamicMethodCall.qlx.
    5730:  [90/90] Loaded /opt/hostedtoolcache/CodeQL/2.20.3/x64/codeql/qlpacks/codeql/javascript-queries/1.3.0/Summary/LinesOfUserCode.qlx.
    5731:  Starting evaluation of codeql/javascript-queries/AngularJS/DisablingSce.ql.
    5732:  Starting evaluation of codeql/javascript-queries/Diagnostics/ExtractedFiles.ql.
    5733:  Starting evaluation of codeql/javascript-queries/AngularJS/DoubleCompilation.ql.
    5734:  Starting evaluation of codeql/javascript-queries/AngularJS/InsecureUrlWhitelist.ql.
    5735:  Starting evaluation of codeql/javascript-queries/Diagnostics/ExtractionErrors.ql.
    5736:  Starting evaluation of codeql/javascript-queries/Electron/AllowRunningInsecureContent.ql.
    5737:  Starting evaluation of codeql/javascript-queries/Electron/DisablingWebSecurity.ql.
    5738:  [1/90 eval 3.6s] Evaluation done; writing results to codeql/javascript-queries/Diagnostics/ExtractedFiles.bqrs.
    5739:  [2/90 eval 5.5s] Evaluation done; writing results to codeql/javascript-queries/Diagnostics/ExtractionErrors.bqrs.
    ...
    
    6079:  Interpreting /opt/hostedtoolcache/CodeQL/2.20.3/x64/codeql/qlpacks/codeql/javascript-queries/1.3.0/Security/CWE-078/UnsafeShellCommandConstruction.ql...
    6080:  ... found results file at /home/runner/work/_temp/codeql_databases/javascript/results/codeql/javascript-queries/Security/CWE-078/UnsafeShellCommandConstruction.bqrs.
    6081:  Interpreting /opt/hostedtoolcache/CodeQL/2.20.3/x64/codeql/qlpacks/codeql/javascript-queries/1.3.0/Security/CWE-078/SecondOrderCommandInjection.ql...
    6082:  ... found results file at /home/runner/work/_temp/codeql_databases/javascript/results/codeql/javascript-queries/Security/CWE-078/SecondOrderCommandInjection.bqrs.
    6083:  Interpreting /opt/hostedtoolcache/CodeQL/2.20.3/x64/codeql/qlpacks/codeql/javascript-queries/1.3.0/Security/CWE-078/ShellCommandInjectionFromEnvironment.ql...
    6084:  ... found results file at /home/runner/work/_temp/codeql_databases/javascript/results/codeql/javascript-queries/Security/CWE-078/ShellCommandInjectionFromEnvironment.bqrs.
    6085:  Interpreting /opt/hostedtoolcache/CodeQL/2.20.3/x64/codeql/qlpacks/codeql/javascript-queries/1.3.0/Security/CWE-754/UnvalidatedDynamicMethodCall.ql...
    6086:  ... found results file at /home/runner/work/_temp/codeql_databases/javascript/results/codeql/javascript-queries/Security/CWE-754/UnvalidatedDynamicMethodCall.bqrs.
    6087:  Interpreting /opt/hostedtoolcache/CodeQL/2.20.3/x64/codeql/qlpacks/codeql/javascript-queries/1.3.0/Diagnostics/ExtractionErrors.ql...
    6088:  ... found results file at /home/runner/work/_temp/codeql_databases/javascript/results/codeql/javascript-queries/Diagnostics/ExtractionErrors.bqrs.
    ...
    
    6173:  Interpreted problem query "Sensitive data read from GET request" (js/sensitive-get-query) at path /home/runner/work/_temp/codeql_databases/javascript/results/codeql/javascript-queries/Security/CWE-598/SensitiveGetQuery.bqrs.
    6174:  Interpreted pathproblem query "Use of externally-controlled format string" (js/tainted-format-string) at path /home/runner/work/_temp/codeql_databases/javascript/results/codeql/javascript-queries/Security/CWE-134/TaintedFormatString.bqrs.
    6175:  Interpreted pathproblem query "Uncontrolled command line" (js/command-line-injection) at path /home/runner/work/_temp/codeql_databases/javascript/results/codeql/javascript-queries/Security/CWE-078/CommandInjection.bqrs.
    6176:  Interpreted problem query "Unnecessary use of `cat` process" (js/unnecessary-use-of-cat) at path /home/runner/work/_temp/codeql_databases/javascript/results/codeql/javascript-queries/Security/CWE-078/UselessUseOfCat.bqrs.
    6177:  Interpreted pathproblem query "Unsafe shell command constructed from library input" (js/shell-command-constructed-from-input) at path /home/runner/work/_temp/codeql_databases/javascript/results/codeql/javascript-queries/Security/CWE-078/UnsafeShellCommandConstruction.bqrs.
    6178:  Interpreted pathproblem query "Second order command injection" (js/second-order-command-line-injection) at path /home/runner/work/_temp/codeql_databases/javascript/results/codeql/javascript-queries/Security/CWE-078/SecondOrderCommandInjection.bqrs.
    6179:  Interpreted pathproblem query "Shell command built from environment values" (js/shell-command-injection-from-environment) at path /home/runner/work/_temp/codeql_databases/javascript/results/codeql/javascript-queries/Security/CWE-078/ShellCommandInjectionFromEnvironment.bqrs.
    6180:  Interpreted pathproblem query "Unvalidated dynamic method call" (js/unvalidated-dynamic-method-call) at path /home/runner/work/_temp/codeql_databases/javascript/results/codeql/javascript-queries/Security/CWE-754/UnvalidatedDynamicMethodCall.bqrs.
    6181:  Interpreted diagnostic query "Extraction errors" (js/diagnostics/extraction-errors) at path /home/runner/work/_temp/codeql_databases/javascript/results/codeql/javascript-queries/Diagnostics/ExtractionErrors.bqrs.
    ...
    
    6204:  Validating /home/runner/work/codetypo/results/javascript.sarif
    6205:  Combining SARIF files using the CodeQL CLI
    6206:  Adding fingerprints to SARIF file. See https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning#providing-data-to-track-code-scanning-alerts-across-runs for more information.
    6207:  Uploading results
    6208:  Successfully uploaded results
    6209:  ##[endgroup]
    6210:  ##[group]Waiting for processing to finish
    6211:  Analysis upload status is pending.
    6212:  Analysis upload status is failed.
    6213:  ##[endgroup]
    6214:  ##[error]Code Scanning could not process the submitted SARIF file:
    6215:  CodeQL analyses from advanced configurations cannot be processed when the default setup is enabled
    6216:  Post job cleanup.
    6217:  ##[group]Uploading combined SARIF debug artifact
    6218:  ##[endgroup]
    6219:  Post job cleanup.
    6220:  [command]/opt/hostedtoolcache/CodeQL/2.20.3/x64/codeql/codeql database export-diagnostics /home/runner/work/_temp/codeql_databases --db-cluster --format=sarif-latest --output=../codeql-failed-run.sarif --sarif-include-diagnostics -vvv
    ...
    
    6230:  Found diagnostics file /home/runner/work/_temp/codeql_databases/javascript/diagnostic/cli-diagnostics-add-20250205T152238.183Z.json.
    6231:  Looking for diagnostics in /home/runner/work/_temp/codeql_databases/javascript/diagnostic/codeql-action...
    6232:  Found diagnostics file /home/runner/work/_temp/codeql_databases/javascript/diagnostic/codeql-action/codeql-action-2025-02-05T152026.605Z.json.
    6233:  Looking for diagnostics in /home/runner/work/_temp/codeql_databases/javascript/diagnostic/tracer...
    6234:  Won't look for diagnostics in /home/runner/work/_temp/codeql_databases/diagnostic since this directory does not exist.
    6235:  Found 1 raw diagnostic messages.
    6236:  Processed diagnostic messages (removed 0 due to limits, created 0 summary diagnostics for status page).
    6237:  Interpreted diagnostic messages (82ms).
    6238:  Uploading failed SARIF file ../codeql-failed-run.sarif
    6239:  ##[group]Uploading results
    6240:  Processing sarif files: ["../codeql-failed-run.sarif"]
    6241:  Validating ../codeql-failed-run.sarif
    6242:  Combining SARIF files using the CodeQL CLI
    6243:  Adding fingerprints to SARIF file. See https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning#providing-data-to-track-code-scanning-alerts-across-runs for more information.
    6244:  CodeQL job status was configuration error.
    

    Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.18.0 to 9.19.0.
    - [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.19.0/packages/js)
    
    ---
    updated-dependencies:
    - dependency-name: "@eslint/js"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    @dependabot
    dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint/js-9.19.0 branch from 98c0cb1 to 6742692 Compare February 5, 2025 15:17
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Labels

    dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    0 participants