Releases: stencil-community/stencil-eslint
Releases · stencil-community/stencil-eslint
v0.9.0
v0.8.0
What's Changed
- #106 adding support for native attributes for @watch rule by @laddi-netapp in #107
- fix: adding formAssociated methods to stencil lifecycle methods list by @laddi-netapp in #108
- chore(deps-dev): bump braces from 3.0.2 to 3.0.3 by @dependabot in #109
- chore(deps): bump ws from 8.15.1 to 8.17.1 by @dependabot in #110
- fix(strict-mutable): fix order assumption when checking mutable props by @jcfranco in #113
Full Changelog: v0.7.2...v0.8.0
v0.7.2
What's Changed
- Added fixes to append public or private keywords by @limxingzhi in #23
- fix(reserved-member-names): improve reserved member check by using
HTMLElement
by @jcfranco in #101
New Contributors
- @limxingzhi made their first contribution in #23
- @jcfranco made their first contribution in #101
Full Changelog: v0.7.1...v0.7.2
v0.7.1
What's Changed
- chore(deps): bump got and np by @dependabot in #96
- fix
ban-prefix
rule displays error on any name starting with "st", such as "standard-something" by @hogart in #72 - fix(reserved-member-names): added missing reserved HTML properties by @Ruben-E in #67
New Contributors
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- chore: adding missing AttachInternals to list of Stencil decorators by @laddi-netapp in #99
New Contributors
- @laddi-netapp made their first contribution in #99
Full Changelog: v0.6.0...v0.7.0
v0.6.0
❗ Breaking Changes
- Node v12 and v14 deprecated.
What's Changed
- chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #87
- chore(deps): bump tough-cookie from 4.1.2 to 4.1.3 by @dependabot in #93
- chore(deps): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #94
- Ban default true by @ysulyma in #75
- chore(deps-dev): bump @babel/traverse from 7.20.12 to 7.23.2 by @dependabot in #98
- 🌟 chore: upgrade Eslint parser to 6.x by @philippesic in #97 🌟
New Contributors
- @ysulyma made their first contribution in #75
- @philippesic made their first contribution in #97
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- ESLint 8 - Upgrade by @raphaelpor in #84
- Update issues URI in base.ts by @raphaelpor in #86
New Contributors
- @raphaelpor made their first contribution in #84
Full Changelog: v0.4.2...v0.5.0
v0.4.2
What's Changed
- fix(lint): update scopes for all rules by @rwaskiewicz in #83
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- chore(deps): bump json5 from 2.2.0 to 2.2.3 by @dependabot in #78
- chore(deps): bump minimist from 1.2.5 to 1.2.7 by @dependabot in #81
- chore(deps): bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #80
- chore(deps): bump ansi-regex by @dependabot in #79
- chore(repo): move repo to community by @rwaskiewicz in #82
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- fix typo by @edson-junior in #22
- Bump ws from 7.2.3 to 7.4.6 by @dependabot in #33
- Bump tmpl from 1.0.4 to 1.0.5 by @dependabot in #39
- Bump ini from 1.3.5 to 1.3.8 by @dependabot in #41
- Bump y18n from 4.0.0 to 4.0.3 by @dependabot in #40
- Add componentShouldUpdate to stencilLifecycle declaration by @dmartinjs in #18
- chore(github): add codeowners file by @rwaskiewicz in #43
- chore(github): update github actions by @rwaskiewicz in #42
- chore(git): add tarball files to .gitignore by @rwaskiewicz in #45
- chore(git): move codeowners file by @rwaskiewicz in #47
- chore(dependencies): upgrade jest to v27 by @rwaskiewicz in #44
- chore(dependencies): upgrade np to v7.5.0 by @rwaskiewicz in #46
- chore(git): rename primary branch to main by @rwaskiewicz in #49
- chore(github): add templates for community input by @rwaskiewicz in #50
- chore(dependencies): update typescript to v4 by @rwaskiewicz in #52
- chore(runtime): update minimum node runtime to v12 by @rwaskiewicz in #54
- chore(github): add pr template to repo by @rwaskiewicz in #56
- Bump lodash from 4.17.15 to 4.17.21 by @dependabot in #30
- chore(github): add ionitron to repo by @rwaskiewicz in #57
- chore(dependencies): rollup upgrade to v2.58 by @rwaskiewicz in #53
- chore(dependencies): resolve correct typescript peer by @rwaskiewicz in #55
- chore(npm): update package-lock format by @rwaskiewicz in #58
- chore(git): gitignore .DS_Store by @rwaskiewicz in #61
- own-props-must-be-private detects private identifier (#) by @StevenMeyer in #37
- fix(react): squash react version not specified warning by @rwaskiewicz in #63
- chore(github): update github templates by @rwaskiewicz in #62
- feature(eslint): eslint 7 upgrade by @rwaskiewicz in #64
New Contributors
- @edson-junior made their first contribution in #22
- @dependabot made their first contribution in #33
- @dmartinjs made their first contribution in #18
- @rwaskiewicz made their first contribution in #43
- @StevenMeyer made their first contribution in #37
Full Changelog: v0.3.1...v0.4.0