-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency remap-istanbul to version 0.9.5 #1996
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Generated by 🚫 dangerJS |
renovate
bot
force-pushed
the
renovate/remap-istanbul-0.x
branch
from
August 4, 2017 04:25
a39defa
to
0d5d7de
Compare
jbaxleyiii
pushed a commit
that referenced
this pull request
Sep 4, 2017
* Fix mistake in README (#1994) The mistake was introduced by 5863eac when consolidating the two examples for `new ApolloClient`. * chore(deps): update dependency remap-istanbul to version 0.9.5 (#1996) * chore(deps): update dependency @types/chai to version 4.0.2 (#1995) * chore(deps): update dependency webpack-bundle-analyzer to version 2.9.0 (#2001) * chore(deps): update dependency ts-jest to version 20.0.9 (#2000) * fixed two queries in flight bug for Apollo Link (#2002) * fixed two queries in flight bug for Apollo Link * Changelog updated * chore(deps): update dependency chai to v4.1.1 (#2003) * chore(deps): update dependency danger to v1.2.0 (#2015) * chore(deps): update dependency lint-staged to v4.0.3 (#2010) * chore(deps): update dependency ts-jest to v20.0.10 (#2009) * Fixed the networkInterface config applying (#2014) * fixing the networkInterface config applying * CHANGELOG added * Fixed single response and added subscriptions to links (#1992) * Fixed single response and added subscriptions to links * remove Observable Network Interface and include subscriptions map for current interface * Subscripitons unit tests and subscribe method calls correctly to handler * Update Changelog to reflect subscriptions with Links * bumped graphql types version and include asynciterable ts library * fix: flow: prevent RequestOptions null error (#2006) * fix: flow: prevent RequestOptions null error * fix: flow: prevent RequestOptions null error (with test) * chore(deps): update dependency tslint to v5.6.0 (#2017) * chore(deps): update dependency sinon to v3.1.0 (#2021) * fix(deps): update dependency apollo-link-core to v^0.4.0 (#2018) * 1.9.1 (#2025) * bump changelog * version bump * import ZenObservable types from apollo-link-core * bump apollo-link-core version number * chore(deps): update dependency @types/lodash to v4.14.72 * chore(deps): update dependency @types/node to v8.0.20 * Setup all-contributors-cli * chore(deps): update dependency webpack to v3.5.2 * chore(deps): update dependency webpack to v3.5.3 * chore(deps): update dependency fetch-mock to v5.12.2 * chore(deps): update dependency all-contributors-cli to v4.4.0 * Fixed flow annotations - [Object] means array of length 1 with Object. Instead we want Array<Object> - ___* were typos. The correct values from code is __* * Fixed fetchMore annotations, make optional covariant * Updated changelog for #2034 * chore(deps): update dependency sinon to v3.2.0 * chore(deps): update dependency rxjs to v5.4.3 * chore(deps): update dependency @types/chai to v4.0.3 * chore(deps): update dependency webpack to v3.5.4 * chore(deps): update dependency @types/node to v8.0.22 * chore(deps): update dependency @types/chai to v4.0.4 * chore(deps): update dependency @types/lodash to v4.14.74 * chore(deps): update dependency @types/node to v8.0.24 * chore(deps): update dependency flow-bin to v0.53.1 * chore(deps): update dependency sinon to v3.2.1 * chore(deps): update dependency webpack to v3.5.5 * chore(deps): update dependency lint-staged to v4.0.4 * chore(deps): update dependency source-map-support to v0.4.16 (#2073) * chore(deps): update dependency @types/mocha to v2.2.42 (#2069) * chore(deps): update dependency uglify-js to v3.0.28 (#2074) * chore(deps): update dependency @types/node to v8.0.25 * chore(deps): update dependency rollup to v0.49.0 * chore(deps): update dependency bundlesize to v0.14.1 * chore(deps): update dependency tslint to v5.7.0 * Use previous results for fields from custom resolvers A logic error was causing the `readStoreResolver` from applying a `previousResult` to a top-level ID obtained via a custom resolver. Effectively, this bug was causing the result of any query routed through a custom resolver to fail reference equality checks, even if the result is served completely from the cache and is completely unchanged. This commit adds a regression test. * chore(deps): update dependency prettier to v1.6.1 * chore(deps): update dependency rollup to v0.49.2 * chore(deps): update dependency @types/node to v8.0.26 * chore(deps): update dependency ts-jest to v20.0.13 * 1.9.2 and prettier updates
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This Pull Request updates dependency remap-istanbul from version
0.8.0
to0.9.5
Note: This PR was created on a configured schedule ("after 10pm and before 5am on every weekday" in timezone
America/Los_Angeles
) and will not receive updates outside those times.Commits
SitePen/remap-istanbul
0.9.5
1e3046d
Release 0.9.5866abe7
Remap sources when remapping filenames (`Polling endpoint #145`)0.9.4
af8a0b5
Release 0.9.4ed3bee6
Add support for remapping filenames (`watchQuery
doesn't get the new result after a mutation #144`)0.9.3
834e898
Release 0.9.30.9.2
343f8cd
Release 0.9.22eb3bee
Support files with multiple sourceMappingURL (`Make it easy to use Apollo with Redux directly #142`)72ef8e2
Remove typings folder (`Changing observable response structure #139`)9479027
Ignore unused files (`Fix refetch to work if you don't pass any args #138`)b7a5795
fix for issue `Allow passing in an existing Redux store and pick which key in the store should be managed by Apollo #61` (`allow passing variables into a query refetch #133`)d123249
Fixes `Set up profiling and CI #136` (`Linter doesn't lint subdirs #137`)0.9.1
7d1117b
bump version to 0.9.1b010d7c
Fix regression where path is resolved incorrectly (`API Condense #135`)0.9.0
a08125d
Update to 0.9.093429a5
fix: dont overwrite sources array if there is more than one source (`Setup CD to npm? #120`)53e89b8
Avoid reading sourcemaps in js file if it is already in fileCoverage.inputSourceMap (`Fix potential error on returning result after unsubscribed #125`)6e40c3a
fixes `[Discussion] Fetch #126`, prepend sourceRoot to source file paths (`Middlewares clobber default options #127`)ba8fe42
fixes `Create a docs site #53`, document reportOptions for writeReport command (`Add basic guards to avoid firing observer unnecessarily #124`)0.8.4
a5cbbe1
bump version to 0.8.4 (`Observable API #119`)19bf1eb
updated supported node.js version in docs (`From Martijn: improve network interface mocking #117`)ddfb785
Update grunt test to test actual task (which imports the module), als… (`Implement basic network error handling #118`)0.8.3
19f3674
Bump version to 0.8.3 (`Get started on React view integration #115`)684fb0e
Add babel plugin to export to module.exports, fix issues with 0.8.x r… (`Get started on Angular view integration #114`)0.8.2
ea68b44
Bump to version 0.8.2 (`[WIP] Turn off forceFetch by default, preserve query name and variables #111`)7097dc8
Fix issue for CJS (`Uncaught TypeError when initialising ApolloClient #110`)0.8.1
d42eeed
bump version to 0.8.1 (`createNetworkInterface is not a function #108`)808e352
Fix issues with running `remap-istanbul` in amd context (`isomorphic-fetch issues #107`)This PR has been generated by Renovate Bot.