Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

fix(deps): update all non-major dependencies #140

Merged
merged 1 commit into from
Aug 23, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 23, 2020

This PR contains the following updates:

Package Type Update Change
axios dependencies minor 0.19.2 -> 0.20.0
jest (source) devDependencies patch 26.4.0 -> 26.4.2
knex (source) devDependencies patch 0.21.4 -> 0.21.5
pg devDependencies patch 8.3.0 -> 8.3.2
rollup (source) devDependencies patch 2.26.3 -> 2.26.5

Release Notes

axios/axios

v0.20.0

Compare Source

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

facebook/jest

v26.4.2

Compare Source

Fixes
  • [expect] Fix toMatchObject to work with inherited class getters (#​10381)
  • [pretty-format] Lower minimum node version to >= 10 (#​10435)

v26.4.1

Compare Source

Fixes
  • [jest-core] Don't report ELDHistogram as open handle (#​10417)
  • [jest-matcher-utils] Fix diffing object contain readonly symbol key object (#​10414)
  • [jest-reporters] Fixes notify reporter on Linux (using notify-send) (#​10393)
  • [jest-snapshot] Correctly handles arrays and property matchers in snapshots (#​10404)
knex/knex

v0.21.5

Compare Source

New features:
Test / internal changes:
  • Bump version of dtslint #​3984
  • Test/document esm interop mixed formats (knexfile/migrations/seeds) #​3986
brianc/node-postgres

v8.3.2

Compare Source

rollup/rollup

v2.26.5

Compare Source

2020-08-22

Bug Fixes
  • Use correctly deconflicted variable names for reexported namespaces in ES formats (#​3742)
Pull Requests

v2.26.4

Compare Source

2020-08-19

Bug Fixes
  • Fix a situation where invalid code was rendered when dynamically importing a module with synthetic named exports when preserving modules (#​3738)
  • Create a proper namespace object when in a non-es format, a namespace is imported from a chunk with default export mode (#​3738)
  • Use the same variable when in a chunk, a namespace is both imported and reexported as a binding (#​3738)
  • Do not include the synthetic namespace in static entry points unless it is actually used (#​3738)
  • Make sure the chunking of one output does not interfere with the namespace objects of another output (#​3738)
Pull Requests

Renovate configuration

📅 Schedule: "before 3am on Monday" in timezone Europe/Paris.

🚦 Automerge: Enabled.

♻️ 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 added the dependencies Pull requests that update a dependency file label Aug 23, 2020
@codecov
Copy link

codecov bot commented Aug 23, 2020

Codecov Report

Merging #140 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #140   +/-   ##
=======================================
  Coverage   99.45%   99.45%           
=======================================
  Files           3        3           
  Lines         183      183           
  Branches       52       52           
=======================================
  Hits          182      182           
  Misses          1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d39a7f9...bdbef51. Read the comment docs.

@renovate renovate bot merged commit fcbee09 into master Aug 23, 2020
@renovate renovate bot deleted the renovate/all-minor-patch branch August 23, 2020 23:48
ivangabriele pushed a commit that referenced this pull request Dec 14, 2021
# [2.0.0](v1.0.5...v2.0.0) (2021-12-14)

### Bug Fixes

* **deps:** update all non-major dependencies ([#140](#140)) ([fcbee09](fcbee09))
* **deps:** update all non-major dependencies ([#185](#185)) ([6017794](6017794))
* **deps:** update all non-major dependencies ([#188](#188)) ([eb23d3b](eb23d3b))
* **deps:** update all non-major dependencies ([#189](#189)) ([eae826a](eae826a))
* **deps:** update all non-major dependencies ([#27](#27)) ([d3de911](d3de911))
* **deps:** update all non-major dependencies ([#28](#28)) ([0204e1b](0204e1b))
* handle provided axiosConfig baseURL ([#75](#75)) ([a4943bf](a4943bf))
* remove quotes around (i)like value matching ([#96](#96)) ([e6c8d21](e6c8d21))

* feat!: add representation return option (#203) ([7a8924c](7a8924c)), closes [#203](#203)

### Features

* add neq, gt, gte, lt and lte methods ([#84](#84)) ([9981fe2](9981fe2))
* add put request method ([#87](#87)) ([186609f](186609f))
* add total length to get method return ([#100](#100)) ([2a788e6](2a788e6))
* add upsert options to post method ([#161](#161)) ([97995f3](97995f3))
* deprecate `baseUri` option ([#73](#73)) ([fd33515](fd33515))

### Reverts

* "chore(renovate): remove force enabled bot" ([#99](#99)) ([c0ed76e](c0ed76e))
* chore(deps): pin node.js to 16.6.1 ([#25](#25)) ([62a487c](62a487c))

### BREAKING CHANGES

* use named export for `create()`
* drop deprecated `baseUri` option support in `create()`
ivangabriele pushed a commit that referenced this pull request Dec 14, 2021
# [2.0.0](v1.0.5...v2.0.0) (2021-12-14)

### Bug Fixes

* **ci:** remove legacy behaviors ([#205](#205)) ([6fdfcc1](6fdfcc1))
* **deps:** update all non-major dependencies ([#140](#140)) ([fcbee09](fcbee09))
* **deps:** update all non-major dependencies ([#185](#185)) ([6017794](6017794))
* **deps:** update all non-major dependencies ([#188](#188)) ([eb23d3b](eb23d3b))
* **deps:** update all non-major dependencies ([#189](#189)) ([eae826a](eae826a))
* **deps:** update all non-major dependencies ([#27](#27)) ([d3de911](d3de911))
* **deps:** update all non-major dependencies ([#28](#28)) ([0204e1b](0204e1b))
* handle provided axiosConfig baseURL ([#75](#75)) ([a4943bf](a4943bf))
* remove quotes around (i)like value matching ([#96](#96)) ([e6c8d21](e6c8d21))

* feat!: add representation return option (#203) ([7a8924c](7a8924c)), closes [#203](#203)

### Features

* add neq, gt, gte, lt and lte methods ([#84](#84)) ([9981fe2](9981fe2))
* add put request method ([#87](#87)) ([186609f](186609f))
* add total length to get method return ([#100](#100)) ([2a788e6](2a788e6))
* add upsert options to post method ([#161](#161)) ([97995f3](97995f3))
* deprecate `baseUri` option ([#73](#73)) ([fd33515](fd33515))

### Reverts

* "chore(renovate): remove force enabled bot" ([#99](#99)) ([c0ed76e](c0ed76e))
* chore(deps): pin node.js to 16.6.1 ([#25](#25)) ([62a487c](62a487c))

### BREAKING CHANGES

* use named export for `create()`
* drop deprecated `baseUri` option support in `create()`
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant