-
Notifications
You must be signed in to change notification settings - Fork 804
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 eslint to v8.43.0 #3929
Merged
pichlermarc
merged 8 commits into
open-telemetry:main
from
dynatrace-oss-contrib:renovate/eslint-8.x
Jul 6, 2023
Merged
chore(deps): update dependency eslint to v8.43.0 #3929
pichlermarc
merged 8 commits into
open-telemetry:main
from
dynatrace-oss-contrib:renovate/eslint-8.x
Jul 6, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pichlermarc
added
dependencies
Pull requests that update a dependency file
internal
labels
Jun 20, 2023
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3929 +/- ##
==========================================
+ Coverage 93.07% 93.14% +0.06%
==========================================
Files 250 298 +48
Lines 7627 8868 +1241
Branches 1567 1826 +259
==========================================
+ Hits 7099 8260 +1161
- Misses 528 608 +80 |
1 task
JamieDanielson
approved these changes
Jul 5, 2023
This was referenced Nov 27, 2023
[Snyk] Security upgrade @opentelemetry/sdk-node from 0.40.0 to 0.41.2
sumodgeorge/opentelemetry-js#7
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Which problem is this PR solving?
Updates
eslint
tov8.43.0
.eslint
now defaults to use the new flat config if a "flat" config file (a file calledeslint.config.js
) is present, which causes eslint to fail if the configuration file does not follow the new format.. However, our "old" file is using that same name and that causeseslint
to not accept--ext
anymore. (see also eslint/eslint#16531)This PR updates
eslint
and renames the top-level config file to a non-reserved name to preventeslint
from assuming we're using the new "flat" configuration.Based on / Supersedes #3916
Type of change
How Has This Been Tested?
eslint
locally