Skip to content
This repository has been archived by the owner on Jul 25, 2020. It is now read-only.

Update all #25

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

Update all #25

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 5, 2019

This PR contains the following updates:

Package Type Update Change
cordova-plugin-inappbrowser dependencies minor 3.0.0 -> 3.2.0
cordova-plugin-ionic-keyboard dependencies minor 2.1.3 -> 2.2.0
cordova-plugin-ionic-webview dependencies patch 2.5.1 -> 2.5.3
cordova-plugin-splashscreen dependencies patch 5.0.3 -> 5.0.4
github.com/go-chi/chi require minor v4.0.2+incompatible -> v4.1.2
gopkg.in/urfave/cli.v2 require minor v2.0.0-20180128182452-d3ae77c26ac8 -> v2.2.0
ionic-angular dependencies patch 3.9.2 -> 3.9.10
moment (source) dependencies minor 2.24.0 -> 2.27.0
node minor 10.13.0 -> 10.21.0
rxjs dependencies minor 6.2.1 -> 6.6.0
rxjs-compat dependencies minor 6.2.1 -> 6.6.0
typescript (source) devDependencies minor 2.6.2 -> 2.9.2

Release Notes

apache/cordova-plugin-inappbrowser

v3.2.0

Compare Source

  • GH-503 Defensive code to prevent NULL reference exceptions for async
  • GH-584 Add compile-time decision for disabling UIWebView
  • GH-524 Replace "beforeload" with BEFORELOAD
  • GH-568 Update missing closed brace to the insert.CSS
  • GH-401 Move createIframeBridge to injectDeferredObject
  • GH-534 Fix InAppBrowser not opening on iOS 13
  • ci(travis) Upgrade to node8

v3.1.0

Compare Source

ionic-team/cordova-plugin-ionic-keyboard

v2.2.0

Compare Source

Features
Bug Fixes
  • android: Avoid conflicts when ionic-plugin-keyboard is installed (#​104) (893dc8e)
  • ios: respect KeyboardAppearanceDark preference from webview plugin (#​101) (b00e3a9)
  • ios: Delay resize until keyboard animation finish (#​81) (d729cbf)
  • ios: Avoid duplicate hide event when user changes field (#​68) (4a0e018)
ionic-team/cordova-plugin-ionic-webview

v2.5.3

Compare Source

v2.5.2

Compare Source

apache/cordova-plugin-splashscreen

v5.0.4

Compare Source

  • GH-261 chore: add cordova-ios requirement <6.0.0
  • chore(asf): update git notification settings
  • update CONTRIBUTING.md
  • GH-251 chore(npm): adds ignore list
  • GH-252 ci: updates Node.js versions
  • GH-236 update homepage to github README page
  • GH-239 update README.md by adding missing info
  • ci(travis): Upgrade node from 6 to 8
  • ci(travis): Remove Android 4.4, Add Android 9.0
  • GH-212 ci(travis): Add ADDITIONAL_TESTS_DIR=./tests/ios
go-chi/chi

v4.1.2

Compare Source

v4.1.1

Compare Source

  • fix for issue #​411 which allows for overlapping regexp
    route to the correct handler through a recursive tree search, thanks to @​Jahaja for the PR/fix!
  • new middleware.RouteHeaders as a simple router for request headers with wildcard support
  • History of changes: see go-chi/chi@v4.1.0...v4.1.1

v4.1.0

Compare Source

  • middleware.LogEntry: Write method on interface now passes the response header
    and an extra interface type useful for custom logger implementations.
  • middleware.WrapResponseWriter: minor fix
  • middleware.Recoverer: a bit prettier
  • History of changes: see go-chi/chi@v4.0.4...v4.1.0

v4.0.4

Compare Source

v4.0.3

Compare Source

  • core: fix regexp routing to include default value when param is not matched
  • middleware: rewrite of middleware.Compress
  • middleware: suppress http.ErrAbortHandler in middleware.Recoverer
  • History of changes: see go-chi/chi@v4.0.2...v4.0.3
urfave/cli

v2.2.0

Compare Source

These release notes were written for the git hash d648edd

Fixed

Changed

Added

v2.1.1

Compare Source

Fixed a Context regression introduced in v2.1.0 in #​1014 via @​lynncyrin

v2.1.0

Compare Source

These release notes were written for the git hash ae84df4cef4a2a6f1a0cb1d41ea0f3af8755e5a8

Fixed
Changed
Added

v2.0.0

Compare Source

V2 was merged in #​892, which included the work of all of these contributors: @​asahasrabuddhe, @​meatballhat, @​jszwedko, @​lynncyrin, @​AudriusButkevicius, @​saschagrunert, @​rliebz, @​johnweldon, @​nlewo, @​grubernaut, @​OneOfOne, @​VMitov, @​cbranch, @​marwan-at-work, @​uudashr, @​bfreis

Discuss the state of V2 here => #​826


Added
  • Added NewStringSlice and NewIntSlice for creating their related types
  • Added Float64SliceFlag for unmarshaling a list of floats from the user
  • Added Context.Lineage to get all contexts from current up to global
  • Added Context.LocalFlagNames to get the flag names from only the current context
  • Added BoolFlag.Value to handle both default-false and default-true
  • Added IsSet method to the Flag interface which allows us to detect whether or not a flag has been set
Changed
  • Occurrences of []Command have been changed to []*Command
  • Occurrences of []cli.Flag have been changed to []*cli.Flag
  • Context.FlagNames now returns all flags in the context lineage
  • Context.IsSet now considers the full context lineage
Removed
  • Removed Global* flags since all flags are now global
    • when updating, replace GlobalBool with Bool
    • and GlobalInt with Int
    • and GlobalString with String
    • and so on for any other global flags
  • Removed Context.Parent method, as this is now available via Context.Lineage
    • when updating, replace Context.Parent() with Context.Lineage()[1]
  • Removed the App.Author and App.Email
    • these have been replaced with the Authors []*Author field
  • Removed the ability to specify multiple entries in the Command.Name field
    • when updating, replace Name: "a, b, c" with Name: "a", Aliases: []string{"b", "c"}
  • Removed the Command.ShortName field
    • when updating, replace ShortName: "i" with Aliases: []string{"i"}
  • Removed all Context.Global* methods, as the non-global versions now traverse up
    the context lineage automatically.
  • Removed the ability to specify &StringSlice{...string} or &IntSlice{...int}.
  • Removed adapter code for deprecated Action func signature
  • Removed BoolTFlag and related code, as this is now available via BoolFlag.Value

v2.0.0-alpha.2

Compare Source

This is a pre-release meant for internal testing purposes. Please do not use this until you really know what you are doing.

v2.0.0-alpha.1

Compare Source

ionic-team/ionic

v3.9.3

Compare Source

moment/moment

v2.27.0

Compare Source

  • Release June 18, 2020

Added Turkmen locale, other locale improvements, slight TypeScript fixes

v2.26.0

Compare Source

  • Release May 19, 2020

TypeScript fixes and many locale improvements

v2.25.3

Compare Source

  • Release May 4, 2020

Remove package.json module property. It looks like webpack behaves differently
for modules loaded via module vs jsnext:main.

v2.25.2

Compare Source

  • Release May 4, 2020

This release includes ES Module bundled moment, separate from it's source code
under dist/ folder. This might alleviate issues with finding the `./locale
subfolder for loading locales. This might also mean now webpack will bundle all
locales automatically, unless told otherwise.

v2.25.1

Compare Source

  • Release May 1, 2020

This is a quick patch release to address some of the issues raised after
releasing 2.25.0.

  • 2e268635 [misc] Revert #​5269 due to webpack warning
  • 226799e1 [locale] fil: Fix metadata comment
  • a83a521 [bugfix] Fix typeoff usages
  • e324334 [pkg] Add ts3.1-typings in npm package
  • 28cc23e [misc] Remove deleted generated locale en-SG

v2.25.0

Compare Source

  • Release May 1, 2020

  • #​4611 022dc038 [feature] Support for strict string parsing, fixes #​2469

  • #​4599 4b615b9d [feature] Add support for eras in en and jp

  • #​4296 757d4ff8 [feature] Accept custom relative thresholds in duration.humanize

  • 18 bigfixes

  • 36 locale fixes

  • 5 new locales (oc-lnc, zh-mo, en-in, gom-deva, fil)

nodejs/node

v10.21.0

Compare Source

Notable changes

This is a security release.

Vulnerabilities fixed:

  • CVE-2020-8174: napi_get_value_string_*() allows various kinds of memory corruption (High).
  • CVE-2020-10531: ICU-20958 Prevent SEGV_MAPERR in append (High).
  • CVE-2020-11080: HTTP/2 Large Settings Frame DoS (Low).
Commits

v10.20.1

Compare Source

Notable changes

Due to release process failures, Node.js v10.20.0 shipped with source
and header tarballs that did not properly match the final release
commit that was used to build the binaries. We recommend that Node.js
v10.20.0 not be used, particularly in any applications using native
add-ons or where compiling Node.js from source is involved.

Node.js v10.20.1 is a clean release with the correct sources and is
strongly recommended in place of v10.20.0.

v10.20.0

Compare Source

macOS package notarization and a change in builder configuration

The macOS binaries for this release, and future 10.x releases, are now
being compiled on macOS 10.15 (Catalina) with Xcode 11 to support
package notarization, a requirement for installing .pkg files on macOS
10.15 and later. Previous builds of Node.js 10.x were compiled on macOS
10.10 (Yosemite) with a minimum deployment target of macOS 10.7 (Lion).
As binaries are still being compiled to support a minimum of macOS 10.7
(Lion) we do not anticipate this having a negative impact on Node.js
10.x users with older versions of macOS.

Notable changes
  • buffer: add {read|write}Big[U]Int64{BE|LE} methods (garygsc) #​19691
  • build: macOS package notarization (Rod Vagg) #​31459
  • deps:
    • update npm to 6.14.3 (Myles Borins) #​32368
    • upgrade openssl sources to 1.1.1e (Hassaan Pasha) #​32328
    • upgrade to libuv 1.34.2 (cjihrig) #​31477
  • n-api:
    • add napi_get_all_property_names (himself65) #​30006
    • add APIs for per-instance state management (Gabriel Schulhof) #​28682
    • define release 6 #​32058
    • turn NAPI_CALL_INTO_MODULE into a function (Anna Henningsen) #​26128
  • tls:
    • expose keylog event on TLSSocket (Alba Mendez) #​27654
    • support TLS min/max protocol defaults in CLI (Sam Roberts) #​27946
  • url: handle quasi-WHATWG URLs in urlToOptions() (cjihrig) #​26226
Commits

v10.19.0

Compare Source

Notable changes

This is a security release.

Vulnerabilities fixed:

  • CVE-2019-15606: HTTP header values do not have trailing OWS trimmed.
  • CVE-2019-15605: HTTP request smuggling using malformed Transfer-Encoding header.
  • CVE-2019-15604: Remotely trigger an assertion on a TLS server with a malformed certificate string.

Also, HTTP parsing is more strict to be more secure. Since this may
cause problems in interoperability with some non-conformant HTTP
implementations, it is possible to disable the strict checks with the
--insecure-http-parser command line flag, or the insecureHTTPParser
http option. Using the insecure HTTP parser should be avoided.

Commits

v10.18.1

Compare Source

Notable changes
  • http2: fix session memory accounting after pausing (Michael Lehenbauer) #​30684
  • n-api: correct bug in napi_get_last_error (Octavian Soldea) #​28702
  • tools: update tzdata to 2019c (Myles Borins) #​30479
Commits

v10.18.0

Compare Source

This is a security release.

For more details about the vulnerability please consult the npm blog:

https://blog.npmjs.org/post/189618601100/binary-planting-with-the-npm-cli

Notable changes
Commits

v10.17.0

Compare Source

Notable changes
  • crypto:
    • add support for chacha20-poly1305 for AEAD (chux0519) #​24081
    • increase maxmem range from 32 to 53 bits (Tobias Nießen) #​28799
  • deps:
    • update npm to 6.11.3 (claudiahdz) #​29430
    • upgrade openssl sources to 1.1.1d (Sam Roberts) #​29921
  • dns: remove dns.promises experimental warning (cjihrig) #​26592
  • fs: remove experimental warning for fs.promises (Anna Henningsen) #​26581
  • http: makes response.writeHead return the response (Mark S. Everitt) #​25974
  • http2: makes response.writeHead return the response (Mark S. Everitt) #​25974
  • n-api:
    • make func argument of napi_create_threadsafe_function optional (legendecas) #​27791
    • mark version 5 N-APIs as stable (Gabriel Schulhof) #​29401
    • implement date object (Jarrod Connolly) #​25917
  • process: add --unhandled-rejections flag (Ruben Bridgewater) #​26599
  • stream:
    • implement Readable.from async iterator utility (Guy Bedford) #​27660
    • make Symbol.asyncIterator support stable (Matteo Collina) #​26989
Commits

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
Copy link
Author

renovate bot commented Aug 5, 2019

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: controller/go.sum
Command failed: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/osmose-collective/radio-imaginee":"/mnt/renovate/gh/osmose-collective/radio-imaginee" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/renovate-cache/others/go":"/tmp/renovate-cache/others/go" -e GOPATH -e CGO_ENABLED -w "/mnt/renovate/gh/osmose-collective/radio-imaginee/controller" renovate/go bash -l -c "git config --global url.\"https://x-access-token:**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./..."
go: gopkg.in/urfave/cli.v2@v2.2.0: parsing go.mod:
	module declares its path as: github.com/urfave/cli/v2
	        but was required as: gopkg.in/urfave/cli.v2

@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Aug 5, 2019
@renovate renovate bot changed the title fix(deps): update all Update all Aug 5, 2019
@renovate renovate bot force-pushed the renovate/all branch 15 times, most recently from 4d3f8d0 to cf874a1 Compare August 9, 2019 16:36
@renovate renovate bot force-pushed the renovate/all branch 12 times, most recently from 62768cf to b28382a Compare August 16, 2019 16:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🔍 Ready for Review Pull Request is not reviewed yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant