Skip to content
Snippets Groups Projects
  1. Nov 20, 2019
  2. Jul 23, 2019
  3. Jul 17, 2019
  4. Jul 15, 2019
  5. Jul 10, 2019
  6. Jul 08, 2019
  7. May 21, 2019
  8. May 20, 2019
  9. May 14, 2019
  10. May 09, 2019
    • Michael Kriese's avatar
      feat: typescript (#3594) · 45704750
      Michael Kriese authored
      Adds initial typescript support
      
      BREAKING CHANGE: Renovate is now distributed as a "built" package on npmjs, using `dist/` instead of `lib/`. For nearly everyone, it should still just work though.
      45704750
  11. Oct 05, 2018
  12. Nov 03, 2017
  13. Oct 31, 2017
  14. Oct 01, 2017
    • Rhys Arkins's avatar
      refactor: use prettier instead of eslint-plugin-prettier (#864) · b4e2341d
      Rhys Arkins authored
      Having eslint flag prettier "errors" in editors can be rather painful. Also chose against linting staged files for prettier because I like to stage partials. Instead:
      - Recommended to use plugins for editors to format on save, e.g. `prettier-atom`
      - Prettier will be run as part of `npm test`
      b4e2341d
  15. Apr 21, 2017
  16. Jan 31, 2017
    • Rhys Arkins's avatar
      Use async await (#78) · 528112bc
      Rhys Arkins authored
      All promise syntax has been replaced with async/await.
      `renovate` is now transpiled with `babel` to a `dist/` folder, which is the target of `main` and `start` in `package.json` now.
      `renovate` can be run in `node.js` v7 without transpilation using `npm run start-raw`
      
      Closes #77 
      528112bc
  17. Jan 11, 2017
  18. Jan 10, 2017
    • Rhys Arkins's avatar
      Add eslint · 7f7a7eab
      Rhys Arkins authored
      Closes #17
      
      commit 12d7e50a818720ff2c44e4e9475eef78a1dc0174
      Author: Rhys Arkins <rhys@keylocation.sg>
      Date:   Tue Jan 10 22:27:56 2017 +0100
      
          Update eslintrc
      
      commit f583442dcdf7e3180d2da5464693df12f4419152
      Author: Rhys Arkins <rhys@keylocation.sg>
      Date:   Tue Jan 10 22:22:15 2017 +0100
      
          Add eslint and config
      
      commit 59334f7a7311c451ef7aa4e0759d9c09686e86c6
      Author: Rhys Arkins <rhys@keylocation.sg>
      Date:   Tue Jan 10 22:20:24 2017 +0100
      
          Refactor promise for linting
      
      commit 288f0e753a3d1e93f1b14e3e80692861fab0fff0
      Author: Rhys Arkins <rhys@keylocation.sg>
      Date:   Tue Jan 10 19:09:48 2017 +0100
      
          Fix more promise lints
      
      commit 7f602a149c60da123bc010965ec8be78b3fa7ab1
      Author: Rhys Arkins <rhys@keylocation.sg>
      Date:   Tue Jan 10 18:30:18 2017 +0100
      
          lint github promises
      
      commit dd6b78340e5a9c128e83aa87da8e3714e3947e82
      Author: Rhys Arkins <rhys@keylocation.sg>
      Date:   Tue Jan 10 18:30:10 2017 +0100
      
          lint npm promises
      
      commit 5c48c159c7ab89999e7966d93c4b1c9f1179d95d
      Author: Rhys Arkins <rhys@keylocation.sg>
      Date:   Tue Jan 10 15:25:13 2017 +0100
      
          Lint packageJson helper
      
      commit b440eb83fccdc2c1afbd3e3b74c6798e35b3533f
      Author: Rhys Arkins <rhys@keylocation.sg>
      Date:   Tue Jan 10 15:04:56 2017 +0100
      
          Fix github helper lint
      
      commit 269c84a2be8a2e9cd495d4f90893eaaccd8a2156
      Author: Rhys Arkins <rhys@keylocation.sg>
      Date:   Tue Jan 10 15:00:48 2017 +0100
      
          Fix typo
      
      commit 548ca6c31f3f4417995c65f4466d216a4918387e
      Author: Rhys Arkins <rhys@keylocation.sg>
      Date:   Tue Jan 10 15:00:29 2017 +0100
      
          Fix npm lint
      
      commit f8ea5d5b72745e7cbebad184f46fc3046f57a525
      Author: Rhys Arkins <rhys@keylocation.sg>
      Date:   Tue Jan 10 14:56:15 2017 +0100
      
          lint defaults
      
      commit 6130092a57d37d62ed8f1274817ce81dfdae84bc
      Author: Rhys Arkins <rhys@keylocation.sg>
      Date:   Tue Jan 10 14:52:16 2017 +0100
      
          Finish index
      
      commit 9e2b6f5e02fad38904172b40811043a0caab879b
      Author: Rhys Arkins <rhys@keylocation.sg>
      Date:   Tue Jan 10 14:40:06 2017 +0100
      
          Fix string concatenation
      
      commit 47b7cdac3f0acc6588e403dff3cacfda27789472
      Author: Rhys Arkins <rhys@keylocation.sg>
      Date:   Tue Jan 10 14:38:23 2017 +0100
      
          Fix arrow syntax
      
      commit 27b8db685f7ee66e914754fd578d421f39656397
      Author: Rhys Arkins <rhys@keylocation.sg>
      Date:   Tue Jan 10 14:29:10 2017 +0100
      
          Refactor updateDependency
      
      commit 272f012583ac514709c81ffd7a68f50f0b4ed2b3
      Author: Rhys Arkins <rhys@keylocation.sg>
      Date:   Tue Jan 10 14:15:43 2017 +0100
      
          Refactor ensureCommit
      
      commit 1e1ff56d6b94a8ef6a360213715563452a0957e8
      Author: Rhys Arkins <rhys@keylocation.sg>
      Date:   Tue Jan 10 13:54:02 2017 +0100
      
          Refactor ensurePr
      7f7a7eab
Loading