Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

chore(deps): update all non-major dependencies #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 26, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
axios ^0.15.3 -> ^0.21.1 age adoption passing confidence
babel-eslint ^7.1.1 -> ^7.2.3 age adoption passing confidence
body-parser ^1.16.0 -> ^1.19.0 age adoption passing confidence
eslint (source) ^3.13.1 -> ^3.19.0 age adoption passing confidence
eslint-plugin-promise ^3.4.0 -> ^3.8.0 age adoption passing confidence
eslint-plugin-standard ^2.0.1 -> ^2.3.1 age adoption passing confidence
express (source) ^4.14.0 -> ^4.17.1 age adoption passing confidence
express-session ^1.15.0 -> ^1.17.1 age adoption passing confidence
todomvc-app-css ^2.0.6 -> ^2.3.0 age adoption passing confidence

Release Notes

axios/axios

v0.21.1

Compare Source

0.21.1 (December 21, 2020)

Fixes and Functionality:

  • Hotfix: Prevent SSRF (#​3410)
  • Protocol not parsed when setting proxy config from env vars (#​3070)
  • Updating axios in types to be lower case (#​2797)
  • Adding a type guard for AxiosError (#​2949)

Internal and Tests:

  • Remove the skipping of the socket http test (#​3364)
  • Use different socket for Win32 test (#​3375)

Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:

v0.21.0

Compare Source

Fixes and Functionality:

  • Fixing requestHeaders.Authorization (#​3287)
  • Fixing node types (#​3237)
  • Fixing axios.delete ignores config.data (#​3282)
  • Revert "Fixing overwrite Blob/File type as Content-Type in browser. (#​1773)" (#​3289)
  • Fixing an issue that type 'null' and 'undefined' is not assignable to validateStatus when typescript strict option is enabled (#​3200)

Internal and Tests:

  • Lock travis to not use node v15 (#​3361)

Documentation:

Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:

v0.20.0

Compare Source

Release of 0.20.0-pre as a full release with no other changes.

v0.19.2

Compare Source

v0.19.1

Compare Source

Fixes and Functionality:

  • Fixing invalid agent issue (#​1904)
  • Fix ignore set withCredentials false (#​2582)
  • Delete useless default to hash (#​2458)
  • Fix HTTP/HTTPs agents passing to follow-redirect (#​1904)
  • Fix ignore set withCredentials false (#​2582)
  • Fix CI build failure (#​2570)
  • Remove dependency on is-buffer from package.json (#​1816)
  • Adding options typings (#​2341)
  • Adding Typescript HTTP method definition for LINK and UNLINK. (#​2444)
  • Update dist with newest changes, fixes Custom Attributes issue
  • Change syntax to see if build passes (#​2488)
  • Update Webpack + deps, remove now unnecessary polyfills (#​2410)
  • Fix to prevent XSS, throw an error when the URL contains a JS script (#​2464)
  • Add custom timeout error copy in config (#​2275)
  • Add error toJSON example (#​2466)
  • Fixing Vulnerability A Fortify Scan finds a critical Cross-Site Scrip… (#​2451)
  • Fixing subdomain handling on no_proxy (#​2442)
  • Make redirection from HTTP to HTTPS work (#​2426) and (#​2547)
  • Add toJSON property to AxiosError type (#​2427)
  • Fixing socket hang up error on node side for slow response. (#​1752)
  • Alternative syntax to send data into the body (#​2317)
  • Fixing custom config options (#​2207)
  • Fixing set config.method after mergeConfig for Axios.prototype.request (#​2383)
  • Axios create url bug (#​2290)
  • Do not modify config.url when using a relative baseURL (resolves #​1628) (#​2391)
  • Add typescript HTTP method definition for LINK and UNLINK (#​2444)

Internal:

Documentation:

  • Fixing typo in CHANGELOG.md: s/Functionallity/Functionality (#​2639)
  • Fix badge, use master branch (#​2538)
  • Fix typo in changelog #​2193
  • Document fix (#​2514)
  • Update docs with no_proxy change, issue #​2484 (#​2513)
  • Fixing missing words in docs template (#​2259)
  • 🐛Fix request finally documentation in README (#​2189)
  • updating spelling and adding link to docs (#​2212)
  • docs: minor tweak (#​2404)
  • Update response interceptor docs (#​2399)
  • Update README.md (#​2504)
  • Fix word 'sintaxe' to 'syntax' in README.md (#​2432)
  • updating README: notes on CommonJS autocomplete (#​2256)
  • Fix grammar in README.md (#​2271)
  • Doc fixes, minor examples cleanup (#​2198)

v0.19.0

Compare Source

Fixes and Functionality:

  • Added support for no_proxy env variable (#​1693) - Chance Dickson
  • Unzip response body only for statuses != 204 (#​1129) - drawski
  • Destroy stream on exceeding maxContentLength (fixes #​1098) (#​1485) - Gadzhi Gadzhiev
  • Makes Axios error generic to use AxiosResponse (#​1738) - Suman Lama
  • Fixing Mocha tests by locking follow-redirects version to 1.5.10 (#​1993) - grumblerchester
  • Allow uppercase methods in typings. (#​1781) - Ken Powers
  • Fixing building url with hash mark (#​1771) - Anatoly Ryabov
  • This commit fix building url with hash map (fragment identifier) when parameters are present: they must not be added after #, because client cut everything after #
  • Preserve HTTP method when following redirect (#​1758) - Rikki Gibson
  • Add getUri signature to TypeScript definition. (#​1736) - Alexander Trauzzi
  • Adding isAxiosError flag to errors thrown by axios (#​1419) - Ayush Gupta

Internal:

  • Fixing .eslintrc without extension (#​1789) - Manoel
  • Fix failing SauceLabs tests by updating configuration - Emily Morehouse
  • Add issue templates - Emily Morehouse

Documentation:

  • Consistent coding style in README (#​1787) - Ali Servet Donmez
  • Add information about auth parameter to README (#​2166) - xlaguna
  • Add DELETE to list of methods that allow data as a config option (#​2169) - Daniela Borges Matos de Carvalho
  • Update ECOSYSTEM.md - Add Axios Endpoints (#​2176) - Renan
  • Add r2curl in ECOSYSTEM (#​2141) - 유용우 / CX
  • Update README.md - Add instructions for installing with yarn (#​2036) - Victor Hermes
  • Fixing spacing for README.md (#​2066) - Josh McCarty
  • Update README.md. - Change .then to .finally in example code (#​2090) - Omar Cai
  • Clarify what values responseType can have in Node (#​2121) - Tyler Breisacher
  • docs(ECOSYSTEM): add axios-api-versioning (#​2020) - Weffe
  • It seems that responseType: 'blob' doesn't actually work in Node (when I tried using it, response.data was a string, not a Blob, since Node doesn't have Blobs), so this clarifies that this option should only be used in the browser
  • Update README.md. - Add Querystring library note (#​1896) - Dmitriy Eroshenko
  • Add react-hooks-axios to Libraries section of ECOSYSTEM.md (#​1925) - Cody Chan
  • Clarify in README that default timeout is 0 (no timeout) (#​1750) - Ben Standefer

v0.18.1

Compare Source

Security Fix:

  • Destroy stream on exceeding maxContentLength (fixes #​1098) (#​1485) - Gadzhi Gadzhiev

v0.18.0

Compare Source

  • Adding support for UNIX Sockets when running with Node.js (#​1070)
  • Fixing typings (#​1177):
    • AxiosRequestConfig.proxy: allows type false
    • AxiosProxyConfig: added auth field
  • Adding function signature in AxiosInstance interface so AxiosInstance can be invoked (#​1192, #​1254)
  • Allowing maxContentLength to pass through to redirected calls as maxBodyLength in follow-redirects config (#​1287)
  • Fixing configuration when using an instance - method can now be set (#​1342)

v0.17.1

Compare Source

v0.17.0

Compare Source

  • BREAKING Fixing issue with baseURL and interceptors (#​950)
  • BREAKING Improving handing of duplicate headers (#​874)
  • Adding support for disabling proxies (#​691)
  • Updating TypeScript typings with generic type parameters (#​1061)

v0.16.2

Compare Source

  • Fixing issue with including buffer in bundle (#​887)
  • Including underlying request in errors (#​830)
  • Convert method to lowercase (#​930)

v0.16.1

Compare Source

  • Improving HTTP adapter to return last request in case of redirects (#​828)
  • Updating follow-redirects dependency (#​829)
  • Adding support for passing Buffer in node (#​773)

v0.16.0

Compare Source

  • BREAKING Removing Promise from axios typings in favor of built-in type declarations (#​480)
  • Adding options shortcut method (#​461)
  • Fixing issue with using responseType: 'json' in browsers incompatible with XHR Level 2 (#​654)
  • Improving React Native detection (#​731)
  • Fixing combineURLs to support empty relativeURL (#​581)
  • Removing PROTECTION_PREFIX support (#​561)
babel/babel-eslint

v7.2.3

Compare Source

Fix

v7.2.2

Compare Source

v7.2.2

  • Fix: use eslint-scope instead of escope if present (#​461) (Vitor Balocco)
  • Separate finding peer deps from monkeypatching (#​460) (Andres Suarez)
  • Remove unused .gitmodules (#​457) (Andres Suarez)
  • Use dedent for unpadding (#​456) (Andres Suarez)
  • Enable strict mode in all of babylon-to-espree (Andres Suarez)
  • Move ast convert steps to babylon-to-espree (Andres Suarez)
  • Use for-loop for template literal conversion (Andres Suarez)
  • Only iterate over tokens once (Andres Suarez)
  • Inline fixDirectives and use for-loop (Andres Suarez)
  • Consolidate versions of "convertComments" (Andres Suarez)
  • toAst pass "source" in state instead of keeping in scope (Andres Suarez)
  • Add type parameter scope tests (#​454) (Andres Suarez)

v7.2.1

Compare Source

v7.2.0

Compare Source

New Feature
  • Add option to disable code frame. (#​446) (Luís Couto)

Main change is just an option to disable the codeframe (added in v7.1.1) for html output and more (thanks to @​Couto).

{
  "parser": "babel-eslint",
  "parserOptions": {
    "codeFrame": false
  },
  "extends": "eslint:recommended"
}
Bug Fix
  • [flow] Process polymorphic type bounds on functions (#​444) (Alex Rattray)
Internal/Docs
  • Use lodash instead of lodash.pickby. (#​435) (wtgtybhertgeghgtwtg)
  • Updates ESLint version/remove unnecessary config (Kai Cataldo)
  • Remove broken ESLint tests (Kai Cataldo)
  • Upgrade outdated dependencies (Kai Cataldo)
  • remove deprecated rule examples [skip ci] (Henry Zhu)
  • update readme [skip ci] (Henry Zhu)
  • chore(package): update eslint-config-babel to version 6.0.0 (#​433) (Henry Zhu)
  • Update to use Node 4 features (#​425) (Nazim Hajidin)
  • chore(package): update eslint-config-babel to version 4.0.0 (#​430) (greenkeeper[bot])
  • add badges [skip ci] (Henry Zhu)
  • Revert "use *" (#​426) (Henry Zhu)
  • use * (#​421) (Henry Zhu)
  • chore(package): update eslint-config-babel to version 3.0.0 (#​423) (greenkeeper[bot])
expressjs/body-parser

v1.19.0

Compare Source

===================

v1.18.3

Compare Source

===================

v1.18.2

Compare Source

===================

v1.18.1

Compare Source

===================

v1.18.0

Compare Source

===================

  • Fix JSON strict violation error to match native parse error
  • Include the body property on verify errors
  • Include the type property on all generated errors
  • Use http-errors to set status code on errors
  • deps: [email protected]
  • deps: [email protected]
  • deps: depd@~1.1.1
    • Remove unnecessary Buffer loading
  • deps: http-errors@~1.6.2
  • deps: [email protected]
    • Add support for React Native
    • Add a warning if not loaded as utf-8
    • Fix CESU-8 decoding in Node.js 8
    • Improve speed of ISO-8859-1 encoding
  • deps: [email protected]
  • deps: [email protected]
  • perf: prevent internal throw when missing charset

v1.17.2

Compare Source

===================

v1.17.1

Compare Source

===================

v1.17.0

Compare Source

===================

v1.16.1

Compare Source

===================

  • deps: [email protected]
    • Fix deprecation messages in WebStorm and other editors
    • Undeprecate DEBUG_FD set to 1 or 2
eslint/eslint

v3.19.0

Compare Source

  • e09132f Fix: no-extra-parens false positive with exports and object literals (#​8359) (Teddy Katz)
  • 91baed4 Update: allow custom messages in no-restricted-syntax (fixes #​8298) (#​8357) (Vitor Balocco)
  • 35c93e6 Fix: prevent space-before-function-paren from checking type annotations (#​8349) (Teddy Katz)
  • 3342e9f Fix: don't modify operator precedence in operator-assignment autofixer (#​8358) (Teddy Katz)
  • f88375f Docs: clarify that no-unsafe-negation is in eslint:recommended (#​8371) (Teddy Katz)
  • 02f0d27 Docs: Add soda0289 to Development Team (#​8367) (Kai Cataldo)
  • 155424c Fix: ignore empty path in patterns (fixes #​8362) (#​8364) (alberto)
  • 27616a8 Fix: prefer-const false positive with object spread (fixes #​8187) (#​8297) (Vitor Balocco)
  • 8569a90 Docs: add note about git's linebreak handling to linebreak-style docs (#​8361) (Teddy Katz)
  • 5878593 Chore: fix invalid syntax in no-param-reassign test (#​8360) (Teddy Katz)
  • 1b1046b Fix: don't classify plugins that throw errors as "missing" (fixes #​6874) (#​8323) (Teddy Katz)
  • 29f4ba5 Fix: no-useless-computed-key invalid autofix for getters and setters (#​8335) (Teddy Katz)
  • 0541eaf Fix: no-implicit-coercion invalid autofix with consecutive identifiers (#​8340) (Teddy Katz)
  • 41b9786 Fix: no-extra-parens false positive with objects following arrows (#​8339) (Teddy Katz)
  • 3146167 Fix: eslint.verify should not mutate config argument (fixes #​8329) (#​8334) (alberto)
  • 927de90 Fix: dot-notation autofix produces invalid syntax for integer properties (#​8332) (Teddy Katz)
  • a9d1bea Fix: comma-style autofix produces errors on parenthesized elements (#​8331) (Teddy Katz)
  • d52173f Fix: don't generate invalid options in config-rule (#​8326) (Teddy Katz)
  • 6eda3b5 Fix: no-extra-parens invalid autofix in for-of statements (#​8337) (Teddy Katz)
  • 6c819d8 Fix: dot-notation autofix produces errors on parenthesized computed keys (#​8330) (Teddy Katz)
  • 2d883d7 Fix: object-shorthand autofix produces errors on parenthesized functions (#​8328) (Teddy Katz)
  • cd9b774 Fix: quotes false positive with backtick option in method names (#​8327) (Teddy Katz)
  • d064ba2 Fix: no-else-return false positive for ifs in single-statement position (#​8338) (Teddy Katz)
  • 6a718ba Chore: enable max-statements-per-line on ESLint codebase (#​8321) (Teddy Katz)
  • 614b62e Chore: update sinon calls to deprecated API. (#​8310) (alberto)
  • 0491572 Chore: use precalculated counts in codeframe formatter (#​8296) (Vitor Balocco)
  • 8733e6a Chore: Fix incorrect error location properties in tests (#​8307) (alberto)
  • c4ffb49 Chore: Fix typos in test option assertions (#​8305) (Teddy Katz)
  • 79a97cb Upgrade: devDependencies (#​8303) (alberto)
  • e4da200 Upgrade: Mocha to 3.2.0 (#​8299) (Ilya Volodin)
  • 2f144ca Fix: operator-assignment autofix errors with parentheses (fixes #​8293) (#​8294) (Teddy Katz)
  • 7521cd5 Chore: update token logic in rules to use ast-utils (#​8288) (Teddy Katz)
  • 9b509ce Chore: refactor space-before-function-paren rule (#​8284) (Teddy Katz)
  • ddc6350 Fix: no-param-reassign false positive on destructuring (fixes #​8279) (#​8281) (Teddy Katz)
  • f8176b3 Chore: improve test coverage for node-event-generator (#​8287) (Teddy Katz)
  • 602e9c2 Docs: fix incorrect selector examples (#​8278) (Teddy Katz)

v3.18.0

Compare Source

v3.17.1

Compare Source

v3.17.0

Compare Source

v3.16.1

Compare Source

  • ff8a80c Fix: duplicated autofix output for inverted fix ranges (fixes #​8116) (#​8117) (Teddy Katz)
  • a421897 Docs: fix typo in arrow-parens.md (#​8132) (Will Chen)
  • 22d7fbf Chore: fix invalid redeclared variables in tests (#​8130) (Teddy Katz)
  • 8d95598 Chore: fix output assertion typos in rule tests (#​8129) (Teddy Katz)
  • 9fa2559 Docs: Add missing quotes in key-spacing rule (#​8121) (Glenn Reyes)
  • f3a6ced Build: package.json update for eslint-config-eslint release (ESLint Jenkins)

v3.16.0

Compare Source


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot changed the title Update all non-major dependencies chore(deps): update all non-major dependencies Oct 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant