eslint-config-uphold 2.2.0 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +62 -0
- package/package.json +2 -2
- package/src/index.js +1 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [2.3.0](https://github.com/uphold/eslint-config-uphold/releases/tag/2.3.0) (2022-02-21)
|
|
4
|
+
- Enable array-callback-return rule [\#52](https://github.com/uphold/eslint-config-uphold/pull/52) ([satazor](https://github.com/satazor))
|
|
5
|
+
- Bump minimum node version to 12.22 [\#51](https://github.com/uphold/eslint-config-uphold/pull/51) ([diogotorres97](https://github.com/diogotorres97))
|
|
6
|
+
|
|
7
|
+
## [2.2.0](https://github.com/uphold/eslint-config-uphold/releases/tag/2.2.0) (2022-02-11)
|
|
8
|
+
- Update `no-irregular-whitespace` rule [\#50](https://github.com/uphold/eslint-config-uphold/pull/50) ([Americas](https://github.com/Americas))
|
|
9
|
+
- Release v2.1.0 [\#49](https://github.com/uphold/eslint-config-uphold/pull/49) ([Finglas](https://github.com/Finglas))
|
|
10
|
+
|
|
11
|
+
## [2.1.0](https://github.com/uphold/eslint-config-uphold/releases/tag/2.1.0) (2022-02-03)
|
|
12
|
+
- Upgrade github-changelog-generator to version 3.0.0 [\#48](https://github.com/uphold/eslint-config-uphold/pull/48) ([Finglas](https://github.com/Finglas))
|
|
13
|
+
- Replace travis with github actions [\#45](https://github.com/uphold/eslint-config-uphold/pull/45) ([diogotorres97](https://github.com/diogotorres97))
|
|
14
|
+
- Set eslint version to allow patch upgrades [\#46](https://github.com/uphold/eslint-config-uphold/pull/46) ([Finglas](https://github.com/Finglas))
|
|
15
|
+
- Update to use `eslint-parser` [\#44](https://github.com/uphold/eslint-config-uphold/pull/44) ([Finglas](https://github.com/Finglas))
|
|
16
|
+
- Bump y18n from 4.0.0 to 4.0.1 [\#38](https://github.com/uphold/eslint-config-uphold/pull/38) ([dependabot](https://github.com/apps/dependabot))
|
|
17
|
+
|
|
18
|
+
## [v2.0.0](https://github.com/uphold/eslint-config-uphold/releases/tag/v2.0.0) (2021-01-29)
|
|
19
|
+
- Add `files` property to package.json [\#37](https://github.com/uphold/eslint-config-uphold/pull/37) ([Americas](https://github.com/Americas))
|
|
20
|
+
- Bump prettier@2.2.1 [\#36](https://github.com/uphold/eslint-config-uphold/pull/36) ([Americas](https://github.com/Americas))
|
|
21
|
+
- Bump eslint@7.18.0 [\#35](https://github.com/uphold/eslint-config-uphold/pull/35) ([Americas](https://github.com/Americas))
|
|
22
|
+
- Bump ini from 1.3.5 to 1.3.7 [\#32](https://github.com/uphold/eslint-config-uphold/pull/32) ([dependabot[bot]](https://github.com/apps/dependabot))
|
|
23
|
+
- Bump node-fetch from 2.6.0 to 2.6.1 [\#31](https://github.com/uphold/eslint-config-uphold/pull/31) ([dependabot[bot]](https://github.com/apps/dependabot))
|
|
24
|
+
- Bump lodash from 4.17.15 to 4.17.20 [\#34](https://github.com/uphold/eslint-config-uphold/pull/34) ([dependabot[bot]](https://github.com/apps/dependabot))
|
|
25
|
+
- Add `explicit-sinon-use-fake-timers` rule [\#30](https://github.com/uphold/eslint-config-uphold/pull/30) ([nunofgs](https://github.com/nunofgs))
|
|
26
|
+
- Bump dependencies to fix security vulnerabilities [\#28](https://github.com/uphold/eslint-config-uphold/pull/28) ([waldyrious](https://github.com/waldyrious))
|
|
27
|
+
- Bump eslint-utils from 1.3.1 to 1.4.3 [\#25](https://github.com/uphold/eslint-config-uphold/pull/25) ([dependabot[bot]](https://github.com/apps/dependabot))
|
|
28
|
+
- Bump acorn from 6.2.0 to 6.4.1 [\#26](https://github.com/uphold/eslint-config-uphold/pull/26) ([dependabot[bot]](https://github.com/apps/dependabot))
|
|
29
|
+
- Bump https-proxy-agent from 2.2.2 to 2.2.4 [\#27](https://github.com/uphold/eslint-config-uphold/pull/27) ([dependabot[bot]](https://github.com/apps/dependabot))
|
|
30
|
+
|
|
31
|
+
## [v1.0.1](https://github.com/uphold/eslint-config-uphold/releases/tag/v1.0.1) (2019-10-11)
|
|
32
|
+
- Update @uphold/github-changelog-generator@1.0.1 [\#24](https://github.com/uphold/eslint-config-uphold/pull/24) ([rplopes](https://github.com/rplopes))
|
|
33
|
+
- Update @uphold/github-changelog-generator@1.0.0 [\#23](https://github.com/uphold/eslint-config-uphold/pull/23) ([rplopes](https://github.com/rplopes))
|
|
34
|
+
- Update eslint peer dependency [\#22](https://github.com/uphold/eslint-config-uphold/pull/22) ([rplopes](https://github.com/rplopes))
|
|
35
|
+
- Expand README to add more context and links [\#21](https://github.com/uphold/eslint-config-uphold/pull/21) ([waldyrious](https://github.com/waldyrious))
|
|
36
|
+
|
|
37
|
+
## [v1.0.0](https://github.com/uphold/eslint-config-uphold/releases/tag/v1.0.0) (2019-07-25)
|
|
38
|
+
- Remove redundant rules [\#19](https://github.com/uphold/eslint-config-uphold/pull/19) ([rplopes](https://github.com/rplopes))
|
|
39
|
+
- Add peer dependencies [\#20](https://github.com/uphold/eslint-config-uphold/pull/20) ([rplopes](https://github.com/rplopes))
|
|
40
|
+
- Add prettier and replace redundant rules [\#18](https://github.com/uphold/eslint-config-uphold/pull/18) ([rplopes](https://github.com/rplopes))
|
|
41
|
+
- Update eslint@6.0.1 [\#16](https://github.com/uphold/eslint-config-uphold/pull/16) ([rplopes](https://github.com/rplopes))
|
|
42
|
+
- Improve `id-match` [\#14](https://github.com/uphold/eslint-config-uphold/pull/14) ([rplopes](https://github.com/rplopes))
|
|
43
|
+
|
|
44
|
+
## [v0.2.0](https://github.com/uphold/eslint-config-uphold/releases/tag/v0.2.0) (2018-07-16)
|
|
45
|
+
- Add @uphold/github-changelog-generator [\#13](https://github.com/uphold/eslint-config-uphold/pull/13) ([Americas](https://github.com/Americas))
|
|
46
|
+
- Replace drone with travis [\#10](https://github.com/uphold/eslint-config-uphold/pull/10) ([Americas](https://github.com/Americas))
|
|
47
|
+
- Add pre-commit lint hook [\#12](https://github.com/uphold/eslint-config-uphold/pull/12) ([Americas](https://github.com/Americas))
|
|
48
|
+
- Raise minimum node engine requirement to 6 [\#11](https://github.com/uphold/eslint-config-uphold/pull/11) ([Americas](https://github.com/Americas))
|
|
49
|
+
- Fix linting errors [\#9](https://github.com/uphold/eslint-config-uphold/pull/9) ([Americas](https://github.com/Americas))
|
|
50
|
+
- Add new mocha rules [\#8](https://github.com/uphold/eslint-config-uphold/pull/8) ([rplopes](https://github.com/rplopes))
|
|
51
|
+
- Update eslint-plugin-mocha@^5.1.0 [\#7](https://github.com/uphold/eslint-config-uphold/pull/7) ([Americas](https://github.com/Americas))
|
|
52
|
+
|
|
53
|
+
## [v0.1.1](https://github.com/uphold/eslint-config-uphold/releases/tag/v0.1.1) (2018-03-20)
|
|
54
|
+
- Allow computed properties in prefer destructuring [\#5](https://github.com/uphold/eslint-config-uphold/pull/5) ([nunofgs](https://github.com/nunofgs))
|
|
55
|
+
|
|
56
|
+
## [v0.1.0](https://github.com/uphold/eslint-config-uphold/releases/tag/v0.1.0) (2017-12-26)
|
|
57
|
+
- Add `jasmine` and `jest` to eslint environments [\#4](https://github.com/uphold/eslint-config-uphold/pull/4) ([nunofgs](https://github.com/nunofgs))
|
|
58
|
+
|
|
59
|
+
## [v0.0.1](https://github.com/uphold/eslint-config-uphold/releases/tag/v0.0.1) (2017-09-07)
|
|
60
|
+
- Add prefer-destructuring rule [\#2](https://github.com/uphold/eslint-config-uphold/pull/2) ([nunofgs](https://github.com/nunofgs))
|
|
61
|
+
- Replace travis with drone [\#3](https://github.com/uphold/eslint-config-uphold/pull/3) ([franciscocardoso](https://github.com/franciscocardoso))
|
|
62
|
+
- Update eslint@4.4.1 [\#1](https://github.com/uphold/eslint-config-uphold/pull/1) ([nunofgs](https://github.com/nunofgs))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-uphold",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.0",
|
|
4
4
|
"description": "Uphold-flavored ESLint config",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"config",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"lint"
|
|
55
55
|
],
|
|
56
56
|
"engines": {
|
|
57
|
-
"node": ">=
|
|
57
|
+
"node": ">=12.22"
|
|
58
58
|
},
|
|
59
59
|
"options": {
|
|
60
60
|
"mocha": "-t 10000 --require should test"
|