hexojs / hexo-renderer-less

Less renderer for Hexo.
https://hexo.io/
MIT License
14 stars 10 forks source link

chore(deps-dev): bump eslint from 7.32.0 to 8.0.0 #67

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps eslint from 7.32.0 to 8.0.0.

Release notes

Sourced from eslint's releases.

v8.0.0

  • 7d3f7f0 Upgrade: unfrozen @​eslint/eslintrc (fixes #15036) (#15146) (Brandon Mills)
  • 2174a6f Fix: require-atomic-updates property assignment message (fixes #15076) (#15109) (Milos Djermanovic)
  • f885fe0 Docs: add note and example for extending the range of fix (refs #13706) (#13748) (Milos Djermanovic)
  • 3da1509 Docs: Add jsdoc type annotation to sample rule (#15085) (Bryan Mishkin)
  • 68a49a9 Docs: Update Rollup Integrations (#15142) (xiaohai)
  • d867f81 Docs: Remove a dot from curly link (#15128) (Mauro Murru)
  • 9f8b919 Sponsors: Sync README with website (ESLint Jenkins)
  • 4b08f29 Sponsors: Sync README with website (ESLint Jenkins)
  • ebc1ba1 Sponsors: Sync README with website (ESLint Jenkins)
  • 2d654f1 Docs: add example .eslintrc.json (#15087) (Nicolas Mattia)
  • 16034f0 Docs: fix fixable example (#15107) (QiChang Li)
  • 07175b8 8.0.0-rc.0 (ESLint Jenkins)
  • 71faa38 Build: changelog update for 8.0.0-rc.0 (ESLint Jenkins)
  • 67c0074 Update: Suggest missing rule in flat config (fixes #14027) (#15074) (Nicholas C. Zakas)
  • cf34e5c Update: space-before-blocks ignore after switch colons (fixes #15082) (#15093) (Milos Djermanovic)
  • c9efb5f Fix: preserve formatting when rules are removed from disable directives (#15081) (Milos Djermanovic)
  • 14a4739 Update: no-new-func rule catching eval case of MemberExpression (#14860) (Mojtaba Samimi)
  • 7f2346b Docs: Update release blog post template (#15094) (Nicholas C. Zakas)
  • fabdf8a Chore: Remove target.all from Makefile.js (#15088) (Hirotaka Tagawa / wafuwafu13)
  • e3cd141 Sponsors: Sync README with website (ESLint Jenkins)
  • 05d7140 Chore: document target global in Makefile.js (#15084) (Hirotaka Tagawa / wafuwafu13)
  • 0a1a850 Update: include ruleId in error logs (fixes #15037) (#15053) (Ari Perkkiö)
  • 47be800 Chore: test Property > .key with { a = 1 } pattern (fixes #14799) (#15072) (Milos Djermanovic)
  • a744dfa Docs: Update CLA info (#15058) (Brian Warner)
  • 9fb0f70 Chore: fix bug report template (#15061) (Milos Djermanovic)
  • f87e199 Chore: Cleanup issue templates (#15039) (Nicholas C. Zakas)
  • 660f075 8.0.0-beta.2 (ESLint Jenkins)
  • d148ffd Build: changelog update for 8.0.0-beta.2 (ESLint Jenkins)
  • 9e5c2e8 Upgrade: @​eslint/eslintrc@​1.0.1 (#15047) (Milos Djermanovic)
  • 7cf96cf Breaking: Disallow reserved words in ES3 (fixes #15017) (#15046) (Milos Djermanovic)
  • 88a3952 Update: support class fields in the complexity rule (refs #14857) (#14957) (Milos Djermanovic)
  • 9bd3d87 Fix: semicolon-less style in lines-between-class-members (refs #14857) (#15045) (Milos Djermanovic)
  • 6d1ccb6 Update: enforceForClassFields in class-methods-use-this (refs #14857) (#15018) (YeonJuan)
  • 91e82f5 Docs: LintMessage.line and column are possibly undefined (#15032) (Brandon Mills)
  • 921ba1e Chore: fix failing cli test (#15041) (Milos Djermanovic)
  • dd56631 Docs: remove duplicate code path analysis document (#15033) (Milos Djermanovic)
  • 143a598 Chore: Switch issues to use forms (#15024) (Nicholas C. Zakas)
  • f966fe6 Fix: Update semi for class-fields (refs #14857) (#14945) (Nicholas C. Zakas)
  • 8c61f5a Docs: add info about non-capturing groups to prefer-named-capture-group (#15009) (Andrzej Wódkiewicz)
  • dd10937 Update: added ignoreExpressions option to max-classes-per-file (#15000) (Josh Goldberg)
  • e9764f3 Fix: no-undef-init should not apply to class fields (refs #14857) (#14994) (Milos Djermanovic)
  • 4338b74 Docs: add no-dupe-class-members examples with class fields (refs #14857) (#15005) (Milos Djermanovic)
  • b4232d4 Chore: Add test that deprecated rules display a deprecated notice (#14989) (TagawaHirotaka)
  • 88b4e3d Docs: Make clear how rule options are overridden (fixes #14962) (#14976) (Jake Ob)
  • 4165c7f Docs: Clarify Linter vs ESLint in node.js api docs (fixes #14953) (#14995) (Brian Bartels)
  • 80cfb8f Docs: fix typo in migration guide (#14985) (Nitin Kumar)
  • 1ddc955 8.0.0-beta.1 (ESLint Jenkins)
  • 95cc61e Build: changelog update for 8.0.0-beta.1 (ESLint Jenkins)
  • 05ca24c Update: Code path analysis for class fields (fixes #14343) (#14886) (Nicholas C. Zakas)

... (truncated)

Changelog

Sourced from eslint's changelog.

v8.0.0 - October 9, 2021

  • 7d3f7f0 Upgrade: unfrozen @​eslint/eslintrc (fixes #15036) (#15146) (Brandon Mills)
  • 2174a6f Fix: require-atomic-updates property assignment message (fixes #15076) (#15109) (Milos Djermanovic)
  • f885fe0 Docs: add note and example for extending the range of fix (refs #13706) (#13748) (Milos Djermanovic)
  • 3da1509 Docs: Add jsdoc type annotation to sample rule (#15085) (Bryan Mishkin)
  • 68a49a9 Docs: Update Rollup Integrations (#15142) (xiaohai)
  • d867f81 Docs: Remove a dot from curly link (#15128) (Mauro Murru)
  • 9f8b919 Sponsors: Sync README with website (ESLint Jenkins)
  • 4b08f29 Sponsors: Sync README with website (ESLint Jenkins)
  • ebc1ba1 Sponsors: Sync README with website (ESLint Jenkins)
  • 2d654f1 Docs: add example .eslintrc.json (#15087) (Nicolas Mattia)
  • 16034f0 Docs: fix fixable example (#15107) (QiChang Li)
  • 07175b8 8.0.0-rc.0 (ESLint Jenkins)
  • 71faa38 Build: changelog update for 8.0.0-rc.0 (ESLint Jenkins)
  • 67c0074 Update: Suggest missing rule in flat config (fixes #14027) (#15074) (Nicholas C. Zakas)
  • cf34e5c Update: space-before-blocks ignore after switch colons (fixes #15082) (#15093) (Milos Djermanovic)
  • c9efb5f Fix: preserve formatting when rules are removed from disable directives (#15081) (Milos Djermanovic)
  • 14a4739 Update: no-new-func rule catching eval case of MemberExpression (#14860) (Mojtaba Samimi)
  • 7f2346b Docs: Update release blog post template (#15094) (Nicholas C. Zakas)
  • fabdf8a Chore: Remove target.all from Makefile.js (#15088) (Hirotaka Tagawa / wafuwafu13)
  • e3cd141 Sponsors: Sync README with website (ESLint Jenkins)
  • 05d7140 Chore: document target global in Makefile.js (#15084) (Hirotaka Tagawa / wafuwafu13)
  • 0a1a850 Update: include ruleId in error logs (fixes #15037) (#15053) (Ari Perkkiö)
  • 47be800 Chore: test Property > .key with { a = 1 } pattern (fixes #14799) (#15072) (Milos Djermanovic)
  • a744dfa Docs: Update CLA info (#15058) (Brian Warner)
  • 9fb0f70 Chore: fix bug report template (#15061) (Milos Djermanovic)
  • f87e199 Chore: Cleanup issue templates (#15039) (Nicholas C. Zakas)
  • 660f075 8.0.0-beta.2 (ESLint Jenkins)
  • d148ffd Build: changelog update for 8.0.0-beta.2 (ESLint Jenkins)
  • 9e5c2e8 Upgrade: @​eslint/eslintrc@​1.0.1 (#15047) (Milos Djermanovic)
  • 7cf96cf Breaking: Disallow reserved words in ES3 (fixes #15017) (#15046) (Milos Djermanovic)
  • 88a3952 Update: support class fields in the complexity rule (refs #14857) (#14957) (Milos Djermanovic)
  • 9bd3d87 Fix: semicolon-less style in lines-between-class-members (refs #14857) (#15045) (Milos Djermanovic)
  • 6d1ccb6 Update: enforceForClassFields in class-methods-use-this (refs #14857) (#15018) (YeonJuan)
  • 91e82f5 Docs: LintMessage.line and column are possibly undefined (#15032) (Brandon Mills)
  • 921ba1e Chore: fix failing cli test (#15041) (Milos Djermanovic)
  • dd56631 Docs: remove duplicate code path analysis document (#15033) (Milos Djermanovic)
  • 143a598 Chore: Switch issues to use forms (#15024) (Nicholas C. Zakas)
  • f966fe6 Fix: Update semi for class-fields (refs #14857) (#14945) (Nicholas C. Zakas)
  • 8c61f5a Docs: add info about non-capturing groups to prefer-named-capture-group (#15009) (Andrzej Wódkiewicz)
  • dd10937 Update: added ignoreExpressions option to max-classes-per-file (#15000) (Josh Goldberg)
  • e9764f3 Fix: no-undef-init should not apply to class fields (refs #14857) (#14994) (Milos Djermanovic)
  • 4338b74 Docs: add no-dupe-class-members examples with class fields (refs #14857) (#15005) (Milos Djermanovic)
  • b4232d4 Chore: Add test that deprecated rules display a deprecated notice (#14989) (TagawaHirotaka)
  • 88b4e3d Docs: Make clear how rule options are overridden (fixes #14962) (#14976) (Jake Ob)
  • 4165c7f Docs: Clarify Linter vs ESLint in node.js api docs (fixes #14953) (#14995) (Brian Bartels)
  • 80cfb8f Docs: fix typo in migration guide (#14985) (Nitin Kumar)
  • 1ddc955 8.0.0-beta.1 (ESLint Jenkins)
  • 95cc61e Build: changelog update for 8.0.0-beta.1 (ESLint Jenkins)

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #68.