cmv / cmv-app

CMV - The Configurable Map Viewer - A community supported open source mapping framework built with the Esri JavaScript API and the Dojo Toolkit
https://demo.cmv.io/
MIT License
323 stars 278 forks source link

[Snyk] Upgrade eslint from 7.7.0 to 7.8.0 #964

Closed snyk-bot closed 3 years ago

snyk-bot commented 3 years ago

Snyk has created this PR to upgrade eslint from 7.7.0 to 7.8.0.

:information_source: 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.


Release notes
Package name: eslint
  • 7.8.0 - 2020-08-31
    • 58abd93 Update: support logical assignments in code path analysis (refs #13569) (#13612) (Milos Djermanovic)
    • db7488e Update: support logical assignments in core rules (refs #13569) (#13618) (Milos Djermanovic)
    • 3729219 Docs: Update Step 1 of Development Environment documentation (klkhan)
    • a320324 Chore: Test formatted integers in no-dupe-keys (refs #13568) (#13626) (Brandon Mills)
    • 88a9ade Update: add es2021 environment (refs #13602) (#13603) (Milos Djermanovic)
    • 0003dc0 Update: support numeric separators (refs #13568) (#13581) (Milos Djermanovic)
    • 96b11a0 Update: Add exceptionPatterns to id-length rule (fixes #13094) (#13576) (sodam)
    • 3439fea Update: support numeric-separator in no-loss-of-precision (refs #13568) (#13574) (Anix)
    • ed64767 Update: add comment to message in no-warning-comments (fixes #12327) (#13522) (Anix)
    • e60ec07 Sponsors: Sync README with website (ESLint Jenkins)
    • 483bf7f Docs: fix examples in object-curly-newline (#13605) (Soobin Bak)
    • 1c35d57 Docs: Remove stale Keybase 2FA instructions (#13622) (Brandon Mills)
    • 82669fa Chore: Extract some functionality to eslintrc (refs #13481) (#13613) (Nicholas C. Zakas)
    • 4111d21 Docs: Fix typo and missing article before noun in docs (#13611) (Patrice Sandhu)
    • 091e52a Upgrade: espree@7.3.0 (refs #13568) (#13609) (Kai Cataldo)
    • 05074fb Sponsors: Sync README with website (ESLint Jenkins)
    • bdb65ec Chore: add 3rd party parsers in BUG_REPORT template (#13606) (YeonJuan)
    • f954476 Chore: add common 3rd party parsers to issue template (#13596) (Kai Cataldo)
    • 2bee6d2 Chore: Mark config-related files (refs #13481) (#13597) (Nicholas C. Zakas)
    • 66442a9 Update: Add no-magic-numbers 'ignoreDefaultValues' option (#12611) (Dieter Luypaert)
    • b487164 Docs: add exponentiation operators to operator-assignment documentation (#13577) (Milos Djermanovic)
    • 2f27836 Sponsors: Sync README with website (ESLint Jenkins)
    • 60eafc1 Sponsors: Sync README with website (ESLint Jenkins)
  • 7.7.0 - 2020-08-14
    • b46f3ee Update: allowFunctionParams option in no-underscore-dangle (fixes 12579) (#13545) (Sunghyun Cho)
    • 26aa245 Docs: clarify "case" specifier in padding-line-between-statements (#13562) (Milos Djermanovic)
    • 082891c Docs: Update semantic versioning policy (#13563) (Nicholas C. Zakas)
    • 4e0b672 Fix: revert "Update: disallow multiple options in comma-dangle schema" (#13564) (Kai Cataldo)
    • 254990e Fix: indent for async arrow functions (fixes #13497) (#13544) (Anix)
    • 28ca339 Sponsors: Sync README with website (ESLint Jenkins)
    • 2e4158d Sponsors: Sync README with website (ESLint Jenkins)
    • 488d159 Sponsors: Sync README with website (ESLint Jenkins)
    • c44306e Sponsors: Sync README with website (ESLint Jenkins)
    • 6677180 Sponsors: Sync README with website (ESLint Jenkins)
    • 07db7b8 Sponsors: Sync README with website (ESLint Jenkins)
    • d4ce4d3 Sponsors: Sync README with website (ESLint Jenkins)
    • 284e954 Sponsors: Sync README with website (ESLint Jenkins)
    • ae9b54e Sponsors: Sync README with website (ESLint Jenkins)
    • 9124a15 Chore: remove leche (fixes #13287) (#13533) (Mark de Dios)
    • 5c4c7f5 Sponsors: Sync README with website (ESLint Jenkins)
    • 48d8ec8 Sponsors: Sync README with website (ESLint Jenkins)
from eslint GitHub release notes
Commit messages
Package name: eslint
  • 9250ab3 7.8.0
  • 9b5b279 Build: changelog update for 7.8.0
  • 58abd93 Update: support logical assignments in code path analysis (refs #13569) (#13612)
  • db7488e Update: support logical assignments in core rules (refs #13569) (#13618)
  • 3729219 Docs: Update Step 1 of Development Environment documentation
  • a320324 Chore: Test formatted integers in no-dupe-keys (refs #13568) (#13626)
  • 88a9ade Update: add es2021 environment (refs #13602) (#13603)
  • 0003dc0 Update: support numeric separators (refs #13568) (#13581)
  • 96b11a0 Update: Add exceptionPatterns to id-length rule (fixes #13094) (#13576)
  • 3439fea Update: support numeric-separator in no-loss-of-precision (refs #13568) (#13574)
  • ed64767 Update: add comment to message in no-warning-comments (fixes #12327) (#13522)
  • e60ec07 Sponsors: Sync README with website
  • 483bf7f Docs: fix examples in object-curly-newline (#13605)
  • 1c35d57 Docs: Remove stale Keybase 2FA instructions (#13622)
  • 82669fa Chore: Extract some functionality to eslintrc (refs #13481) (#13613)
  • 4111d21 Docs: Fix typo and missing article before noun in docs (#13611)
  • 091e52a Upgrade: espree@7.3.0 (refs #13568) (#13609)
  • 05074fb Sponsors: Sync README with website
  • bdb65ec Chore: add 3rd party parsers in BUG_REPORT template (#13606)
  • f954476 Chore: add common 3rd party parsers to issue template (#13596)
  • 2bee6d2 Chore: Mark config-related files (refs #13481) (#13597)
  • 66442a9 Update: Add no-magic-numbers 'ignoreDefaultValues' option (#12611)
  • b487164 Docs: add exponentiation operators to operator-assignment documentation (#13577)
  • 2f27836 Sponsors: Sync README with website
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