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:
11.0.1
->14.3.3
Release Notes
standard/standard
v14.3.3
Compare Source
v14.3.2
Compare Source
eslint
to~6.8.0
v14.3.1
Compare Source
v14.3.0
Compare Source
eslint
to~6.4.0
v14.2.0
Compare Source
eslint
to~6.3.0
eslint-plugin-node
to~10.0.0
v14.1.0
Compare Source
BigInt
. #1378eslint
to6.2.2
to fix security issue (blog post) (security advisory)funding
. See Recap of thefunding
experiment for thoughts and learnings.NOTE: If you use
standard
with the--parser babel-eslint
option, please ensure that you updatebabel-eslint
to10.0.3
or later for compatibility with this version ofstandard
.v14.0.2
Compare Source
v14.0.1
Compare Source
v14.0.0
Compare Source
We're super excited to announce
standard
14!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
.mjs
files for ES modules.When you upgrade, consider running
standard --fix
to automatically format yourcode to match the newly added rules.
standard
keeps growing! The latest stats show thatstandard
andeslint-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
*.mjs
and*.cjs
files automatically by default #1009.git/info/exclude
in addition to.gitignore
. #1277funding
, an open source funding experiment.Changed features
bundle.js
from the default list of ignored files #743New rules
(Estimated % of affected standard users, based on test suite in parens)
key
prop in JSX elements that likely require akey
prop (react/jsx-key) #1369 [1%]target='_blank'
in JSX links (react/jsx-no-target-blank) #1367 [0%]Changed rules
v13.1.0
Compare Source
eslint
from~6.0.1
to~6.1.0
v13.0.2
Compare Source
standard
not finding dependencies due to ESLint v6 plugin resolution change #1327 #1328 #1329v13.0.1
Compare Source
Changed rules
const
in destructuring when all variables are constant #1325v13.0.0
Compare 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.
standard
is 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 --fix
to 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
eslint
from~5.16.0
to~6.0.1
BREAKING: Node.js 6 is no longer supported
standard
silently passes when run by an unsupported version of Node.For
eslint-config-standard
users only: Plugins are no longer affected byeslint
's locationThe documentation is now available in Japanese 🇯🇵!
Update
eslint-plugin-promise
from~4.0.0
to~4.2.1
Update
eslint-plugin-node
from~7.0.1
to~9.1.0
New rules
(Estimated % of affected standard users, based on test suite in parens)
const
instead oflet
if variable is never reassigned (prefer-const) #523 eslint-config-standard/#133 [14%]v12.0.1
Compare Source
standard
silently passes when run in Node 4, which matches the current behavior for Node 0.10, 0.12, and all other unsupported versions of Node.v12.0.0
Compare Source
New version of ESLint, new version of Standard!
When you upgrade, consider running
standard --fix
to automatically format your code to match the newly added rules.New features
eslint
from~4.19.0
to~5.4.0
.<></>
)New rules
(Estimated % of affected standard users, based on test suite in parens)
assert.equal()
,assert.deepEqual()
andassert.notEqual()
were deprecated in Node 10.Changed rules
None.
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 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.