-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): replace dependency babel-eslint with @babel/eslint-parser ^7.11.0 #55
base: master
Are you sure you want to change the base?
Conversation
a4dcb14
to
f473117
Compare
f473117
to
e859542
Compare
0548b8d
to
9071f06
Compare
9071f06
to
d082bb9
Compare
5ad448d
to
526aa9a
Compare
00b2d6a
to
e13f039
Compare
e13f039
to
c05cf7e
Compare
7040d44
to
dad90ad
Compare
cdc33a6
to
a3c96f1
Compare
a3c96f1
to
4101fe4
Compare
2933397
to
1efb35c
Compare
70c0db9
to
78ebca8
Compare
78ebca8
to
4674418
Compare
4674418
to
9c06725
Compare
9c06725
to
7d61b89
Compare
7d61b89
to
2df52d3
Compare
2df52d3
to
8aa5a27
Compare
8aa5a27
to
513d65a
Compare
30f2f66
to
ecc1020
Compare
ecc1020
to
b3a3f20
Compare
b3a3f20
to
a3568f2
Compare
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the WalkthroughThe primary change involves updating the JavaScript project's ESLint parser from Changes
Poem
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
a3568f2
to
eccfc3e
Compare
eccfc3e
to
e9c0bbf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Outside diff range, codebase verification and nitpick comments (1)
package.json (1)
Line range hint
32-32
:
Update ESLint parser configuration.The
eslintConfig
section still referencesbabel-eslint
. Update it to use@babel/eslint-parser
.- "parser": "babel-eslint" + "parser": "@babel/eslint-parser"
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
yarn.lock
is excluded by!**/yarn.lock
,!**/*.lock
Files selected for processing (1)
- package.json (1 hunks)
Additional comments not posted (1)
package.json (1)
23-23
: Dependency update approved.The update from
babel-eslint
to@babel/eslint-parser
is a good move to align with current best practices.
e9c0bbf
to
d81debc
Compare
d81debc
to
b0a84dc
Compare
04cb851
to
b0a84dc
Compare
This PR contains the following updates:
^10.1.0
->^7.11.0
This is a special PR that replaces
babel-eslint
with the community suggested minimal stable replacement version.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.