Skip to content

chore: merge release into master #4445

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

Merged
merged 6 commits into from
Mar 19, 2019
Merged

chore: merge release into master #4445

merged 6 commits into from
Mar 19, 2019

Conversation

Fatme
Copy link
Contributor

@Fatme Fatme commented Mar 19, 2019

PR Checklist

What is the current behavior?

What is the new behavior?

Fixes/Implements/Closes #[Issue Number].

rosen-vladimirov and others added 6 commits March 13, 2019 17:02
In case you have a minified content or just several statements on the same line, we may print you a warning that you have short imports, in cases where you do not have such.
Fix this by splitting the content by new line and by `;` after that. This way, in case you have multiple statements on the same line, we'll separate them and should be able to check them correctly.
Also, ensure `node_modules` of the application are not analyzed.

NOTE: Currently in case you have a multiline string, like:
```
const lodash = require("lodash");console.log(`this is
multiline string
that has require "application" in it
and ends somewhere else`);
```
We'll detect the `that has require "application" in it` line as short import. Add test to show that this is the intended behavior at the moment, as fixing it requires additional complex logic without much benefit.
fix: warnings for short imports should be shown correctly
Do not change the options object in the httpRequestCore method of the
$httpClient because if we do, we can't retry correctly the http requests
…req-opts

fix: don't change the options in httpRequestCore
@cla-bot cla-bot bot added the cla: yes label Mar 19, 2019
@ghost ghost assigned Fatme Mar 19, 2019
@ghost ghost added new PR and removed cla: yes labels Mar 19, 2019
@Fatme Fatme merged commit b2b79bd into master Mar 19, 2019
@ghost ghost removed the new PR label Mar 19, 2019
@Fatme Fatme deleted the fatme/merge-release branch March 19, 2019 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants