Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Bump node-gyp from 5.0.1 to 5.0.3 #207

Merged
merged 1 commit into from
Jul 22, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jul 22, 2019

Bumps node-gyp from 5.0.1 to 5.0.3.

Changelog

Sourced from node-gyp's changelog.

v5.0.3 2019-07-17

  • [66ad305775] - python: accept Python 3 conditionally (João Reis) #1815
  • [7e7fce3fed] - python: move Python detection to its own file (João Reis) #1815
  • [e40c99e283] - src: implement standard.js linting (Rod Vagg) #1794
  • [bb92c761a9] - test: add Node.js 6 on Windows to Travis CI (João Reis) #1812
  • [7fd924079f] - test: increase tap timeout (João Reis) #1812
  • [7e8127068f] - test: cover supported node versions with travis (Rod Vagg) #1809
  • [24109148df] - test: downgrade to tap@^12 for continued Node 6 support (Rod Vagg) #1808
  • [656117cc4a] - win: make VS path match case-insensitive (João Reis) #1806

v5.0.2 2019-06-27

  • [2761afbf73] - build,test: add duplicate symbol test (Gabriel Schulhof) #1689
  • [82f129d6de] - gyp: replace optparse to argparse (KiYugadgeter) #1591
  • [afaaa29c61] - gyp: remove from __future__ import with_statement (cclauss) #1799
  • [a991f633d6] - gyp: fix the remaining Python 3 issues (cclauss) #1793
  • [f952b08f84] - gyp: move from __future__ import to the top of the file (cclauss) #1789
  • [4f4a677dfa] - gyp: use different default compiler for z/OS (Shuowang (Wayne) Zhang) #1768
  • [03683f09d6] - lib: code de-duplication (Pavel Medvedev) #965
  • [611bc3c89f] - lib: add .json suffix for explicit require (Rod Vagg) #1787
  • [d3478d7b0b] - meta: add to .gitignore (Refael Ackermann) #1573
  • [7a9a038e9e] - test: add parallel test runs on macOS and Windows (cclauss) #1800
  • [7dd7f2b2a2] - test: fix Python syntax error in test-adding.js (cclauss) #1793
  • [395f843de0] - test: replace self-signed cert with 'localhost' (Rod Vagg) #1795
  • [a52c6eb9e8] - test: migrate from tape to tap (Rod Vagg) #1795
  • [ec2eb44a30] - test: use Nan in duplicate_symbols (Gabriel Schulhof) #1689
  • [1597c84aad] - test: use Travis CI to run tests on every pull request (cclauss) #1752
  • [dd9bf929ac] - zos: update compiler options (Shuowang (Wayne) Zhang) #1768
Commits
  • 64bb407 v5.0.3: bump version and update changelog
  • 0878db3 Revert "build,test: add duplicate symbol test"
  • 66ad305 python: accept Python 3 conditionally
  • 7e7fce3 python: move Python detection to its own file
  • bb92c76 test: add Node.js 6 on Windows to Travis CI
  • 7fd9240 test: increase tap timeout
  • 656117c win: make VS path match case-insensitive
  • e40c99e src: implement standard.js linting
  • 7e81270 test: cover supported node versions with travis
  • 2410914 test: downgrade to tap@^12 for continued Node 6 support
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 22, 2019
@shiftkey
Copy link
Contributor

@dependabot rebase

Bumps [node-gyp](https://github.com/nodejs/node-gyp) from 5.0.1 to 5.0.3.
- [Release notes](https://github.com/nodejs/node-gyp/releases)
- [Changelog](https://github.com/nodejs/node-gyp/blob/master/CHANGELOG.md)
- [Commits](nodejs/node-gyp@v5.0.1...v5.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/node-gyp-5.0.3 branch from 94ddd0b to 9df7a7f Compare July 22, 2019 16:18
@shiftkey shiftkey merged commit 3bbc6ff into master Jul 22, 2019
@shiftkey shiftkey deleted the dependabot/npm_and_yarn/node-gyp-5.0.3 branch July 22, 2019 16:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant