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

Chore: Update devDependencies (non-major) #58

Merged
merged 1 commit into from
Feb 6, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/cli (source) ^7.15.7 -> ^7.17.0 age adoption passing confidence
@babel/core (source) ^7.15.5 -> ^7.17.0 age adoption passing confidence
@babel/node (source) ^7.15.4 -> ^7.16.8 age adoption passing confidence
@babel/plugin-proposal-class-properties (source) ^7.14.5 -> ^7.16.7 age adoption passing confidence
@babel/plugin-proposal-decorators (source) ^7.15.4 -> ^7.17.0 age adoption passing confidence
@babel/plugin-proposal-object-rest-spread (source) ^7.15.6 -> ^7.16.7 age adoption passing confidence
@babel/plugin-proposal-optional-chaining (source) ^7.14.5 -> ^7.16.7 age adoption passing confidence
@babel/preset-env (source) ^7.15.6 -> ^7.16.11 age adoption passing confidence
@babel/runtime (source) ^7.15.4 -> ^7.17.0 age adoption passing confidence
@commitlint/cli (source) ^13.2.0 -> ^13.2.1 age adoption passing confidence
@semantic-release/changelog ^6.0.0 -> ^6.0.1 age adoption passing confidence
@semantic-release/git ^10.0.0 -> ^10.0.1 age adoption passing confidence
chai (source) ^4.3.4 -> ^4.3.6 age adoption passing confidence
danger ^10.8.0 -> ^10.9.0 age adoption passing confidence
eslint-config-incredible ^2.3.4 -> ^2.4.1 age adoption passing confidence
eslint-plugin-censor ^1.5.1 -> ^1.5.2 age adoption passing confidence
eslint-plugin-import ^2.24.2 -> ^2.25.4 age adoption passing confidence
eslint-plugin-promise ^5.1.0 -> ^5.2.0 age adoption passing confidence
eslint-plugin-regexp ^1.3.1 -> ^1.5.1 age adoption passing confidence
eslint-plugin-sonarjs ^0.10.0 -> ^0.11.0 age adoption passing confidence
husky (source) ^7.0.2 -> ^7.0.4 age adoption passing confidence
jscpd ^3.3.26 -> ^3.4.5 age adoption passing confidence
mocha (source) ^9.1.2 -> ^9.2.0 age adoption passing confidence
node-package-tester ^1.1.24 -> ^1.3.4 age adoption passing confidence
semantic-release-telegram ^1.5.0 -> ^1.5.1 age adoption passing confidence

Release Notes

babel/babel

v7.17.0

Compare Source

🚀 New Feature
  • babel-cli, babel-core
  • babel-core, babel-parser, babel-traverse
  • babel-generator, babel-parser, babel-plugin-proposal-pipeline-operator, babel-plugin-syntax-pipeline-operator
  • babel-traverse
  • babel-generator, babel-parser, babel-plugin-syntax-destructuring-private, babel-standalone
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators, babel-plugin-syntax-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone, babel-types
  • babel-generator, babel-parser, babel-traverse, babel-types
  • babel-core, babel-helper-create-regexp-features-plugin, babel-plugin-proposal-unicode-sets-regex, babel-plugin-syntax-unicode-sets-regex, babel-plugin-transform-dotall-regex
  • babel-parser
  • babel-register
🐛 Bug Fix
📝 Documentation
🏠 Internal
🏃‍♀️ Performance
chaijs/chai

v4.3.6

Compare Source

Update loupe to 2.3.1

v4.3.5

Compare Source

pustovitDmytro/eslint-config-incredible

v2.4.1

Compare Source

Chore
Fix

v2.4.0

Compare Source

New

2.3.5 (2022-01-22)

Chore
  • (ci) fix gitleaks version (badd1c1)
  • adds a security policy (ed86aba)
  • adds circle-ci conditions (5a40980)
  • adds sponsorships (35ed8e0)
  • adds telegra.ph release notes (aa811a5)
  • adds whitesorce bolt bot (0888eee)
  • calc fossa results in cirrus (b2b48c1)
  • change renovate schedule (b983eab)
  • drop semantic-release preinstalled plugins (69b1950)
  • fixes audit (14597ff)
  • fixes later schedule (a0cfb5c)
  • fixes some npm audit vulnerabilities (9330c38)
  • fixes some npm audit vulnerabilities (f7a14d5)
  • integrate lalaps (dd4f238)
  • Lock file maintenance (29fe760)
  • Lock file maintenance (7760900)
  • Lock file maintenance (9892cc5)
  • Lock file maintenance (d092c72)
  • Lock file maintenance (98e62b3)
  • Lock file maintenance (10b1223)
  • Lock file maintenance (7af4484)
  • Lock file maintenance (f3abfb7)
  • Lock file maintenance (1ffc991)
  • replace appveyor to actions (13aff75)
  • test-security in separete ci job (a4bd846)
  • test-security in separete ci job (9559dbc)
  • update deps badge (0836169)
  • Update devDependencies (non-major) (609151a)
  • Update devDependencies (non-major) (aa82b37)
  • Update devDependencies (non-major) (6ff0c90)
  • Update devDependencies (non-major) (5b1a6c3)
  • upgrade semantic-release to v.19 [security] (0888454)
Docs

2.3.4 (2021-09-05)

Chore
Fix
  • disable regexp/no-super-linear-backtracking for tests (9a57171)
  • disable regexp/strict (192eb78)
  • disable unicorn/prefer-object-from-entries due to node-10 support (b5168d8)

2.3.3 (2021-08-02)

Chore
  • adds 'typo' PR template (e20404d)
  • adds bump strategy for devDependencies (non-major) (03c9587)
  • adds CODE_OF_CONDUCT (a969a8d)
  • adds eslint to npt ignore (28e73b4)
  • adds gitleaks to circle pipeline (114946e)
  • adds sonarcloud config (c92973d)
  • combine mine packages in renovate updates (54c97b8)
  • create auto pr for major dependencies (d2583a6)
  • enhance own updates commit messages (49a2365)
  • fixes renovate config (982abaf)
  • Lock file maintenance (5d305a8)
  • Lock file maintenance (fdf30fc)
  • Lock file maintenance (cdf4f11)
  • not allow to fail on node 16 (22ed683)
  • Update commitlint monorepo to v13 (4e49197)
  • Update dependency eslint-plugin-regexp to ^0.12.0 (51ff304)
  • Update dependency eslint-plugin-regexp to ^0.13.0 (8532037)
  • Update dependency eslint-plugin-regexp to ^0.13.0 (#​36) (3a8d3ec), closes #​36
  • Update dependency eslint-plugin-sonarjs to ^0.9.0 (09aa84c)
  • Update dependency eslint-plugin-sonarjs to ^0.9.0 (81d9681)
  • Update dependency eslint-plugin-unicorn to v34 (1b552cd)
  • Update dependency eslint-plugin-unicorn to v34 (#​34) (86efbac), closes #​34
  • Update dependency husky to v7 (3578711)
  • Update dependency husky to v7 (518f60e)
  • Update devDependencies (non-major) to v13 (6894ad9)
Docs

2.3.2 (2021-06-15)

Fix
  • skip node/no-unpublished for tests (e4cb855)

2.3.1 (2021-06-15)

Docs
  • removes redundant plugins from readme (c4ae475)

v2.3.5

Compare Source

Chore
  • (ci) fix gitleaks version (badd1c1)
  • adds a security policy (ed86aba)
  • adds circle-ci conditions (5a40980)
  • adds sponsorships (35ed8e0)
  • adds telegra.ph release notes (aa811a5)
  • adds whitesorce bolt bot (0888eee)
  • calc fossa results in cirrus (b2b48c1)
  • change renovate schedule (b983eab)
  • drop semantic-release preinstalled plugins (69b1950)
  • fixes audit (14597ff)
  • fixes later schedule (a0cfb5c)
  • fixes some npm audit vulnerabilities (9330c38)
  • fixes some npm audit vulnerabilities (f7a14d5)
  • integrate lalaps (dd4f238)
  • Lock file maintenance (29fe760)
  • Lock file maintenance (7760900)
  • Lock file maintenance (9892cc5)
  • Lock file maintenance (d092c72)
  • Lock file maintenance (98e62b3)
  • Lock file maintenance (10b1223)
  • Lock file maintenance (7af4484)
  • Lock file maintenance (f3abfb7)
  • Lock file maintenance (1ffc991)
  • replace appveyor to actions (13aff75)
  • test-security in separete ci job (a4bd846)
  • test-security in separete ci job (9559dbc)
  • update deps badge (0836169)
  • Update devDependencies (non-major) (609151a)
  • Update devDependencies (non-major) (aa82b37)
  • Update devDependencies (non-major) (6ff0c90)
  • Update devDependencies (non-major) (5b1a6c3)
  • upgrade semantic-release to v.19 [security] (0888454)
Docs
pustovitDmytro/eslint-plugin-censor

v1.5.2

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)
  • fixes audit (14597ff)
  • fixes audit [devDependencies] (d08b1fc)
  • fixes later schedule (a0cfb5c)
  • fixes renovate config (982abaf)
  • fixes some npm audit vulnerabilities (9330c38)
  • fixes some npm audit vulnerabilities (f7a14d5)
  • integrate lalaps (dd4f238)
  • Lock file maintenance (d2b480e)
  • Lock file maintenance (29fe760)
  • Lock file maintenance (9892cc5)
  • Lock file maintenance (98e62b3)
  • Lock file maintenance (7af4484)
  • Lock file maintenance (1ffc991)
  • Lock file maintenance (0ecf2f0)
  • Lock file maintenance (47bfacf)
  • Lock file maintenance (19c2389)
  • Lock file maintenance (2b00aec)
  • Lock file maintenance (dea06c9)
  • Lock file maintenance (e0043d8)
  • Lock file maintenance (c5e57e5)
  • Lock file maintenance (5d305a8)
  • 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 (969e9a9)
  • Update dependency eslint-plugin-regexp to v1 (f8b2806)
  • Update dependency eslint-plugin-sonarjs to ^0.10.0 (374784c)
  • Update dependency eslint-plugin-unicorn to v35 (55b91e6)
  • Update dependency eslint-plugin-unicorn to v36 (020b503)
  • update deps badge (0836169)
  • Update devDependencies (non-major) (609151a)
  • Update devDependencies (non-major) (5b1a6c3)
  • Update devDependencies (non-major) (51200bf)
  • Update devDependencies (non-major) (33211c3)
  • Update devDependencies (non-major) (#​48) (b3f6184), closes #​48
  • Update devDependencies (non-major) to v13 (6894ad9)
  • Update semantic-release monorepo (e8ea64d)
  • upgrade semantic-release to v.19 [security] (0888454)
Docs
SonarSource/eslint-plugin-sonarjs

v0.11.0

Compare Source

Many thanks to our contributors! 🥇

Full Changelog: SonarSource/eslint-plugin-sonarjs@0.10.0...0.11.0

pustovitDmytro/node-package-tester

v1.3.4

Compare Source

Chore
Upgrade

v1.3.3

Compare Source

Fix
  • npt_semver nested dependency in generated package.json (cdfc6c7)

v1.3.2

Compare Source

Fix

Configuration

📅 Schedule: "before 7:00 am every 10 days starting on the 1st day" in timezone Europe/Kiev.

🚦 Automerge: Disabled due to failing status checks.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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

@renovate renovate bot added the dependencies label Nov 4, 2021
@renovate renovate bot force-pushed the renovate/dev-dependencies branch 5 times, most recently from 0e15550 to 35bbc5c Compare November 10, 2021 09:50
@renovate renovate bot force-pushed the renovate/dev-dependencies branch 3 times, most recently from 6516005 to b6633d1 Compare November 23, 2021 19:12
@renovate renovate bot force-pushed the renovate/dev-dependencies branch 3 times, most recently from e6b38e6 to 399e1d7 Compare December 1, 2021 06:04
@renovate renovate bot force-pushed the renovate/dev-dependencies branch from 399e1d7 to 8c7b599 Compare December 1, 2021 09:11
@renovate renovate bot force-pushed the renovate/dev-dependencies branch from 8c7b599 to 1453a5a Compare December 18, 2021 16:31
@renovate renovate bot force-pushed the renovate/dev-dependencies branch from 1453a5a to 4cea68f Compare December 18, 2021 19:49
@pustovitDmytro
Copy link
Owner

pustovitDmytro commented Dec 18, 2021

Warnings
⚠️

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

Messages
📖

renovate[bot] login already contributed 6 times

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

  • package.json

Generated by 🚫 dangerJS against f7ff9e5

@renovate renovate bot force-pushed the renovate/dev-dependencies branch 2 times, most recently from 90c947f to 0256402 Compare January 3, 2022 01:11
@renovate renovate bot force-pushed the renovate/dev-dependencies branch 4 times, most recently from 69ac2c4 to 8ddf8e5 Compare January 14, 2022 20:16
@renovate renovate bot force-pushed the renovate/dev-dependencies branch 3 times, most recently from bface1e to db7c4ee Compare January 21, 2022 00:32
@renovate renovate bot force-pushed the renovate/dev-dependencies branch 11 times, most recently from f907c80 to a123fc2 Compare January 25, 2022 23:50
@renovate renovate bot force-pushed the renovate/dev-dependencies branch 8 times, most recently from 22d456c to 6ec02c2 Compare January 31, 2022 17:03
@renovate renovate bot force-pushed the renovate/dev-dependencies branch from 6ec02c2 to 4e95c27 Compare February 2, 2022 23:48
| datasource | package                                   | from    | to      |
| ---------- | ----------------------------------------- | ------- | ------- |
| npm        | @babel/cli                                | 7.16.8  | 7.17.0  |
| npm        | @babel/core                               | 7.16.10 | 7.17.0  |
| npm        | @babel/node                               | 7.16.8  | 7.16.8  |
| npm        | @babel/plugin-proposal-class-properties   | 7.16.7  | 7.16.7  |
| npm        | @babel/plugin-proposal-decorators         | 7.16.7  | 7.17.0  |
| npm        | @babel/plugin-proposal-object-rest-spread | 7.16.7  | 7.16.7  |
| npm        | @babel/plugin-proposal-optional-chaining  | 7.16.7  | 7.16.7  |
| npm        | @babel/preset-env                         | 7.16.11 | 7.16.11 |
| npm        | @babel/runtime                            | 7.16.7  | 7.17.0  |
| npm        | @commitlint/cli                           | 13.2.1  | 13.2.1  |
| npm        | @semantic-release/changelog               | 6.0.1   | 6.0.1   |
| npm        | @semantic-release/git                     | 10.0.1  | 10.0.1  |
| npm        | chai                                      | 4.3.4   | 4.3.6   |
| npm        | danger                                    | 10.9.0  | 10.9.0  |
| npm        | eslint-config-incredible                  | 2.3.4   | 2.4.1   |
| npm        | eslint-plugin-censor                      | 1.5.1   | 1.5.2   |
| npm        | eslint-plugin-import                      | 2.25.4  | 2.25.4  |
| npm        | eslint-plugin-promise                     | 5.2.0   | 5.2.0   |
| npm        | eslint-plugin-regexp                      | 1.5.1   | 1.5.1   |
| npm        | eslint-plugin-sonarjs                     | 0.10.0  | 0.11.0  |
| npm        | husky                                     | 7.0.4   | 7.0.4   |
| npm        | jscpd                                     | 3.4.5   | 3.4.5   |
| npm        | mocha                                     | 9.2.0   | 9.2.0   |
| npm        | node-package-tester                       | 1.1.27  | 1.3.4   |
| npm        | semantic-release-telegram                 | 1.5.1   | 1.5.1   |
@renovate renovate bot force-pushed the renovate/dev-dependencies branch from 4e95c27 to f7ff9e5 Compare February 5, 2022 14:37
@sonarcloud
Copy link

sonarcloud bot commented Feb 5, 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

@pustovitDmytro pustovitDmytro merged commit 2378225 into master Feb 6, 2022
@pustovitDmytro pustovitDmytro deleted the renovate/dev-dependencies branch February 6, 2022 20:51
pustovitDmytro pushed a commit that referenced this pull request Feb 7, 2022
## [1.5.2](v1.5.1...v1.5.2) (2022-02-07)

### Chore

* fixes some npm audit vulnerabilities (#73) ([30c5480](30c5480)), closes [#73](#73)
* fixes some npm audit vulnerabilities (#76) ([47a36ec](47a36ec)), closes [#76](#76)
* Lock file maintenance (#55) ([07a6576](07a6576)), closes [#55](#55)
* Lock file maintenance (#72) ([c092cd1](c092cd1)), closes [#72](#72)
* Update devDependencies (non-major) (#58) ([2378225](2378225)), closes [#58](#58)

### Upgrade

* Update pustovitDmytro's packages (#78) ([1223bd1](1223bd1)), closes [#78](#78)
@pustovitDmytro
Copy link
Owner

🎉 This PR is included in version 1.5.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

fixcik pushed a commit to fixcik/semantic-release-tg that referenced this pull request Jan 29, 2023
# 1.0.0 (2023-01-29)

### Chore

* 'Chore' semanticCommitType for updating devDependencies ([4bf79e1](4bf79e1))
* (ci) fix gitleaks version ([badd1c1](badd1c1))
* (git) Add logs to gitignore ([d4d2077](d4d2077))
* (refactor) remove unused argument ([6f28b59](6f28b59))
* (refactor) update code to new styleguide ([3640b8d](3640b8d))
* (release) add version 1.0.2 [skip ci] ([3428e84](3428e84))
* (release) add version 1.0.3 [skip ci] ([ac76775](ac76775))
* (release) add version 1.0.4 [skip ci] ([8406f78](8406f78))
* (release) add version 1.0.5 [skip ci] ([3b43358](3b43358))
* (release) add version 1.1.0 [skip ci] ([39504b1](39504b1)), closes [pustovitDmytro#13](https://github.com/ichirkin/semantic-release-tg/issues/13) [pustovitDmytro#13](https://github.com/ichirkin/semantic-release-tg/issues/13)
* (release) add version 1.2.0 [skip ci] ([a75ae05](a75ae05)), closes [pustovitDmytro#12](https://github.com/ichirkin/semantic-release-tg/issues/12) [pustovitDmytro#12](https://github.com/ichirkin/semantic-release-tg/issues/12)
* (release) add version 1.2.1 [skip ci] ([9e0f1fd](9e0f1fd))
* (release) add version 1.2.10 [skip ci] ([e6b9981](e6b9981))
* (release) add version 1.2.11 [skip ci] ([464b117](464b117))
* (release) add version 1.2.12 [skip ci] ([edd63e7](edd63e7))
* (release) add version 1.2.13 [skip ci] ([b5a9642](b5a9642))
* (release) add version 1.2.14 [skip ci] ([0ecc3da](0ecc3da)), closes [pustovitDmytro#36](https://github.com/ichirkin/semantic-release-tg/issues/36) [pustovitDmytro#34](https://github.com/ichirkin/semantic-release-tg/issues/34)
* (release) add version 1.2.15 [skip ci] ([0fcfd38](0fcfd38)), closes [pustovitDmytro#44](https://github.com/ichirkin/semantic-release-tg/issues/44)
* (release) add version 1.2.16 [skip ci] ([3d4654c](3d4654c)), closes [pustovitDmytro#47](https://github.com/ichirkin/semantic-release-tg/issues/47)
* (release) add version 1.2.2 [skip ci] ([19fbebb](19fbebb))
* (release) add version 1.2.3 [skip ci] ([2e47fff](2e47fff))
* (release) add version 1.2.4 [skip ci] ([a4670b8](a4670b8))
* (release) add version 1.2.5 [skip ci] ([a005bba](a005bba))
* (release) add version 1.2.6 [skip ci] ([4b9b750](4b9b750))
* (release) add version 1.2.7 [skip ci] ([70fcb17](70fcb17))
* (release) add version 1.2.8 [skip ci] ([9e665e4](9e665e4))
* (release) add version 1.2.9 [skip ci] ([f88fe56](f88fe56))
* (release) add version 1.3.0 [skip ci] ([24483b8](24483b8)), closes [pustovitDmytro#48](https://github.com/ichirkin/semantic-release-tg/issues/48) [pustovitDmytro#14](https://github.com/ichirkin/semantic-release-tg/issues/14) [pustovitDmytro#14](https://github.com/ichirkin/semantic-release-tg/issues/14)
* (release) add version 1.4.0 [skip ci] ([4b295b8](4b295b8))
* (release) add version 1.5.0 [skip ci] ([9d261a4](9d261a4))
* (release) add version 1.5.1 [skip ci] ([538e7d2](538e7d2))
* (release) add version 1.5.2 [skip ci] ([f63e034](f63e034)), closes [pustovitDmytro#73](https://github.com/ichirkin/semantic-release-tg/issues/73) [pustovitDmytro#73](https://github.com/ichirkin/semantic-release-tg/issues/73) [pustovitDmytro#76](https://github.com/ichirkin/semantic-release-tg/issues/76) [pustovitDmytro#76](https://github.com/ichirkin/semantic-release-tg/issues/76) [pustovitDmytro#55](https://github.com/ichirkin/semantic-release-tg/issues/55) [pustovitDmytro#72](https://github.com/ichirkin/semantic-release-tg/issues/72) [pustovitDmytro#58](https://github.com/ichirkin/semantic-release-tg/issues/58) [pustovitDmytro#78](https://github.com/ichirkin/semantic-release-tg/issues/78)
* (release) add version 1.6.0 [skip ci] ([36ddd9d](36ddd9d)), closes [pustovitDmytro#86](https://github.com/ichirkin/semantic-release-tg/issues/86) [pustovitDmytro#86](https://github.com/ichirkin/semantic-release-tg/issues/86) [pustovitDmytro#91](https://github.com/ichirkin/semantic-release-tg/issues/91) [pustovitDmytro#92](https://github.com/ichirkin/semantic-release-tg/issues/92) [pustovitDmytro#93](https://github.com/ichirkin/semantic-release-tg/issues/93) [pustovitDmytro#94](https://github.com/ichirkin/semantic-release-tg/issues/94) [pustovitDmytro#95](https://github.com/ichirkin/semantic-release-tg/issues/95) [pustovitDmytro#96](https://github.com/ichirkin/semantic-release-tg/issues/96) [pustovitDmytro#97](https://github.com/ichirkin/semantic-release-tg/issues/97) [pustovitDmytro#98](https://github.com/ichirkin/semantic-release-tg/issues/98)
* (test) helper packages for tests ([e195b58](e195b58))
* (test) working with tmp dir for test factory ([cfeafbc](cfeafbc))
* (tests) clearCache on module load is optional ([96c2ae5](96c2ae5))
* (tests) moves load to factory ([4acb941](4acb941))
* additional quotes in glob pattern ([f6d15cf](f6d15cf))
* adds  a security policy ([ed86aba](ed86aba))
* adds 'typo' PR template ([e20404d](e20404d))
* adds appveyor ([d560b4e](d560b4e))
* adds bump strategy for devDependencies (non-major) ([03c9587](03c9587))
* adds CIRCLE_SKIP_DEPLOY variable ([231549d](231549d))
* adds circle-ci conditions ([5a40980](5a40980))
* adds CODE_OF_CONDUCT ([a969a8d](a969a8d))
* adds commitlint ([38ded63](38ded63))
* adds configuration tests ([25eb1aa](25eb1aa))
* adds danger to circle-ci ([ae48ac3](ae48ac3))
* adds danger to validate pr ([7fb7040](7fb7040))
* adds danger token to circle ([82f4156](82f4156))
* adds dangerfile to npm ignore ([8842c70](8842c70))
* adds dummy line to calc coverage ([800de67](800de67))
* adds empty line to pr comment ([36d8a09](36d8a09))
* adds gitleaks to circle pipeline ([114946e](114946e))
* adds jscpd to ignore ([8520cea](8520cea))
* adds lifecycle method tests ([020e54b](020e54b))
* adds lock file lint ([f5a4679](f5a4679))
* adds pr context ([ce163d9](ce163d9))
* adds sonarcloud config ([c92973d](c92973d))
* adds sponsorships ([35ed8e0](35ed8e0))
* adds stabilityDays to renovate ([3b262bc](3b262bc))
* adds target branch to semantic release ([c4fb3f1](c4fb3f1))
* adds technical dept check ([e16a8e2](e16a8e2))
* adds telegra.ph release notes ([aa811a5](aa811a5))
* adds test-results to circle-ci ([767c5b3](767c5b3))
* adds tests for packing process ([9b9602d](9b9602d))
* adds tests for prior node versions ([4b00012](4b00012))
* adds trusted bots to danger ([892f4a1](892f4a1))
* adds whitesorce bolt bot ([0888eee](0888eee))
* calc fossa results in cirrus ([b2b48c1](b2b48c1))
* change extention of test files to .test.js ([d84ac03](d84ac03))
* change renovate schedule ([b983eab](b983eab))
* change tgz label ([5e0e512](5e0e512))
* combine mine packages in renovate updates ([54c97b8](54c97b8))
* contributor login in danger message ([76349e6](76349e6))
* corrected extglob matching ([72a2201](72a2201))
* corrected pack pattern ([273497a](273497a))
* create auto pr for major dependencies ([d2583a6](d2583a6))
* deploy ci as single command ([96c2800](96c2800))
* deploy in circle-ci ([a62a5f2](a62a5f2))
* disable build for coverage check ([0b6e984](0b6e984))
* dont pin devDeps in renovate ([5fb0e8d](5fb0e8d))
* dont store package-tests artifacts ([50ebff1](50ebff1))
* drop semantic-release preinstalled plugins ([69b1950](69b1950))
* enhance own updates commit messages ([49a2365](49a2365))
* exit code 0 when skip ([f6ee0bf](f6ee0bf))
* export default in tests ([9d210e6](9d210e6))
* fill test entry with template ([9177859](9177859))
* fix json in renovate ([8ad7928](8ad7928))
* fix lint ([6faae88](6faae88))
* fixes audit ([14597ff](14597ff))
* fixes audit [devDependencies] ([d08b1fc](d08b1fc))
* fixes audit vulnerabilities ([b29bc33](b29bc33))
* fixes Breaking increment in semantic-release ([d1c4d53](d1c4d53))
* fixes ci ([0576a01](0576a01))
* Fixes danger-pr in circe-ci ([adff8b3](adff8b3))
* fixes debt typo in travis job ([f9fd463](f9fd463))
* fixes later schedule ([a0cfb5c](a0cfb5c))
* fixes npm  audit ([c3beccd](c3beccd))
* fixes npm audit vulnerabilities (pustovitDmytro#100) ([cdc815c](cdc815c)), closes [pustovitDmytro#100](https://github.com/ichirkin/semantic-release-tg/issues/100)
* fixes npm audit vulnerabilities (pustovitDmytro#86) ([bed7507](bed7507)), closes [pustovitDmytro#86](https://github.com/ichirkin/semantic-release-tg/issues/86)
* fixes package process ([364e26b](364e26b))
* fixes prevent require handler ([7923f0e](7923f0e))
* fixes renovate config ([982abaf](982abaf))
* fixes renovate config ([05c5bc5](05c5bc5))
* fixes some npm audit vulnerabilities ([9330c38](9330c38))
* fixes some npm audit vulnerabilities ([f7a14d5](f7a14d5))
* fixes some npm audit vulnerabilities (pustovitDmytro#73) ([30c5480](30c5480)), closes [pustovitDmytro#73](https://github.com/ichirkin/semantic-release-tg/issues/73)
* fixes some npm audit vulnerabilities (pustovitDmytro#76) ([47a36ec](47a36ec)), closes [pustovitDmytro#76](https://github.com/ichirkin/semantic-release-tg/issues/76)
* fixes spellcheck in bugreport ([7d754b6](7d754b6))
* ignoring all for npm packaging ([409201a](409201a))
* improves test coverage ([3fc8885](3fc8885))
* integrate APPVEYOR_BUILD_ID to build tests ([16cdd48](16cdd48))
* integrate fossa ([b65e961](b65e961))
* integrate lalaps ([dd4f238](dd4f238))
* integrate node-package-tester ([9d53bf3](9d53bf3))
* inverse logical condition ([65dd0ad](65dd0ad))
* Lock file maintenance ([29fe760](29fe760))
* Lock file maintenance ([88cb4d5](88cb4d5))
* Lock file maintenance ([9892cc5](9892cc5))
* Lock file maintenance ([46770a5](46770a5))
* Lock file maintenance ([98e62b3](98e62b3))
* Lock file maintenance ([74163b1](74163b1))
* Lock file maintenance ([7af4484](7af4484))
* Lock file maintenance ([22cb995](22cb995))
* Lock file maintenance ([1ffc991](1ffc991))
* Lock file maintenance ([9fe500e](9fe500e))
* Lock file maintenance ([47bfacf](47bfacf))
* Lock file maintenance ([19c2389](19c2389))
* Lock file maintenance ([2b00aec](2b00aec))
* Lock file maintenance ([dea06c9](dea06c9))
* Lock file maintenance ([e0043d8](e0043d8))
* Lock file maintenance ([9a696a1](9a696a1))
* Lock file maintenance ([5d305a8](5d305a8))
* Lock file maintenance ([820de87](820de87))
* Lock file maintenance ([cdf4f11](cdf4f11))
* Lock file maintenance ([3291a21](3291a21))
* Lock file maintenance ([1515995](1515995))
* Lock file maintenance (pustovitDmytro#55) ([07a6576](07a6576)), closes [pustovitDmytro#55](https://github.com/ichirkin/semantic-release-tg/issues/55)
* Lock file maintenance (pustovitDmytro#72) ([c092cd1](c092cd1)), closes [pustovitDmytro#72](https://github.com/ichirkin/semantic-release-tg/issues/72)
* move init-hooks to separate file ([ed57dc1](ed57dc1))
* multi os tests for travis ([7c8ce28](7c8ce28))
* not allow to fail on node 16 ([22ed683](22ed683))
* not fail package if no tmp exists ([5693813](5693813))
* package-tester improvements ([d5d868b](d5d868b))
* prevent package:test from using devdependencies ([dc896f3](dc896f3))
* removes unused devDependencies ([ddb100a](ddb100a))
* replace appveyor to actions ([13aff75](13aff75))
* replace repo link ([1fa5bef](1fa5bef))
* run pr workflow only for pull requests ([03e0b08](03e0b08))
* set myself as default assignee in pr ([0dcd0ce](0dcd0ce))
* set YARGS_MIN_NODE_VERSION 10 ([9b6bef9](9b6bef9))
* split circle ci jobs ([9f75a6b](9f75a6b))
* telegram notifications on release ([3a8036a](3a8036a))
* test-security in separete ci job ([a4bd846](a4bd846))
* test-security in separete ci job ([9559dbc](9559dbc))
* tests/entry.js module resolving ([c840f8b](c840f8b))
* update .renovaterc to automerge after successfull checks ([2e76ceb](2e76ceb))
* Update commitlint monorepo to v13 ([e3dae5d](e3dae5d))
* update default renovate rules ([7e83bc4](7e83bc4))
* Update dependency @rollup/plugin-commonjs to v19 ([6d570e2](6d570e2))
* Update dependency @rollup/plugin-commonjs to v19 ([bf29948](bf29948))
* Update dependency @rollup/plugin-node-resolve to v13 ([53e966b](53e966b))
* Update dependency @rollup/plugin-node-resolve to v13 ([265fd82](265fd82))
* Update dependency babel-plugin-module-resolver to v4 ([b8eb86f](b8eb86f))
* Update dependency eslint to v7 ([0e79e0f](0e79e0f))
* Update dependency eslint-plugin-more to v1 ([9d6d39c](9d6d39c))
* Update dependency eslint-plugin-regexp to ^0.12.0 ([51ff304](51ff304))
* Update dependency eslint-plugin-regexp to ^0.12.0 ([fd87073](fd87073))
* Update dependency eslint-plugin-regexp to ^0.13.0 ([68f3368](68f3368))
* Update dependency eslint-plugin-regexp to ^0.13.0 (pustovitDmytro#36) ([3a8d3ec](3a8d3ec)), closes [pustovitDmytro#36](https://github.com/ichirkin/semantic-release-tg/issues/36)
* Update dependency eslint-plugin-sonarjs to ^0.9.0 ([81d9681](81d9681))
* Update dependency eslint-plugin-sonarjs to ^0.9.0 ([2a973fa](2a973fa))
* Update dependency eslint-plugin-unicorn to v33 ([bfa00ff](bfa00ff))
* Update dependency eslint-plugin-unicorn to v33 ([af4b541](af4b541))
* Update dependency eslint-plugin-unicorn to v34 ([3e1b5ee](3e1b5ee))
* Update dependency eslint-plugin-unicorn to v34 (pustovitDmytro#34) ([86efbac](86efbac)), closes [pustovitDmytro#34](https://github.com/ichirkin/semantic-release-tg/issues/34)
* Update dependency fs-extra to v10 ([a0adecc](a0adecc))
* Update dependency fs-extra to v9 ([7b9f56d](7b9f56d))
* Update dependency glob-parent to 5.1.2 [SECURITY] ([c957512](c957512))
* Update dependency husky to v7 ([3578711](3578711))
* Update dependency husky to v7 ([3718b62](3718b62))
* Update dependency mocha to v8 ([627a45b](627a45b))
* Update dependency mocha to v9 ([93b7a17](93b7a17))
* Update dependency nyc to v15 ([1caf199](1caf199))
* Update dependency uuid to v8 ([ebae34b](ebae34b))
* update deps badge ([0836169](0836169))
* Update devDependencies (non-major) ([609151a](609151a))
* Update devDependencies (non-major) ([1271abe](1271abe))
* Update devDependencies (non-major) ([06a9753](06a9753))
* Update devDependencies (non-major) ([5b1a6c3](5b1a6c3))
* Update devDependencies (non-major) ([73a2388](73a2388))
* Update devDependencies (non-major) ([51200bf](51200bf))
* Update devDependencies (non-major) ([33211c3](33211c3))
* Update devDependencies (non-major) (pustovitDmytro#44) ([e8b6f98](e8b6f98)), closes [pustovitDmytro#44](https://github.com/ichirkin/semantic-release-tg/issues/44)
* Update devDependencies (non-major) (pustovitDmytro#48) ([b3f6184](b3f6184)), closes [pustovitDmytro#48](https://github.com/ichirkin/semantic-release-tg/issues/48)
* Update devDependencies (non-major) (pustovitDmytro#58) ([2378225](2378225)), closes [pustovitDmytro#58](https://github.com/ichirkin/semantic-release-tg/issues/58)
* Update devDependencies (non-major) to v13 ([6894ad9](6894ad9))
* update eslint ([6b174b1](6b174b1))
* update eslint ([4aac03c](4aac03c))
* update eslint-config-incredible ([2f39edb](2f39edb))
* update eslint-config-incredible ([58c31d2](58c31d2))
* Update issue templates ([8fdb1af](8fdb1af))
* update lock file ([4ffb878](4ffb878))
* Update pr template ([1d4eb34](1d4eb34))
* update readme ([fa31a49](fa31a49))
* update releaserc ([4b3227d](4b3227d))
* update releaserc ([9b072dd](9b072dd))
* update semantic release rules ([a075dab](a075dab))
* update semantic to use commit convention ([7e079b2](7e079b2))
* Update semantic-release monorepo ([b7ab2b1](b7ab2b1))
* update travis badge ([e159104](e159104))
* updates semanticCommitType rule ([1a1d119](1a1d119))
* upgrade circle-ci to 2.1 ([fab79a9](fab79a9))
* upgrade semantic-release to v.19 [security] ([0888454](0888454))
* use danger for internall pr ([d838ede](d838ede))
* use incredible eslint config ([b03d74a](b03d74a))
* use native tarball generation ([eeefda5](eeefda5))
* using static test entry ([21e5b7d](21e5b7d))

### Docs

* adds codefactor badge ([52a2a14](52a2a14))
* adds Fossa badge ([60a6703](60a6703))
* adds initial documentation ([793d82a](793d82a))
* adds node releases roadmap ([ba16142](ba16142))
* change travis badge to circle-ci ([ebabb61](ebabb61))
* changes size-url ([ecc2fc2](ecc2fc2))
* fixes spellcheck ([bc06d85](bc06d85))
* help Ukraine 🇺🇦 ([107ee50](107ee50))
* move Contributing Guidelines to separate file. ([081e4ed](081e4ed))
* prettify modified_files as markdown list in pr ([6397f60](6397f60))
* prettify modified_files list in pr ([ecce71a](ecce71a))
* removes ) from badge ([b986009](b986009))
* reorder badges ([ed6d250](ed6d250))
* update badges ([ffe57a1](ffe57a1))
* update screenshot to match new templates ([5367d10](5367d10))
* update snyk badge ([a7fbb1d](a7fbb1d))
* update year in license ([e2dec02](e2dec02))
* update year in license ([1aa3c35](1aa3c35))

### Fix

* [security] update dependencies to resolve audit issues ([389e02b](389e02b))
* adds missing modules ([fc14911](fc14911))
* adds templates to package ([5b86fe3](5b86fe3))
* fixes typo ([4f8ced4](4f8ced4))
* move fs-extra to dependencies ([9ab1954](9ab1954))
* set babel target node version to 10 ([f736568](f736568))

### New

* add Licence ([2204db1](2204db1))
* adds `telegra.ph` integration. Closes pustovitDmytro#14 ([da2e0f9](da2e0f9)), closes [pustovitDmytro#14](https://github.com/ichirkin/semantic-release-tg/issues/14)
* adds assets (closes pustovitDmytro#12) ([95ee7a7](95ee7a7)), closes [pustovitDmytro#12](https://github.com/ichirkin/semantic-release-tg/issues/12)
* adds circle-ci ([4f55862](4f55862))
* adds context to circle-ci ([a3a1f33](a3a1f33))
* adds initial functionality ([f97ece7](f97ece7))
* adds release_type to success template ([8d55b82](8d55b82))
* adds renovate ([1e32c02](1e32c02))
* adds templates ([848d448](848d448))
* initialize npm boilerplate ([5f9269a](5f9269a))
* integrate cottus validator ([45f5ba6](45f5ba6))
* resolves repo url (closes pustovitDmytro#13) ([0f670dd](0f670dd)), closes [pustovitDmytro#13](https://github.com/ichirkin/semantic-release-tg/issues/13)

### Update

* move remark-telegraph to separate package ([2cba043](2cba043))
* telegram version ([b8e6018](b8e6018))
* update git-url-parse [security]. pustovitDmytro#91 pustovitDmytro#92 pustovitDmytro#93 pustovitDmytro#94 pustovitDmytro#95 pustovitDmytro#96 pustovitDmytro#97 pustovitDmytro#98 ([b5a2d55](b5a2d55)), closes [pustovitDmytro#91](https://github.com/ichirkin/semantic-release-tg/issues/91) [pustovitDmytro#92](https://github.com/ichirkin/semantic-release-tg/issues/92) [pustovitDmytro#93](https://github.com/ichirkin/semantic-release-tg/issues/93) [pustovitDmytro#94](https://github.com/ichirkin/semantic-release-tg/issues/94) [pustovitDmytro#95](https://github.com/ichirkin/semantic-release-tg/issues/95) [pustovitDmytro#96](https://github.com/ichirkin/semantic-release-tg/issues/96) [pustovitDmytro#97](https://github.com/ichirkin/semantic-release-tg/issues/97) [pustovitDmytro#98](https://github.com/ichirkin/semantic-release-tg/issues/98)

### Upgrade

* package.json & package-lock.json to reduce vulnerabilities (pustovitDmytro#47) ([fce56d1](fce56d1)), closes [pustovitDmytro#47](https://github.com/ichirkin/semantic-release-tg/issues/47)
* Pin dependencies ([42d97eb](42d97eb))
* Pin dependencies ([445bbc4](445bbc4))
* Update dependency base-api-client to v1.2.1 ([0a374b3](0a374b3))
* Update dependency base-api-client to v1.2.2 ([c0b144d](c0b144d))
* Update dependency base-api-client to v1.4.4 ([5d12eb9](5d12eb9))
* Update dependency base-api-client to v1.4.5 ([9fb2bc8](9fb2bc8))
* Update dependency base-api-client to v1.5.1 ([f4c1797](f4c1797))
* Update dependency base-api-client to v1.5.2 ([8a3122f](8a3122f))
* Update dependency git-url-parse to v11.5.0 ([04b2b9b](04b2b9b))
* Update dependency git-url-parse to v11.6.0 ([0ee4167](0ee4167))
* Update dependency myrmidon to v1.5.0 ([cf4a5a0](cf4a5a0))
* Update dependency myrmidon to v1.5.1 ([03b4c49](03b4c49))
* Update dependency myrmidon to v1.5.2 ([84d9783](84d9783))
* Update dependency myrmidon to v1.5.3 ([24bdf7b](24bdf7b))
* Update dependency myrmidon to v1.5.8 ([5819c0a](5819c0a))
* Update dependency myrmidon to v1.6.1 ([306881a](306881a))
* Update pustovitDmytro's packages (pustovitDmytro#78) ([1223bd1](1223bd1)), closes [pustovitDmytro#78](https://github.com/ichirkin/semantic-release-tg/issues/78)
* updates dependencies to pass package tests ([acc0f5b](acc0f5b))
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