smblee / parameter-store-manager

A cross platform desktop application that provides an UI to easily view and manage AWS SSM parameters.
MIT License
68 stars 11 forks source link

Update dependency memoize-one to ^5.1.1 #145

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
memoize-one dependencies minor ^5.0.4 -> ^5.1.1

Release Notes

alexreardon/memoize-one ### [`v5.1.1`](https://togithub.com/alexreardon/memoize-one/releases/v5.1.1) [Compare Source](https://togithub.com/alexreardon/memoize-one/compare/v5.1.0...v5.1.1) #### Looser `EqualityFn` type For `5.1.0` we shipped an `EqualityFn` type that was [not ideal](https://togithub.com/alexreardon/memoize-one/issues/73). It was decided that the simplest path forward for consumers was to move to a looser `EqualityFn` type. [#​73](https://togithub.com/alexreardon/memoize-one/issues/73) ```diff - export type EqualityFn = (newArgs: readonly unknown[], lastArgs: readonly unknown[]) => boolean; + export type EqualityFn = (newArgs: any[], lastArgs: any[]) => boolean; ``` Thanks [@​SanderDeWaal1992](https://togithub.com/SanderDeWaal1992) for raising this issue ### [`v5.1.0`](https://togithub.com/alexreardon/memoize-one/releases/v5.1.0) [Compare Source](https://togithub.com/alexreardon/memoize-one/compare/v5.0.5...v5.1.0) #### `Typescript` support! 🤘🤩🤘 `Typescript` consumers will now start getting correct types without having to rely on installing `@types/memoize-one`. Internally `memoize-one` is now authored in `Typescript`. `memoize-one` is still shipping `flow` types, so if you are using, or want to use `flow`, then you will still get the same fantastic types you always have. And if you want to use good old regular vanilla JS then you can do that too! > This change has been marked as a feature release as it will not break any existing `flow` consumers ❤ Thanks to [@​PavelVanecekAtlassian](https://togithub.com/PavelVanecekAtlassian), [@​danieldelcore](https://togithub.com/danieldelcore) and [@​TrySound](https://togithub.com/TrySound) for their assistance. And thanks to [@​karol-majewski](https://togithub.com/karol-majewski) and [@​franklixuefei](https://togithub.com/franklixuefei) for creating the previous `memoize-one` `typescript` types on [DefinitelyTyped](https://togithub.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/memoize-one/index.d.ts) ### [`v5.0.5`](https://togithub.com/alexreardon/memoize-one/releases/v5.0.5) [Compare Source](https://togithub.com/alexreardon/memoize-one/compare/v5.0.4...v5.0.5) - Naming functions for better stack traces [#​68](https://togithub.com/alexreardon/memoize-one/issues/68) - Bumping all dev dependencies [#​68](https://togithub.com/alexreardon/memoize-one/issues/68) - Bumping node for `travis` build and adding `.nvm` file [#​69](https://togithub.com/alexreardon/memoize-one/issues/69)

Renovate configuration

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

:vertical_traffic_light: Automerge: Enabled.

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

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



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

renovate[bot] commented 3 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (^5.1.1). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.