mikaelvesavuori / figmagic

Figmagic is the missing piece between DevOps and design: Generate design tokens, export graphics, and extract design token-driven React components from your Figma documents.
https://docs.figmagic.com
MIT License
808 stars 71 forks source link

[Snyk] Upgrade eslint from 7.16.0 to 7.17.0 #86

Closed mikaelvesavuori closed 3 years ago

mikaelvesavuori commented 3 years ago

Snyk has created this PR to upgrade eslint from 7.16.0 to 7.17.0.

merge advice :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.17.0 - 2021-01-02
    • e128e77 Update: check logical assignment in no-constant-condition (#13946) (Milos Djermanovic)
    • cc48713 Chore: refactor calculating range and loc in no-useless-escape (#13964) (Milos Djermanovic)
    • 535fe47 Update: use regexpp's default ecmaVersion in no-control-regex (#13969) (Milos Djermanovic)
    • 83e98cd Fix: use regexpp's default ecmaVersion in no-invalid-regexp (#13968) (Milos Djermanovic)
    • 7297363 Docs: fix examples for no-multi-str (#13966) (Milos Djermanovic)
    • 0649871 Update: add autofix to rule multiline-ternary (#13958) (薛定谔的猫)
    • f6e7e32 Fix: no-useless-escape wrong loc and fix with CRLF in template elements (#13953) (Milos Djermanovic)
    • 19c69c0 Fix: one-var shouldn't split declaration if it isn't in a statement list (#13959) (Milos Djermanovic)
    • e451b96 Docs: update build tool for webpack (#13962) (Sam Chen)
    • c3e9acc Chore: fix typos (#13960) (YeonJuan)
    • 7289ecf Sponsors: Sync README with website (ESLint Jenkins)
  • 7.16.0 - 2020-12-18
    • a62ad6f Update: fix false negative of no-extra-parens with NewExpression (#13930) (Milos Djermanovic)
    • f85b4c7 Fix: require-atomic-updates false positive across await (fixes #11954) (#13915) (buhi)
    • 301d0c0 Fix: no-constant-condition false positives with unary expressions (#13927) (Milos Djermanovic)
    • 555c128 Fix: false positive with await and ** in no-extra-parens (fixes #12739) (#13923) (Milos Djermanovic)
    • d93c935 Docs: update JSON Schema links (#13936) (Milos Djermanovic)
    • 8d0c93a Upgrade: table@6.0.4 (#13920) (Rouven Weßling)
    • 9247683 Docs: Remove for deleted npm run profile script (#13931) (Brandon Mills)
    • ab240d4 Fix: prefer-exponentiation-operator invalid autofix with await (#13924) (Milos Djermanovic)
    • dc76911 Chore: Add .pre-commit-hooks.yaml file (#13628) (Álvaro Mondéjar)
    • 2124e1b Docs: Fix wrong rule name (#13913) (noisyboy25)
    • 06b5809 Sponsors: Sync README with website (ESLint Jenkins)
    • 26fc12f Docs: Update README team and sponsors (ESLint Jenkins)
from eslint GitHub release notes
Commit messages
Package name: eslint
  • 896273f 7.17.0
  • be40eff Build: changelog update for 7.17.0
  • e128e77 Update: check logical assignment in no-constant-condition (#13946)
  • cc48713 Chore: refactor calculating range and loc in no-useless-escape (#13964)
  • 535fe47 Update: use regexpp's default ecmaVersion in no-control-regex (#13969)
  • 83e98cd Fix: use regexpp's default ecmaVersion in no-invalid-regexp (#13968)
  • 7297363 Docs: fix examples for no-multi-str (#13966)
  • 0649871 Update: add autofix to rule multiline-ternary (#13958)
  • f6e7e32 Fix: no-useless-escape wrong loc and fix with CRLF in template elements (#13953)
  • 19c69c0 Fix: one-var shouldn't split declaration if it isn't in a statement list (#13959)
  • e451b96 Docs: update build tool for webpack (#13962)
  • c3e9acc Chore: fix typos (#13960)
  • 7289ecf 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

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

codecov[bot] commented 3 years ago

Codecov Report

Merging #86 (257dd29) into master (aa61185) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #86   +/-   ##
=======================================
  Coverage   98.69%   98.69%           
=======================================
  Files         142      142           
  Lines        2376     2376           
  Branches      440      440           
=======================================
  Hits         2345     2345           
  Misses         29       29           
  Partials        2        2