Skip to content
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

Update json-refs lib #7763

Merged
merged 1 commit into from
May 26, 2020
Merged

Conversation

fredericbarthelet
Copy link
Contributor

Closes: #7691

Had to replace options.relativeBase with options.location for relative reference resolution (cf https://github.com/whitlockjc/json-refs/blob/master/RELEASE_NOTES.md#v300-2017-04-25). Location uses the root file location instead of the base path, thus removing parentDir computation part.

@codecov-commenter
Copy link

Codecov Report

Merging #7763 into master will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #7763      +/-   ##
==========================================
- Coverage   88.11%   88.10%   -0.01%     
==========================================
  Files         246      246              
  Lines        9279     9275       -4     
==========================================
- Hits         8176     8172       -4     
  Misses       1103     1103              
Impacted Files Coverage Δ
lib/classes/YamlParser.js 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dd902e8...6b10630. Read the comment docs.

Copy link
Contributor

@medikoo medikoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @fredericbarthelet Looks great!

@medikoo medikoo merged commit 97e99fc into serverless:master May 26, 2020
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.

Outdated json-refs dependency
3 participants