-
Notifications
You must be signed in to change notification settings - Fork 31
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): update dependency custom_lint to ^0.6.7 #2398
Conversation
5a90ded
to
5da2cdd
Compare
5da2cdd
to
b5e84e0
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2398 +/- ##
==========================================
+ Coverage 28.37% 28.40% +0.03%
==========================================
Files 352 354 +2
Lines 135904 135980 +76
==========================================
+ Hits 38560 38628 +68
- Misses 97344 97352 +8
*This pull request uses carry forward flags. Click here to find out more. |
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.
Locally this is broken for me:
Analyzing ....
ERROR: An unexpected error was encountered by the Analysis Server.
Please file an issue at https://github.com/dart-lang/sdk/issues/new/choose with the following details:
Error: Couldn't resolve the package 'custom_lint_builder' in 'package:custom_lint_builder/src/channel.dart'.
Error: Couldn't resolve the package 'neon_lints' in 'package:neon_lints/neon_lints.dart'.
lib/custom_lint_client.dart:3:8: Error: Not found: 'package:custom_lint_builder/src/channel.dart'
import 'package:custom_lint_builder/src/channel.dart';
^
lib/custom_lint_client.dart:4:8: Error: Not found: 'package:neon_lints/neon_lints.dart'
import 'package:neon_lints/neon_lints.dart' as neon_lints;
^
lib/custom_lint_client.dart:16:31: Error: Undefined name 'createPlugin'.
{'neon_lints': neon_lints.createPlugin,
^^^^^^^^^^^^
lib/custom_lint_client.dart:11:3: Error: Method not found: 'runSocket'.
runSocket(
^^^^^^^^^
ERROR: An unexpected error was encountered by the Analysis Server.
Please file an issue at https://github.com/dart-lang/sdk/issues/new/choose with the following details:
Failed to start plugins
b5e84e0
to
c313d78
Compare
c313d78
to
c6287b7
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.
Works now
This PR contains the following updates:
^0.6.5
->^0.6.7
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
invertase/dart_custom_lint (custom_lint)
v0.6.7
Compare Source
v0.6.6
Compare Source
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.