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

Bump easymde from 2.15.0 to 2.18.0 in /components #87

Open
wants to merge 97 commits into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 21, 2022

Bumps easymde from 2.15.0 to 2.18.0.

Changelog

Sourced from easymde's changelog.

[2.18.0] - 2022-09-20

Added

  • toolbarButtonClassPrefix option to resolve conflicts with Bootstrap classes (#493).

[2.17.0] - 2022-08-20

Added

Fixed

Changed

Documentation

[2.16.1] - 2022-01-14

Fixed

  • Incorrect initial line and column count in status bar.
  • Security issue in marked dependency.

[2.16.0] - 2022-01-11

Added

  • direction option to enable RTL mode (Thanks to [@​souljuse], #358).
  • attributes option to add custom attributes to toolbar buttons (Thanks to [@​Zignature], #388).
  • unorderedListStyle option to change the character used for unordered lists (Thanks to [@​Zignature], #389).

Fixed

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

adiffpirate and others added 30 commits April 4, 2021 02:41
Also added an option to return the original finding when calling the
deduplication method instead of saving the duplicate, this allow us to reuse
the deduplication logic in others places, reducing the amount of duplicated code
and making it easier to add features that requires/uses deduplication.
Last but not least, added a few docstrings <3
Now it also filters by hash_code instead of filtering only by title/cwe
and looping through each finding comparing hash_codes. This greatly
improves performance when working with a lot of findings with similiar
title/cwe but different hash_codes.
Added:
  - `Found at` field, linking to an engagement
  - `Mitigated at` field, linking to an engagement
    (for now, only findings closed by `close_old_findings` when importing via APIv2 have this field)

Changed:
  - Rearranged fields position
  - `Date mitigated` now only shows date without showing time (just like `Date discovered`)
  - `Age` is now hidden when finding is mitigated
False positives should not be verified
The report contains some HTML code into it that was not being proper parsed.
Now, using BeautifulSoup, we can work with tags and deliver a more precise report.
Enhancements:
  - Handles leading blankspaces, multiple breaklines, bold text and inline/multiline code.
  - A more clear description.
  - References moved to where they belong with links that work.
* Fix internal de-duplicate in Semgrep parser

* Add test data

* Fix title and some attributes

* Fix unit test
* Added sast_source_code field to Finding model

* Added panel for sast_source_code when viewing finding

* Added sast_source_code parsing to Semgrep
Fixed a bug that happens when skip_duplicates try to access the test property before its setted
    Changed:
      - Inverted title and description

    Added:
      - CWE
adiffpirate and others added 26 commits July 7, 2021 14:21
This reverts commit 0dfb38a.
Also replication only happens when dedup on engagement is active
Added:
  - Open findings in develop (tag = 'dev')
  - Open findings in production (tag = 'prod')
  - Open findings in pull requests (tag = 'pr')
  - Open critical findings in develop (tag = 'dev')
  - Open critical findings in production (tag = 'prod')
  - Open critical findings in pull requests (tag = 'pr')
  - Now shows the number of findings for each option
Also refactored false positive replication functions.
The modularization was improved in order to avoid code duplication.
When reactivating replicas all of them becomes active, so we need to run
deduplication on each replica to make sure only originals stay active
[bot] release 2.1.0
Bumps [easymde](https://github.com/Ionaru/easy-markdown-editor) from 2.15.0 to 2.18.0.
- [Release notes](https://github.com/Ionaru/easy-markdown-editor/releases)
- [Changelog](https://github.com/Ionaru/easy-markdown-editor/blob/master/CHANGELOG.md)
- [Commits](Ionaru/easy-markdown-editor@2.15.0...2.18.0)

---
updated-dependencies:
- dependency-name: easymde
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants