ivangabriele / postgrester

Isomorphic PostgREST API Client for Javascript and Typescript.
Apache License 2.0
50 stars 7 forks source link

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

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rollup/plugin-node-resolve 13.1.2 -> 13.1.3 age adoption passing confidence
jest (source) 27.4.5 -> 27.4.7 age adoption passing confidence
rollup (source) 2.62.0 -> 2.63.0 age adoption passing confidence
shelljs 0.8.4 -> 0.8.5 age adoption passing confidence

Release Notes

rollup/plugins ### [`v13.1.3`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1313) *2022-01-05* ##### Bugfixes - fix: use correct version when published ([#​1063](https://togithub.com/rollup/plugins/issues/1063))
facebook/jest ### [`v27.4.7`](https://togithub.com/facebook/jest/blob/HEAD/CHANGELOG.md#​2747) [Compare Source](https://togithub.com/facebook/jest/compare/v27.4.6...v27.4.7) ##### Fixes - `jest-config` Add missing `@babel/core` dependency ([#​12216](https://togithub.com/facebook/jest/pull/12216)) ### [`v27.4.6`](https://togithub.com/facebook/jest/blob/HEAD/CHANGELOG.md#​2746) [Compare Source](https://togithub.com/facebook/jest/compare/v27.4.5...v27.4.6) ##### Fixes - `[jest-environment-node]` Add `AbortSignal` ([#​12157](https://togithub.com/facebook/jest/pull/12157)) - `[jest-environment-node]` Add Missing node global `performance` ([#​12002](https://togithub.com/facebook/jest/pull/12002)) - `[jest-runtime]` Handle missing `mocked` property ([#​12213](https://togithub.com/facebook/jest/pull/12213)) - `[@jest/transform]` Update dependency package `pirates` to 4.0.4 ([#​12002](https://togithub.com/facebook/jest/pull/12002)) ##### Performance - `jest-config` perf: only register ts-node once when loading TS config files ([#​12160](https://togithub.com/facebook/jest/pull/12160))
rollup/rollup ### [`v2.63.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#​2630) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.62.0...v2.63.0) *2022-01-04* ##### Features - Report a helpful error if rollup exits due to an empty event loop when using `this.load` ([#​4320](https://togithub.com/rollup/rollup/issues/4320)) - Allow directly mutating ModuleInfo.meta for modules and never replace this object ([#​4328](https://togithub.com/rollup/rollup/issues/4328)) - Detect additional side effect free array prototype methods ([#​4332](https://togithub.com/rollup/rollup/issues/4332)) ##### Bug Fixes - Do not watch if CLI watch options are specified but `--watch` is missing ([#​4335](https://togithub.com/rollup/rollup/issues/4335)) ##### Pull Requests - [#​4320](https://togithub.com/rollup/rollup/pull/4320): Detect unfulfilled async hook actions and report error on exit ([@​kzc](https://togithub.com/kzc)) - [#​4328](https://togithub.com/rollup/rollup/pull/4328): Make initial ModuleInfo.meta mutable and maintain object identity ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4318](https://togithub.com/rollup/rollup/pull/4318): Stabilize watch tests ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4331](https://togithub.com/rollup/rollup/pull/4331): Improve JS docs example ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4332](https://togithub.com/rollup/rollup/pull/4332): add support for Array.prototype.findLast,findLastIndex ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4333](https://togithub.com/rollup/rollup/pull/4333): convert utils.transform to async function ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4335](https://togithub.com/rollup/rollup/pull/4335): Do not watch unless --watch is specified explicitly ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4338](https://togithub.com/rollup/rollup/pull/4338): Add build delay for plugin event test ([@​lukastaegert](https://togithub.com/lukastaegert))
shelljs/shelljs ### [`v0.8.5`](https://togithub.com/shelljs/shelljs/compare/v0.8.4...v0.8.5) [Compare Source](https://togithub.com/shelljs/shelljs/compare/v0.8.4...v0.8.5)

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.



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

codecov[bot] commented 2 years ago

Codecov Report

Merging #211 (6c5d280) into main (bb5ec24) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #211   +/-   ##
=======================================
  Coverage   99.56%   99.56%           
=======================================
  Files           2        2           
  Lines         232      232           
  Branches       80       80           
=======================================
  Hits          231      231           
  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 bb5ec24...6c5d280. Read the comment docs.

ivangabriele commented 2 years ago

:tada: This PR is included in version 2.1.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: