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

Bump eslint from 8.57.1 to 9.16.0 in /frontend #184

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 3, 2024

Bumps eslint from 8.57.1 to 9.16.0.

Release notes

Sourced from eslint's releases.

v9.16.0

Features

  • 8f70eb1 feat: Add ignoreComputedKeys option in sort-keys rule (#19162) (Milos Djermanovic)

Documentation

  • 9eefc8f docs: fix typos in use-isnan (#19190) (루밀LuMir)
  • 0c8cea8 docs: switch the order of words in no-unreachable (#19189) (루밀LuMir)
  • 0c19417 docs: add missing backtick to no-async-promise-executor (#19188) (루밀LuMir)
  • 8df9276 docs: add backtick in -0 in description of no-compare-neg-zero (#19186) (루밀LuMir)
  • 7e16e3f docs: fix caseSensitive option's title of sort-keys (#19183) (Tanuj Kanti)
  • 0c6b842 docs: fix typos in migration-guide.md (#19180) (루밀LuMir)
  • 353266e docs: fix a typo in debug.md (#19179) (루밀LuMir)
  • 5ff318a docs: delete unnecessary horizontal rule(---) in nodejs-api (#19175) (루밀LuMir)
  • 576bcc5 docs: mark more rules as handled by TypeScript (#19164) (Tanuj Kanti)
  • 742d054 docs: note that no-restricted-syntax can be used with any language (#19148) (Milos Djermanovic)

Chores

  • feb703b chore: upgrade to @eslint/js@9.16.0 (#19195) (Francesco Trotta)
  • df9bf95 chore: package.json update for @​eslint/js release (Jenkins)
  • f831893 chore: add type for ignoreComputedKeys option of sort-keys (#19184) (Tanuj Kanti)
  • 3afb8a1 chore: update dependency @​eslint/json to ^0.8.0 (#19177) (Milos Djermanovic)
  • 1f77c53 chore: add repository.directory property to package.json (#19165) (루밀LuMir)
  • d460594 chore: update dependency @​arethetypeswrong/cli to ^0.17.0 (#19147) (renovate[bot])
  • 45cd4ea refactor: update default options in rules (#19136) (Milos Djermanovic)

v9.15.0

Features

  • 01557ce feat: Implement Language#normalizeLanguageOptions() (#19104) (Nicholas C. Zakas)
  • 2edc0e2 feat: add meta.defaultOptions (#17656) (Josh Goldberg ✨)
  • bdec50e feat: fix no-useless-computed-key false negative with __proto__ (#19123) (Milos Djermanovic)
  • 3087c9e feat: add meta object to @eslint/js plugin (#19095) (Francesco Trotta)

Bug Fixes

  • fd33f13 fix: update types for no-restricted-imports rule (#19060) (Nitin Kumar)
  • bd35098 fix: switch away from Node.js node:assert and AssertionError (#19082) (Josh Goldberg ✨)
  • 9db5b15 fix: unsafe report for no-lonely-if (#19087) (Abraham Guo)
  • 68fa497 fix: ignore files on a different drive on Windows (#19069) (Francesco Trotta)
  • 4ce625a fix: upgrade @​humanwhocodes/retry@​0.4.1 to avoid debug logs (#19102) (Milos Djermanovic)

Documentation

  • d927920 docs: fix styles in no-js mode (#18916) (Tanuj Kanti)
  • 09bc2a8 docs: Update README (GitHub Actions Bot)
  • 39089c8 docs: add no-useless-computed-key examples with object patterns (#19109) (Milos Djermanovic)
  • 895c60f docs: add missing messageId property and suggestion properties (#19122) (fnx)
  • 298625e docs: Change CLI -c to use flat config (#19103) (Nicholas C. Zakas)
  • 522d8a3 docs: add deprecation on indent, quotes and semi rule types (#19090) (Marco Pasqualetti)

Chores

  • 2967d91 chore: upgrade @​eslint/js@​9.15.0 (#19133) (Milos Djermanovic)
  • b441bee chore: package.json update for @​eslint/js release (Jenkins)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.16.0 - November 29, 2024

  • feb703b chore: upgrade to @eslint/js@9.16.0 (#19195) (Francesco Trotta)
  • df9bf95 chore: package.json update for @​eslint/js release (Jenkins)
  • 9eefc8f docs: fix typos in use-isnan (#19190) (루밀LuMir)
  • 0c8cea8 docs: switch the order of words in no-unreachable (#19189) (루밀LuMir)
  • 0c19417 docs: add missing backtick to no-async-promise-executor (#19188) (루밀LuMir)
  • 8df9276 docs: add backtick in -0 in description of no-compare-neg-zero (#19186) (루밀LuMir)
  • 7e16e3f docs: fix caseSensitive option's title of sort-keys (#19183) (Tanuj Kanti)
  • f831893 chore: add type for ignoreComputedKeys option of sort-keys (#19184) (Tanuj Kanti)
  • 8f70eb1 feat: Add ignoreComputedKeys option in sort-keys rule (#19162) (Milos Djermanovic)
  • 0c6b842 docs: fix typos in migration-guide.md (#19180) (루밀LuMir)
  • 353266e docs: fix a typo in debug.md (#19179) (루밀LuMir)
  • 3afb8a1 chore: update dependency @​eslint/json to ^0.8.0 (#19177) (Milos Djermanovic)
  • 5ff318a docs: delete unnecessary horizontal rule(---) in nodejs-api (#19175) (루밀LuMir)
  • 576bcc5 docs: mark more rules as handled by TypeScript (#19164) (Tanuj Kanti)
  • 1f77c53 chore: add repository.directory property to package.json (#19165) (루밀LuMir)
  • d460594 chore: update dependency @​arethetypeswrong/cli to ^0.17.0 (#19147) (renovate[bot])
  • 45cd4ea refactor: update default options in rules (#19136) (Milos Djermanovic)
  • 742d054 docs: note that no-restricted-syntax can be used with any language (#19148) (Milos Djermanovic)

v9.15.0 - November 15, 2024

  • 2967d91 chore: upgrade @​eslint/js@​9.15.0 (#19133) (Milos Djermanovic)
  • b441bee chore: package.json update for @​eslint/js release (Jenkins)
  • 7d6bf4a chore: upgrade @​eslint/core@​0.9.0 (#19131) (Milos Djermanovic)
  • 01557ce feat: Implement Language#normalizeLanguageOptions() (#19104) (Nicholas C. Zakas)
  • 902e707 chore: upgrade @​eslint/plugin-kit@​0.2.3 (#19130) (Milos Djermanovic)
  • 2edc0e2 feat: add meta.defaultOptions (#17656) (Josh Goldberg ✨)
  • fd33f13 fix: update types for no-restricted-imports rule (#19060) (Nitin Kumar)
  • 5ff6c1d chore: bump cross-spawn (#19125) (Ian Bobinac)
  • d927920 docs: fix styles in no-js mode (#18916) (Tanuj Kanti)
  • bdec50e feat: fix no-useless-computed-key false negative with __proto__ (#19123) (Milos Djermanovic)
  • 09bc2a8 docs: Update README (GitHub Actions Bot)
  • bd35098 fix: switch away from Node.js node:assert and AssertionError (#19082) (Josh Goldberg ✨)
  • 39089c8 docs: add no-useless-computed-key examples with object patterns (#19109) (Milos Djermanovic)
  • 895c60f docs: add missing messageId property and suggestion properties (#19122) (fnx)
  • cceccc7 chore: update dependency @​eslint/json to ^0.6.0 (#19117) (renovate[bot])
  • 0da3f73 chore: update algolia referrer (#19114) (Strek)
  • 9db5b15 fix: unsafe report for no-lonely-if (#19087) (Abraham Guo)
  • 68fa497 fix: ignore files on a different drive on Windows (#19069) (Francesco Trotta)
  • 4f08332 ci: unpin trunk-io/trunk-action (#19108) (Francesco Trotta)
  • 3087c9e feat: add meta object to @eslint/js plugin (#19095) (Francesco Trotta)
  • 298625e docs: Change CLI -c to use flat config (#19103) (Nicholas C. Zakas)
  • 4ce625a fix: upgrade @​humanwhocodes/retry@​0.4.1 to avoid debug logs (#19102) (Milos Djermanovic)
  • 522d8a3 docs: add deprecation on indent, quotes and semi rule types (#19090) (Marco Pasqualetti)
  • 6b75683 perf: optimize text-table by replacing regex with trimEnd (#19061) (Nitin Kumar)

v9.14.0 - November 1, 2024

... (truncated)

Commits
  • cbf7db0 9.16.0
  • 715ba8b Build: changelog update for 9.16.0
  • feb703b chore: upgrade to @eslint/js@9.16.0 (#19195)
  • df9bf95 chore: package.json update for @​eslint/js release
  • 9eefc8f docs: fix typos in use-isnan (#19190)
  • 0c8cea8 docs: switch the order of words in no-unreachable (#19189)
  • 0c19417 docs: add missing backtick to no-async-promise-executor (#19188)
  • 8df9276 docs: add backtick in -0 in description of no-compare-neg-zero (#19186)
  • 7e16e3f docs: fix caseSensitive option's title of sort-keys (#19183)
  • f831893 chore: add type for ignoreComputedKeys option of sort-keys (#19184)
  • Additional commits viewable in compare view

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 from version 8.57.1 to 9.16.0 in the frontend package.json.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 3, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 3, 2024

Dependabot tried to add @drosetti as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/khulnasoft/ThreatMatrix/pulls/184/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the khulnasoft/ThreatMatrix repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request

Copy link

sourcery-ai bot commented Dec 3, 2024

Reviewer's Guide by Sourcery

This PR updates the ESLint dependency in the frontend from version 8.57.1 to 9.16.0. The update includes several new features, bug fixes, and documentation improvements. The most notable changes include new options for existing rules and improvements to TypeScript handling.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Major version upgrade of ESLint with new features and improvements
  • Added ignoreComputedKeys option in sort-keys rule
  • Implemented Language#normalizeLanguageOptions()
  • Added meta.defaultOptions support
  • Fixed no-useless-computed-key rule false negative with proto
  • Added meta object to @eslint/js plugin
frontend/package.json
frontend/package-lock.json
Bug fixes and performance improvements
  • Fixed unsafe report for no-lonely-if
  • Fixed handling of files on different drives on Windows
  • Optimized text-table by replacing regex with trimEnd
  • Updated types for no-restricted-imports rule
frontend/package.json
frontend/package-lock.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.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a 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. You can also use
    this command to specify where the summary should be inserted.

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

Copy link

coderabbitai bot commented Dec 3, 2024

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.


🪧 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. (Experiment)
  • @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.

Copy link

@sourcery-ai sourcery-ai bot left a comment

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!

Copy link

deepsource-io bot commented Dec 3, 2024

Here's the code health analysis summary for commits 66983d2..fd73e9d. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource Python LogoPython✅ SuccessView Check ↗
DeepSource Docker LogoDocker✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

Copy link
Contributor

codiumai-pr-agent-free bot commented Dec 3, 2024

CI Failure Feedback 🧐

(Checks updated until commit fd73e9d)

Action: backend-tests

Failed stage: Startup script launch (Fast) [❌]

Failure summary:

The action failed due to a dependency resolution error during the npm installation process:

  • The npm install command encountered an ERESOLVE error, indicating a dependency conflict.
  • The conflict arose while resolving eslint-config-airbnb@19.0.4, which requires eslint versions
    ^7.32.0 || ^8.2.0.
  • The installed version of eslint was 9.16.0, which does not satisfy the peer dependency requirement
    of eslint-config-airbnb.
  • The error suggests fixing the upstream dependency conflict or using --force or --legacy-peer-deps to
    bypass the conflict.

  • Relevant error logs:
    1:  ##[group]Operating System
    2:  Ubuntu
    ...
    
    1895:  #12 6.534 Preparing to unpack .../19-libnl-genl-3-200_3.7.0-0.2+b1_amd64.deb ...
    1896:  #12 ...
    1897:  #14 [uwsgi frontend-build 4/5] RUN npm install npm@latest --location=global     && npm install     && PUBLIC_URL=/static/reactapp/ npm run build
    1898:  #14 2.900 
    1899:  #14 2.900 removed 33 packages, and changed 93 packages in 3s
    1900:  #14 2.900 
    1901:  #14 2.900 25 packages are looking for funding
    1902:  #14 2.900   run `npm fund` for details
    1903:  #14 4.905 npm error code ERESOLVE
    1904:  #14 4.905 npm error ERESOLVE could not resolve
    1905:  #14 4.905 npm error
    1906:  #14 4.905 npm error While resolving: eslint-config-airbnb@19.0.4
    1907:  #14 4.905 npm error Found: eslint@9.16.0
    1908:  #14 4.905 npm error node_modules/eslint
    1909:  #14 4.905 npm error   dev eslint@"^9.16.0" from the root project
    1910:  #14 4.905 npm error   peer eslint@"^7.5.0 || ^8.0.0 || ^9.0.0" from @babel/eslint-parser@7.25.9
    1911:  #14 4.905 npm error   node_modules/@babel/eslint-parser
    1912:  #14 4.905 npm error     @babel/eslint-parser@"^7.16.3" from eslint-config-react-app@7.0.1
    1913:  #14 4.905 npm error     node_modules/react-scripts/node_modules/eslint-config-react-app
    1914:  #14 4.905 npm error       eslint-config-react-app@"^7.0.1" from react-scripts@5.0.1
    1915:  #14 4.905 npm error       node_modules/react-scripts
    1916:  #14 4.905 npm error         react-scripts@"^5.0.1" from the root project
    1917:  #14 4.905 npm error   8 more (@eslint-community/eslint-utils, ...)
    1918:  #14 4.905 npm error
    1919:  #14 4.905 npm error Could not resolve dependency:
    1920:  #14 4.905 npm error peer eslint@"^7.32.0 || ^8.2.0" from eslint-config-airbnb@19.0.4
    1921:  #14 4.905 npm error node_modules/eslint-config-airbnb
    1922:  #14 4.905 npm error   dev eslint-config-airbnb@"^19.0.4" from the root project
    1923:  #14 4.905 npm error
    1924:  #14 4.905 npm error Conflicting peer dependency: eslint@8.57.1
    1925:  #14 4.905 npm error node_modules/eslint
    1926:  #14 4.905 npm error   peer eslint@"^7.32.0 || ^8.2.0" from eslint-config-airbnb@19.0.4
    1927:  #14 4.905 npm error   node_modules/eslint-config-airbnb
    1928:  #14 4.905 npm error     dev eslint-config-airbnb@"^19.0.4" from the root project
    1929:  #14 4.905 npm error
    1930:  #14 4.905 npm error Fix the upstream dependency conflict, or retry
    1931:  #14 4.905 npm error this command with --force or --legacy-peer-deps
    1932:  #14 4.905 npm error to accept an incorrect (and potentially broken) dependency resolution.
    1933:  #14 4.905 npm error
    1934:  #14 4.905 npm error
    1935:  #14 4.905 npm error For a full report see:
    1936:  #14 4.905 npm error /root/.npm/_logs/2024-12-10T06_15_39_730Z-eresolve-report.txt
    1937:  #14 4.905 npm error A complete log of this run can be found in: /root/.npm/_logs/2024-12-10T06_15_39_730Z-debug-0.log
    1938:  #14 ERROR: process "/bin/sh -c npm install npm@latest --location=global     && npm install     && PUBLIC_URL=/static/reactapp/ npm run build" did not complete successfully: exit code: 1
    ...
    
    1944:  #12 6.608 Selecting previously unselected package libsasl2-dev.
    1945:  #12 6.614 Preparing to unpack .../21-libsasl2-dev_2.1.28+dfsg-10_amd64.deb ...
    1946:  #12 6.616 Unpacking libsasl2-dev (2.1.28+dfsg-10) ...
    1947:  #12 6.671 Selecting previously unselected package libsbc1:amd64.
    1948:  #12 6.671 Preparing to unpack .../22-libsbc1_2.0-1_amd64.deb ...
    1949:  #12 CANCELED
    1950:  ------
    1951:  > [uwsgi frontend-build 4/5] RUN npm install npm@latest --location=global     && npm install     && PUBLIC_URL=/static/reactapp/ npm run build:
    1952:  failed to solve: process "/bin/sh -c npm install npm@latest --location=global     && npm install     && PUBLIC_URL=/static/reactapp/ npm run build" did not complete successfully: exit code: 1
    1953:  4.905 npm error     dev eslint-config-airbnb@"^19.0.4" from the root project
    1954:  4.905 npm error
    1955:  4.905 npm error Fix the upstream dependency conflict, or retry
    1956:  4.905 npm error this command with --force or --legacy-peer-deps
    1957:  4.905 npm error to accept an incorrect (and potentially broken) dependency resolution.
    1958:  4.905 npm error
    1959:  4.905 npm error
    1960:  4.905 npm error For a full report see:
    1961:  4.905 npm error /root/.npm/_logs/2024-12-10T06_15_39_730Z-eresolve-report.txt
    1962:  4.905 npm error A complete log of this run can be found in: /root/.npm/_logs/2024-12-10T06_15_39_730Z-debug-0.log
    1963:  ------
    1964:  ##[error]Process completed with exit code 17.
    1965:  ##[group]Run docker ps -a
    1966:  �[36;1mdocker ps -a�[0m
    1967:  �[36;1mdocker logs threatmatrix_uwsgi�[0m
    1968:  �[36;1mdocker logs threatmatrix_daphne�[0m
    1969:  shell: /usr/bin/bash -e {0}
    1970:  ##[endgroup]
    1971:  CONTAINER ID   IMAGE     COMMAND   CREATED   STATUS    PORTS     NAMES
    1972:  Error response from daemon: No such container: threatmatrix_uwsgi
    1973:  ##[error]Process completed with exit code 1.
    

    ✨ CI feedback usage guide:

    The CI feedback tool (/checks) automatically triggers when a PR has a failed check.
    The tool analyzes the failed checks and provides several feedbacks:

    • Failed stage
    • Failed test name
    • Failure summary
    • Relevant error logs

    In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:

    /checks "https://github.com/{repo_name}/actions/runs/{run_number}/job/{job_number}"
    

    where {repo_name} is the name of the repository, {run_number} is the run number of the failed check, and {job_number} is the job number of the failed check.

    Configuration options

    • enable_auto_checks_feedback - if set to true, the tool will automatically provide feedback when a check is failed. Default is true.
    • excluded_checks_list - a list of checks to exclude from the feedback, for example: ["check1", "check2"]. Default is an empty list.
    • enable_help_text - if set to true, the tool will provide a help message with the feedback. Default is true.
    • persistent_comment - if set to true, the tool will overwrite a previous checks comment with the new feedback. Default is true.
    • final_update_message - if persistent_comment is true and updating a previous checks message, the tool will also create a new message: "Persistent checks updated to latest commit". Default is true.

    See more information about the checks tool in the docs.

    Bumps [eslint](https://github.com/eslint/eslint) from 8.57.1 to 9.16.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.57.1...v9.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    @dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/develop/eslint-9.16.0 branch from c4e0a99 to fd73e9d Compare December 10, 2024 06:14
    @gitworkflows
    Copy link
    Contributor

    🎉 Snyk checks have passed. No issues have been found so far.

    security/snyk check is complete. No issues have been found. (View Details)

    @gitworkflows gitworkflows deleted the branch develop December 10, 2024 06:16
    Copy link
    Contributor Author

    dependabot bot commented on behalf of github Dec 10, 2024

    OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

    If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

    @dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/develop/eslint-9.16.0 branch December 10, 2024 06: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.

    1 participant