Skip to content
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

Update dependency eslint-config-synacor to v3 #4

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 13, 2019

This PR contains the following updates:

Package Type Update Change References
eslint-config-synacor devDependencies major ^1.1.0 -> ^3.0.0 source

Release Notes

synacor/eslint-config-synacor

v3.0.3

Compare Source

This makes it so that the legacy decorator syntax with export doesn't throw an error with the new babel-eslint version, such as:

@​myDecorator
export class MyClass

See: babel/babel-eslint#​662

v3.0.1

Compare Source

v3.0.0

Compare Source

Removed the eslint-config-compat package. It relied on caniuse-db which uses a CC-BY-4.0 Attribution license which is not compatible with our licensing preferences. In addition, eslint-config-compat was not catching many lint errors for us, so it is one less dependency for the project.

v2.1.0

Compare Source

v2.0.4

Compare Source

Add promises to the list of polyfills, since Synacor always polyfills promises in its code bases. This prevents eslint-plugin-compat from throwing errors about IE not supporting Promises.

v2.0.3

Compare Source

Update all dependencies.

v2.0.2

Compare Source

eslint-plugin-compat@2.0.0 broke 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.0

Compare Source

Add new rule react/display-name to ensure debugging tools can properly identify components


Renovate 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant