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

[Snyk] Upgrade @eslint/js from 9.10.0 to 9.11.0 #153

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

JaredReisinger
Copy link
Owner

Snyk has created this PR to upgrade @eslint/js from 9.10.0 to 9.11.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 1 version ahead of your current version.
  • The recommended version was released 23 days ago, on 2024-09-20.
Release notes
Package name: @eslint/js
  • 9.11.0 - 2024-09-20

    Features

    • ec30c73 feat: add "eslint/universal" to export Linter (#18883) (唯然)
    • c591da6 feat: Add language to types (#18917) (Nicholas C. Zakas)
    • 492eb8f feat: limit the name given to ImportSpecifier in id-length (#18861) (Tanuj Kanti)
    • 19c6856 feat: Add no-useless-constructor suggestion (#18799) (Jordan Thomson)
    • a48f8c2 feat: add type FormatterFunction, update LoadedFormatter (#18872) (Francesco Trotta)

    Bug Fixes

    • 5e5f39b fix: add missing types for no-restricted-exports rule (#18914) (Kristóf Poduszló)
    • 8f630eb fix: add missing types for no-param-reassign options (#18906) (Kristóf Poduszló)
    • d715781 fix: add missing types for no-extra-boolean-cast options (#18902) (Kristóf Poduszló)
    • 2de5742 fix: add missing types for no-misleading-character-class options (#18905) (Kristóf Poduszló)
    • c153084 fix: add missing types for no-implicit-coercion options (#18903) (Kristóf Poduszló)
    • fa11b2e fix: add missing types for no-empty-function options (#18901) (Kristóf Poduszló)
    • a0deed1 fix: add missing types for camelcase options (#18897) (Kristóf Poduszló)

    Documentation

    • e4e5709 docs: correct prefer-object-has-own type definition comment (#18924) (Nitin Kumar)
    • 91cbd18 docs: add unicode abbreviations in no-irregular-whitespace rule (#18894) (Alix Royere)
    • 59cfc0f docs: clarify resultsMeta in LoadedFormatter type (#18881) (Milos Djermanovic)
    • adcc50d docs: Update README (GitHub Actions Bot)
    • 4edac1a docs: Update README (GitHub Actions Bot)

    Build Related

    • 959d360 build: Support updates to previous major versions (#18871) (Milos Djermanovic)

    Chores

    • ca21a64 chore: upgrade @ eslint/js@9.11.0 (#18927) (Milos Djermanovic)
    • a10f90a chore: package.json update for @ eslint/js release (Jenkins)
    • e4e02cc refactor: Extract processor logic into ProcessorService (#18818) (Nicholas C. Zakas)
    • 6d4484d chore: updates for v8.57.1 release (Jenkins)
    • 71f37c5 refactor: use optional chaining when validating config rules (#18893) (lucasrmendonca)
    • 2c2805f chore: Add PR note to all templates (#18892) (Nicholas C. Zakas)
    • 7b852ce refactor: use Directive class from @ eslint/plugin-kit (#18884) (Milos Djermanovic)
    • d594ddd chore: update dependency @ eslint/core to ^0.6.0 (#18863) (renovate[bot])
    • 78b2421 chore: Update change.yml (#18882) (Nicholas C. Zakas)
    • a416f0a chore: enable $ExpectType comments in .ts files (#18869) (Francesco Trotta)
  • 9.10.0 - 2024-09-06

    Features

    • 301b90d feat: Add types (#18854) (Nicholas C. Zakas)
    • bcf0df5 feat: limit namespace import identifier in id-length rule (#18849) (ChaedongIm)
    • 45c18e1 feat: add requireFlag option to require-unicode-regexp rule (#18836) (Brett Zamir)
    • 183b459 feat: add error message for duplicate flags in no-invalid-regexp (#18837) (Tanuj Kanti)
    • c69b406 feat: report duplicate allowed flags in no-invalid-regexp (#18754) (Tanuj Kanti)

    Documentation

    • bee0e7a docs: update README (#18865) (Milos Djermanovic)
    • 5d80b59 docs: specify that ruleId can be null in custom formatter docs (#18857) (Milos Djermanovic)
    • 156b1c3 docs: Update README (GitHub Actions Bot)
    • f6fdef9 docs: Update README (GitHub Actions Bot)
    • a20c870 docs: Update README (GitHub Actions Bot)
    • 90e699b docs: Update README (GitHub Actions Bot)

    Chores

    • 24c3ff7 chore: upgrade to @ eslint/js@9.10.0 (#18866) (Francesco Trotta)
    • 1ebdde1 chore: package.json update for @ eslint/js release (Jenkins)
    • e8fc5bd chore: update dependency @ eslint/core to ^0.5.0 (#18848) (renovate[bot])
    • 343f992 refactor: don't use node.value when removing unused directives (#18835) (Milos Djermanovic)
    • 3db18b0 refactor: Extract FileContext into class (#18831) (Nicholas C. Zakas)
    • 931d650 refactor: Use @ eslint/plugin-kit (#18822) (Nicholas C. Zakas)
    • ed5cf0c chore: update dependency @ eslint/json to ^0.4.0 (#18829) (Milos Djermanovic)
    • d1f0831 chore: added missing ids (#18817) (Strek)
    • ec92813 refactor: Config class (#18763) (Nicholas C. Zakas)
from @eslint/js GitHub release notes
Commit messages
Package name: @eslint/js
  • a10f90a chore: package.json update for @ eslint/js release
  • 5e5f39b fix: add missing types for `no-restricted-exports` rule (#18914)
  • e4e5709 docs: correct `prefer-object-has-own` type definition comment (#18924)
  • 8f630eb fix: add missing types for `no-param-reassign` options (#18906)
  • d715781 fix: add missing types for `no-extra-boolean-cast` options (#18902)
  • e4e02cc refactor: Extract processor logic into ProcessorService (#18818)
  • ec30c73 feat: add "eslint/universal" to export `Linter` (#18883)
  • c591da6 feat: Add language to types (#18917)
  • 91cbd18 docs: add unicode abbreviations in no-irregular-whitespace rule (#18894)
  • 959d360 build: Support updates to previous major versions (#18871)
  • 6d4484d chore: updates for v8.57.1 release
  • 492eb8f feat: limit the name given to `ImportSpecifier` in `id-length` (#18861)
  • 2de5742 fix: add missing types for `no-misleading-character-class` options (#18905)
  • c153084 fix: add missing types for `no-implicit-coercion` options (#18903)
  • 19c6856 feat: Add `no-useless-constructor` suggestion (#18799)
  • fa11b2e fix: add missing types for `no-empty-function` options (#18901)
  • a0deed1 fix: add missing types for `camelcase` options (#18897)
  • 71f37c5 refactor: use optional chaining when validating config rules (#18893)
  • 2c2805f chore: Add PR note to all templates (#18892)
  • 7b852ce refactor: use `Directive` class from `@ eslint/plugin-kit` (#18884)
  • a48f8c2 feat: add type `FormatterFunction`, update `LoadedFormatter` (#18872)
  • d594ddd chore: update dependency @ eslint/core to ^0.6.0 (#18863)
  • 59cfc0f docs: clarify `resultsMeta` in `LoadedFormatter` type (#18881)
  • 78b2421 chore: Update change.yml (#18882)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Copy link

codecov bot commented Oct 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.91%. Comparing base (5f3f0dd) to head (832161c).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #153      +/-   ##
==========================================
- Coverage   91.98%   90.91%   -1.08%     
==========================================
  Files          20       20              
  Lines        3358     3358              
  Branches      327      319       -8     
==========================================
- Hits         3089     3053      -36     
- Misses        269      304      +35     
- Partials        0        1       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants