Skip to content

Commit

Permalink
Merge pull request #713 from serverless-heaven/fix/ditch-babel-eslint
Browse files Browse the repository at this point in the history
Replace `babel-eslint` by `@babel/eslint-parser`
  • Loading branch information
j0k3r committed Mar 15, 2021
2 parents 56236c7 + 33a90f4 commit f8aefb2
Show file tree
Hide file tree
Showing 5 changed files with 305 additions and 297 deletions.
6 changes: 2 additions & 4 deletions .eslintrc.yml
Expand Up @@ -10,12 +10,10 @@ extends:
- plugin:promise/recommended
- plugin:import/errors
- plugin:import/warnings
parser: babel-eslint
parser: "@babel/eslint-parser"
parserOptions:
requireConfigFile: false
sourceType: module
ecmaFeatures:
classes: true
experimentalObjectRestSpread: true
plugins:
- promise
- lodash
Expand Down
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Expand Up @@ -7,3 +7,7 @@ updates:
time: "02:00"
timezone: Europe/Paris
open-pull-requests-limit: 10
ignore:
- dependency-name: husky
versions:
- ">= 5.0.0"
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -12,6 +12,7 @@
* Support noFrozenLockfile options [#687](https://github.com/serverless-heaven/serverless-webpack/pull/687)
* Don't package non-node functions (fix for [#644](https://github.com/serverless-heaven/serverless-webpack/issues/644)) [#663](https://github.com/serverless-heaven/serverless-webpack/pull/663)
* Testing with Node.js 14.x [#688](https://github.com/serverless-heaven/serverless-webpack/pull/688)
* Replace `babel-eslint` by `@babel/eslint-parser` [#713](https://github.com/serverless-heaven/serverless-webpack/pull/713)

* 5.3.5
* Improve runtime validation [#629](https://github.com/serverless-heaven/serverless-webpack/pull/629)
Expand All @@ -24,7 +25,7 @@
* Bump lodash from 4.17.4 to 4.17.19 in /examples/multiple-statically-entries [#599](https://github.com/serverless-heaven/serverless-webpack/pull/599)
* Bump lodash from 4.17.4 to 4.17.19 in /examples/include-external-npm-packages [#600](https://github.com/serverless-heaven/serverless-webpack/pull/600)
* Bump lodash from 4.17.4 to 4.17.19 in /examples/babel-multiple-statically-entries [#601](https://github.com/serverless-heaven/serverless-webpack/pull/601)
* Bump lodash from 4.17.4 to 4.17.19 in /examples/babel [#603] (https://github.com/serverless-heaven/serverless-webpack/pull/603)
* Bump lodash from 4.17.4 to 4.17.19 in /examples/babel [#603](https://github.com/serverless-heaven/serverless-webpack/pull/603)
* Ignore more files from NPM [#609](https://github.com/serverless-heaven/serverless-webpack/pull/609)
* Update all examples [#626](https://github.com/serverless-heaven/serverless-webpack/pull/626)

Expand Down

0 comments on commit f8aefb2

Please sign in to comment.