Katya Pavlenko

Results 11 issues of Katya Pavlenko

Hi everyone! I faced an interesting thing! ### Issue I am using tool `@jscutlery/semver` in my nx monorepo for releasing libraries. This tool uses on `conventional-changelog` under the hood. `@jscutlery/semver`...

###When I have updated from `2.3` to `2.9` I found out that these constructions don't work anymore: ``` const testServiceMock = mock(TestService); when(testServiceMock.hello(anything())).thenReturn('a') const testService = new TestService(); testService.hello(); //...

Hi, I found out there is no XSS plugin and I'm achieving removal of potential XSS vulnerabilities by combination of other plugins with a bigger config: *`removeAttrs` with list of...

enhancement

Hi everyone! I'm using svgo in my project and missing this plugin, so I added it :) It removes all possible XSS attacks: with event listeners or direct script injection

Hi! I faced an issue: I have an autorelease flow using `@jscutlery/semver` which runs on each push to master – i.e. on each PR merge. My configuration looks like this:...

bug

## Software versions * **OS**: e.g. Mac OSX 10.12.5 * **Provider Pact library**: ``` "@pact-foundation/karma-pact": "2.1.5", "@pact-foundation/pact-node": "6.18.3", "@pact-foundation/pact-web": "5.9.1", ``` * **Node Version**: 8.9.4 ## Request Add configuration flag...

enhancement
help wanted
Triage
good first issue
hacktoberfest

Hi, if I'm setting `ESLINT_PLUGIN_DIFF_COMMIT` to be an actual commit, I'm getting an error ``` Error: Failed to load plugin 'diff' declared in '.eslintrc.js': Command failed: git diff --diff-algorithm=histogram --diff-filter=ACM...

hi, [this commit](https://github.com/jscutlery/semver/commit/90b9ce90b0e75f72e2ac2e2da7a22f66977ea050) broke compatibility with nx11 which we are extensively using in my company Now I'm getting an error `Project root not found for projectName`(which is super confusing because...

bug

This method returns newt bump from latest tag with prefix, ignoring if it was a prerelease or not https://github.com/jscutlery/semver/blob/bfa803da3b7b560d6e794ab163de50929e2b8705/packages/semver/src/executors/version/utils/try-bump.ts#L219 If we call semver on this git history ``` docs: docs...

It would be cool to have possibility of inserting custom icons code on demopage to view how its animation would look like