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 7.32.0 to 8.12.0 #68

Closed

Conversation

howard-stytch
Copy link

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


Snyk has created this PR to upgrade eslint from 7.32.0 to 8.12.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.


Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 19 versions ahead of your current version.
  • The recommended version was released a month ago, on 2022-03-25.
Release notes
Package name: eslint
  • 8.12.0 - 2022-03-25

    Features

    • 685a67a feat: fix logic for top-level this in no-invalid-this and no-eval (#15712) (Milos Djermanovic)

    Chores

    • 18f5e05 chore: padding-line-between-statements remove useless additionalItems (#15706) (Martin Sadovy)
  • 8.11.0 - 2022-03-11

    Features

    • 800bd25 feat: add destructuredArrayIgnorePattern option in no-unused-vars (#15649) (Nitin Kumar)
    • 8933fe7 feat: Catch undefined and Boolean() in no-constant-condition (#15613) (Jordan Eldredge)
    • f90fd9d feat: Add ESLint favicon to the HTML report document (#15671) (Mahdi Hosseinzadeh)
    • 57b8a57 feat: valid-typeof always ban undefined (#15635) (Zzzen)

    Bug Fixes

    • 6814922 fix: escaping for square brackets in ignore patterns (#15666) (Milos Djermanovic)
    • c178ce7 fix: extend the autofix range in comma-dangle to ensure the last element (#15669) (Milos Djermanovic)

    Documentation

    • c481cec docs: add fast-eslint-8 to atom integrations (userguide) (#15695) (db developer)
    • d2255db docs: Add clarification about eslint-enable (#15680) (dosisod)
    • 8b9433c docs: add object pattern to first section of computed-property-spacing (#15679) (Milos Djermanovic)
    • de800c3 docs: link to minimatch docs added. (#15688) (Gaurav Tewari)
    • 8f675b1 docs: sort-imports add single named import example (#15675) (Arye Eidelman)

    Chores

  • 8.10.0 - 2022-02-25

    Features

    • 6e2c325 feat: Add ignoreOnInitialization option to no-shadow rule (#14963) (Soufiane Boutahlil)
    • 115cae5 feat: --debug prints time it takes to parse a file (#15609) (Bartek Iwańczuk)
    • 345e70d feat: Add onlyOneSimpleParam option to no-confusing-arrow rule (#15566) (Gautam Arora)

    Bug Fixes

    • cdc5802 fix: Avoid __dirname for built-in configs (#15616) (DoZerg)
    • ee7c5d1 fix: false positive in camelcase with combined properties (#15581) (Nitin Kumar)

    Documentation

    • 1005bd5 docs: update CLA information (#15630) (Nitin Kumar)
    • 5d65c3b docs: Fix typo in no-irregular-whitespace (#15634) (Ryota Sekiya)
    • b93af98 docs: add links between rules about whitespace around block curly braces (#15625) (Milos Djermanovic)
    • ebc0460 docs: update babel links (#15624) (Milos Djermanovic)

    Chores

  • 8.9.0 - 2022-02-12

    Features

    • 68f64a9 feat: update eslint-scope to ignore "use strict" directives in ES3 (#15595) (Milos Djermanovic)
    • db57639 feat: add es2016, es2018, es2019, and es2022 environments (#15587) (Milos Djermanovic)
    • 2dc38aa feat: fix bug with arrow function return types in function-paren-newline (#15541) (Milos Djermanovic)
    • 6f940c3 feat: Implement FlatRuleTester (#15519) (Nicholas C. Zakas)

    Documentation

    • 570a036 docs: add one-var example with for-loop initializer (#15596) (Milos Djermanovic)
    • 417191d docs: Remove the $ prefix in terminal commands (#15565) (Andreas Lewis)
    • 389ff34 docs: add missing Variable#scope property in the scope manager docs (#15571) (Milos Djermanovic)
    • f63795d docs: no-eval replace dead link with working one (#15568) (rasenplanscher)
    • 0383591 docs: Remove old Markdown issue template (#15556) (Brandon Mills)
    • a8dd5a2 docs: add 'when not to use it' section in no-duplicate-case docs (#15563) (Milos Djermanovic)
    • 1ad439e docs: add missed verb in docs (#15550) (Jeff Mosawy)

    Chores

  • 8.8.0 - 2022-01-28
    Read more
  • 8.7.0 - 2022-01-16
    Read more
  • 8.6.0 - 2021-12-31
    Read more
  • 8.5.0 - 2021-12-17
    Read more
  • 8.4.1 - 2021-12-07
    Read more
  • 8.4.0 - 2021-12-04
    Read more
  • 8.3.0 - 2021-11-21
  • 8.2.0 - 2021-11-05
  • 8.1.0 - 2021-10-22
  • 8.0.1 - 2021-10-14
  • 8.0.0 - 2021-10-09
  • 8.0.0-rc.0 - 2021-09-24
  • 8.0.0-beta.2 - 2021-09-10
  • 8.0.0-beta.1 - 2021-08-27
  • 8.0.0-beta.0 - 2021-08-15
  • 7.32.0 - 2021-07-30
from eslint GitHub release notes
Commit messages
Package name: eslint
  • 8bb5276 8.12.0
  • db108a8 Build: changelog update for 8.12.0
  • 685a67a feat: fix logic for top-level `this` in no-invalid-this and no-eval (#15712)
  • 18f5e05 chore: padding-line-between-statements remove useless `additionalItems` (#15706)
  • 76a235a 8.11.0
  • 89902e6 Build: changelog update for 8.11.0
  • 6814922 fix: escaping for square brackets in ignore patterns (#15666)
  • c481cec docs: add fast-eslint-8 to atom integrations (userguide) (#15695)
  • 800bd25 feat: add `destructuredArrayIgnorePattern` option in `no-unused-vars` (#15649)
  • 8933fe7 feat: Catch `undefined` and `Boolean()` in no-constant-condition (#15613)
  • d2255db docs: Add clarification about `eslint-enable` (#15680)
  • 385c9ad chore: rm trailing space in docs (#15689)
  • 83e5458 Sponsors: Sync README with website
  • f90fd9d feat: Add ESLint favicon to the HTML report document (#15671)
  • 8b9433c docs: add object pattern to first section of computed-property-spacing (#15679)
  • de800c3 docs: link to minimatch docs added. (#15688)
  • 57b8a57 feat: `valid-typeof` always ban `undefined` (#15635)
  • 8f675b1 docs: sort-imports add single named import example (#15675)
  • c178ce7 fix: extend the autofix range in comma-dangle to ensure the last element (#15669)
  • edb12e5 Sponsors: Sync README with website
  • 802c85c Sponsors: Sync README with website
  • f66890b 8.10.0
  • 2fe01f3 Build: changelog update for 8.10.0
  • cdc5802 fix: Avoid `__dirname` for built-in configs (#15616)

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

@vercel
Copy link

vercel bot commented Apr 27, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
stytch-nextjs-integration ✅ Ready (Inspect) Visit Preview Apr 27, 2022 at 8:11AM (UTC)

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