File tree 4 files changed +6
-4
lines changed
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104
104
skip-ls-check : true
105
105
- run : npm run pretest
106
106
- run : npm run tests-only
107
- - uses : codecov/codecov-action@v1
107
+ - uses : codecov/codecov-action@v2
108
108
109
109
node :
110
110
name : ' node 4+'
Original file line number Diff line number Diff line change 43
43
after_install : npm run copy-metafiles && ./tests/dep-time-travel.sh && cd ${{ matrix.package }} && npm install
44
44
skip-ls-check : true
45
45
- run : cd ${{ matrix.package }} && npm run tests-only
46
- - uses : codecov/codecov-action@v1
46
+ - uses : codecov/codecov-action@v2
47
47
48
48
packages :
49
49
name : ' packages: all tests'
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
5
5
6
6
## Unreleased
7
7
8
+ ## v2.7.1 - 2021-10-13
9
+
8
10
### Fixed
9
11
- fixed SyntaxError in node <= 6: Unexpected token ) in parse.js ([ #2261 ] , thanks [ @VitusFW ] )
10
12
@@ -141,4 +143,4 @@ Yanked due to critical issue with cache key resulting from #839.
141
143
[ @sompylasar ] : https://github.com/sompylasar
142
144
[ @timkraut ] : https://github.com/timkraut
143
145
[ @vikr01 ] : https://github.com/vikr01
144
- [ @VitusFW ] : https://github.com/VitusFW
146
+ [ @VitusFW ] : https://github.com/VitusFW
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-module-utils" ,
3
- "version" : " 2.7.0 " ,
3
+ "version" : " 2.7.1 " ,
4
4
"description" : " Core utilities to support eslint-plugin-import and other module-related plugins." ,
5
5
"engines" : {
6
6
"node" : " >=4"
You can’t perform that action at this time.
0 commit comments