Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

build(deps): bump nearley from 2.19.0 to 2.19.9 #194

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions cz-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,32 @@ module.exports = {
{ value: 'docs', name: 'docs: Documentation only changes' },
{
value: 'style',
name: 'style: Changes that do not affect the meaning of the code'
name: 'style: Changes that do not affect the meaning of the code',
},
{
value: 'refactor',
name: 'refactor: A code change that neither fixes a bug nor adds a feature'
name: 'refactor: A code change that neither fixes a bug nor adds a feature',
},
{
value: 'perf',
name: 'perf: A code change that improves performance'
name: 'perf: A code change that improves performance',
},
{ value: 'test', name: 'test: Adding tests' },
{
value: 'build',
name: 'build: Changes that affect the build system or external dependencies'
name: 'build: Changes that affect the build system or external dependencies',
},
{
value: 'ci',
name: 'ci: Changes to our CI configuration files and scripts'
name: 'ci: Changes to our CI configuration files and scripts',
},
{
value: 'chore',
name:
'chore: Changes to the build process or auxiliary tools\n and libraries such as documentation generation'
'chore: Changes to the build process or auxiliary tools\n and libraries such as documentation generation',
},
{ value: 'revert', name: 'revert: Revert to a commit' }
{ value: 'revert', name: 'revert: Revert to a commit' },
],
scopes: ['project', 'todoist', 'alfred', 'build', 'settings', 'parser', 'tests'],
allowCustomScopes: false
allowCustomScopes: false,
}
Empty file.
25 changes: 9 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"md5": "2.2.1",
"mkdirp": "0.5.1",
"moo": "0.5.1",
"nearley": "2.19.0",
"nearley": "2.19.9",
"node-notifier": "5.4.0",
"stampit": "4.3.0",
"write-json-file": "3.1.0"
Expand Down
4 changes: 2 additions & 2 deletions typedoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ module.exports = {
includes: 'src',
exclude: [
'**/{__mocks__,.github,.rpt2_cache,.vscode,assets,cache,coverage,data,dist,node_modules,tests,tools}/**/*',
'**/grammar.ts'
'**/grammar.ts',
],

mode: 'file',
includeDeclarations: true,
excludeExternals: true,
// excludeNotExported: true,
excludePrivate: true
excludePrivate: true,
}