Skip to content

Commit

Permalink
Merge pull request #35 from node-red/rel-110
Browse files Browse the repository at this point in the history
Update changelog for 1.1.0
  • Loading branch information
knolleary authored Jul 26, 2022
2 parents 41bab09 + 9603647 commit bb60347
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 8 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
### 1.1.0

- Update to [email protected]
- Do not send event for disabled flows when lintDisabledFlows is false
- Allow a flow-scoped warning to be disabled for that flow Fixes #15
- Consider method property when detecting duplicate HTTP In paths Fixes #19
- Ensure rule settings that are cleared get removed from runtime settings Fixes #11
- Add allowDefaultName options to function/link rules (#34) @knolleary
- Handle junctions in overlapping-nodes rule (#33) @knolleary
- Run eslint on all parts of Function node and handle built-ins (#24) @knolleary
- Support --version option (#25) @k-toumura
- Add option to skip linting disabled flows (#14) @knolleary
- Fix function-eslint rule for precise linting (#18) @k-toumura
- Improve no-loop detection (#13) @knolleary

### 1.0.2

- Handle rule that is disabled at the top level config
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nrlint",
"version": "1.0.2",
"version": "1.1.0",
"description": "Linter for Node-RED flows",
"license": "Apache-2.0",
"repository": {
Expand Down Expand Up @@ -38,18 +38,18 @@
}
},
"devDependencies": {
"chai": "*",
"fs-extra": "^10.0.0",
"chai": "^4.3.6",
"fs-extra": "^10.1.0",
"html-minifier": "^4.0.0",
"webpack": "^5.37.1",
"webpack-cli": "^4.7.0"
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@eslint/eslintrc": "^0.4.2",
"@node-red/flow-parser": "^1.0.2",
"eslint4b": "7.27.0",
"nopt": "^5.0.0",
"table": "^6.7.1"
"eslint4b": "7.32.0",
"nopt": "^6.0.0",
"table": "^6.8.0"
},
"engines": {
"node": ">=10.13.0"
Expand Down

0 comments on commit bb60347

Please sign in to comment.