-
Notifications
You must be signed in to change notification settings - Fork 2
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
chore(deps): update dependency jshint to v2.13.6 #35
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/jshint-2.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
a82a6a4
to
bfc51f8
Compare
bfc51f8
to
942dbf4
Compare
942dbf4
to
976cb4f
Compare
976cb4f
to
ca5ec9b
Compare
ca5ec9b
to
c328e1f
Compare
c328e1f
to
5415c2c
Compare
5415c2c
to
a841a1b
Compare
a841a1b
to
cc89412
Compare
cc89412
to
30a63c1
Compare
30a63c1
to
a2a131b
Compare
a2a131b
to
adfb14c
Compare
adfb14c
to
2ab8418
Compare
2ab8418
to
419c255
Compare
419c255
to
fbdf527
Compare
fbdf527
to
40e332d
Compare
40e332d
to
6583f61
Compare
1a011be
to
6583f61
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
2.9.6
->2.13.6
Release Notes
jshint/jshint (jshint)
v2.13.6
Compare Source
Bug Fixes
v2.13.5
Compare Source
Bug Fixes
v2.13.4
Compare Source
Bug Fixes
v2.13.3
Compare Source
Bug Fixes
v2.13.2
Compare Source
Bug Fixes
v2.13.1
Compare Source
Bug Fixes
v2.13.0
Compare Source
Bug Fixes
new
operand (c2719eb)esversion: 11
(553f816)Features
import.meta
(73d7e0d)v2.12.0
Compare Source
Features
2.11.2 (2020-07-30)
Bug Fixes
&&
(047d5af), closes #8402.11.1 (2020-05-14)
This release includes patches from a number of first-time contributors. James
Owen, Tim Gates, ossdev, stvcisco, and thetric helped to make this the best
JSHint release yet. Thank you all!
Bug Fixes
break
andcontinue
(3eb1b02)for
loops (ac232a5)--filename
when recieving from stdin (c1b5c2b)Features
v2.11.2
Compare Source
Bug Fixes
&&
(047d5af), closes #840v2.11.1
Compare Source
This release includes patches from a number of first-time contributors. James
Owen, Tim Gates, ossdev, stvcisco, and thetric helped to make this the best
JSHint release yet. Thank you all!
Bug Fixes
break
andcontinue
(3eb1b02)for
loops (ac232a5)--filename
when recieving from stdin (c1b5c2b)Features
v2.11.0
Compare Source
This release was previously published using the "release candidate" pattern. No
regressions were reported in the four weeks that followed, so the change set is
being promoted to a true "minor" release.
The release notes for version 2.11.0-rc1 completely describes the changes
included in this version.
v2.10.3
Compare Source
Bug Fixes
u
flag (5ac5c46)singleGroups
for async functions (c5dcd90)static
as class method name (9cb3b20)v2.10.2
Compare Source
Bug Fixes
v2.10.1
Compare Source
Bug Fixes
v2.10.0
Compare Source
This release introduces support for the three most recent editions of
JavaScript: ES7, ES8, and ES9. Users can enable support for any one of these
via the
esversion
linting option.Perhaps most notably, this includes "async functions." Since their
standardization in ES2017, no feature has been more requested. We're happy to
add support for this powerful new language feature. If the delay is any
indication, extending JSHint's parser was no small task, and we were able to
make many seemingly-unrelated corrections along the way.
That progress is easiest to see in JSHint's performance on Test262 (the
official test suite for the JavaScript programming language). Version 2.9.6
passed 84% of those tests. Version 2.10.0 passes 96%. We're excited to push
that number higher, especially considering that new language features and new
tests are being added every day. If you're curious about what needs to be done,
we maintain an "expectations file" describing every test JSHint is known to
fail today.
This release also includes brand-new parsing logic for classes. We thank Ethan
Dorta and Alex Kritchevsky, the two first-time contributors who made this
possible!
Bug Fixes
let
token (030d6b4)globals
config in JavaScript API (0278731)Features
noreturnawait
(70ab03d)regexpu
option (962dced)leanswitch
(1f008f2)2.9.7 (2018-12-07)
This release corrects a packaging issue. It is not expected to modify JSHint's behavior.
2.9.6 (2018-07-30)
Bug Fixes
for
stmt (56a4379)switch
statements (aa2be10)spyOnProperty
(827237f), closes #3183super
usage to valid forms (8f3f880)void
operand (3f920b5)Features
2.9.5 (2017-06-22)
Bug Fixes
if
syntax (#3103) (8c6ac87)for-in/of
head LHS as asnmt target (da52ad9)Features
trailingcomma
(#3090) (42dc572)2.9.4 (2016-10-20)
Bug Fixes
yield
operand (#3011) (b646aea)null
value fromerrors
array (#3049) (f7eb3d7)2.9.3 (2016-08-18)
Bug Fixes
y
RegExp flag in ES2015 code (#2999) (a801433)Features
instanceof
(e3e745b), closes #27772.9.2 (2016-04-19)
This release contains a number of bug fixes. As always, we thank everyone who
reported issues and submitted patches; those contributions are essential to the
continuing improvement of the project. We hope you'll keep it up!
Bug Fixes
await
keyword in ES6 module code (b1c8d5b)2.9.1 (2016-01-14)
Following the revocation of version 2.9.0, we observed an extended "release
candidate" phase where we encouraged users to vet JSHint for undesirable
changes in behavior. During that time, we identified and resolved a number of
such regressions. This release comprises all changes from the release candidate
phase along with the improvements initially released as version 2.9.0. This
release does not itself contain any changes to the codebase. If you are
upgrading from version 2.8.0 or earlier, please refer to the
previously-published release notes for details on bug fixes and features--these
can be found in the project's
CHANGELOG.md
file and on the project's website.2.9.1-rc3 (2016-01-12)
Bug Fixes
2.9.1-rc2 (2015-12-22)
Bug Fixes
unused
for function-scoped vars (91fa9fc)moz
is set (97dfd90)2.9.1-rc1 (2015-11-12)
Version 2.9.0 was revoked shortly after its release due to a number of
regressions. Although the underlying issues have been resolved, we are
sensitive to the possibility that there may be still more; as mentioned in
2.9.0's release notes, the variable tracking system saw a significant
refactoring.
In an effort to minimize friction with a new version, we're publishing a
release candidate and requesting feedback from early adopters. Please give it a
try in your projects and let us know about any surprising behavior!
Bug Fixes
latedef
shouldn't warn when marking a var as exported (c630994), closes #2662File
andFileList
to browser global variables (7f2a729), closes #2690newcap
within strict mode (acaf3f7)undefined
(0d87919), closes #2699Features
v2.9.7
Compare Source
This release corrects a packaging issue. It is not expected to modify JSHint's behavior.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 was generated by Mend Renovate. View the repository job log.