This repository was archived by the owner on May 30, 2022. It is now read-only.
Update dependency standard to v14 #10
Open
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:
12.0.1->14.3.1Release Notes
standard/standard
v14.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
v14.0.0Compare Source
We're super excited to announce
standard14!As with every new major release, there are lots of new rules in 14.0.0 designed
to help catch bugs and make programmer intent more explicit. This release brings
support for ES 2019, the latest version of the ECMAScript specification, as well
as many quality-of-life improvements for users who use tagged template strings,
JSX, and
.mjsfiles for ES modules.When you upgrade, consider running
standard --fixto automatically format yourcode to match the newly added rules.
standardkeeps growing! The latest stats show thatstandardandeslint-standard-*shareable configs are depended upon by 318,512 GitHubrepositories and 33,349 public npm packages. Thanks for spreading the
word!
We now have a Discord server. Come chat with the
maintainers, ask questions, and get help from the community!
❤️ If you enjoy StandardJS and want to support future releases, check out
Feross's GitHub Sponsors page.
GitHub is matching donations, so your dollars go twice as far! 🚀
New features
*.mjsand*.cjsfiles automatically by default #1009.git/info/excludein addition to.gitignore. #1277funding, an open source funding experiment.Changed features
bundle.jsfrom the default list of ignored files #743New rules
(Estimated % of affected standard users, based on test suite in parens)
keyprop in JSX elements that likely require akeyprop (react/jsx-key) #1369 [1%]target='_blank'in JSX links (react/jsx-no-target-blank) #1367 [0%]Changed rules
v13.1.0Compare Source
eslintfrom~6.0.1to~6.1.0v13.0.2Compare Source
standardnot finding dependencies due to ESLint v6 plugin resolution change #1327 #1328 #1329v13.0.1Compare Source
Changed rules
constin destructuring when all variables are constant #1325v13.0.0Compare Source
Welcome to the latest version of
standard!As with every new major release, there are lots of new rules in 13.0.0 designed
to help catch bugs and make programmer intent more explicit.
standardis more popular than ever – 640,000 downloads per month! It'seven more popular – 3,000,000 downloads per month – if you include the
ESLint configuration
that we also publish (for advanced users).
When you upgrade, consider running
standard --fixto automatically format your code to match the newly added rules.❤️ If you enjoy StandardJS and want to support future releases, check out Feross's GitHub Sponsors page. GitHub is matching donations, so your dollars go twice as far! 🚀
New features
Update
eslintfrom~5.16.0to~6.0.1BREAKING: Node.js 6 is no longer supported
standardsilently passes when run by an unsupported version of Node.For
eslint-config-standardusers only: Plugins are no longer affected byeslint's locationThe documentation is now available in Japanese 🇯🇵!
Update
eslint-plugin-promisefrom~4.0.0to~4.2.1Update
eslint-plugin-nodefrom~7.0.1to~9.1.0New rules
(Estimated % of affected standard users, based on test suite in parens)
constinstead ofletif variable is never reassigned (prefer-const) #523 eslint-config-standard/#133 [14%]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.
Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.