Update dependency eslint-config-synacor to v3 #4
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.
This PR contains the following updates:
^1.1.0->^3.0.0Release Notes
synacor/eslint-config-synacor
v3.0.3Compare Source
This makes it so that the legacy decorator syntax with
exportdoesn't throw an error with the newbabel-eslintversion, such as:See: babel/babel-eslint#662
v3.0.1Compare Source
v3.0.0Compare Source
Removed the
eslint-config-compatpackage. It relied oncaniuse-dbwhich uses a CC-BY-4.0 Attribution license which is not compatible with our licensing preferences. In addition,eslint-config-compatwas not catching many lint errors for us, so it is one less dependency for the project.v2.1.0Compare Source
v2.0.4Compare Source
Add
promisesto the list of polyfills, since Synacor always polyfills promises in its code bases. This preventseslint-plugin-compatfrom throwing errors about IE not supporting Promises.v2.0.3Compare Source
Update all dependencies.
v2.0.2Compare Source
eslint-plugin-compat@2.0.0broke eslint-config-synacor upon its release because we were using >= range versioning for dependencies. This version changes to a safer major version ^ range versioning for dependencies.v2.0.0Compare Source
Add new rule
react/display-nameto ensure debugging tools can properly identify componentsRenovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.