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 from 8.34.0 to 8.38.0 #752

Closed

Conversation

lholmquist
Copy link
Member

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade eslint from 8.34.0 to 8.38.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 4 versions ahead of your current version.
  • The recommended version was released a month ago, on 2023-04-07.
Release notes
Package name: eslint
  • 8.38.0 - 2023-04-07

    Features

    • a1d561d feat: Move getDeclaredVariables and getAncestors to SourceCode (#17059) (Nicholas C. Zakas)

    Bug Fixes

    • 1c1ece2 fix: do not report on RegExp(...args) in require-unicode-regexp (#17037) (Francesco Trotta)

    Documentation

    • 7162d34 docs: Mention new config system is complete (#17068) (Nicholas C. Zakas)
    • 0fd6bb2 docs: Update README (GitHub Actions Bot)
    • c83531c docs: Update/remove external links, eg. point to eslint-community (#17061) (Pelle Wessman)
    • a3aa6f5 docs: Clarify no-div-regex rule docs (#17051) (Francesco Trotta)
    • b0f11cf docs: Update README (GitHub Actions Bot)
    • da8d52a docs: Update the second object instance for the "no-new" rule (#17020) (Ahmadou Waly NDIAYE)
    • 518130a docs: switch language based on current path (#16687) (Percy Ma)
    • 24206c4 docs: Update README (GitHub Actions Bot)

    Chores

    • 59ed060 chore: upgrade @ eslint/js@8.38.0 (#17069) (Milos Djermanovic)
    • 88c0898 chore: package.json update for @ eslint/js release (ESLint Jenkins)
    • cf682d2 refactor: simplify new-parens rule schema (#17060) (MHO)
    • 0dde022 ci: bump actions/add-to-project from 0.4.1 to 0.5.0 (#17055) (dependabot[bot])
  • 8.37.0 - 2023-03-28

    Features

    • b6ab8b2 feat: require-unicode-regexp add suggestions (#17007) (Josh Goldberg)
    • 10022b1 feat: Copy getScope() to SourceCode (#17004) (Nicholas C. Zakas)
    • 1665c02 feat: Use plugin metadata for flat config serialization (#16992) (Nicholas C. Zakas)
    • b3634f6 feat: docs license (#17010) (Samuel Roldan)
    • 892e6e5 feat: languageOptions.parser must be an object. (#16985) (Nicholas C. Zakas)

    Bug Fixes

    • 619f3fd fix: correctly handle null default config in RuleTester (#17023) (Brad Zacher)
    • 1fbf118 fix: getFirstToken/getLastToken on comment-only node (#16889) (Francesco Trotta)
    • 129e252 fix: Fix typo in logical-assignment-operators rule description (#17000) (Francesco Trotta)

    Documentation

    • 75339df docs: fix typos and missing info in id-match docs (#17029) (Ed Lucas)
    • ec2d830 docs: Fix typos in the semi rule docs (#17012) (Andrii Lundiak)
    • e39f28d docs: add back to top button (#16979) (Tanuj Kanti)
    • 721c717 docs: Custom Processors cleanup and expansion (#16838) (Ben Perlmutter)
    • d049f97 docs: 'How ESLint is Maintained' page (#16961) (Ben Perlmutter)
    • 5251a92 docs: Describe guard options for guard-for-in (#16986) (alope107)
    • 6157d81 docs: Add example to guard-for-in docs. (#16983) (alope107)
    • fd47998 docs: update Array.prototype.toSorted specification link (#16982) (Milos Djermanovic)
    • 3e1cf6b docs: Copy edits on Maintain ESLint docs (#16939) (Ben Perlmutter)

    Chores

    • c67f299 chore: upgrade @ eslint/js@8.37.0 (#17033) (Milos Djermanovic)
    • ee9ddbd chore: package.json update for @ eslint/js release (ESLint Jenkins)
    • dddb475 chore: upgrade @ eslint/eslintrc@2.0.2 (#17032) (Milos Djermanovic)
    • 522431e chore: upgrade espree@9.5.1 (#17031) (Milos Djermanovic)
    • f5f9a88 chore: upgrade eslint-visitor-keys@3.4.0 (#17030) (Milos Djermanovic)
    • 4dd8d52 ci: bump actions/stale from 7 to 8 (#17026) (dependabot[bot])
    • ad9dd6a chore: remove duplicate scss, (#17005) (Strek)
    • ada6a3e ci: unpin Node 19 (#16993) (Milos Djermanovic)
    • c3da975 chore: Remove triage label from template (#16990) (Nicholas C. Zakas)
    • 69bc0e2 ci: pin Node 19 to 19.7.0 (#16987) (Milos Djermanovic)
  • 8.36.0 - 2023-03-10
    Read more
  • 8.35.0 - 2023-02-26
    Read more
  • 8.34.0 - 2023-02-10
    Read more
from eslint GitHub release notes
Commit messages
Package name: eslint
  • 198e5fc 8.38.0
  • 7897c3b Build: changelog update for 8.38.0
  • 59ed060 chore: upgrade @ eslint/js@8.38.0 (#17069)
  • 88c0898 chore: package.json update for @ eslint/js release
  • 7162d34 docs: Mention new config system is complete (#17068)
  • a1d561d feat: Move getDeclaredVariables and getAncestors to SourceCode (#17059)
  • 0fd6bb2 docs: Update README
  • c83531c docs: Update/remove external links, eg. point to `eslint-community` (#17061)
  • cf682d2 refactor: simplify new-parens rule schema (#17060)
  • a3aa6f5 docs: Clarify `no-div-regex` rule docs (#17051)
  • 0dde022 ci: bump actions/add-to-project from 0.4.1 to 0.5.0 (#17055)
  • b0f11cf docs: Update README
  • da8d52a docs: Update the second object instance for the "no-new" rule (#17020)
  • 518130a docs: switch language based on current path (#16687)
  • 24206c4 docs: Update README
  • 1c1ece2 fix: do not report on `RegExp(...args)` in `require-unicode-regexp` (#17037)
  • 4c46fb3 8.37.0
  • 3413d34 Build: changelog update for 8.37.0
  • c67f299 chore: upgrade @ eslint/js@8.37.0 (#17033)
  • ee9ddbd chore: package.json update for @ eslint/js release
  • dddb475 chore: upgrade @ eslint/eslintrc@2.0.2 (#17032)
  • 522431e chore: upgrade espree@9.5.1 (#17031)
  • f5f9a88 chore: upgrade eslint-visitor-keys@3.4.0 (#17030)
  • 75339df docs: fix typos and missing info in id-match docs (#17029)

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

@coveralls
Copy link

Pull Request Test Coverage Report for Build 4954977901

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 98.473%

Totals Coverage Status
Change from base Build 4927264744: 0.0%
Covered Lines: 335
Relevant Lines: 335

💛 - Coveralls

@lholmquist lholmquist closed this May 15, 2023
@lholmquist lholmquist deleted the snyk-upgrade-79572033aeeb7eb6e9f124d436961384 branch May 15, 2023 14:25
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.

3 participants