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

chore(deps): update all #446

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

chore(deps): update all #446

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/chai (source) 4.2.5 -> 4.3.4 age adoption passing confidence
@types/chai-as-promised (source) 7.1.2 -> 7.1.5 age adoption passing confidence
@types/debug (source) 4.1.5 -> 4.1.7 age adoption passing confidence
@types/fetch-mock (source) 7.3.2 -> 7.3.5 age adoption passing confidence
@types/lodash.find (source) 4.6.6 -> 4.6.7 age adoption passing confidence
@types/sinon (source) 7.5.1 -> 7.5.2 age adoption passing confidence
@types/uuid (source) 3.4.6 -> 3.4.10 age adoption passing confidence
@types/ws (source) 6.0.3 -> 6.0.4 age adoption passing confidence
bowser 2.7.0 -> 2.11.0 age adoption passing confidence
browserify 16.5.0 -> 16.5.2 age adoption passing confidence
chai (source) 4.2.0 -> 4.3.7 age adoption passing confidence
coveralls 3.0.8 -> 3.1.1 age adoption passing confidence
debug 4.1.1 -> 4.3.4 age adoption passing confidence
del-cli 3.0.0 -> 3.0.1 age adoption passing confidence
graphql 14.5.8 -> 14.7.0 age adoption passing confidence
loglevel 1.6.6 -> 1.8.1 age adoption passing confidence
mocha (source) 6.2.2 -> 6.2.3 age adoption passing confidence
mockttp 0.19.1 -> 0.21.2 age adoption passing confidence
offix-client 0.9.0 -> 0.15.5 age adoption passing confidence
replace 1.1.1 -> 1.2.2 age adoption passing confidence
source-map-support 0.5.16 -> 0.5.21 age adoption passing confidence
subscriptions-transport-ws 0.9.16 -> 0.11.0 age adoption passing confidence
ts-node (source) 8.5.2 -> 8.10.2 age adoption passing confidence
typedoc (source) 0.15.3 -> 0.23.28 age adoption passing confidence
typescript (source) 3.7.2 -> 3.9.10 age adoption passing confidence
uuid 3.3.3 -> 3.4.0 age adoption passing confidence

Release Notes

lancedikson/bowser

v2.11.0

Compare Source

  • [ADD] Added support for aliases in Parser#is method (#​437)
  • [ADD] Added more typings (#​438, #​427)
  • [ADD] Added support for MIUI Browserr (#​436)

v2.10.0

Compare Source

  • [FIX] Fix for Firefox detection on iOS 13 [#​415]
  • [FIX] Fixes for typings.d.ts [#​409]
  • [FIX] Updated development dependencies

v2.9.0

Compare Source

  • [ADD] Export more methods and constants via .d.ts [#​388], [#​390]

v2.8.1

Compare Source

  • [FIX] Reverted [#​382] as it broke build

v2.8.0

Compare Source

  • [ADD] Add polyfills for Array.find & Object.assign [#​383]
  • [ADD] Export constants with types.d.ts [#​382]
  • [FIX] Add support for WeChat on Windows [#​381]
  • [FIX] Fix detection of Firefox on iPad [#​379]
  • [FIX] Add detection of Electron [#​375]
  • [FIX] Updated dev-dependencies
browserify/browserify

v16.5.2

Compare Source

Upgrade browser-resolve to v2.

https://github.com/browserify/browserify/pull/1973

v16.5.1

Compare Source

Remove deprecated mkdirp version in favour of mkdirp-classic.

browserify/browserify@00c913f

Pin dependencies for Node.js 0.8 support.

https://github.com/browserify/browserify/pull/1939

chaijs/chai

v4.3.7

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.3.6...v4.3.7

v4.3.6

Compare Source

Update loupe to 2.3.1

v4.3.5

Compare Source

v4.3.4

Compare Source

This fixes broken inspect behavior with bigints (#​1321) (#​1383) thanks @​vapier

v4.3.3: / 2021-03-03

Compare Source

This reintroduces Assertion as an export in the mjs file. See https://github.com/chaijs/chai/pull/1378 & https://github.com/chaijs/chai/issues/1375

v4.3.2: / 2021-03-03

Compare Source

This fixes a regression in IE11. See https://github.com/chaijs/chai/pull/1380 & https://github.com/chaijs/chai/issues/1379

v4.3.1: / 2021-03-02

Compare Source

This releases fixed an engine incompatibility with 4.3.0

The 4.x.x series of releases will be compatible with Node 4.0. Please report any errors found in Node 4 as bugs, and they will be fixed.

The 5.x.x series, when released, will drop support for Node 4.0

This fix also ensures pathval is updated to 1.1.1 to fix CVE-2020-7751

v4.3.0: / 2021-02-04

Compare Source

This is a minor release.

Not many changes have got in since the last release but this one contains a very important change (#​1257) which will allow jest users to get better diffs. From this release onwards, jest users will be able to see which operator was used in their diffs. The operator is a property of the AssertionError thrown when assertions fail. This flag indicates what kind of comparison was made.

This is also an important change for plugin maintainers. Plugin maintainers will now have access to the operator flag, which they can have access to through an utilmethod calledgetOperator`.

Thanks to all the amazing people that contributed to this release.

New Features

  • Allow contain.oneOf to take an array of possible values (@​voliva)
  • Adding operator attribute to assertion error (#​1257) (@​rpgeeganage)
  • The closeTo error message will now inform the user when a delta is required (@​eouw0o83hf)

Docs

  • Add contains flag to oneOf documentation (@​voliva)

Tests

Chores

nickmerwin/node-coveralls

v3.1.1: Maintenance / Security updates

Compare Source

  • swapped exec for execFile. Credit: Adar Zandberg from the CxSCA AppSec team at Checkmarx.
  • updated devDependencies
  • merged Dependabot PRs

v3.1.0: Improved CircleCI / Travis parallelism support

Compare Source


This is a minor release due to the change in behavior for CircleCI, which now uses the Workflow ID to merge parallel coverage jobs:

    options.service_number = process.env.CIRCLE_WORKFLOW_ID;
    options.service_job_number = process.env.CIRCLE_BUILD_NUM;

v3.0.14: Maintenance

Compare Source

v3.0.13: Maintenance release

Compare Source

v3.0.12

Compare Source

v3.0.11: COVERALLS_SERVICE_NUMBER environment variable support

Compare Source

Improved:

  • If COVERALLS_SERVICE_NUMBER is set, set service_number from it. (@​midgleyc)

v3.0.10: CodeFresh support, Maintenance

Compare Source

Added:

Improved:

Updated:

v3.0.9: Maintenance, dependency refinement

Compare Source

  • removed Istanbul, mocha dependencies
  • reverted cobertura-parse support (package dependency archived)
  • removed snyk (automated security updates from GitHub via Dependabot enabled)
  • improved Windows support
debug-js/debug

v4.3.4

Compare Source

What's Changed

New Contributors

Full Changelog: debug-js/debug@4.3.3...4.3.4

v4.3.3

Compare Source

Patch Release 4.3.3

This is a documentation-only release. Further, the repository was transferred. Please see notes below.

Thank you to @​taylor1791 and @​kristofkalocsai for their contributions.


Repository Migration Information

I've formatted this as a FAQ, please feel free to open an issue for any additional question and I'll add the response here.

Q: What impact will this have on me?

In most cases, you shouldn't notice any change.

The only exception I can think of is if you pull code directly from https://github.com/visionmedia/debug, e.g. via a "debug": "visionmedia/debug"-type version entry in your package.json - in which case, you should still be fine due to the automatic redirection Github sets up, but you should also update any references as soon as possible.

Q: What are the security implications of this change?

If you pull code directly from the old URL, you should update the URL to https://github.com/debug-js/debug as soon as possible. The old organization has many approved owners and thus a new repository could (in theory) be created at the old URL, circumventing Github's automatic redirect that is in place now and serving malicious code. I (@​qix-) also wouldn't have access to that repository, so while I don't think it would happen, it's still something to consider.

Even in such a case, however, the officially released package on npm (debug) would not be affected. That package is still very much under control (even more than it used to be).

Q: What should I do if I encounter an issue related to the migration?

Search the issues first to see if someone has already reported it, and then open a new issue if someone has not.

Q: Why was this done as a 'patch' release? Isn't this breaking?

No, it shouldn't be breaking. The package on npm shouldn't be affected (aside from this patch release) and any references to the old repository should automatically redirect.

Thus, according to all of the "APIs" (loosely put) involved, nothing should have broken.

I understand there are a lot of edge cases so please open issues as needed so I can assist in any way necessary.

Q: Why was the repository transferred?

I'll just list them off in no particular order.

  • The old organization was defunct and abandoned.
  • I was not an owner of the old organization and thus could not ban the non-trivial amount of spam users or the few truly abusive users from the org. This hindered my ability to properly maintain this package.
  • The debug ecosystem intends to grow beyond a single package, and since new packages could not be created in the old org (nor did it make sense for them to live there), a new org made the most sense - especially from a security point of view.
  • The old org has way, way too many approved members with push access, for which there was nothing I could do. This presented a pretty sizable security risk given that many packages in recent years have fallen victim to backdoors and the like due to lax security access.
Q: Was this approved?

Yes.[archive]

Q: Do I need to worry about another migration sometime in the future?

No.

v4.3.2

Compare Source

Patch release 4.3.2

  • Caches enabled statuses on a per-logger basis to speed up .enabled checks (#​799)

Thank you @​omg!

v4.3.1

Compare Source

Patch release 4.3.1

v4.3.0

Compare Source

Minor release

  • Deprecated debugInstance.destroy(). Future major versions will not have this method; please remove it from your codebases as it currently does nothing.
  • Fixed quoted percent sign
  • Fixed memory leak within debug instances that are created dynamically

v4.2.0

Compare Source

Minor Release

  • Replaced phantomJS with chrome backend for browser tests
  • Deprecated and later removed Changelog.md in lieu of releases page
  • Removed bower.json (#​602)
  • Removed .eslintrc (since we've switched to XO)
  • Removed .coveralls.yml
  • Removed the build system that was in place for various alternate package managers
  • Removed the examples folder (#​650)
  • Switched to console.debug in the browser only when it is available (#​600)
  • Copied custom logger to namespace extension (#​646)
  • Added issue and pull request templates
  • Added "engines" key to package.json
  • Added ability to control selectColor (#​747)
  • Updated dependencies
  • Marked supports-color as an optional peer dependency
sindresorhus/del-cli

v3.0.1

Compare Source

graphql/graphql-js

v14.7.0

Compare Source

v14.7.0 (2020-07-06)

New Feature 🚀
Committers: 1

v14.6.0

Compare Source

v14.6.0 (2020-01-27)

New Feature 🚀
Committers: 1
pimterry/loglevel

v1.8.1

Compare Source

v1.8.0

Compare Source

v1.7.1

Compare Source

v1.7.0

Compare Source

v1.6.8

Compare Source

v1.6.7

Compare Source

mochajs/mocha

v6.2.3

Compare Source

🔒 Security Fixes

httptoolkit/mockttp

v0.21.2

Compare Source

v0.21.1

Compare Source

v0.21.0

Compare Source

v0.20.4

Compare Source

v0.20.3

Compare Source

v0.20.2

Compare Source

v0.20.1

Compare Source

v0.20.0

Compare Source

v0.19.3

Compare Source

v0.19.2

Compare Source

aerogear/offix

v0.15.5

Compare Source

Fixing minor releng issues. No actual functional changes

v0.15.4

Compare Source

Updated internal packages and bug fixes

v0.15.3

Compare Source

Updated internal packages and bug fixes

v0.15.2

Compare Source

Patch release that updates dependencies and some minor docs fixes.

Bug fixes

52b912e: fix: bump react version to meet react-offix-hooks peer dep

Docs changes

54ce1f2: fix: Remove unmaintained offix android
916b49a: docs: fixing typos
0e20ad0: Update ref-conflict-client.md

v0.15.1

Compare Source

Patch release that fixes a couple of bugs, updates dependencies, adds a new example app, and some minor docs fixes.

Bug Fixes

55b3545 fix: id overwrite issue in optimistic responses
52dd303 Runtime config validation Closes #​283 (#​402)

New Example App

113f4e8 feat: add unstyled react native example app

Docs changes

64ab7e3 chore: add link to example app for React
d76725b fix: link error with React Native doc.
c604961 chore: add link to example app in docs
a83f5b8 fix: remove unnecessary step in react example readme

v0.15.0

Compare Source

feat: allow for adding conflict listeners after client creation (#​393)

Adds addConflictListener and removeConflictListener methods to ApolloOfflineClient.

v0.14.0

Compare Source

Notable Commits

a9ee41d fix: persist queue entries after updating optimistic ids (#​389)
7ffae63 fix: improve queue handling of optimistic ids + InputMapper (#​381)
6d736d8 fix: react example app build issue (#​387)
7d8ea82 breaking: refactor offline mutate (#​378)
05625f2 breaking: refactor network status interface (#​368)
60c745c chore: Stop generating source maps (#​375)

v0.13.2

Compare Source

Add useNetworkStatus React hook which can be used to build components that render differently depending on the network state.

v0.13.1

Compare Source

0.13.1 fixes package install issues that were introduced in 0.13.0. It also introduces some minor dependency updates.

v0.13.0

Compare Source

0.13.0

The 0.13.0 release is a release contains a couple of bug fixes, dependency updates and the new ability to configure your own CachePersistor object as requested in #​273 and #​281.

The CachePersistor is used by the client to persist the Apollo Cache across application restarts. Pass your own instance to override the one that is created by default.

Example:

import { ApolloOfflineClient, createDefaultCacheStorage } from "offix-client";
import { HttpLink } from "apollo-link-http";
import { InMemoryCache } from "apollo-cache-inmemory";
import { CachePersistor } from "apollo-cache-persist";

const link = new HttpLink({ uri: "http://example.com/graphql" });
const cache = new InMemoryCache()

const cachePersistor = new CachePersistor({
  cache,
  storage: createDefaultCacheStorage()
})

const client = new ApolloOfflineClient({
  cache,
  cachePersistor,
  link
});

Note: if using TypeScript, you may need to declare the cachePersistor as follows const cachePersistor = new CachePersistor<object>(...options) or you may experience compiler errors.

This example uses createDefaultCacheStorage to create the default IndexedDB based storage driver.
The storage can be swapped depending on the platform. For example window.localstorage in older browsers or AsyncStorage in React Native.

v0.12.0

Compare Source

0.12.0

The 0.12.0 release brings a new offix-client-boost package. This package is a batteries-included wrapper around the offix-client that brings
everything needed to get started with GraphQL quickly. This includes a cache and support for subscriptions and file uploads.

This release also provides new documentation for React Native, Angular and Ionic/Cordova.

Check out the new documentation at offix.dev.

v0.11.0

Compare Source

0.11.0

The 0.11.0 release simplifies the creation of offline clients.

Breaking Changes

OfflineClient replaced with ApolloOfflineClient

The OfflineClient class has been replaced with ApolloOfflineClient. OfflineClient was a wrapper that would internally create an ApolloClient which could be accessed after initialization. The flow looked something like this.

const offlineClient = new OfflineClient(options)
const apolloClient = await offlineClient.init()

The new ApolloOfflineClient directly extends ApolloClient which makes initialization simpler and more flexible as all of the standard Apollo Client options are supported.

Initialization is slightly different, mainly, and ApolloLink must be passed that can connect with the GraphQL server. See the example code below.

import { ApolloOfflineClient } from 'offix-client'

const link = new HttpLink({ uri: 'http://localhost/graphql' })
  
const config = {
  link,
  typeDefs,
  resolvers,
  ...otherOptions
}

const client = new ApolloOfflineClient(config)
await client.init()
...

// `client` is an ApolloClient so you can call all of the methods you'd expect
client.query(...)
client.mutate(...)
client.offlineMutate(...)

v0.10.0

Compare Source

0.10.0

The 0.10.0 release builds upon the 0.9.0 release and adds two new packages. offix-scheduler and offix-conflicts-client

offix-scheduler

offix-scheduler now holds the core functionalities of the Offix project. That includes queueing, scheduling, persistence and fulfilment of offline operations.

offix-scheduler can and will be used to create new clients in the future that are not based on Apollo Client. Clients we are investigating are URQL (see https://github.com/aerogear/offix/issues/235), Relay (see https://github.com/aerogear/offix/issues/236) and plain HTTP/REST. offix-client now uses offix-scheduler under the hood.

There have been no functional changes to offix-client and everything should remain the same.

ALMaclaine/replace

v1.2.2

Compare Source

v1.2.1

Compare Source

v1.2.0

Compare Source

v1.1.5

Compare Source

v1.1.4

Compare Source

v1.1.3

Compare Source

v1.1.2

Compare Source

evanw/node-source-map-support

v0.5.21

Compare Source

v0.5.20

Compare Source

v0.5.19

Compare Source

v0.5.18

Compare Source

v0.5.17

Compare Source

apollostack/subscriptions-transport-ws

v0.11.0

Compare Source

  • Support for graphql@16 and bump minimal supported version to be graphql@15.7.2. As part of this change signatures for ExecuteFunction and SubscribeFunction were changed.

    @​IvanGoncharov in #​902

v0.10.0

Compare Source

  • Same contents as v0.9.19 (published

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from wtrocki as a code owner November 25, 2019 22:15
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v11.15.3 chore(deps): update all Nov 25, 2019
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from c22b3bc to 34a8b98 Compare December 3, 2019 03:34
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from bea136e to ae5b433 Compare December 9, 2019 12:50
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from a7fd001 to 9801ffa Compare December 16, 2019 02:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants