ember-cli-pact icon indicating copy to clipboard operation
ember-cli-pact copied to clipboard

Contract testing with Ember.js and Pact

Results 29 ember-cli-pact issues
Sort by recently updated
recently updated
newest added

ember-cli-pact has nested dependency decompress/4.2.0 with a security vulnerability: https://nvd.nist.gov/vuln/detail/CVE-2020-12265. This is from a direct dependency on pact-node^8.4.0. The newest version of pact-node does not have this vulnerability. Would it...

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.2 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

Hi, We are trying to create a delete request using ember-pact-cli and mirage using the following steps: ` let model = server.create('model', { name: 'some model' }); given('a model item...

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=acorn&package-manager=npm_and_yarn&previous-version=5.7.3&new-version=5.7.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...

dependencies

### Goal - Capture and record requests that have non-serialisable responses. ### Changes - call `recordRequest` through pretender's `handledRequest` on `mock-provider/mirage.js`. ### Tests - TBD

### Goal - Leverage `given` method by making it return the provided new state ### Changes - `addState` now returns whatever the `providerState`'s callback results ### Tests - `a bed...

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...

dependencies

Hi @dfreeman, So as I mentioned in Slack yesterday, my team and I are trying to integrate ember-cli-pact with our repo, which uses a RestSerializer, and have come across the...

bug

Hi there, I'm evaluating ember-cli-pact for the organisation I work for. I've previously worked with: https://github.com/pact-foundation/pact-js These guys are based in Melbourne but I was wondering if you had come...

question