Skip to content

chore(deps): update all non-major dependencies#70

Merged
folke merged 1 commit intomasterfrom
renovate/all-minor-patch
Nov 12, 2020
Merged

chore(deps): update all non-major dependencies#70
folke merged 1 commit intomasterfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Oct 29, 2020

This PR contains the following updates:

Package Type Update Change
@rollup/plugin-typescript devDependencies minor 6.0.0 -> 6.1.0
@types/jest devDependencies patch 26.0.14 -> 26.0.15
@types/node devDependencies minor 14.11.2 -> 14.14.7
@typescript-eslint/eslint-plugin devDependencies minor 4.3.0 -> 4.7.0
@typescript-eslint/parser devDependencies minor 4.3.0 -> 4.7.0
commander dependencies minor 6.1.0 -> 6.2.0
conventional-changelog-conventionalcommits devDependencies minor 4.4.0 -> 4.5.0
eslint (source) devDependencies minor 7.10.0 -> 7.13.0
eslint-config-prettier devDependencies minor 6.12.0 -> 6.15.0
eslint-plugin-jest devDependencies minor 24.0.2 -> 24.1.1
jest (source) devDependencies minor 26.4.2 -> 26.6.3
rollup (source) devDependencies minor 2.28.2 -> 2.33.1
semantic-release devDependencies minor 17.1.2 -> 17.2.2
ts-jest (source) devDependencies patch 26.4.1 -> 26.4.4
typescript (source) devDependencies patch 4.0.3 -> 4.0.5

Release Notes

typescript-eslint/typescript-eslint

v4.7.0

Compare Source

Bug Fixes
  • eslint-plugin: [array-type] parenthesize ReadonlyArray fix (#​2747) (83385ac)
  • eslint-plugin: [no-extra-non-null-assertion] false positive with non-nullable computed key (#​2737) (e82698c)
Features

4.6.1 (2020-11-02)

Bug Fixes
  • eslint-plugin: [consistent-indexed-object-style] fix wrong autofix behaviour with generics (#​2722) (73d9713)
  • eslint-plugin: [no-shadow] ignore global module augmentation (#​2729) (d8c67a5)

v4.6.1

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-indexed-object-style] fix wrong autofix behaviour with generics (#​2722) (73d9713)
  • eslint-plugin: [no-shadow] ignore global module augmentation (#​2729) (d8c67a5)

v4.6.0

Compare Source

Bug Fixes
  • eslint-plugin: [method-signature-style] correct fixer for overloads in an object literal type (#​2708) (0763913)
  • eslint-plugin: [method-signature-style] don't auto-fix interfaces within namespaces (#​2678) (e012049)
  • eslint-plugin: [prefer-string-starts-ends-with] Check negative indices in the second position for slice (#​2696) (66e9c6e)
Features

v4.5.0

Compare Source

Bug Fixes
  • eslint-plugin: [array-type] fix issues with readonly option (#​2667) (63d1d81)
  • eslint-plugin: [lines-between-class-members] fix typo in schema (#​2681) (a2a2514)
  • eslint-plugin: [naming-convention] check bodyless function parameters (#​2675) (c505863)
  • eslint-plugin: [no-invalid-this] allow "this" in class property definitions (#​2685) (dccb6ee)
  • eslint-plugin: [no-misused-promises] False negative in LogicalExpression (#​2682) (30a6951), closes #​2544
  • eslint-plugin: [no-unnecessary-type-assertion] correct fixer for vue files (#​2680) (55111af)
  • eslint-plugin: [return-await] do not auto-fix when type is any/unknown (#​2671) (d690c8d)
  • parser: minor fix regexp, map-filter to reduce (#​2684) (f1329f6)
Features
  • eslint-plugin: [dot-notation] add allowProtectedClassPropertyAccess option (#​2622) (bbc9e35)
  • eslint-plugin: [prefer-readonly-parameter-types] add ignoreInferredTypes option (#​2668) (91010e8)
  • eslint-plugin: [restrict-plus-operands] add intersection type determination logic (#​2628) (da71362)
  • typescript-estree: add flag EXPERIMENTAL_useSourceOfProjectReferenceRedirect (#​2669) (90a5878)

4.4.1 (2020-10-12)

Bug Fixes
  • eslint-plugin: [ban-ts-comment] support block comments (#​2644) (9c3c686)
  • eslint-plugin: [ban-types] allow banning types with specific parameters (#​2662) (77732a2)
  • eslint-plugin: [consistent-type-assertions] check type assertion in jsx props (#​2653) (393e925)
  • eslint-plugin: [no-duplicate-imports] distinguish member, default (#​2637) (c71f423)
  • eslint-plugin: [no-throw-literal] false positive with logical expressions (#​2645) (57aa6c7)
  • eslint-plugin: [no-unused-vars] fix false positives for duplicated names in namespaces (#​2659) (0d696c7)
  • eslint-plugin: [no-use-before-define] correctly handle typeof type references (#​2623) (8e44c78)
  • scope-manager: don't create a variable for global augmentation (#​2639) (6bc9325)

v4.4.1

Compare Source

Bug Fixes
  • eslint-plugin: [ban-ts-comment] support block comments (#​2644) (9c3c686)
  • eslint-plugin: [ban-types] allow banning types with specific parameters (#​2662) (77732a2)
  • eslint-plugin: [consistent-type-assertions] check type assertion in jsx props (#​2653) (393e925)
  • eslint-plugin: [no-duplicate-imports] distinguish member, default (#​2637) (c71f423)
  • eslint-plugin: [no-throw-literal] false positive with logical expressions (#​2645) (57aa6c7)
  • eslint-plugin: [no-unused-vars] fix false positives for duplicated names in namespaces (#​2659) (0d696c7)
  • eslint-plugin: [no-use-before-define] correctly handle typeof type references (#​2623) (8e44c78)
  • scope-manager: don't create a variable for global augmentation (#​2639) (6bc9325)

v4.4.0

Compare Source

Features
  • eslint-plugin: add consistent-indexed-object-style rule (#​2401) (d7dc108)
  • eslint-plugin: add extension rule no-duplicate-imports (#​2609) (498f397)
tj/commander.js

v6.2.0

Compare Source

Added
  • added 'tsx' file extension for stand-alone executable subcommands ([#​1368])
  • documented second parameter to .description() to describe command arguments ([#​1353])
  • documentation of special cases with options taking varying numbers of option-arguments ([#​1332])
  • documentation for terminology ([#​1361])
Fixed
  • add missing TypeScript definition for `.addHelpCommand()' ([#​1375])
  • removed blank line after "Arguments:" in help, to match "Options:" and "Commands:" ([#​1360])
Changed
  • update dependencies
conventional-changelog/conventional-changelog

v4.5.0

Compare Source

eslint/eslint

v7.13.0

Compare Source

  • 254e00f New: Configurable List Size For Per-Rule Performance Metrics (#​13812) (Bryan Mishkin)
  • 6c3c710 Docs: fix broken url in docs (#​13815) (SaintMalik)
  • 4a09149 Sponsors: Sync README with website (ESLint Jenkins)
  • fb6fcbf Docs: Fix reference to Code of Conduct (#​13797) (Tobias Nießen)
  • 1b89ebe Sponsors: Sync README with website (ESLint Jenkins)

v7.12.1

Compare Source

v7.12.0

Compare Source

  • cbf3585 Update: skip keyword check for fns in space-before-blocks (fixes #​13553) (#​13712) (Milos Djermanovic)
  • 256f656 Fix: autofix shouldn't produce template literals with \8 or \9 (#​13737) (Milos Djermanovic)
  • b165aa5 Fix: yoda rule autofix produces syntax errors with adjacent tokens (#​13760) (Milos Djermanovic)
  • 3175316 Fix: prefer-destructuring invalid autofix with comma operator (#​13761) (Milos Djermanovic)
  • 1a9f171 Chore: Remove more ESLintRC-related files (refs #​13481) (#​13762) (Nicholas C. Zakas)
  • bfddced Update: remove suggestion if it didn't provide a fix (fixes #​13723) (#​13772) (Milos Djermanovic)
  • 5183b14 Update: check template literal in no-script-url (#​13775) (YeonJuan)
  • bfe97d2 Sponsors: Sync README with website (ESLint Jenkins)
  • 6c51ade Sponsors: Sync README with website (ESLint Jenkins)
  • 603de04 Update: treat all literals like boolean literal in no-constant-condition (#​13245) (Zen)
  • 289aa6f Sponsors: Sync README with website (ESLint Jenkins)
  • 9a1f669 Sponsors: Sync README with website (ESLint Jenkins)
  • 637f818 Docs: add more examples for no-func-assign (fixes #​13705) (#​13777) (Nitin Kumar)
  • 17cc0dd Chore: add test case for no-func-assign (refs #​13705) (#​13783) (Nitin Kumar)
  • dee0f77 Docs: add TOC to user-guide/configuring.md (#​13727) (metasean)
  • 0510621 Update: Fix && vs || short-circuiting false negatives (fixes #​13634) (#​13769) (Brandon Mills)
  • 8b6ed69 Sponsors: Sync README with website (ESLint Jenkins)
  • 1457509 Docs: fix broken links in Node.js API docs (#​13771) (Laura Barluzzi)
  • 7c813d4 Docs: Fix typo in v7 migration page (#​13778) (Yusuke Sasaki)
  • b025795 Docs: Fix the format option name in the document (#​13770) (Hideki Igarashi)
  • 84fd591 Chore: Increase Mocha timeout for copying fixtures (#​13768) (Brandon Mills)
  • 1faeb84 Docs: clarify that space-unary-ops doesn't apply when space is required (#​13767) (Taylor Morgan)
  • 67c0605 Update: check computed keys in no-prototype-builtins (fixes #​13088) (#​13755) (Milos Djermanovic)
  • b5e011c Sponsors: Sync README with website (ESLint Jenkins)

v7.11.0

Compare Source

  • 23e966f Chore: Refactor CLIEngine tests (refs #​13481) (#​13709) (Nicholas C. Zakas)
  • fa9429a Fix: don't count line after EOF in max-lines (#​13735) (Milos Djermanovic)
  • d973675 Docs: Update anchor links to use existing linkrefs (refs #​13715) (#​13741) (Brandon Mills)
  • 2c6d774 Docs: Fix typos (#​13730) (Frieder Bluemle)
  • cc468c0 Upgrade: eslint-visitor-keys@2.0.0 (#​13732) (Milos Djermanovic)
  • ab0ac6c Docs: Fix anchor links (#​13715) (Gary Moore)
  • 27f0de6 Fix: account for linebreaks before postfix ++/-- in no-extra-parens (#​13731) (Milos Djermanovic)
  • da78fa1 Update: support async arrow fn in function-paren-newline (fixes #​13728) (#​13729) (Michal Dziekonski)
  • fe301b8 Docs: Add configuration comments in examples (#​13738) (YeonJuan)
  • 504408c Sponsors: Sync README with website (ESLint Jenkins)
  • 3900659 Sponsors: Sync README with website (ESLint Jenkins)
  • c1974b3 Sponsors: Sync README with website (ESLint Jenkins)
  • 6f4abe5 Sponsors: Sync README with website (ESLint Jenkins)
prettier/eslint-config-prettier

v6.15.0

Compare Source

  • Added: [@​typescript-eslint/space-infix-ops]. Thanks to Masafumi Koba (@​ybiquitous)!!

v6.14.0

Compare Source

  • Added: New [eslint-plugin-vue] rules: [vue/array-bracket-newline] and [vue/block-tag-newline]. Thanks to @​xcatliu!

v6.13.0

Compare Source

  • Added: New rules in [eslint-plugin-vue] 7.0 (which supports Vue 3.0). Thanks to @​xcatliu!
jest-community/eslint-plugin-jest

v24.1.1

Compare Source

Bug Fixes
  • improve support for it.each involving tagged template literals (#​701) (2341814)

v24.1.0

Compare Source

Features
  • prefer-expect-assertions: add onlyFunctionsWithAsyncKeyword option (#​677) (d0cea37)

24.0.2 (2020-09-20)

Bug Fixes

24.0.1 (2020-09-12)

Bug Fixes
facebook/jest

v26.6.3

Compare Source

Fixes
  • [jest-resolve-dependencies] Continue dependency resolution if mock dependency can't be found (#​10779)

v26.6.2

Compare Source

Features
  • [jest-core] Add findRelatedTests and nonFlagArgs in allowed config options for updateConfigAndRun in watch plugins (#​10659)
Fixes
  • [babel-plugin-jest-hoist] Preserve order of hoisted mock nodes within containing block (#​10536)
  • [babel-plugin-jest-hoist] Hoist pure constants to support experimental JSX transform in hoisted mocks (#​10723)
  • [babel-preset-jest] Update babel-preset-current-node-syntax to support top level await (#​10747)
  • [expect] Revert "Fix objectContaining to work recursively into sub-objects (#​10508)" (#​10766)
  • [jest-circus, jest-jasmine2] fix: don't assume stack is always a string (#​10697)
  • [jest-config] Fix bug introduced in watch mode by PR #​10678 (#​10692)
  • [jest-config] Throw correct error for missing preset modules (#​10737)
  • [jest-resolve-dependencies] Resolve mocks as dependencies (#​10713)
  • [jest-runtime] Handle file URLs in dynamic imports (#​10744)
  • [jest-runtime, babel-jest] Pass more ESM options to @jest/transform (#​10752)
  • [jest-runtime] Properly inject extraGlobals into the runtime (#​10758)
  • [jest-transform] Link to ESM docs on syntax errors (#​10748)
Chore & Maintenance
  • [docs] Add docs for using mocks in TypeScript (#​10415)
  • [eslint-config-fb-strict] Move package from this repo to fbjs repo (#​10739)
  • [examples] Update TypeScript example to show use of newer Jest types (#​10399)
  • [jest-cli] chore: standardize files and folder names (#​10698)

v26.6.1

Compare Source

Features
  • [jest-runtime] Support named exports from CommonJS as named ES Module imports (#​10673)
  • [jest-validate] Add support for recursiveDenylist option as an alternative to recursiveBlacklist (#​10236)
Fixes
  • [expect] Fix objectContaining to work recursively into sub-objects (#​10508)
  • [jest-cli, jest-core, jest-config, jest-types] Fix --onlyFailures flag to work in non-watch mode (#​10678)
  • [jest-config] Fix for the jest.config.ts compiler to not interfere with tsconfig.json files (#​10675)
  • [jest-message-util] Update to work properly with Node 15 (#​10660)
  • [jest-mock] Allow to mock methods in getters (TypeScript 3.9 export) (#​10156)

v26.6.0

Compare Source

Features
  • [jest-cli, jest-config] Add support for the jest.config.ts configuration file (#​10564)
Fixes
  • [jest-config] Simplify transform RegExp (#​10207)
  • [jest-fake-timers] Lazily instantiate mock timers (#​10551)
  • [jest-runtime] require.main is no longer undefined when using jest.resetModules (#​10626)
  • [@jest/types] Add missing values for timers (#​10632)
Chore & Maintenance
  • [docs] Add step for fetching backers.json file in website setup docs (#​10631)
  • [docs] Add page detailing environment variables set by Jest (#​10630)
  • [jest-circus] Refactor callAsyncCircusFn parameters (#​10629)

v26.5.3

Compare Source

Features
  • [jest-runtime] add support for dynamic import() from CommonJS (#​10620)
Fixes
  • [jest-runner, jest-runtime] require.main should not be undefined with createRequire() (#​10610)
  • [jest-runtime] add missing module.path property (#​10615)
  • [jest-runtime] Add mainModule instance variable to runtime (#​10621)
  • [jest-runtime] Evaluate Node core modules on dynamic import() (#​10622)
  • [jest-validate] Show suggestion only when unrecognized cli param is longer than 1 character (#​10604)
  • [jest-validate] Validate testURL as CLI option (#​10595)

v26.5.2

Compare Source

Fixes
  • [*] Revert usage of Escalade and rollback Yargs to v15 as it breaks Node 13 (#​10599)
  • [jest-circus] Setup globals before emitting setup, and include Jest globals in the setup payload (#​10598)
  • [jest-mock] Fix typings for mockResolvedValue, mockResolvedValueOnce, mockRejectedValue and mockRejectedValueOnce (#​10600)

v26.5.0

Compare Source

Features
  • [jest-circus, jest-config, jest-runtime] Add new injectGlobals config and CLI option to disable injecting global variables into the runtime (#​10484)
  • [jest-each] Fixes .each type to always be callable (#​10447)
  • [jest-runner] Add support for moduleLoaders with default exports (#​10541)
  • [@jest/create-cache-key-function] Added a new package for creating cache keys (#​10587)
Fixes
  • [jest-circus, jest-jasmine2] Find correct location for test.each tests (#​10413)
  • [jest-console] Add Console constructor to console object (#​10502)
  • [jest-globals] Fix lifecycle hook function types (#​10480)
  • [jest-runtime] Remove usage of vm.compileFunction due to a performance issue (#​10586)
Chore & Maintenance
  • [jest-resolve] Replace read-pkg-up with escalade package (10558)
  • [jest-environment-jsdom] Update jsdom to 16.4.0 (10578)
rollup/rollup

v2.33.1

Compare Source

2020-11-02

Bug Fixes
  • Add syntheticNamedExports to this.getModuleInfo to align with documentation (#​3841)
Pull Requests

v2.33.0

Compare Source

2020-11-01

Features
  • Add parameter to "watchChange" hook to denote if a change was an addition, update or deletion (#​3841)
  • Add "closeWatcher" hook to allow plugins to clean up resources when the watcher is closed (#​3841)
  • Add "this.getWatchFiles" function to plugin context to get the current set of watched files (#​3841)
Pull Requests

v2.32.1

Compare Source

2020-10-21

Bug Fixes
  • Print warning location for plugin warnings if only loc is supplied (#​3824)
Pull Requests

v2.32.0

Compare Source

2020-10-16

Features
  • Extend preserveEntrySignatures with a value "exports-only" to allow extension only if an entry does not have exports (#​3823)
Pull Requests

v2.31.0

Compare Source

2020-10-15

Features
  • When using the output.moduleToStringTag option, also add the tag to entries with exports and simulated external namespaces (#​3822)
  • Add the __esModule interop marker to IIFE global variables unless output.esModule is turned off (#​3822)
Pull Requests

v2.30.0

Compare Source

2020-10-13

Features
  • Add moduleParsed hook that is called for each module once code and AST are available (#​3813)
  • Include code and AST in this.getModuleInfo (#​3813)
Bug Fixes
  • Provide the original Acorn AST instead of the internal one when resolving dynamic imports that contain non-trivial expressions (#​3813)
Pull Requests

v2.29.0

Compare Source

2020-10-08

Features
  • Allow passing custom options to other plugins via this.resolve (#​3807)
  • Allow attaching custom meta information to modules when resolving, loading or transforming (#​3807)
  • Do not throw but return null when using this.getModuleInfo for an unknown id (#​3807)
Bug Fixes
  • Trigger build in watch mode when files are added to a watched directory (#​3812)
  • Make code optional when transforming modules (#​3807)
Pull Requests
semantic-release/semantic-release

v17.2.2

Compare Source

Bug Fixes
  • don't parse port as part of the path in repository URLs (#​1671) (77a75f0)
  • use valid git credentials when multiple are provided (#​1669) (2bf3771)

v17.2.1

Compare Source

Reverts

v17.2.0

Compare Source

Features
  • throw an Error if package.json has duplicate "repository" key (#​1656) (b8fb35c)
kulshekhar/ts-jest

v26.4.4

Compare Source

Bug Fixes
Features

v26.4.3

Compare Source

Bug Fixes
Features

v26.4.2

Compare Source

Features
Performance Improvements
  • compiler: speed up bootstrap time for isolatedModules:false (#​2055) (230b5dd)
DEPRECATIONS
  • config: deprecate tsConfig in favor of tsconfig (#​1997)
  • config: deprecate packageJson since internal codes don't use it anymore (#​2034)
Microsoft/TypeScript

v4.0.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


Renovate configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ 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, check this box

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 4670f20 to 5c27c78 Compare November 5, 2020 01:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 96c353e to 450a193 Compare November 9, 2020 19:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 450a193 to 2e7828c Compare November 12, 2020 08:17
@folke folke merged commit 7b8b05a into master Nov 12, 2020
@renovate renovate bot deleted the renovate/all-minor-patch branch November 12, 2020 09:28
github-actions bot pushed a commit that referenced this pull request Nov 12, 2020
### [2.1.11](v2.1.10...v2.1.11) (2020-11-12)

### Bug Fixes

* **lint:** 🐛 detect BREAKING CHANGE in description. Fixes [#76](#76) ([a3d5ab0](a3d5ab0))
* **lint:** 🐛 scope and type can by any case. Fixes [#75](#75) ([8138c84](8138c84))

### Other

* **deps:** bump npm-user-validate from 1.0.0 to 1.0.1 ([#69](#69)) ([19ea27c](19ea27c))
* **deps:** update actions/cache action to v2 ([#71](#71)) ([a91dbc4](a91dbc4))
* **deps:** update actions/checkout action to v2 ([#72](#72)) ([717ad15](717ad15))
* **deps:** update all non-major dependencies ([#70](#70)) ([7b8b05a](7b8b05a))
* **deps:** update dependency @rollup/plugin-commonjs to v16 ([#73](#73)) ([d5be625](d5be625))
* **deps:** update dependency @rollup/plugin-node-resolve to v10 ([#74](#74)) ([5202cc6](5202cc6))
* **maintenance:** 🔧 updated deps and fixed some linting errors ([169198f](169198f))
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 2.1.11 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit to megasanjay/devmoji that referenced this pull request Oct 20, 2022
## 1.0.0 (2022-10-20)

### ⚠ BREAKING CHANGES

* **commit:** added breaking change support 😄
* devmoji can now be used as a prepare-commit-msg hook to
automagically add emojis to commit messages

### Features

* ✨ added commit linting! ([2d52f2c](2d52f2c))
* ✨ added semantic-release ([a597cd1](a597cd1))
* ✨ added support for fixup! & match! comments ([155dee2](155dee2))
* ✨ added support for git hooks ([799f156](799f156))
* ✨ devmoji package ([e7e2b61](e7e2b61))
* ✨ monorepo setup ([dade671](dade671))
* ✨ refactored config files and added runtime validation ([cc94e2c](cc94e2c))
* ✨ scope to allow digit ([folke#126](https://github.com/megasanjay/devmoji/issues/126)) ([cb31dda](cb31dda))
* update emoji list ([70509f6](70509f6))
* **cli:** ✨ added cli for working with devmoji 🚀 ([8f16492](8f16492))
* **commit:** 💥 ✨ added support for ! in a breaking change header ([23ec3c9](23ec3c9))
* **config:** ✨ ⚙ ➕ devmojis for config, add, remove ([faa3aac](faa3aac))
* ✨ we now support scope based devmojis and --color for --log ([a3df981](a3df981))
* **config:** ✨ added devmoji configs ([4379667](4379667))
* **emoji:** ✨ added script to fetch github and gitmoji ([aecf9df](aecf9df))

### Bug Fixes

* **deps:** update dependency chalk to v4 ([folke#49](https://github.com/megasanjay/devmoji/issues/49)) ([aefa669](aefa669))
* **deps:** update dependency ts-interface-checker to v0.2.1 ([2262197](2262197))
* **deps:** update dependency ts-interface-checker to v1.0.2 ([29300b6](29300b6))
* **docs:** 📝 fixed name devmoji ([folke#157](https://github.com/megasanjay/devmoji/issues/157)) ([86b7d55](86b7d55))
* **lint:** 🐛 detect BREAKING CHANGE in description. Fixes [folke#76](https://github.com/megasanjay/devmoji/issues/76) ([a3d5ab0](a3d5ab0))
* **test:** 🐛 🚨 fixup for syntax error ([404dce4](404dce4))
* 🐛 --lint shouldn't fail on merge commit message (fixes [folke#50](https://github.com/megasanjay/devmoji/issues/50)) ([8ba3987](8ba3987))
* 🐛 🔒️ upgrade minimist which had a security vulnerability ([fc12464](fc12464))
* 🐛 colors are now properly disabled when not on a TTY ([36406c5](36406c5))
* 🐛 fixed callstack error for Windows ([9f411d2](9f411d2))
* 🐛 fixed endless loop on win32 ([a3026e1](a3026e1))
* 🐛 get --config value from Commander.opts() ([a461c2b](a461c2b))
* 🐛 show correct --version ([959d216](959d216))
* 🐛 use the color option for --log (fixes [folke#81](https://github.com/megasanjay/devmoji/issues/81)) ([c7370de](c7370de))
* **changelog:** 🐛 fixed changelog scripts on monorepo ([da9f804](da9f804))
* **cli:** 🐛 all output now honors --no-color ([a44e628](a44e628))
* **config:** 🐛 ⚙️ added correct search paths for config file ([63d2488](63d2488))
* **docs:** 🐛 📚️ updated docs ([667db23](667db23))
* **docs:** 🐛 📚 updated README.md ([6366bd3](6366bd3))
* **emoji:** 🐛 added support for colorful emoji variations ([dff0ede](dff0ede))
* **emoji:** 🐛 fixed emoji variations ([2d60115](2d60115))
* **emoji:** 🐛 use unicode emoji variations when available ([c0ff022](c0ff022))
* **lint:** 🐛 scope and type can by any case. Fixes [folke#75](https://github.com/megasanjay/devmoji/issues/75) ([8138c84](8138c84))
* 🐛 new rollup version and commanderjs ([41ae638](41ae638))
* **security:** 🐛 🔒 upgraded lodash & underscore from security advisory ([d2d39be](d2d39be))

### Documentation

* 📚 📚 first run with conventional-changlog ([6a5ccda](6a5ccda))
* 📚️ added badges ([4b4b22e](4b4b22e))
* 📚️ added documentation on configuration ([04ee582](04ee582))
* 📚️ added screenshots ([0e2183d](0e2183d))
* 📚️ better docs about git commit hooks ([8f7b36a](8f7b36a))
* 📚 created script to generate markdown tabel for the docs ([6e06cb1](6e06cb1))
* 📚 first run with conventional-changlog ([655a4be](655a4be))
* 📚️ improved documentation ([f3a5bbd](f3a5bbd))
* 📚️ testing gihub releases ([3c74ce8](3c74ce8))
* 📚️ updated docs with --lint ([0348900](0348900))
* 📚 updated documentation ([ce8ca0e](ce8ca0e))
* 📚 updated README.md ([ad79999](ad79999))
* 📚 updated README.md ([7bb5e70](7bb5e70))
* added license [skip ci] ([d58175e](d58175e))
* added renovate badge ([5e5cda9](5e5cda9))
* fixed config example ([9860364](9860364))
* replace yarn install w/ yarn add ([folke#65](https://github.com/megasanjay/devmoji/issues/65)) ([f9acf3e](f9acf3e))
* **todo:** 📚 added todo markdown file ([24b4320](24b4320))

### Other

* update name ([0ac2801](0ac2801))
* **deps:** 👷 automerge minor, patch, pin and digest ([578258b](578258b))
* **deps:** 👷 group all non-major updates ([abe0982](abe0982))
* **deps:** 🔗 update ([979279e](979279e))
* **deps:** bump ini from 1.3.5 to 1.3.8 ([folke#91](https://github.com/megasanjay/devmoji/issues/91)) ([79cb9cf](79cb9cf))
* **deps:** bump marked from 1.2.0 to 2.0.0 ([folke#99](https://github.com/megasanjay/devmoji/issues/99)) ([f6c382b](f6c382b))
* **deps:** bump node-notifier from 8.0.0 to 8.0.1 ([folke#94](https://github.com/megasanjay/devmoji/issues/94)) ([cf87590](cf87590))
* **deps:** bump npm-user-validate from 1.0.0 to 1.0.1 ([folke#69](https://github.com/megasanjay/devmoji/issues/69)) ([19ea27c](19ea27c))
* **deps:** bump ssri from 6.0.1 to 6.0.2 ([folke#104](https://github.com/megasanjay/devmoji/issues/104)) ([27d1d3f](27d1d3f))
* **deps:** update actions/cache action to v2 ([folke#71](https://github.com/megasanjay/devmoji/issues/71)) ([a91dbc4](a91dbc4))
* **deps:** update actions/checkout action to v2 ([folke#72](https://github.com/megasanjay/devmoji/issues/72)) ([717ad15](717ad15))
* **deps:** update actions/setup-node action to v2 ([folke#93](https://github.com/megasanjay/devmoji/issues/93)) ([7cf6c17](7cf6c17))
* **deps:** update all non-major dependencies ([folke#12](https://github.com/megasanjay/devmoji/issues/12)) ([2f7236f](2f7236f))
* **deps:** update all non-major dependencies ([folke#14](https://github.com/megasanjay/devmoji/issues/14)) ([e2e724b](e2e724b))
* **deps:** update all non-major dependencies ([folke#15](https://github.com/megasanjay/devmoji/issues/15)) ([3df8504](3df8504))
* **deps:** update all non-major dependencies ([folke#22](https://github.com/megasanjay/devmoji/issues/22)) ([e2b9050](e2b9050))
* **deps:** update all non-major dependencies ([folke#24](https://github.com/megasanjay/devmoji/issues/24)) ([32bebd2](32bebd2))
* **deps:** update all non-major dependencies ([folke#27](https://github.com/megasanjay/devmoji/issues/27)) ([570ef92](570ef92))
* **deps:** update all non-major dependencies ([folke#29](https://github.com/megasanjay/devmoji/issues/29)) ([02fd806](02fd806))
* **deps:** update all non-major dependencies ([folke#30](https://github.com/megasanjay/devmoji/issues/30)) ([b5491a5](b5491a5))
* **deps:** update all non-major dependencies ([folke#33](https://github.com/megasanjay/devmoji/issues/33)) ([1ae0e03](1ae0e03))
* **deps:** update all non-major dependencies ([folke#34](https://github.com/megasanjay/devmoji/issues/34)) ([f3fe5ab](f3fe5ab))
* **deps:** update all non-major dependencies ([folke#37](https://github.com/megasanjay/devmoji/issues/37)) ([acc0753](acc0753))
* **deps:** update all non-major dependencies ([folke#45](https://github.com/megasanjay/devmoji/issues/45)) ([777695a](777695a))
* **deps:** update all non-major dependencies ([folke#47](https://github.com/megasanjay/devmoji/issues/47)) ([1eb8c52](1eb8c52))
* **deps:** update all non-major dependencies ([folke#48](https://github.com/megasanjay/devmoji/issues/48)) ([42431e0](42431e0))
* **deps:** update all non-major dependencies ([folke#70](https://github.com/megasanjay/devmoji/issues/70)) ([7b8b05a](7b8b05a))
* **deps:** update all non-major dependencies ([folke#77](https://github.com/megasanjay/devmoji/issues/77)) ([fe86d3c](fe86d3c))
* **deps:** update all non-major dependencies ([folke#80](https://github.com/megasanjay/devmoji/issues/80)) ([48596c4](48596c4))
* **deps:** update all non-major dependencies ([folke#82](https://github.com/megasanjay/devmoji/issues/82)) ([f61c156](f61c156))
* **deps:** update all non-major dependencies ([folke#90](https://github.com/megasanjay/devmoji/issues/90)) ([a779c80](a779c80))
* **deps:** update all non-major dependencies to v2.24.0 ([folke#43](https://github.com/megasanjay/devmoji/issues/43)) ([205fbc3](205fbc3))
* **deps:** update dependency @rollup/plugin-commonjs to v16 ([folke#73](https://github.com/megasanjay/devmoji/issues/73)) ([d5be625](d5be625))
* **deps:** update dependency @rollup/plugin-commonjs to v17 ([folke#83](https://github.com/megasanjay/devmoji/issues/83)) ([c82d733](c82d733))
* **deps:** update dependency @rollup/plugin-commonjs to v19.0.1 ([86d9acc](86d9acc))
* **deps:** update dependency @rollup/plugin-commonjs to v19.0.2 ([a391b29](a391b29))
* **deps:** update dependency @rollup/plugin-node-resolve to v10 ([folke#74](https://github.com/megasanjay/devmoji/issues/74)) ([5202cc6](5202cc6))
* **deps:** update dependency @rollup/plugin-node-resolve to v11 ([folke#84](https://github.com/megasanjay/devmoji/issues/84)) ([76f15ad](76f15ad))
* **deps:** update dependency @rollup/plugin-node-resolve to v11.2.1 ([03defe1](03defe1))
* **deps:** update dependency @rollup/plugin-node-resolve to v13.0.1 ([dfde36f](dfde36f))
* **deps:** update dependency @rollup/plugin-node-resolve to v13.0.2 ([49134e1](49134e1))
* **deps:** update dependency @rollup/plugin-node-resolve to v13.0.3 ([a016fd4](a016fd4))
* **deps:** update dependency @rollup/plugin-node-resolve to v13.0.4 ([916adf8](916adf8))
* **deps:** update dependency @rollup/plugin-node-resolve to v13.0.5 ([b5aa706](b5aa706))
* **deps:** update dependency @rollup/plugin-node-resolve to v13.0.6 ([d95075e](d95075e))
* **deps:** update dependency @rollup/plugin-typescript to v3 ([folke#18](https://github.com/megasanjay/devmoji/issues/18)) ([c9a7a16](c9a7a16))
* **deps:** update dependency @rollup/plugin-typescript to v8 ([folke#85](https://github.com/megasanjay/devmoji/issues/85)) ([5a10ee9](5a10ee9))
* **deps:** update dependency @rollup/plugin-typescript to v8.2.1 ([3639584](3639584))
* **deps:** update dependency @rollup/plugin-typescript to v8.2.3 ([6ea0511](6ea0511))
* **deps:** update dependency @rollup/plugin-typescript to v8.2.4 ([37bbac5](37bbac5))
* **deps:** update dependency @rollup/plugin-typescript to v8.2.5 ([b2893e2](b2893e2))
* **deps:** update dependency @semantic-release/git to v9.0.1 ([2a77cd0](2a77cd0))
* **deps:** update dependency @types/jest to v25 ([folke#16](https://github.com/megasanjay/devmoji/issues/16)) ([555f6fe](555f6fe))
* **deps:** update dependency @types/jest to v25.1.2 ([folke#28](https://github.com/megasanjay/devmoji/issues/28)) ([818cfbb](818cfbb))
* **deps:** update dependency @types/jest to v26.0.24 ([2efeb33](2efeb33))
* **deps:** update dependency @types/node to v13.7.0 ([folke#26](https://github.com/megasanjay/devmoji/issues/26)) ([7e6f547](7e6f547))
* **deps:** update dependency @types/node to v14.14.44 ([ea2306f](ea2306f))
* **deps:** update dependency @types/node to v14.14.45 ([d748c98](d748c98))
* **deps:** update dependency @types/node-fetch to v2.5.10 ([8015efd](8015efd))
* **deps:** update dependency @types/node-fetch to v2.5.11 ([02d4050](02d4050))
* **deps:** update dependency @types/node-fetch to v2.5.12 ([ab949cc](ab949cc))
* **deps:** update dependency concurrently to v6.2.1 ([c70bffb](c70bffb))
* **deps:** update dependency concurrently to v6.2.2 ([ef0fbd0](ef0fbd0))
* **deps:** update dependency conventional-changelog-conventionalcommits to v4.6.1 ([6b9dfe2](6b9dfe2))
* **deps:** update dependency conventional-changelog-conventionalcommits to v4.6.3 ([ef024ef](ef024ef))
* **deps:** update dependency eslint-config-prettier to v6.10.0 ([folke#21](https://github.com/megasanjay/devmoji/issues/21)) ([364a982](364a982))
* **deps:** update dependency eslint-config-prettier to v7 ([folke#88](https://github.com/megasanjay/devmoji/issues/88)) ([0e36770](0e36770))
* **deps:** update dependency eslint-plugin-jest to v24.3.7 ([acca395](acca395))
* **deps:** update dependency eslint-plugin-prettier to v3.4.1 ([b230d3f](b230d3f))
* **deps:** update dependency jest to v27.0.5 ([f358217](f358217))
* **deps:** update dependency jest to v27.0.6 ([2bd8343](2bd8343))
* **deps:** update dependency minimist to v1.2.6 [security] ([9e7ecb7](9e7ecb7))
* **deps:** update dependency node-fetch to v2.6.2 ([6a0bc67](6a0bc67))
* **deps:** update dependency node-fetch to v2.6.3 ([899e3b5](899e3b5))
* **deps:** update dependency node-fetch to v2.6.4 ([e4adb3a](e4adb3a))
* **deps:** update dependency node-fetch to v2.6.5 ([f6121be](f6121be))
* **deps:** update dependency node-fetch to v2.6.6 ([23d00ce](23d00ce))
* **deps:** update dependency node-fetch to v2.6.7 [security] ([3239b8c](3239b8c))
* **deps:** update dependency prettier to v2 ([folke#46](https://github.com/megasanjay/devmoji/issues/46)) ([975c593](975c593))
* **deps:** update dependency prettier to v2.3.2 ([cac6b1a](cac6b1a))
* **deps:** update dependency rimraf to v3.0.1 ([folke#20](https://github.com/megasanjay/devmoji/issues/20)) ([7e208a9](7e208a9))
* **deps:** update dependency rollup to v1.29.1 ([folke#6](https://github.com/megasanjay/devmoji/issues/6)) ([49285e3](49285e3))
* **deps:** update dependency rollup to v1.31.1 ([folke#31](https://github.com/megasanjay/devmoji/issues/31)) ([21fc914](21fc914))
* **deps:** update dependency rollup to v2 ([folke#35](https://github.com/megasanjay/devmoji/issues/35)) ([7ab9605](7ab9605))
* **deps:** update dependency rollup to v2.1.0 ([folke#44](https://github.com/megasanjay/devmoji/issues/44)) ([7928c85](7928c85))
* **deps:** update dependency rollup to v2.52.2 ([de72adb](de72adb))
* **deps:** update dependency rollup to v2.52.3 ([b757eb0](b757eb0))
* **deps:** update dependency rollup to v2.52.4 ([3b41411](3b41411))
* **deps:** update dependency rollup to v2.52.6 ([f22a6ec](f22a6ec))
* **deps:** update dependency rollup to v2.52.7 ([17b8fc1](17b8fc1))
* **deps:** update dependency rollup to v2.52.8 ([308b6d5](308b6d5))
* **deps:** update dependency rollup-plugin-sizes to v1.0.4 ([235dac2](235dac2))
* **deps:** update dependency semantic-release to v17 ([folke#17](https://github.com/megasanjay/devmoji/issues/17)) ([7b497af](7b497af))
* **deps:** update dependency semantic-release to v17.0.2 ([folke#25](https://github.com/megasanjay/devmoji/issues/25)) ([4b0b17a](4b0b17a))
* **deps:** update dependency semantic-release to v17.4.5 ([e7e5455](e7e5455))
* **deps:** update dependency semantic-release to v17.4.6 ([1230c19](1230c19))
* **deps:** update dependency semantic-release to v17.4.7 ([0374380](0374380))
* **deps:** update dependency ts-interface-builder to v0.3.2 ([ec0fdc9](ec0fdc9))
* **deps:** update dependency ts-interface-builder to v0.3.3 ([7c6392f](7c6392f))
* **deps:** update dependency ts-jest to v25.1.0 ([folke#23](https://github.com/megasanjay/devmoji/issues/23)) ([8c3214b](8c3214b))
* **deps:** update dependency ts-jest to v27.0.4 ([d678ebe](d678ebe))
* **deps:** update dependency ts-jest to v27.0.5 ([09eaea7](09eaea7))
* **deps:** update dependency ts-jest to v27.0.6 ([52461cf](52461cf))
* **deps:** update dependency ts-jest to v27.0.7 ([eecdf4c](eecdf4c))
* **deps:** update dependency typescript to v4.2.4 ([33b64ce](33b64ce))
* **deps:** update dependency typescript to v4.3.5 ([b58ee42](b58ee42))
* **deps:** update jest ([1fe0cf2](1fe0cf2))
* **deps:** update jest ([folke#13](https://github.com/megasanjay/devmoji/issues/13)) ([51ac0a8](51ac0a8))
* **deps:** update semantic-release monorepo ([folke#19](https://github.com/megasanjay/devmoji/issues/19)) ([18c2f33](18c2f33))
* **github:** 👷 added semantic-release ([486e1a6](486e1a6))
* **github:** 👷 run semantic-release only on master ([8fb91ca](8fb91ca))
* **github:** 👷 run semantic-release only on master ([57b0611](57b0611))
* **github:** 👷 run semantic-release only on master ([fa7d061](fa7d061))
* **github:** 👷 use node 12.x LTS version ([22b627f](22b627f))
* **maintenance:** 🔧 updated deps and fixed some linting errors ([169198f](169198f))
* **release:** 2.1.10 [skip ci] ([67f4f44](67f4f44)), closes [folke#65](https://github.com/megasanjay/devmoji/issues/65)
* **release:** 2.1.11 [skip ci] ([2f13356](2f13356)), closes [folke#76](https://github.com/megasanjay/devmoji/issues/76) [folke#75](https://github.com/megasanjay/devmoji/issues/75) [folke#69](https://github.com/megasanjay/devmoji/issues/69) [folke#71](https://github.com/megasanjay/devmoji/issues/71) [folke#72](https://github.com/megasanjay/devmoji/issues/72) [folke#70](https://github.com/megasanjay/devmoji/issues/70) [folke#73](https://github.com/megasanjay/devmoji/issues/73) [folke#74](https://github.com/megasanjay/devmoji/issues/74)
* **release:** 2.1.12 [skip ci] ([21eb689](21eb689)), closes [folke#81](https://github.com/megasanjay/devmoji/issues/81) [folke#77](https://github.com/megasanjay/devmoji/issues/77) [folke#80](https://github.com/megasanjay/devmoji/issues/80)
* **release:** 2.1.13 [skip ci] ([46d45d5](46d45d5)), closes [folke#82](https://github.com/megasanjay/devmoji/issues/82) [folke#83](https://github.com/megasanjay/devmoji/issues/83) [folke#84](https://github.com/megasanjay/devmoji/issues/84) [folke#85](https://github.com/megasanjay/devmoji/issues/85) [folke#88](https://github.com/megasanjay/devmoji/issues/88)
* **release:** 2.1.2 [skip ci] ([69e9c2c](69e9c2c)), closes [folke#12](https://github.com/megasanjay/devmoji/issues/12) [folke#6](https://github.com/megasanjay/devmoji/issues/6) [folke#13](https://github.com/megasanjay/devmoji/issues/13)
* **release:** 2.1.3 [skip ci] ([4792f8f](4792f8f))
* **release:** 2.1.4 [skip ci] ([97279ea](97279ea)), closes [folke#14](https://github.com/megasanjay/devmoji/issues/14)
* **release:** 2.1.5 [skip ci] ([032c1f6](032c1f6)), closes [folke#15](https://github.com/megasanjay/devmoji/issues/15) [folke#22](https://github.com/megasanjay/devmoji/issues/22) [folke#24](https://github.com/megasanjay/devmoji/issues/24) [folke#27](https://github.com/megasanjay/devmoji/issues/27) [folke#29](https://github.com/megasanjay/devmoji/issues/29) [folke#30](https://github.com/megasanjay/devmoji/issues/30) [folke#33](https://github.com/megasanjay/devmoji/issues/33) [folke#18](https://github.com/megasanjay/devmoji/issues/18) [folke#16](https://github.com/megasanjay/devmoji/issues/16) [folke#28](https://github.com/megasanjay/devmoji/issues/28) [folke#26](https://github.com/megasanjay/devmoji/issues/26) [folke#21](https://github.com/megasanjay/devmoji/issues/21) [folke#20](https://github.com/megasanjay/devmoji/issues/20) [folke#31](https://github.com/megasanjay/devmoji/issues/31) [folke#35](https://github.com/megasanjay/devmoji/issues/35) [folke#17](https://github.com/megasanjay/devmoji/issues/17) [folke#25](https://github.com/megasanjay/devmoji/issues/25) [folke#23](https://github.com/megasanjay/devmoji/issues/23) [folke#19](https://github.com/megasanjay/devmoji/issues/19)
* **release:** 2.1.6 [skip ci] ([e0ab1c0](e0ab1c0)), closes [folke#34](https://github.com/megasanjay/devmoji/issues/34) [folke#37](https://github.com/megasanjay/devmoji/issues/37)
* **release:** 2.1.7 [skip ci] ([e25a9f5](e25a9f5)), closes [folke#45](https://github.com/megasanjay/devmoji/issues/45) [folke#47](https://github.com/megasanjay/devmoji/issues/47) [folke#43](https://github.com/megasanjay/devmoji/issues/43) [folke#46](https://github.com/megasanjay/devmoji/issues/46) [folke#44](https://github.com/megasanjay/devmoji/issues/44)
* **release:** 2.3.0 [skip ci] ([578928f](578928f)), closes [folke#126](https://github.com/megasanjay/devmoji/issues/126)
* **renovate:** 👷 group eslint and jest deps ([248a8db](248a8db))
* **renovate:** 👷 rules order ([1c1dc10](1c1dc10))
* 👷 added support for [skip ci] ([7b6d374](7b6d374))
* 👷 added support for [skip ci] ([5f428db](5f428db))
* 🚨 fixed linting errors ([b357026](b357026))
* **commit:** 🎨 better colors for formatting ([f7c32d4](f7c32d4))
* **deps:** 🔧 added chalk.js ([e12d4c4](e12d4c4))
* **deps:** 🔗 ➖ dependency on old lodash which has a 🔒 advisory ([55ee2c4](55ee2c4))
* **deps:** 🔗 remove commitlint ([5d7a2b3](5d7a2b3))
* **deps:** 🔗 yarn upgrade --latest ([fce0b20](fce0b20))
* **deps:** add renovate.json ([folke#1](https://github.com/megasanjay/devmoji/issues/1)) ([f0ff483](f0ff483))
* **deps:** pin dependencies ([folke#2](https://github.com/megasanjay/devmoji/issues/2)) ([a9ed571](a9ed571))
* **deps:** update dependency @types/jest to v24.9.1 ([folke#3](https://github.com/megasanjay/devmoji/issues/3)) ([09ad222](09ad222))
* **deps:** update dependency @types/node to v13.5.0 ([folke#4](https://github.com/megasanjay/devmoji/issues/4)) ([50034b9](50034b9))
* **deps:** update dependency copyfiles to v2.2.0 ([folke#5](https://github.com/megasanjay/devmoji/issues/5)) ([9dda192](9dda192))
* **docs:** 📦 📚 automatically copy changelog and readme to root ([08e040c](08e040c))
* **emoji:** 🔨 generate ES6 modules instead of json files ([c9f5fed](c9f5fed))
* **jest:** 🚨 added cli mock for jest ([035a320](035a320))
* **release:** 🚀 1.0.0 ([5f60cc6](5f60cc6))
* **release:** 🚀 1.0.1 ([36e2b56](36e2b56))
* **release:** 🚀 1.1.0 [skip ci] ([3776e9b](3776e9b))
* **release:** 🚀 1.1.1 [skip ci] ([ffcdc27](ffcdc27))
* **release:** 🚀 1.2.0 [skip ci] ([de836ac](de836ac))
* **release:** 🚀 1.2.1 [skip ci] ([c4f3632](c4f3632))
* **release:** 🚀 1.2.2 [skip ci] ([8dce6f0](8dce6f0))
* **release:** 🚀 2.0.0 [skip ci] ([0632d04](0632d04))
* **release:** 🚀 2.0.1 [skip ci] ([80d8ab0](80d8ab0))
* **release:** 🚀 2.0.2 [skip ci] ([b221be5](b221be5))
* **release:** 🚀 2.1.0 [skip ci] ([f06c3a4](f06c3a4))
* **release:** 🚀 2.1.1 [skip ci] ([2bfe23a](2bfe23a))
* **release:** 2.1.8 [skip ci] ([d6a47fd](d6a47fd)), closes [folke#49](https://github.com/megasanjay/devmoji/issues/49) [folke#48](https://github.com/megasanjay/devmoji/issues/48)
* **release:** 2.1.9 [skip ci] ([b4195b8](b4195b8)), closes [folke#50](https://github.com/megasanjay/devmoji/issues/50)
* **release:** 2.2.0 [skip ci] ([6e407b6](6e407b6)), closes [folke#91](https://github.com/megasanjay/devmoji/issues/91) [folke#90](https://github.com/megasanjay/devmoji/issues/90)
* **release:** 2.2.1 [skip ci] ([32188b3](32188b3)), closes [folke#99](https://github.com/megasanjay/devmoji/issues/99) [folke#94](https://github.com/megasanjay/devmoji/issues/94) [folke#104](https://github.com/megasanjay/devmoji/issues/104) [folke#93](https://github.com/megasanjay/devmoji/issues/93)
* **release:** 2.3.1 [skip ci] ([798c80b](798c80b))
* **release:** 2.3.2 [skip ci] ([95e9faa](95e9faa)), closes [folke#157](https://github.com/megasanjay/devmoji/issues/157)
* **update:** 🔧 updated deps ([fc8b67c](fc8b67c))
* 🔧 added devmoji and commitlint ([cf19c03](cf19c03))
* ♻️ don't use a monorepo ([288f1d5](288f1d5))
* ⚡ configured vscode debugging support ([1e0876a](1e0876a))
* 🎨 fixed linting errors for all src and __tests__ source files ([2a93269](2a93269))
* 🎨 prettier 2.0 ([1cd11ed](1cd11ed))
* 🎨 Prettier 2.0 ([3228033](3228033))
* 👷 added standard-version ([451f698](451f698))
* 📦 added build tasks ([f6e10d6](f6e10d6))
* 📦 added rollup build scripts ([f8754a5](f8754a5))
* 📦 don't push created lib to git during release ([d3d9fad](d3d9fad))
* 📦 push changes in root CHANGELOG.md to git on release ([cffee3c](cffee3c))
* 📦️ stuff ([6bc02d8](6bc02d8))
* 📦 tsconfig ([853d4ad](853d4ad))
* 📦️ updates for Husky 5 ([bbc5f60](bbc5f60))
* 📦️ use husky instead of yorkie for git hooks ([4e280ec](4e280ec))
* 🔧 changelog bump ([6fc1a8c](6fc1a8c))
* 🔧 updated release.config.js ([7e365ce](7e365ce))
* 🔨 moved emoji json files under src ([eb92152](eb92152))
* 🔨 moved scripts to src/scripts ([59a0c3e](59a0c3e))
* added Github Actions ([3cc16dd](3cc16dd))
* **release:** 🚀 2.0.3 [skip ci] ([e7a674e](e7a674e))
* 🔨 use esnext module import syntax ([87ea673](87ea673))
* 🚨 implemented a bunch of test scripts ([ac0e078](ac0e078))
* 🚨 never use color when running inside jest ([3a892f9](3a892f9))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants