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

Upgrade: Update dependency myrmidon to v1.7.2 #26

Merged
merged 1 commit into from
Jan 28, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 26, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
myrmidon (source) 1.6.1 -> 1.7.2 age adoption passing confidence

Release Notes

pustovitDmytro/myrmidon

v1.7.2

Compare Source

Docs
  • adds space before budges (5453a2a)

v1.7.1

Compare Source

Chore
Docs

v1.7.0

Compare Source

Chore
  • (ci) fix gitleaks version (badd1c1)
  • adds a security policy (ed86aba)
  • adds 'typo' PR template (e20404d)
  • adds bump strategy for devDependencies (non-major) (03c9587)
  • adds circle-ci conditions (5a40980)
  • adds CODE_OF_CONDUCT (a969a8d)
  • adds gitleaks to circle pipeline (114946e)
  • adds sponsorships (35ed8e0)
  • adds telegra.ph release notes (aa811a5)
  • adds whitesorce bolt bot (0888eee)
  • calc fossa results in cirrus (b2b48c1)
  • change renovate schedule (b983eab)
  • combine mine packages in renovate updates (54c97b8)
  • create auto pr for major dependencies (d2583a6)
  • drop semantic-release preinstalled plugins (69b1950)
  • enhance own updates commit messages (49a2365)
  • fix .circleci config (188457e)
  • fixes audit (14597ff)
  • fixes audit [devDependencies] (d08b1fc)
  • fixes later schedule (a0cfb5c)
  • fixes package tests (6f66852)
  • fixes renovate config (982abaf)
  • fixes some npm audit vulnerabilities (9330c38)
  • fixes some npm audit vulnerabilities (f7a14d5)
  • integrate lalaps (dd4f238)
  • Lock file maintenance (29fe760)
  • Lock file maintenance (a87743d)
  • Lock file maintenance (9892cc5)
  • Lock file maintenance (ec87198)
  • Lock file maintenance (98e62b3)
  • Lock file maintenance (8b3f4a6)
  • Lock file maintenance (7af4484)
  • Lock file maintenance (d9b439c)
  • Lock file maintenance (1ffc991)
  • Lock file maintenance (47bfacf)
  • Lock file maintenance (19c2389)
  • Lock file maintenance (2b00aec)
  • Lock file maintenance (dea06c9)
  • Lock file maintenance (517ed53)
  • Lock file maintenance (6be7771)
  • Lock file maintenance (e0043d8)
  • Lock file maintenance (24436b2)
  • Lock file maintenance (5d305a8)
  • Lock file maintenance (#​40) (35733f1), closes #​40
  • not allow to fail on node 16 (22ed683)
  • replace appveyor to actions (13aff75)
  • test-security in separete ci job (a4bd846)
  • test-security in separete ci job (9559dbc)
  • Update commitlint monorepo to v13 (#​35) (7cc2ad1), closes #​35
  • Update dependency eslint-plugin-regexp to v1 (931b730)
  • Update dependency eslint-plugin-unicorn to v35 (f1e32e4)
  • update deps badge (0836169)
  • Update devDependencies (non-major) (609151a)
  • Update devDependencies (non-major) (9fe3d53)
  • Update devDependencies (non-major) (b7ef35f)
  • Update devDependencies (non-major) (5b1a6c3)
  • Update devDependencies (non-major) (51200bf)
  • Update devDependencies (non-major) (33211c3)
  • Update devDependencies (non-major) (#​41) (195ef0d), closes #​41
  • Update devDependencies (non-major) (#​48) (b3f6184), closes #​48
  • Update devDependencies (non-major) to v13 (6894ad9)
  • upgrade semantic-release to v.19 [security] (0888454)
Docs
New

1.6.1 (2021-07-15)

Fix

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled due to failing status checks.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.


This change is Reviewable

@pustovitDmytro
Copy link
Owner

pustovitDmytro commented Jan 27, 2022

Warnings
⚠️

Only owner can change system files [package-lock.json, package.json], please provide issue instead

Messages
📖

renovate[bot] login already contributed 5 times

📖 Changed Files in this PR:
  • package-lock.json

  • package.json

Generated by 🚫 dangerJS against 4d4c3f8

@renovate renovate bot changed the title Upgrade: Update dependency myrmidon to v1.7.0 Upgrade: Update dependency myrmidon to v1.7.1 Jan 27, 2022
| datasource | package  | from  | to    |
| ---------- | -------- | ----- | ----- |
| npm        | myrmidon | 1.6.1 | 1.7.2 |
@renovate renovate bot force-pushed the renovate/pustovitdmytro's-packages branch from da4f560 to 4d4c3f8 Compare January 28, 2022 16:33
@sonarcloud
Copy link

sonarcloud bot commented Jan 28, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot changed the title Upgrade: Update dependency myrmidon to v1.7.1 Upgrade: Update dependency myrmidon to v1.7.2 Jan 28, 2022
@pustovitDmytro pustovitDmytro merged commit 2eb913a into master Jan 28, 2022
@renovate renovate bot deleted the renovate/pustovitdmytro's-packages branch January 28, 2022 19:24
pustovitDmytro pushed a commit that referenced this pull request Jan 28, 2022
## [1.10.5](v1.10.4...v1.10.5) (2022-01-28)

### Chore

* ignore encryptionKey tests in npt ([cbf40f6](cbf40f6))

### Upgrade

* Update dependency myrmidon to v1.7.2 (#26) ([2eb913a](2eb913a)), closes [#26](#26)
@pustovitDmytro
Copy link
Owner

🎉 This PR is included in version 1.10.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

None yet

2 participants