Skip to content

Update aws-sdk-mock to the latest version 🚀#4

Open
greenkeeper[bot] wants to merge 1 commit into
masterfrom
greenkeeper/aws-sdk-mock-2.0.0
Open

Update aws-sdk-mock to the latest version 🚀#4
greenkeeper[bot] wants to merge 1 commit into
masterfrom
greenkeeper/aws-sdk-mock-2.0.0

Conversation

@greenkeeper

@greenkeeper greenkeeper Bot commented Apr 19, 2018

Copy link
Copy Markdown

Version 2.0.0 of aws-sdk-mock was just published.

Dependency aws-sdk-mock
Current Version 1.7.0
Type devDependency

The version 2.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of aws-sdk-mock.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 13 commits.

  • 8753bca update to latest version of Sinon required newer version of Node.js see: #123
  • 10f8246 Merge pull request #123 from chris-armstrong/newersinon
  • 4f9fd36 Remove node 0.10 from travis
  • cc19e61 Rearrange dependencies order
  • 2871f1a Upgrade to sinon 4.5.0
  • fe24c2c Merge pull request #117 from nagapavan/patch-1
  • 45769ad Update README.md
  • 4b02fa0 Merge pull request #98 from LinusU/patch-1
  • 0226bf6 Merge pull request #116 from jkimau/update-readme
  • 03dfb54 remove unnecessary line from a exmaple in README
  • 98ba043 Merge pull request #103 from lukemcgregor/patch-1
  • 59a5682 Fixed minor markdown formatting issue
  • cf4a214 Fix "Why" header in readme

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper Bot added a commit that referenced this pull request Jun 12, 2018
@greenkeeper

greenkeeper Bot commented Jun 12, 2018

Copy link
Copy Markdown
Author

Version 3.0.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • e12a4a1 update version of sinon and traverse to latest (breaking change to underlying dependency) see: #122
  • a6df4ca Merge pull request #129 from kevinrambaud/update-to-sinon-5
  • e330809 Update sinon dependency

See the full diff

greenkeeper Bot added a commit that referenced this pull request Jun 20, 2018
@greenkeeper

greenkeeper Bot commented Jun 20, 2018

Copy link
Copy Markdown
Author

Version 3.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 8 commits.

  • fa011fb adds request.on method see: #135 via #94 thanks to: @abetomo :tada:
  • 2f42779 Merge pull request #94 from abetomo/add_on_method
  • f666ee8 Merge pull request #134 from MichaelPaulukonis/you-bffer
  • 189ba7b Corrected spelling of 'Bffer' to 'Buffer'
  • 030e3b0 Merge pull request #131 from kevinrambaud/update-travis-node-versions
  • 4655625 Add testing on more node versions
  • a3582d4 Add test of request.on
  • 819dfa8 Add on method to request object

See the full diff

greenkeeper Bot added a commit that referenced this pull request Jun 21, 2018
@greenkeeper

greenkeeper Bot commented Jun 21, 2018

Copy link
Copy Markdown
Author

Version 3.2.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 5d15a54 add support for request.send() when mocking see: #136 thanks to @abetomo
  • 300460c Merge pull request #137 from abetomo/add_send_method
  • 1cd0d2b Add send method to request object

See the full diff

greenkeeper Bot added a commit that referenced this pull request Jun 21, 2018
@greenkeeper

greenkeeper Bot commented Jun 21, 2018

Copy link
Copy Markdown
Author

Version 4.0.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 16 commits.

  • 8b101d2 upgrade to latest version of Sinon & AWS SDK and add support for promises! thanks to @shaunc & @abetomo! :tada:
  • cd31c9b Merge pull request #114 from shaunc/spy-can-return-promise
  • 3a9722b Merge pull request #130 from kevinrambaud/replace-istanbul-by-nyc
  • 5d1b415 Merge branch 'master' into replace-istanbul-by-nyc
  • eb5a562 Merge pull request #132 from kevinrambaud/limit-packge-files-published
  • a127420 Merge pull request #138 from abetomo/remove_unnecessary_variable
  • f35ca9d Merge pull request #139 from abetomo/npm_update
  • a1b8819 Merge pull request #126 from capaj/patch-1
  • d49fba0 Merge branch 'master' into patch-1
  • ae90f30 npm update
  • af74367 Remove var as it is the second assignment
  • ad68892 Remove unused variables
  • b7b75c0 Limit package files published
  • 0a1f1e1 Replace istanbul by nyc
  • 6b04b7a changed new Buffer to Buffer.from

There are 16 commits in total.

See the full diff

greenkeeper Bot added a commit that referenced this pull request Aug 6, 2018
@greenkeeper

greenkeeper Bot commented Aug 6, 2018

Copy link
Copy Markdown
Author

Version 4.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • cc3825f add support passing a Readable stream as the stub for S3.GetObject see: #144
  • 0bbb054 Merge pull request #144 from jstewmon/createReadStream-stream
  • 9dd9bf5 Merge pull request #149 from jeznag/patch-1
  • 5180ad3 More examples to help with Typescript support
  • 2dd76d2 Merge pull request #147 from JeongUkJae/master
  • 8a2d746 edit README.md
  • 26f3975 support passing a Readable stream as the stub for S3.GetObject

See the full diff

greenkeeper Bot added a commit that referenced this pull request Oct 2, 2018
@greenkeeper

greenkeeper Bot commented Oct 2, 2018

Copy link
Copy Markdown
Author
  • The devDependency aws-sdk-mock was updated from 1.7.0 to 4.2.0.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • 6c3e490 add abbility to AWS.remock a service. see: #152 thanks to @mankins
  • dfb50bb Merge pull request #153 from mankins/feature/remockable
  • 97fbf86 add remock function, remove update
  • 807e21f add update flag
  • ceaa727 merge
  • 8fd1f79 allow remocking with new values

See the full diff

greenkeeper Bot added a commit that referenced this pull request Dec 4, 2018
@greenkeeper

greenkeeper Bot commented Dec 4, 2018

Copy link
Copy Markdown
Author
  • The devDependency aws-sdk-mock was updated from 1.7.0 to 4.3.0.

Update to this version instead 🚀

Commits

The new version differs by 12 commits.

  • dbbb81a comment out NPM download stats badge from README.md see: #161 (comment)
  • 0a296a2 change badges in readme to use Shields.io for "flat-square"
  • bb9e17a Add TypeScript type definitions thanks to @dalen #160 + Update Dependencies to latest versions #161 No updates to code required.
  • 53baf67 add snyk dependency checking and badge in README.md see: #161
  • 1855aa9 remove support for Node.js v.4 as no longer supported by aws-sdk see: #162 (comment)
  • 94e87cd update version of aws-sdk to latest version 2.369.0 for #161
  • 9007bcc update version of Sinon to 7.1.1 (latest) #161
  • 2c95cb5 update dependency on sinon #161
  • 785ca8b add Apache 2.0 license file fixes #71
  • 78b6fb2 add package-lock.json to .gitignore (super noisy file!)
  • 54bad2a Merge pull request #160 from dalen/master
  • 3aa537e Add TypeScript type definitions

See the full diff

greenkeeper Bot added a commit that referenced this pull request Feb 15, 2019
@greenkeeper

greenkeeper Bot commented Feb 15, 2019

Copy link
Copy Markdown
Author
  • The devDependency aws-sdk-mock was updated from 1.7.0 to 4.3.1.

Update to this version instead 🚀

Commits

The new version differs by 14 commits.

  • 1e165e0 Update Typescript restore definition. #163
  • 6a2587c Merge pull request #172 from joostfarla/ts
  • 4a9b802 Fix wrong TypeScript definitions
  • cfc24d8 Merge pull request #168 from abetomo/check_test_code_with_eslint
  • c04780b Check test code with eslint
  • 0f51bba Merge pull request #166 from abetomo/use_buffer_alloc
  • c0f66f5 Merge pull request #167 from abetomo/add_no-multi-spaces_rule
  • c412c39 Add no-multi-spaces rule
  • aed00d3 Fix to use 'Buffer.alloc' instead of 'new Buffer'
  • 2f38d08 Merge pull request #159 from abetomo/feature_use_eslint
  • c898c11 Format the code according to eslint
  • 837d27e Add .eslintrc.json
  • 3972c49 Add eslint
  • aec4859 Merge pull request #162 from dwyl/update-dependencies-issue-#161

See the full diff

greenkeeper Bot added a commit that referenced this pull request Apr 8, 2019
@greenkeeper

greenkeeper Bot commented Apr 8, 2019

Copy link
Copy Markdown
Author
  • The devDependency aws-sdk-mock was updated from 1.7.0 to 4.4.0.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • 39e2bf6 add spread syntax to mock service constructor to allow multiple arguments/parameters to be passed in to mocked function/method call. see: #170
  • d4f945b Merge pull request #170 from psaxton/issues/169
  • f8f6b9e Merge pull request #178 from abetomo/update_eslint_rule
  • 0cef307 Update 'space-unary-ops' of eslint
  • 3966cec npm update
  • 3e7fa54 Merge remote-tracking branch 'upstream/master' into origin/issues/169
  • ca17878 Allow constructors with more than 1 parameter to be mocked

See the full diff

greenkeeper Bot added a commit that referenced this pull request Jun 27, 2019
@greenkeeper

greenkeeper Bot commented Jun 27, 2019

Copy link
Copy Markdown
Author
  • The devDependency aws-sdk-mock was updated from 1.7.0 to 4.5.0.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Dec 24, 2019
@greenkeeper

greenkeeper Bot commented Dec 24, 2019

Copy link
Copy Markdown
Author
  • The devDependency aws-sdk-mock was updated from 1.7.0 to 5.0.0.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Mar 11, 2020
@greenkeeper

greenkeeper Bot commented Mar 11, 2020

Copy link
Copy Markdown
Author
  • The devDependency aws-sdk-mock was updated from 1.7.0 to 5.1.0.

Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants