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.14.0 to 8.21.0 #56

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

Conversation

snyk-bot
Copy link

@snyk-bot snyk-bot commented Sep 3, 2022

Snyk has created this PR to upgrade eslint from 8.14.0 to 8.21.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 7 versions ahead of your current version.
  • The recommended version was released a month ago, on 2022-08-01.
Release notes
Package name: eslint
  • 8.21.0 - 2022-08-01

    Features

    • 7b43ea1 feat: Implement FlatESLint (#16149) (Nicholas C. Zakas)
    • 92bf49a feat: improve the key width calculation in key-spacing rule (#16154) (Nitin Kumar)
    • c461542 feat: add new allowLineSeparatedGroups option to the sort-keys rule (#16138) (Nitin Kumar)
    • 1cdcbca feat: add deprecation warnings for legacy API in RuleTester (#16063) (Nitin Kumar)

    Bug Fixes

    • 0396775 fix: lines-around-comment apply allowBlockStart for switch statements (#16153) (Nitin Kumar)

    Documentation

    • 2aadc93 docs: add anchors to headings inside docs content (#16134) (Strek)

    Chores

    • 8892511 chore: Upgrade to Espree 9.3.3 (#16173) (Brandon Mills)
    • 1233bee chore: switch to eslint-plugin-node's maintained fork (#16150) (唯然)
    • 97b95c0 chore: upgrade puppeteer v13 (#16151) (唯然)
  • 8.20.0 - 2022-07-16

    Features

    Bug Fixes

    • 30be0ed fix: no-warning-comments rule escapes special RegEx characters in terms (#16090) (Lachlan Hunt)
    • bfe5e88 fix: ignore spacing before ] and } in comma-spacing (#16113) (Milos Djermanovic)

    Documentation

    • 845c4f4 docs: Add website team details (#16115) (Nicholas C. Zakas)
    • 5a0dfdb docs: Link to blog post in no-constant-binary-expression (#16112) (Jordan Eldredge)
    • bc692a9 docs: remove install command (#16084) (Strek)
    • 49ca3f0 docs: don't show toc when content not found (#16095) (Amaresh S M)
    • ba19e3f docs: enhance 404 page UI (#16097) (Amaresh S M)
    • a75d3b4 docs: remove unused meta.docs.category field in working-with-rules page (#16109) (Brandon Scott)
    • cdc0206 docs: add formatters page edit link (#16094) (Amaresh S M)
    • 4d1ed22 docs: preselect default theme (#16098) (Strek)
    • 4b79612 docs: add missing correct/incorrect containers (#16087) (Milos Djermanovic)
    • 09f6acb docs: fix UI bug on rules index and details pages (#16082) (Deepshika S)
    • f5db264 docs: remove remaining duplicate rule descriptions (#16093) (Milos Djermanovic)
    • 32a6b2a docs: Add scroll behaviour smooth (#16056) (Amaresh S M)

    Chores

    • bbf8df4 chore: Mark autogenerated release blog post as draft (#16130) (Nicholas C. Zakas)
    • eee4306 chore: update internal lint dependencies (#16088) (Bryan Mishkin)
    • 9615a42 chore: update formatter examples template to avoid markdown lint error (#16085) (Milos Djermanovic)
    • 62541ed chore: fix markdown linting error (#16083) (唯然)
  • 8.19.0 - 2022-07-02
    Read more
  • 8.18.0 - 2022-06-17
    Read more
  • 8.17.0 - 2022-06-03
    Read more
  • 8.16.0 - 2022-05-20

    Features

    • cab0c22 feat: add Unicode flag suggestion in no-misleading-character-class (#15867) (Milos Djermanovic)
    • 38ae956 feat: check Unicode code point escapes in no-control-regex (#15862) (Milos Djermanovic)
    • ee69cd3 feat: Update global variables (#15871) (Sébastien Règne)

    Bug Fixes

    • 3f09aab fix: function-paren-newline crash on "new new Foo();" (#15850) (coderaiser)

    Documentation

    • 050d5f4 docs: Static further reading links (#15890) (Nicholas C. Zakas)
    • 36287c0 docs: fix absolute paths in related rules shortcode to work from /docs (#15892) (Milos Djermanovic)
    • 90b6990 docs: fix absolute links in rule macro to work from /docs (#15891) (Milos Djermanovic)
    • f437249 docs: Adjust docs site path prefix (#15889) (Nicholas C. Zakas)
    • 6e16025 docs: update 'Related Rules' and 'Further Reading' in remaining rules (#15884) (Milos Djermanovic)
    • 1d39f69 docs: remove confusing examples for no-mixed-operators (#15875) (Milos Djermanovic)
    • 3071d76 docs: Fix some grammar issues (#15837) (byodian)

    Chores

    • 1768d0d chore: upgrade @ eslint/[email protected] (#15903) (Milos Djermanovic)
    • c686e4c chore: Add deploy workflow for docs site (#15894) (Nicholas C. Zakas)
    • c7894cd chore: enable some rules from eslint-plugin-unicorn internally (#15878) (Bryan Mishkin)
    • ea65cb5 chore: upgrade eslint-plugin-eslint-plugin@^4.2.0 (#15882) (唯然)
    • cc29c69 chore: Upgrade official GitHub actions to latest versions (#15880) (Darius Dzien)
    • 5891c75 chore: Refactor rule docs format (#15869) (Nicholas C. Zakas)
  • 8.15.0 - 2022-05-06
    Read more
  • 8.14.0 - 2022-04-22
    Read more
from eslint GitHub release notes
Commit messages
Package name: eslint
  • 9c53ed4 8.21.0
  • fd404a5 Build: changelog update for 8.21.0
  • 7b43ea1 feat: Implement FlatESLint (#16149)
  • 8892511 chore: Upgrade to Espree 9.3.3 (#16173)
  • 92bf49a feat: improve the key width calculation in `key-spacing` rule (#16154)
  • c461542 feat: add new `allowLineSeparatedGroups` option to the `sort-keys` rule (#16138)
  • 1cdcbca feat: add deprecation warnings for legacy API in `RuleTester` (#16063)
  • 0396775 fix: lines-around-comment apply `allowBlockStart` for switch statements (#16153)
  • 2aadc93 docs: add anchors to headings inside docs content (#16134)
  • 1233bee chore: switch to eslint-plugin-node's maintained fork (#16150)
  • 97b95c0 chore: upgrade puppeteer v13 (#16151)
  • 0bcd225 8.20.0
  • 2a91fb6 Build: changelog update for 8.20.0
  • bbf8df4 chore: Mark autogenerated release blog post as draft (#16130)
  • 845c4f4 docs: Add website team details (#16115)
  • 5a0dfdb docs: Link to blog post in no-constant-binary-expression (#16112)
  • bc692a9 docs: remove install command (#16084)
  • 30be0ed fix: no-warning-comments rule escapes special RegEx characters in terms (#16090)
  • ca83178 feat: catch preprocess errors (#16105)
  • 49ca3f0 docs: don't show toc when content not found (#16095)
  • ba19e3f docs: enhance 404 page UI (#16097)
  • bfe5e88 fix: ignore spacing before `]` and `}` in comma-spacing (#16113)
  • a75d3b4 docs: remove unused meta.docs.category field in working-with-rules page (#16109)
  • cdc0206 docs: add formatters page edit link (#16094)

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

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Sep 3, 2022

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 5bfb3d8
Status: ✅  Deploy successful!
Preview URL: https://75d8eadd.measureland-test.pages.dev
Branch Preview URL: https://snyk-upgrade-6c44553e24c6f3b.measureland-test.pages.dev

View logs

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.

1 participant