algolia / algolia-sitemap

a node library allowing you to generate sitemaps from an Algolia index.
https://yarn.pm/algolia-sitemap
MIT License
35 stars 15 forks source link

chore(deps): update dependency eslint to v4 #26

Closed renovate[bot] closed 7 years ago

renovate[bot] commented 7 years ago

This Pull Request updates dependency eslint from v3.19.0 to v4.9.0

Commits


eslint/eslint

4.9.0

  • 235c7dd 4.9.0
  • b6f31a9 Build: changelog update for 4.9.0
  • 85388fb Fix: Correct error and test messages to fit config search path (#​9428)
  • 62a323c Fix: Add class options for lines-around-comment (fixes #​8564) (#​8565)
  • 8eb4aae New: multiline-comment-style rule (fixes #​8320) (#​9389)
  • db41408 Chore: avoid applying eslint-env comments twice (#​9278)
  • febb897 Chore: avoid loose equality assertions (#​9415)
  • 2247efa Update: Add FunctionExpression to require-jsdoc (fixes #​5867) (#​9395)
  • 6791d18 Docs: Corrected noun to verb. (#​9438)
  • b02fbb6 Update: custom messages for no-restricted-* (refs #​8400)
  • 02732bd Docs: Reorganized to avoid misunderstandings. (#​9434)
  • d9466b8 Docs: Correct time forecast for tests. (#​9432)
  • f7ed84f Docs: Add instruction re home-directory config files (refs #​7729) (#​9426)
  • 30d018b Chore: Add Aladdin-ADD & VictorHom to README (#​9424)
  • 2d8a303 Docs: fix examples for prefer-numeric-literals (#​9155)
  • d7610f5 Docs: Add jquery warning to prefer-destructuring (#​9409)
  • e835dd1 Docs: clarify no-mixed-operators (fixes #​8051)
  • 51360c8 Docs: update block-spacing details (fixes #​8743) (#​9375)
  • 6767857 Update: fix ignored nodes in indent rule when using tabs (fixes #​9392) (#​9393)
  • 37dde77 Chore: Refactor SourceCode#getJSDocComment (#​9403)
  • 9fedd51 Chore: Add missing space in blog post template (#​9407)
  • 7654c99 Docs: add installing prerequisites in readme. (#​9401)
  • 786cc73 Update: Add "consistent" option to array-bracket-newline (fixes #​9136) (#​9206)
  • e171f6b Docs: add installing prerequisites. (#​9394)
  • 74dfc87 Docs: update doc for class-methods-use-this (fixes #​8910) (#​9374)
  • b4a9dbf Docs: show console call with no-restricted-syntax (fixes #​7806) (#​9376)
  • 8da525f Fix: recognise multiline comments as multiline arrays (fixes #​9211) (#​9369)
  • c581b77 Chore: Error => TypeError (#​9390)
  • ee99876 New: lines-between-class-members rule (fixes #​5949) (#​9141)
  • 9d3f5ad Chore: report unused eslint-disable directives in ESLint codebase (#​9371)
  • 1167638 Update: add allowElseIf option to no-else-return (fixes #​9228) (#​9229)
  • 4567ab1 New: Add the fix-dry-run flag (fixes #​9076) (#​9073)

4.8.0

  • 8ebb034 4.8.0
  • 916a2d7 Build: changelog update for 4.8.0
  • 3f2b908 New: add option to report unused eslint-disable directives (fixes #​9249) (#​9250)
  • ff2be59 Fix: dot notation rule failing to catch string template (fixes #​9350) (#​9357)
  • b1372da Chore: remove sourceCode property from Linter (refs #​9161) (#​9363)
  • cef6f8c Docs: remove line about removing rules from semver policy (#​9367)
  • 06efe87 Fix: Add meta element with charset attribute. (#​9365)
  • 458ca67 Docs: update architecture page (fixes #​9337) (#​9345)
  • 1c6bc67 Fix: special EventEmitter keys leak information about other rules (#​9328)
  • d593e61 Docs: update eslint.org links to use https (#​9358)
  • 38d0cb2 Fix: fix wrong code-path about try-for-in (fixes #​8848) (#​9348)
  • 434d9e2 Fix: Invalid font-size property value issue. (#​9341)
  • a7668c2 Chore: Remove unnecessary slice from logging utility (#​9343)
  • 2ff6fb6 Chore: remove unused arguments in codebase (#​9340)

4.7.2

  • e164397 4.7.2
  • b7818ba Build: changelog update for 4.7.2
  • 4f87732 Fix: Revert setting node.parent early (fixes #​9331) (#​9336)

4.7.1

  • 2f064d9 4.7.1
  • 0d0bd7b Build: changelog update for 4.7.1
  • 08656db Fix: Handle nested disable directive correctly (fixes #​9318) (#​9322)
  • 9226495 Revert "Chore: rewrite parseListConfig for a small perf gain." (#​9325)

4.7.0

  • 439e8e6 4.7.0
  • 2ec62f9 Build: changelog update for 4.7.0
  • 787b78b Upgrade: Espree v3.5.1 (fixes #​9153) (#​9314)
  • 1488b51 Update: run rules after node.parent is already set (fixes #​9122) (#​9283)
  • 4431d68 Docs: fix wrong config in max-len example. (#​9309)
  • 9d1df92 Chore: Revert "avoid handling Rules instances in config-validator" (#​9295)
  • 7d24dde Docs: Fix code snippet to refer to the correct option (#​9313)
  • 12388d4 Chore: rewrite parseListConfig for a small perf gain. (#​9300)
  • ce1f084 Update: fix MemberExpression handling in no-extra-parens (fixes #​9156)
  • 0c720a3 Update: allow autofixing when using processors (fixes #​7510) (#​9090)
  • 838df76 Chore: upgrade deps. (#​9289)
  • f12def6 Update: indent flatTernary option to handle return (fixes #​9285) (#​9296)
  • e220687 Fix: remove autofix for var undef inits (fixes #​9231) (#​9288)
  • 002e199 Docs: fix no-restricted-globals wrong config. (#​9305)
  • fcfe91a Docs: fix wrong config in id-length example. (#​9303)
  • 2731f94 Update: make newline-per-chained-call fixable (#​9149)
  • 61f1093 Chore: avoid monkeypatching Linter instances in RuleTester (#​9276)
  • 28929cb Chore: remove Linter#reset (refs #​9161) (#​9268)
  • abc8634 Build: re-run browserify when generating site (#​9275)
  • 7685fed Fix: IIFE and arrow functions in no-invalid-this (fixes #​9126) (#​9258)
  • 7c95d5d Chore: avoid handling Rules instances in config-validator (#​9277)
  • 2b1eba2 Chore: enable eslint-plugin/no-deprecated-context-methods (#​9279)
  • 981f933 Fix: reuse the AST of source code object in verify (#​9256)
  • cd698ba Docs: move RuleTester documentation to Node.js API page (#​9273)
  • 4ae7ad3 Docs: fix inaccuracy in npm run perf description (#​9274)
  • cad45bd Docs: improve documentation for rule contexts (#​9272)
  • 3b0c6fd Chore: remove extraneous linter properties (refs #​9161) (#​9267)
  • c3231b3 Docs: Fix typo in array-bracket-newline.md (#​9269)
  • 51132d6 Fix: Formatters keep trailing '.' if preceded by a space (fixes #​9154) (#​9247)
  • 88d5d4d Chore: remove undocumented Linter#markVariableAsUsed method (refs #​9161) (#​9266)
  • 09414cf Chore: remove internal Linter#getDeclaredVariables method (refs #​9161) (#​9264)
  • f31f59d Chore: prefer smaller scope for variables in codebase (#​9265)

4.6.1

4.6.0

4.5.0

4.4.1

4.4.0

4.3.0

4.2.0

4.1.1

4.1.0

4.0.0


This PR has been generated by Renovate Bot.