This repository was archived by the owner on Nov 5, 2020. It is now read-only.
Open
Conversation
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
14.0.0->15.0.0Release Notes
standard/standard
v15.0.0Compare Source
We're super excited to announce
standard15!As with every new major release, there are lots of new rules in 15.0.0 designed
to help catch bugs and make programmer intent more explicit. This release brings
support for ES 2021, the latest version of the ECMAScript specification, as well
as many quality-of-life improvements, including ESLint v7.
When you upgrade, consider running
standard --fixto automatically format yourcode to match the newly added rules.
❤️ If you enjoy StandardJS and want to support future releases, check out
Feross's GitHub Sponsors page.
New features
export * as ns from 'source', andimport.meta.Atomics,SharedArrayBuffer), ES 2020 (BigInt,BigInt64Array,BigUint64Array,globalThis), and ES 2021 (FinalizationRegistry,WeakRef). #1436 #1557 eslint-config-standard/#156Changed features
standardsilently passes when run by an unsupported version of Nodeeslintfrom~6.8.0to~7.11.0New rules
(Estimated % of affected standard users, based on test suite in parens)
Changed rules
no-negated-in-lhsrule, already enforced byno-unsafe-negationeslint-config-standard/#160v14.3.4Compare Source
no-return-await#1442v14.3.3Compare Source
v14.3.2Compare Source
eslintto~6.8.0v14.3.1Compare Source
v14.3.0Compare Source
eslintto~6.4.0v14.2.0Compare Source
eslintto~6.3.0eslint-plugin-nodeto~10.0.0v14.1.0Compare Source
BigInt. #1378eslintto6.2.2to fix security issue (blog post) (security advisory)funding. See Recap of thefundingexperiment for thoughts and learnings.NOTE: If you use
standardwith the--parser babel-eslintoption, please ensure that you updatebabel-eslintto10.0.3or later for compatibility with this version ofstandard.v14.0.2Compare Source
v14.0.1Compare Source
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻️ 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 has been generated by WhiteSource Renovate. View repository job log here.