Skip to content

Commit 661876f

Browse files
committedOct 13, 2021
utils: v2.7.1
1 parent 02a15aa commit 661876f

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed
 

‎.github/workflows/node-4+.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
skip-ls-check: true
105105
- run: npm run pretest
106106
- run: npm run tests-only
107-
- uses: codecov/codecov-action@v1
107+
- uses: codecov/codecov-action@v2
108108

109109
node:
110110
name: 'node 4+'

‎.github/workflows/packages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
after_install: npm run copy-metafiles && ./tests/dep-time-travel.sh && cd ${{ matrix.package }} && npm install
4444
skip-ls-check: true
4545
- run: cd ${{ matrix.package }} && npm run tests-only
46-
- uses: codecov/codecov-action@v1
46+
- uses: codecov/codecov-action@v2
4747

4848
packages:
4949
name: 'packages: all tests'

‎utils/CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
55

66
## Unreleased
77

8+
## v2.7.1 - 2021-10-13
9+
810
### Fixed
911
- fixed SyntaxError in node <= 6: Unexpected token ) in parse.js ([#2261], thanks [@VitusFW])
1012

@@ -141,4 +143,4 @@ Yanked due to critical issue with cache key resulting from #839.
141143
[@sompylasar]: https://github.com/sompylasar
142144
[@timkraut]: https://github.com/timkraut
143145
[@vikr01]: https://github.com/vikr01
144-
[@VitusFW]: https://github.com/VitusFW
146+
[@VitusFW]: https://github.com/VitusFW

‎utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-module-utils",
3-
"version": "2.7.0",
3+
"version": "2.7.1",
44
"description": "Core utilities to support eslint-plugin-import and other module-related plugins.",
55
"engines": {
66
"node": ">=4"

0 commit comments

Comments
 (0)
Please sign in to comment.