RomanistHere / Measureland

An independent interactive encyclopedia of searching for accommodation. Community-driven and completely free (FOSS).
https://measureland.org/en/
GNU General Public License v3.0
23 stars 4 forks source link

[Snyk] Upgrade eslint from 8.14.0 to 8.17.0 #48

Closed RomanistHere closed 2 years ago

RomanistHere commented 2 years ago

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


Snyk has created this PR to upgrade eslint from 8.14.0 to 8.17.0.

![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=eslint&from_version=8.14.0&to_version=8.17.0&pr_id=236e1be6-03e1-413e-a596-c68877ee6904&visibility=true&has_feature_flag=false) :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.
- The recommended version is **3 versions** ahead of your current version. - The recommended version was released **22 days ago**, on 2022-06-03.
Release notes
Package name: eslint
  • 8.17.0 - 2022-06-03

    Features

    • 55319e1 feat: fix indent bug with semicolon-first style (#15951) (Milos Djermanovic)
    • f6d7920 feat: add allowNamedExports option to no-use-before-define (#15953) (Milos Djermanovic)

    Bug Fixes

    Documentation

    • b915018 docs: Update website UI to latest (#15944) (Nicholas C. Zakas)
    • f0bb609 docs: Update Exponentiation operator MDN link (#15960) (Pranjal Jain)
    • baa0153 docs: Use correct past tense "left" instead of "leaved" (#15950) (Frederik Braun)
    • 1351a9b docs: Add Resources section to rule pages (#15901) (Nicholas C. Zakas)
    • 68cf0fb docs: cleanup typos (#15936) (Nick Schonning)
    • 13b62ae docs: use-dart-sass instead of node-sass (#15912) (Deepshika S)
    • c81c5d6 docs: add social media links (#15920) (Deepshika S)
    • 0d6a50b docs: fix openjs link (#15917) (Amaresh S M)
    • 54910f5 docs: display version in mobile view (#15909) (Amaresh S M)

    Chores

    • da694b9 chore: avoid theme flashes (#15927) (Strek)
    • f836743 chore: Use build hook for docs deploy (#15945) (Nicholas C. Zakas)
    • ce035e5 test: cleanup typos (#15937) (Nick Schonning)
    • 10249ad chore: use addEventListener instead of addListener (#15923) (Amaresh S M)
    • 5f5c1fb chore: lint eleventy config file (#15904) (Milos Djermanovic)
    • 8513d37 chore: update Rule typedefs (#15915) (Milos Djermanovic)
    • 55534f1 test: ensure no-restricted-imports works with NodeJS imports (#15907) (Nick Mazuk)
  • 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/eslintrc@1.3.0 (#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

    Features

    • ab6363d feat: Add rule no-constant-binary-expression (#15296) (Jordan Eldredge)

    Bug Fixes

    • 35fa1dd fix: allow project paths to have URL-encoded characters (#15795) (Milos Djermanovic)
    • 413f1d5 fix: update astUtils.isDirectiveComment with globals and exported (#15775) (Milos Djermanovic)

    Build Related

    Chores

    • 735458c chore: add static frontmatter to no-constant-binary-expression docs (#15798) (Milos Djermanovic)
    • db28f2c chore: Add static frontmatter to docs (#15782) (Nicholas C. Zakas)
    • 3bca59e chore: markdownlint autofix on commit (#15783) (Nicholas C. Zakas)
from eslint GitHub release notes
Commit messages
Package name: eslint
  • a5ad138 8.17.0
  • 4df896f Build: changelog update for 8.17.0
  • b915018 docs: Update website UI to latest (#15944)
  • 55319e1 feat: fix indent bug with semicolon-first style (#15951)
  • f6d7920 feat: add `allowNamedExports` option to no-use-before-define (#15953)
  • f0bb609 docs: Update Exponentiation operator MDN link (#15960)
  • da694b9 chore: avoid theme flashes (#15927)
  • baa0153 docs: Use correct past tense "left" instead of "leaved" (#15950)
  • 001b2a1 Sponsors: Sync README with website
  • f836743 chore: Use build hook for docs deploy (#15945)
  • ce035e5 test: cleanup typos (#15937)
  • 1351a9b docs: Add Resources section to rule pages (#15901)
  • 68cf0fb docs: cleanup typos (#15936)
  • 54c0953 fix: cleanup typos (#15939)
  • 845a7af fix: typo ocatal -> octal (#15940)
  • 10249ad chore: use addEventListener instead of addListener (#15923)
  • 5f5c1fb chore: lint eleventy config file (#15904)
  • 8513d37 chore: update Rule typedefs (#15915)
  • 13b62ae docs: use-dart-sass instead of node-sass (#15912)
  • c81c5d6 docs: add social media links (#15920)
  • 0d6a50b docs: fix openjs link (#15917)
  • 54910f5 docs: display version in mobile view (#15909)
  • 55534f1 test: ensure no-restricted-imports works with NodeJS imports (#15907)
  • 901ce0f 8.16.0
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](https://app.snyk.io/org/romanisthere/project/c9a70d08-a837-4a89-8b1f-1f3aef9a3837?utm_source=github&utm_medium=referral&page=upgrade-pr) 🛠 [Adjust upgrade PR settings](https://app.snyk.io/org/romanisthere/project/c9a70d08-a837-4a89-8b1f-1f3aef9a3837/settings/integration?utm_source=github&utm_medium=referral&page=upgrade-pr) 🔕 [Ignore this dependency or unsubscribe from future upgrade PRs](https://app.snyk.io/org/romanisthere/project/c9a70d08-a837-4a89-8b1f-1f3aef9a3837/settings/integration?pkg=eslint&utm_source=github&utm_medium=referral&page=upgrade-pr#auto-dep-upgrades)
cloudflare-pages[bot] commented 2 years ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 975ef78
Status: ✅  Deploy successful!
Preview URL: https://b5e5474a.measureland-test.pages.dev
Branch Preview URL: https://snyk-upgrade-d44c5fda53ccbf6.measureland-test.pages.dev

View logs