forked from dependabot/dependabot-core
-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Test PR do no review ]Girib/azure mesage builder #48
Closed
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
Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v0.88.0...v0.90.0) Signed-off-by: dependabot[bot] <[email protected]>
Windows has a history of using UTF-16, recent versions of windows default to UTF-8, but we sometimes encounter files that are encoded as UTF-16. When trying to regex match on such a string, we get an error: ``` incompatible encoding regexp match (US-ASCII regexp with UTF-16 string) ``` By enforcing the encoding we should be able to prevent this.
I'm not quite sure why we need this, and removing it does not fail any tests. As long as we can get all the data we need out of the XML doc I don't think we should be fussy about the namespace.
Nuget base fix
It can be helpful when testing file fetchers to be able to see what requests are being made by the specs. This commit makes it easier to add a debug logger to VCR; if you set the envvar DEPENDABOT_TEST_DEBUG_LOGGER to a valid path debug logs will be saved to that file.
Currently if a requirement file contains a path dependency where the path starts with `file:`, the file fetcher will try and find a file called `/file:./setup.py`, which fails because it should be looking for `setup.py`. This commit updates Dependabot::Python::FileFetcher to ignore the `file:` part if it is present.
…path-dependencies-with-file Fix python path dependencies with file
When an update affects a transitive dependenc, we may strip management information from the lockfile.
reconsider `MissingSuper`, as there are plenty of hits in the first extension module we encountered.
Co-authored-by: Philip Harrison <[email protected]>
…/common/rubocop-tw-0.90.0 Update rubocop requirement from ~> 0.88.0 to ~> 0.90.0 in /common
Hex deep upgrade
Force encode nuspec files to utf-8 for regex matching
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps source-map from 0.5.7 to 0.7.3.
Changelog
Sourced from source-map's changelog.
Commits
b2171d5
Bump to version 0.7.386d2f30
Merge pull request #336 from hildjj/classes14de5f8
Address comments in code review1ea5ee3
First stab at classes. source-map-consumer is a mess in order to keep the AP...adfd0fb
Merge pull request #335 from hildjj/coverage39db032
Add code coverage instructions to CONTRIBUTING.md3f2b104
Add support for coverage metrics with nyc and coveralls. Coveralls integrati...df6608d
Merge pull request #332 from hildjj/lint73f5d1a
Switch to let/const from varbf025a8
Apply the Firefox e...Description has been truncated