ivangabriele / postgrester

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

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

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
@types/jest 27.0.1 -> 27.0.2 age adoption passing confidence
jest (source) 27.2.0 -> 27.2.2 age adoption passing confidence
mocha (source) 9.1.1 -> 9.1.2 age adoption passing confidence
rollup (source) 2.56.3 -> 2.57.0 age adoption passing confidence

Release Notes

facebook/jest ### [`v27.2.2`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2722) [Compare Source](https://togithub.com/facebook/jest/compare/v27.2.1...v27.2.2) ##### Fixes - `[jest-runtime]` Correct `wrapperLength` value for ESM modules. ([#​11893](https://togithub.com/facebook/jest/pull/11893)) ### [`v27.2.1`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2721) [Compare Source](https://togithub.com/facebook/jest/compare/v27.2.0...v27.2.1) ##### Features - `[jest-transform]` Improve the unexpected token error message. ([#​11807](https://togithub.com/facebook/jest/pull/11807)) ##### Fixes - `[jest-runtime]` Fix regression when using `jest.isolateModules` and mocks ([#​11882](https://togithub.com/facebook/jest/pull/11882)) - `[jest-runtime]` Include test name when importing modules after test has completed ([#​11885](https://togithub.com/facebook/jest/pull/11885)) - `[jest-runtime]` Error when ESM import is used after test is torn down ([#​11885](https://togithub.com/facebook/jest/pull/11885))
mochajs/mocha ### [`v9.1.2`](https://togithub.com/mochajs/mocha/blob/master/CHANGELOG.md#​912--2021-09-25) [Compare Source](https://togithub.com/mochajs/mocha/compare/v9.1.1...v9.1.2) #### :bug: Fixes - [#​4746](https://togithub.com/mochajs/mocha/issues/4746): Browser: stop using all global vars in `browser-entry.js` ([**@​PaperStrike**](https://togithub.com/PaperStrike)) #### :nut_and_bolt: Other - [#​4754](https://togithub.com/mochajs/mocha/issues/4754): Remove dependency wide-align ([**@​juergba**](https://togithub.com/juergba)) - [#​4736](https://togithub.com/mochajs/mocha/issues/4736): ESM: remove code for Node versions <10 ([**@​juergba**](https://togithub.com/juergba))
rollup/rollup ### [`v2.57.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2570) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.56.3...v2.57.0) *2021-09-22* ##### Features - Add `generatedCode` option to allow Rollup to use es2015 features for smaller output and more efficient helpers ([#​4215](https://togithub.com/rollup/rollup/issues/4215)) - Improve AMD and SystemJS parsing performance by wrapping relevant functions in parentheses ([#​4215](https://togithub.com/rollup/rollup/issues/4215)) - Using `preferConst` will now show a warning with `strictDeprecations: true` ([#​4215](https://togithub.com/rollup/rollup/issues/4215)) ##### Bug Fixes - Improve ES3 syntax compatibility by more consequently quoting reserved words as props in generated code ([#​4215](https://togithub.com/rollup/rollup/issues/4215)) - Do not use `Object.assign` in generated code to ensure ES5 compatibility without the need for polyfills ([#​4215](https://togithub.com/rollup/rollup/issues/4215)) - Support live-bindings in dynamic namespace objects that contain reexported external or synthetic namespaces ([#​4215](https://togithub.com/rollup/rollup/issues/4215)) - Use correct "this" binding in dynamic import expressions for CommonJS and AMD ([#​4215](https://togithub.com/rollup/rollup/issues/4215)) - Properly handle `shimMissingExports` for exports that are only used internally ([#​4215](https://togithub.com/rollup/rollup/issues/4215)) - Prevent unhandled rejection for failed module parsing ([#​4228](https://togithub.com/rollup/rollup/issues/4228)) ##### Pull Requests - [#​4212](https://togithub.com/rollup/rollup/pull/4212): chore: remove unused ambient types ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4215](https://togithub.com/rollup/rollup/pull/4215): Use ES2015 features in generated code snippets ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4219](https://togithub.com/rollup/rollup/pull/4219): chore: bump rollup typescript, remove unused micromatch ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4220](https://togithub.com/rollup/rollup/pull/4220): chore: use forceConsistentCasingInFileNames in ts-config ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4224](https://togithub.com/rollup/rollup/pull/4224): prepare for useDefineForClassFields ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4228](https://togithub.com/rollup/rollup/pull/4228): fix: prevent UnhandledPromiseRejectionWarning when module resolution/parsing fails ([@​kherock](https://togithub.com/kherock))

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-commenter commented 2 years ago

Codecov Report

Merging #184 (8f3b2a0) into main (d79d2ff) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #184   +/-   ##
=======================================
  Coverage   99.54%   99.54%           
=======================================
  Files           3        3           
  Lines         218      218           
  Branches       55       55           
=======================================
  Hits          217      217           
  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 d79d2ff...8f3b2a0. Read the comment docs.