A tiny JavaScript library to enable CSS animations when user scrolls.

Overview

onScroll Effect

A tiny JavaScript library to enable CSS animations when user scrolls.

This library allows you to toggle one or more classes on an element when it appears inside the viewport when the user scrolls the page. It enables you to build CSS transitions or animations launched only when the user scrolls the page to the element. All you have to do is set a few HTML attributes, and code the rest with your CSS skills.

Go check the full documentation.

Status

GitHub release (latest by date) npm npm bundle size npm bundle size

David David

Quick start

Several quick start options are available:

Documentation

onScroll Effect's full documentation is hosted on GitHub Pages at twikito.github.io/onscroll-effect/.

Contribution

License

MIT. Copyright (c) Matthieu Bué

Comments
  • Feature animate.css

    Feature animate.css

    It would be interesting to use this library together with animate.css. For this it would be needed to enable adding several classes to the data attribute (e.g. data-scroll="animate__animated animate__bounce").

    enhancement 
    opened by buepro 3
  • feat: reverse, remove class when outside viewport

    feat: reverse, remove class when outside viewport

    Hi Matthieu,

    Thanks for your work on this script. I am currently using it.

    Please consider adding the feature from this pull request. It is sometimes not easy to reconstruct CSS classes to perform turning off animations to make your script work, i.e. having a class added when the element is outside of the viewport.

    I do understand the need for it, but I think it is more intuitive that the CSS class should simply be set already on the target element, and the script should remove the class when the element is outside of the viewport. This way, we can write CSS classes that perform activations of the animations, something that is usually what we get when using prepackaged CSS animations classes.

    For example with Motion UI css classes, using this pull request code we can write:

    <div class="mui-enter mui-enter-active" data-scroll="mui-enter-active" data-scroll-reverse="true">
    

    This would be difficult to integrate without this pull request code, as we now have to code in CSS the opposite of every possible .mui-enter-active CSS rule Motion UI provides us.

    This proposal still has the safety net of working properly if JS malfunctions because the active CSS class should be added to the element and the script takes care of removing it at start-up (provided it is outside the viewport).

    opened by CFT-Chris 2
  • Bump del-cli from 3.0.1 to 4.0.0

    Bump del-cli from 3.0.1 to 4.0.0

    Bumps del-cli from 3.0.1 to 4.0.0.

    Release notes

    Sourced from del-cli's releases.

    v4.0.0

    Breaking

    • Require Node.js 12 4c65d87

    Improvements

    • Upgrade dependencies 4c65d87

    https://github.com/sindresorhus/del-cli/compare/v3.0.1...v4.0.0

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
    • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

    Additionally, you can set the following in your Dependabot dashboard:

    • Update frequency (including time of day and day of week)
    • Pull request limits (per update run and/or open at any time)
    • Out-of-range updates (receive only lockfile updates, if desired)
    • Security updates (receive only security updates, if desired)
    dependencies 
    opened by dependabot-preview[bot] 1
  • Bump gulp-terser from 1.4.1 to 2.0.0

    Bump gulp-terser from 1.4.1 to 2.0.0

    Bumps gulp-terser from 1.4.1 to 2.0.0.

    Release notes

    Sourced from gulp-terser's releases.

    v2.0.0

    • Refactor code using typescript.

    Break Change

    • Node version >= 10
    • Terser version >= 5
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
    • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

    Additionally, you can set the following in your Dependabot dashboard:

    • Update frequency (including time of day and day of week)
    • Pull request limits (per update run and/or open at any time)
    • Out-of-range updates (receive only lockfile updates, if desired)
    • Security updates (receive only security updates, if desired)
    dependencies 
    opened by dependabot-preview[bot] 1
  • Bump eslint from 6.8.0 to 7.8.1

    Bump eslint from 6.8.0 to 7.8.1

    Bumps eslint from 6.8.0 to 7.8.1.

    Release notes

    Sourced from eslint's releases.

    v7.8.1

    • f542b5d Fix: Update broken @eslint/eslintrc version (fixes #13641) (#13647) (Nicholas C. Zakas)
    • c1b5696 Sponsors: Sync README with website (ESLint Jenkins)
    • 8ddeda0 Sponsors: Sync README with website (ESLint Jenkins)
    • e02e2fe Sponsors: Sync README with website (ESLint Jenkins)

    v7.8.0

    • 58abd93 Update: support logical assignments in code path analysis (refs #13569) (#13612) (Milos Djermanovic)
    • db7488e Update: support logical assignments in core rules (refs #13569) (#13618) (Milos Djermanovic)
    • 3729219 Docs: Update Step 1 of Development Environment documentation (klkhan)
    • a320324 Chore: Test formatted integers in no-dupe-keys (refs #13568) (#13626) (Brandon Mills)
    • 88a9ade Update: add es2021 environment (refs #13602) (#13603) (Milos Djermanovic)
    • 0003dc0 Update: support numeric separators (refs #13568) (#13581) (Milos Djermanovic)
    • 96b11a0 Update: Add exceptionPatterns to id-length rule (fixes #13094) (#13576) (sodam)
    • 3439fea Update: support numeric-separator in no-loss-of-precision (refs #13568) (#13574) (Anix)
    • ed64767 Update: add comment to message in no-warning-comments (fixes #12327) (#13522) (Anix)
    • e60ec07 Sponsors: Sync README with website (ESLint Jenkins)
    • 483bf7f Docs: fix examples in object-curly-newline (#13605) (Soobin Bak)
    • 1c35d57 Docs: Remove stale Keybase 2FA instructions (#13622) (Brandon Mills)
    • 82669fa Chore: Extract some functionality to eslintrc (refs #13481) (#13613) (Nicholas C. Zakas)
    • 4111d21 Docs: Fix typo and missing article before noun in docs (#13611) (Patrice Sandhu)
    • 091e52a Upgrade: [email protected] (refs #13568) (#13609) (Kai Cataldo)
    • 05074fb Sponsors: Sync README with website (ESLint Jenkins)
    • bdb65ec Chore: add 3rd party parsers in BUG_REPORT template (#13606) (YeonJuan)
    • f954476 Chore: add common 3rd party parsers to issue template (#13596) (Kai Cataldo)
    • 2bee6d2 Chore: Mark config-related files (refs #13481) (#13597) (Nicholas C. Zakas)
    • 66442a9 Update: Add no-magic-numbers 'ignoreDefaultValues' option (#12611) (Dieter Luypaert)
    • b487164 Docs: add exponentiation operators to operator-assignment documentation (#13577) (Milos Djermanovic)
    • 2f27836 Sponsors: Sync README with website (ESLint Jenkins)
    • 60eafc1 Sponsors: Sync README with website (ESLint Jenkins)

    v7.7.0

    • b46f3ee Update: allowFunctionParams option in no-underscore-dangle (fixes 12579) (#13545) (Sunghyun Cho)
    • 26aa245 Docs: clarify "case" specifier in padding-line-between-statements (#13562) (Milos Djermanovic)
    • 082891c Docs: Update semantic versioning policy (#13563) (Nicholas C. Zakas)
    • 4e0b672 Fix: revert "Update: disallow multiple options in comma-dangle schema" (#13564) (Kai Cataldo)
    • 254990e Fix: indent for async arrow functions (fixes #13497) (#13544) (Anix)
    • 28ca339 Sponsors: Sync README with website (ESLint Jenkins)
    • 2e4158d Sponsors: Sync README with website (ESLint Jenkins)
    • 488d159 Sponsors: Sync README with website (ESLint Jenkins)
    • c44306e Sponsors: Sync README with website (ESLint Jenkins)
    • 6677180 Sponsors: Sync README with website (ESLint Jenkins)
    • 07db7b8 Sponsors: Sync README with website (ESLint Jenkins)
    • d4ce4d3 Sponsors: Sync README with website (ESLint Jenkins)
    • 284e954 Sponsors: Sync README with website (ESLint Jenkins)
    • ae9b54e Sponsors: Sync README with website (ESLint Jenkins)
    • 9124a15 Chore: remove leche (fixes #13287) (#13533) (Mark de Dios)
    • 5c4c7f5 Sponsors: Sync README with website (ESLint Jenkins)
    • 48d8ec8 Sponsors: Sync README with website (ESLint Jenkins)
    Changelog

    Sourced from eslint's changelog.

    v7.8.1 - September 1, 2020

    • f542b5d Fix: Update broken @eslint/eslintrc version (fixes #13641) (#13647) (Nicholas C. Zakas)
    • c1b5696 Sponsors: Sync README with website (ESLint Jenkins)
    • 8ddeda0 Sponsors: Sync README with website (ESLint Jenkins)
    • e02e2fe Sponsors: Sync README with website (ESLint Jenkins)

    v7.8.0 - August 31, 2020

    • 58abd93 Update: support logical assignments in code path analysis (refs #13569) (#13612) (Milos Djermanovic)
    • db7488e Update: support logical assignments in core rules (refs #13569) (#13618) (Milos Djermanovic)
    • 3729219 Docs: Update Step 1 of Development Environment documentation (klkhan)
    • a320324 Chore: Test formatted integers in no-dupe-keys (refs #13568) (#13626) (Brandon Mills)
    • 88a9ade Update: add es2021 environment (refs #13602) (#13603) (Milos Djermanovic)
    • 0003dc0 Update: support numeric separators (refs #13568) (#13581) (Milos Djermanovic)
    • 96b11a0 Update: Add exceptionPatterns to id-length rule (fixes #13094) (#13576) (sodam)
    • 3439fea Update: support numeric-separator in no-loss-of-precision (refs #13568) (#13574) (Anix)
    • ed64767 Update: add comment to message in no-warning-comments (fixes #12327) (#13522) (Anix)
    • e60ec07 Sponsors: Sync README with website (ESLint Jenkins)
    • 483bf7f Docs: fix examples in object-curly-newline (#13605) (Soobin Bak)
    • 1c35d57 Docs: Remove stale Keybase 2FA instructions (#13622) (Brandon Mills)
    • 82669fa Chore: Extract some functionality to eslintrc (refs #13481) (#13613) (Nicholas C. Zakas)
    • 4111d21 Docs: Fix typo and missing article before noun in docs (#13611) (Patrice Sandhu)
    • 091e52a Upgrade: [email protected] (refs #13568) (#13609) (Kai Cataldo)
    • 05074fb Sponsors: Sync README with website (ESLint Jenkins)
    • bdb65ec Chore: add 3rd party parsers in BUG_REPORT template (#13606) (YeonJuan)
    • f954476 Chore: add common 3rd party parsers to issue template (#13596) (Kai Cataldo)
    • 2bee6d2 Chore: Mark config-related files (refs #13481) (#13597) (Nicholas C. Zakas)
    • 66442a9 Update: Add no-magic-numbers 'ignoreDefaultValues' option (#12611) (Dieter Luypaert)
    • b487164 Docs: add exponentiation operators to operator-assignment documentation (#13577) (Milos Djermanovic)
    • 2f27836 Sponsors: Sync README with website (ESLint Jenkins)
    • 60eafc1 Sponsors: Sync README with website (ESLint Jenkins)

    v7.7.0 - August 14, 2020

    • b46f3ee Update: allowFunctionParams option in no-underscore-dangle (fixes 12579) (#13545) (Sunghyun Cho)
    • 26aa245 Docs: clarify "case" specifier in padding-line-between-statements (#13562) (Milos Djermanovic)
    • 082891c Docs: Update semantic versioning policy (#13563) (Nicholas C. Zakas)
    • 4e0b672 Fix: revert "Update: disallow multiple options in comma-dangle schema" (#13564) (Kai Cataldo)
    • 254990e Fix: indent for async arrow functions (fixes #13497) (#13544) (Anix)
    • 28ca339 Sponsors: Sync README with website (ESLint Jenkins)
    • 2e4158d Sponsors: Sync README with website (ESLint Jenkins)
    • 488d159 Sponsors: Sync README with website (ESLint Jenkins)
    • c44306e Sponsors: Sync README with website (ESLint Jenkins)
    • 6677180 Sponsors: Sync README with website (ESLint Jenkins)
    • 07db7b8 Sponsors: Sync README with website (ESLint Jenkins)
    • d4ce4d3 Sponsors: Sync README with website (ESLint Jenkins)
    • 284e954 Sponsors: Sync README with website (ESLint Jenkins)
    • ae9b54e Sponsors: Sync README with website (ESLint Jenkins)
    • 9124a15 Chore: remove leche (fixes #13287) (#13533) (Mark de Dios)
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
    • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

    Additionally, you can set the following in your Dependabot dashboard:

    • Update frequency (including time of day and day of week)
    • Pull request limits (per update run and/or open at any time)
    • Out-of-range updates (receive only lockfile updates, if desired)
    • Security updates (receive only security updates, if desired)
    dependencies 
    opened by dependabot-preview[bot] 1
  • Bump eslint from 6.8.0 to 7.7.0

    Bump eslint from 6.8.0 to 7.7.0

    Bumps eslint from 6.8.0 to 7.7.0.

    Release notes

    Sourced from eslint's releases.

    v7.7.0

    • b46f3ee Update: allowFunctionParams option in no-underscore-dangle (fixes 12579) (#13545) (Sunghyun Cho)
    • 26aa245 Docs: clarify "case" specifier in padding-line-between-statements (#13562) (Milos Djermanovic)
    • 082891c Docs: Update semantic versioning policy (#13563) (Nicholas C. Zakas)
    • 4e0b672 Fix: revert "Update: disallow multiple options in comma-dangle schema" (#13564) (Kai Cataldo)
    • 254990e Fix: indent for async arrow functions (fixes #13497) (#13544) (Anix)
    • 28ca339 Sponsors: Sync README with website (ESLint Jenkins)
    • 2e4158d Sponsors: Sync README with website (ESLint Jenkins)
    • 488d159 Sponsors: Sync README with website (ESLint Jenkins)
    • c44306e Sponsors: Sync README with website (ESLint Jenkins)
    • 6677180 Sponsors: Sync README with website (ESLint Jenkins)
    • 07db7b8 Sponsors: Sync README with website (ESLint Jenkins)
    • d4ce4d3 Sponsors: Sync README with website (ESLint Jenkins)
    • 284e954 Sponsors: Sync README with website (ESLint Jenkins)
    • ae9b54e Sponsors: Sync README with website (ESLint Jenkins)
    • 9124a15 Chore: remove leche (fixes #13287) (#13533) (Mark de Dios)
    • 5c4c7f5 Sponsors: Sync README with website (ESLint Jenkins)
    • 48d8ec8 Sponsors: Sync README with website (ESLint Jenkins)

    v7.6.0

    • ecb2b73 Update: require meta for fixable rules in RuleTester (refs #13349) (#13489) (Milos Djermanovic)
    • 6fb4edd Docs: fix broken links in developer guide (#13518) (Sam Chen)
    • 318fe10 Fix: Do not output undefined as line and column when it's unavailable (#13519) (haya14busa)
    • 493b5b4 Sponsors: Sync README with website (ESLint Jenkins)
    • f100143 Sponsors: Sync README with website (ESLint Jenkins)
    • 16b10fe Fix: Update the chatroom link to go directly to help channel (#13536) (Nicholas C. Zakas)
    • f937eb9 Sponsors: Sync README with website (ESLint Jenkins)
    • e71e298 Update: Change no-duplicate-case to comparing tokens (fixes #13485) (#13494) (Yosuke Ota)
    • 6c4aea4 Docs: add ECMAScript 2020 to README (#13510) (Milos Djermanovic)

    v7.5.0

    • 6ea3178 Update: optional chaining support (fixes #12642) (#13416) (Toru Nagashima)
    • 540b1af Chore: enable consistent-meta-messages internal rule (#13487) (Milos Djermanovic)
    • 885a145 Docs: clarify behavior if meta.fixable is omitted (refs #13349) (#13493) (Milos Djermanovic)
    • 1a01b42 Docs: Update technology sponsors in README (#13478) (Nicholas C. Zakas)
    • 6ed9e8e Upgrade: [email protected] (#13499) (Yohan Siguret)
    • 45cdf00 Sponsors: Sync README with website (ESLint Jenkins)
    • f1cc725 Docs: fix linebreaks between versions in changelog (#13488) (Milos Djermanovic)
    • f4d7b9e Update: deprecate id-blacklist rule (#13465) (Dimitri Mitropoulos)
    • e14a645 Chore: use espree.latestEcmaVersion in fuzzer (#13484) (Milos Djermanovic)
    • 61097fe Docs: Update int rule level to string (#13483) (Brandon Mills)
    • c8f9c82 Update: Improve report location no-irregular-whitespace (refs #12334) (#13462) (Milos Djermanovic)
    • f2e68ec Build: update webpack resolve.mainFields to match website config (#13457) (Milos Djermanovic)
    • a96bc5e Fix: arrow-body-style fixer for in wrap (fixes #11849) (#13228) (Anix)
    • 748734f Upgrade: Updated puppeteer version to v4.0.0 (#13444) (odidev)
    • e951457 Docs: fix wording in configuring.md (#13469) (Piper)
    • 0af1d28 Update: add allowSeparatedGroups option to sort-imports (fixes #12951) (#13455) (Milos Djermanovic)
    • 1050ee7 Update: Improve report location for no-unneeded-ternary (refs #12334) (#13456) (Milos Djermanovic)
    • b77b420 Update: Improve report location for max-len (refs #12334) (#13458) (Milos Djermanovic)
    • 095194c Fix: add end location to reports in object-curly-newline (refs #12334) (#13460) (Milos Djermanovic)
    Changelog

    Sourced from eslint's changelog.

    v7.7.0 - August 14, 2020

    • b46f3ee Update: allowFunctionParams option in no-underscore-dangle (fixes 12579) (#13545) (Sunghyun Cho)
    • 26aa245 Docs: clarify "case" specifier in padding-line-between-statements (#13562) (Milos Djermanovic)
    • 082891c Docs: Update semantic versioning policy (#13563) (Nicholas C. Zakas)
    • 4e0b672 Fix: revert "Update: disallow multiple options in comma-dangle schema" (#13564) (Kai Cataldo)
    • 254990e Fix: indent for async arrow functions (fixes #13497) (#13544) (Anix)
    • 28ca339 Sponsors: Sync README with website (ESLint Jenkins)
    • 2e4158d Sponsors: Sync README with website (ESLint Jenkins)
    • 488d159 Sponsors: Sync README with website (ESLint Jenkins)
    • c44306e Sponsors: Sync README with website (ESLint Jenkins)
    • 6677180 Sponsors: Sync README with website (ESLint Jenkins)
    • 07db7b8 Sponsors: Sync README with website (ESLint Jenkins)
    • d4ce4d3 Sponsors: Sync README with website (ESLint Jenkins)
    • 284e954 Sponsors: Sync README with website (ESLint Jenkins)
    • ae9b54e Sponsors: Sync README with website (ESLint Jenkins)
    • 9124a15 Chore: remove leche (fixes #13287) (#13533) (Mark de Dios)
    • 5c4c7f5 Sponsors: Sync README with website (ESLint Jenkins)
    • 48d8ec8 Sponsors: Sync README with website (ESLint Jenkins)

    v7.6.0 - July 31, 2020

    • ecb2b73 Update: require meta for fixable rules in RuleTester (refs #13349) (#13489) (Milos Djermanovic)
    • 6fb4edd Docs: fix broken links in developer guide (#13518) (Sam Chen)
    • 318fe10 Fix: Do not output undefined as line and column when it's unavailable (#13519) (haya14busa)
    • 493b5b4 Sponsors: Sync README with website (ESLint Jenkins)
    • f100143 Sponsors: Sync README with website (ESLint Jenkins)
    • 16b10fe Fix: Update the chatroom link to go directly to help channel (#13536) (Nicholas C. Zakas)
    • f937eb9 Sponsors: Sync README with website (ESLint Jenkins)
    • e71e298 Update: Change no-duplicate-case to comparing tokens (fixes #13485) (#13494) (Yosuke Ota)
    • 6c4aea4 Docs: add ECMAScript 2020 to README (#13510) (Milos Djermanovic)

    v7.5.0 - July 18, 2020

    • 6ea3178 Update: optional chaining support (fixes #12642) (#13416) (Toru Nagashima)
    • 540b1af Chore: enable consistent-meta-messages internal rule (#13487) (Milos Djermanovic)
    • 885a145 Docs: clarify behavior if meta.fixable is omitted (refs #13349) (#13493) (Milos Djermanovic)
    • 1a01b42 Docs: Update technology sponsors in README (#13478) (Nicholas C. Zakas)
    • 6ed9e8e Upgrade: [email protected] (#13499) (Yohan Siguret)
    • 45cdf00 Sponsors: Sync README with website (ESLint Jenkins)
    • f1cc725 Docs: fix linebreaks between versions in changelog (#13488) (Milos Djermanovic)
    • f4d7b9e Update: deprecate id-blacklist rule (#13465) (Dimitri Mitropoulos)
    • e14a645 Chore: use espree.latestEcmaVersion in fuzzer (#13484) (Milos Djermanovic)
    • 61097fe Docs: Update int rule level to string (#13483) (Brandon Mills)
    • c8f9c82 Update: Improve report location no-irregular-whitespace (refs #12334) (#13462) (Milos Djermanovic)
    • f2e68ec Build: update webpack resolve.mainFields to match website config (#13457) (Milos Djermanovic)
    • a96bc5e Fix: arrow-body-style fixer for in wrap (fixes #11849) (#13228) (Anix)
    • 748734f Upgrade: Updated puppeteer version to v4.0.0 (#13444) (odidev)
    • e951457 Docs: fix wording in configuring.md (#13469) (Piper)
    • 0af1d28 Update: add allowSeparatedGroups option to sort-imports (fixes #12951) (#13455) (Milos Djermanovic)
    Commits
    • 0d90508 7.7.0
    • e027968 Build: changelog update for 7.7.0
    • b46f3ee Update: allowFunctionParams option in no-underscore-dangle (fixes 12579) (#13...
    • 26aa245 Docs: clarify "case" specifier in padding-line-between-statements (#13562)
    • 082891c Docs: Update semantic versioning policy (#13563)
    • 4e0b672 Fix: revert "Update: disallow multiple options in comma-dangle schema" (#13564)
    • 254990e Fix: indent for async arrow functions (fixes #13497) (#13544)
    • 28ca339 Sponsors: Sync README with website
    • 2e4158d Sponsors: Sync README with website
    • 488d159 Sponsors: Sync README with website
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
    • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

    Additionally, you can set the following in your Dependabot dashboard:

    • Update frequency (including time of day and day of week)
    • Pull request limits (per update run and/or open at any time)
    • Out-of-range updates (receive only lockfile updates, if desired)
    • Security updates (receive only security updates, if desired)
    dependencies 
    opened by dependabot-preview[bot] 1
  • Bump eslint from 6.8.0 to 7.6.0

    Bump eslint from 6.8.0 to 7.6.0

    Bumps eslint from 6.8.0 to 7.6.0.

    Release notes

    Sourced from eslint's releases.

    v7.6.0

    • ecb2b73 Update: require meta for fixable rules in RuleTester (refs #13349) (#13489) (Milos Djermanovic)
    • 6fb4edd Docs: fix broken links in developer guide (#13518) (Sam Chen)
    • 318fe10 Fix: Do not output undefined as line and column when it's unavailable (#13519) (haya14busa)
    • 493b5b4 Sponsors: Sync README with website (ESLint Jenkins)
    • f100143 Sponsors: Sync README with website (ESLint Jenkins)
    • 16b10fe Fix: Update the chatroom link to go directly to help channel (#13536) (Nicholas C. Zakas)
    • f937eb9 Sponsors: Sync README with website (ESLint Jenkins)
    • e71e298 Update: Change no-duplicate-case to comparing tokens (fixes #13485) (#13494) (Yosuke Ota)
    • 6c4aea4 Docs: add ECMAScript 2020 to README (#13510) (Milos Djermanovic)

    v7.5.0

    • 6ea3178 Update: optional chaining support (fixes #12642) (#13416) (Toru Nagashima)
    • 540b1af Chore: enable consistent-meta-messages internal rule (#13487) (Milos Djermanovic)
    • 885a145 Docs: clarify behavior if meta.fixable is omitted (refs #13349) (#13493) (Milos Djermanovic)
    • 1a01b42 Docs: Update technology sponsors in README (#13478) (Nicholas C. Zakas)
    • 6ed9e8e Upgrade: [email protected] (#13499) (Yohan Siguret)
    • 45cdf00 Sponsors: Sync README with website (ESLint Jenkins)
    • f1cc725 Docs: fix linebreaks between versions in changelog (#13488) (Milos Djermanovic)
    • f4d7b9e Update: deprecate id-blacklist rule (#13465) (Dimitri Mitropoulos)
    • e14a645 Chore: use espree.latestEcmaVersion in fuzzer (#13484) (Milos Djermanovic)
    • 61097fe Docs: Update int rule level to string (#13483) (Brandon Mills)
    • c8f9c82 Update: Improve report location no-irregular-whitespace (refs #12334) (#13462) (Milos Djermanovic)
    • f2e68ec Build: update webpack resolve.mainFields to match website config (#13457) (Milos Djermanovic)
    • a96bc5e Fix: arrow-body-style fixer for in wrap (fixes #11849) (#13228) (Anix)
    • 748734f Upgrade: Updated puppeteer version to v4.0.0 (#13444) (odidev)
    • e951457 Docs: fix wording in configuring.md (#13469) (Piper)
    • 0af1d28 Update: add allowSeparatedGroups option to sort-imports (fixes #12951) (#13455) (Milos Djermanovic)
    • 1050ee7 Update: Improve report location for no-unneeded-ternary (refs #12334) (#13456) (Milos Djermanovic)
    • b77b420 Update: Improve report location for max-len (refs #12334) (#13458) (Milos Djermanovic)
    • 095194c Fix: add end location to reports in object-curly-newline (refs #12334) (#13460) (Milos Djermanovic)
    • 10251bb Fix: add end location to reports in keyword-spacing (refs #12334) (#13461) (Milos Djermanovic)
    • 2ea7ee5 Sponsors: Sync README with website (ESLint Jenkins)
    • b55fd3b Sponsors: Sync README with website (ESLint Jenkins)

    v7.4.0

    • f21bad2 Docs: fix description for never in multiline-ternary (fixes #13368) (#13452) (Milos Djermanovic)
    • ada2c89 Fix: support typescript generics in arrow-parens (fixes #12570) (#13451) (Milos Djermanovic)
    • 89ee01e Fix: Revert config cloning (fixes #13447) (#13449) (薛定谔的猫)
    • 0a463db Docs: fix no-multiple-empty-lines examples (fixes #13432) (#13433) (Milos Djermanovic)
    • ff5317e Update: Improve array-callback-return report message (#13395) (Philip (flip) Kromer)
    • 3f51930 Fix: false positive new with member in no-extra-parens (fixes #12740) (#13375) (YeonJuan)
    • 825a5b9 Fix: Clarify documentation on implicit ignore behavior (fixes #12348) (#12600) (Scott Hardin)
    • c139156 Sponsors: Sync README with website (ESLint Jenkins)
    • 0c17e9d Sponsors: Sync README with website (ESLint Jenkins)
    • c680387 Sponsors: Sync README with website (ESLint Jenkins)
    • bf3939b Sponsors: Sync README with website (ESLint Jenkins)
    • 7baf02e Sponsors: Sync README with website (ESLint Jenkins)
    • 5c4c3fd Sponsors: Sync README with website (ESLint Jenkins)
    • 53912aa Sponsors: Sync README with website (ESLint Jenkins)
    Changelog

    Sourced from eslint's changelog.

    v7.6.0 - July 31, 2020

    • ecb2b73 Update: require meta for fixable rules in RuleTester (refs #13349) (#13489) (Milos Djermanovic)
    • 6fb4edd Docs: fix broken links in developer guide (#13518) (Sam Chen)
    • 318fe10 Fix: Do not output undefined as line and column when it's unavailable (#13519) (haya14busa)
    • 493b5b4 Sponsors: Sync README with website (ESLint Jenkins)
    • f100143 Sponsors: Sync README with website (ESLint Jenkins)
    • 16b10fe Fix: Update the chatroom link to go directly to help channel (#13536) (Nicholas C. Zakas)
    • f937eb9 Sponsors: Sync README with website (ESLint Jenkins)
    • e71e298 Update: Change no-duplicate-case to comparing tokens (fixes #13485) (#13494) (Yosuke Ota)
    • 6c4aea4 Docs: add ECMAScript 2020 to README (#13510) (Milos Djermanovic)

    v7.5.0 - July 18, 2020

    • 6ea3178 Update: optional chaining support (fixes #12642) (#13416) (Toru Nagashima)
    • 540b1af Chore: enable consistent-meta-messages internal rule (#13487) (Milos Djermanovic)
    • 885a145 Docs: clarify behavior if meta.fixable is omitted (refs #13349) (#13493) (Milos Djermanovic)
    • 1a01b42 Docs: Update technology sponsors in README (#13478) (Nicholas C. Zakas)
    • 6ed9e8e Upgrade: [email protected] (#13499) (Yohan Siguret)
    • 45cdf00 Sponsors: Sync README with website (ESLint Jenkins)
    • f1cc725 Docs: fix linebreaks between versions in changelog (#13488) (Milos Djermanovic)
    • f4d7b9e Update: deprecate id-blacklist rule (#13465) (Dimitri Mitropoulos)
    • e14a645 Chore: use espree.latestEcmaVersion in fuzzer (#13484) (Milos Djermanovic)
    • 61097fe Docs: Update int rule level to string (#13483) (Brandon Mills)
    • c8f9c82 Update: Improve report location no-irregular-whitespace (refs #12334) (#13462) (Milos Djermanovic)
    • f2e68ec Build: update webpack resolve.mainFields to match website config (#13457) (Milos Djermanovic)
    • a96bc5e Fix: arrow-body-style fixer for in wrap (fixes #11849) (#13228) (Anix)
    • 748734f Upgrade: Updated puppeteer version to v4.0.0 (#13444) (odidev)
    • e951457 Docs: fix wording in configuring.md (#13469) (Piper)
    • 0af1d28 Update: add allowSeparatedGroups option to sort-imports (fixes #12951) (#13455) (Milos Djermanovic)
    • 1050ee7 Update: Improve report location for no-unneeded-ternary (refs #12334) (#13456) (Milos Djermanovic)
    • b77b420 Update: Improve report location for max-len (refs #12334) (#13458) (Milos Djermanovic)
    • 095194c Fix: add end location to reports in object-curly-newline (refs #12334) (#13460) (Milos Djermanovic)
    • 10251bb Fix: add end location to reports in keyword-spacing (refs #12334) (#13461) (Milos Djermanovic)
    • 2ea7ee5 Sponsors: Sync README with website (ESLint Jenkins)
    • b55fd3b Sponsors: Sync README with website (ESLint Jenkins)

    v7.4.0 - July 3, 2020

    • f21bad2 Docs: fix description for never in multiline-ternary (fixes #13368) (#13452) (Milos Djermanovic)
    • ada2c89 Fix: support typescript generics in arrow-parens (fixes #12570) (#13451) (Milos Djermanovic)
    • 89ee01e Fix: Revert config cloning (fixes #13447) (#13449) (薛定谔的猫)
    • 0a463db Docs: fix no-multiple-empty-lines examples (fixes #13432) (#13433) (Milos Djermanovic)
    • ff5317e Update: Improve array-callback-return report message (#13395) (Philip (flip) Kromer)
    • 3f51930 Fix: false positive new with member in no-extra-parens (fixes #12740) (#13375) (YeonJuan)
    • 825a5b9 Fix: Clarify documentation on implicit ignore behavior (fixes #12348) (#12600) (Scott Hardin)
    • c139156 Sponsors: Sync README with website (ESLint Jenkins)
    • 0c17e9d Sponsors: Sync README with website (ESLint Jenkins)
    • c680387 Sponsors: Sync README with website (ESLint Jenkins)
    • bf3939b Sponsors: Sync README with website (ESLint Jenkins)
    Commits
    • e8f5289 7.6.0
    • bc58a34 Build: changelog update for 7.6.0
    • ecb2b73 Update: require meta for fixable rules in RuleTester (refs #13349) (#13489)
    • 6fb4edd Docs: fix broken links in developer guide (#13518)
    • 318fe10 Fix: Do not output undefined as line and column when it's unavailable (#13519)
    • 493b5b4 Sponsors: Sync README with website
    • f100143 Sponsors: Sync README with website
    • 16b10fe Fix: Update the chatroom link to go directly to help channel (#13536)
    • f937eb9 Sponsors: Sync README with website
    • e71e298 Update: Change no-duplicate-case to comparing tokens (fixes #13485) (#13494)
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
    • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

    Additionally, you can set the following in your Dependabot dashboard:

    • Update frequency (including time of day and day of week)
    • Pull request limits (per update run and/or open at any time)
    • Out-of-range updates (receive only lockfile updates, if desired)
    • Security updates (receive only security updates, if desired)
    dependencies 
    opened by dependabot-preview[bot] 1
  • Bump eslint from 6.8.0 to 7.5.0

    Bump eslint from 6.8.0 to 7.5.0

    Bumps eslint from 6.8.0 to 7.5.0.

    Release notes

    Sourced from eslint's releases.

    v7.5.0

    • 6ea3178 Update: optional chaining support (fixes #12642) (#13416) (Toru Nagashima)
    • 540b1af Chore: enable consistent-meta-messages internal rule (#13487) (Milos Djermanovic)
    • 885a145 Docs: clarify behavior if meta.fixable is omitted (refs #13349) (#13493) (Milos Djermanovic)
    • 1a01b42 Docs: Update technology sponsors in README (#13478) (Nicholas C. Zakas)
    • 6ed9e8e Upgrade: [email protected] (#13499) (Yohan Siguret)
    • 45cdf00 Sponsors: Sync README with website (ESLint Jenkins)
    • f1cc725 Docs: fix linebreaks between versions in changelog (#13488) (Milos Djermanovic)
    • f4d7b9e Update: deprecate id-blacklist rule (#13465) (Dimitri Mitropoulos)
    • e14a645 Chore: use espree.latestEcmaVersion in fuzzer (#13484) (Milos Djermanovic)
    • 61097fe Docs: Update int rule level to string (#13483) (Brandon Mills)
    • c8f9c82 Update: Improve report location no-irregular-whitespace (refs #12334) (#13462) (Milos Djermanovic)
    • f2e68ec Build: update webpack resolve.mainFields to match website config (#13457) (Milos Djermanovic)
    • a96bc5e Fix: arrow-body-style fixer for in wrap (fixes #11849) (#13228) (Anix)
    • 748734f Upgrade: Updated puppeteer version to v4.0.0 (#13444) (odidev)
    • e951457 Docs: fix wording in configuring.md (#13469) (Piper)
    • 0af1d28 Update: add allowSeparatedGroups option to sort-imports (fixes #12951) (#13455) (Milos Djermanovic)
    • 1050ee7 Update: Improve report location for no-unneeded-ternary (refs #12334) (#13456) (Milos Djermanovic)
    • b77b420 Update: Improve report location for max-len (refs #12334) (#13458) (Milos Djermanovic)
    • 095194c Fix: add end location to reports in object-curly-newline (refs #12334) (#13460) (Milos Djermanovic)
    • 10251bb Fix: add end location to reports in keyword-spacing (refs #12334) (#13461) (Milos Djermanovic)
    • 2ea7ee5 Sponsors: Sync README with website (ESLint Jenkins)
    • b55fd3b Sponsors: Sync README with website (ESLint Jenkins)

    v7.4.0

    • f21bad2 Docs: fix description for never in multiline-ternary (fixes #13368) (#13452) (Milos Djermanovic)
    • ada2c89 Fix: support typescript generics in arrow-parens (fixes #12570) (#13451) (Milos Djermanovic)
    • 89ee01e Fix: Revert config cloning (fixes #13447) (#13449) (薛定谔的猫)
    • 0a463db Docs: fix no-multiple-empty-lines examples (fixes #13432) (#13433) (Milos Djermanovic)
    • ff5317e Update: Improve array-callback-return report message (#13395) (Philip (flip) Kromer)
    • 3f51930 Fix: false positive new with member in no-extra-parens (fixes #12740) (#13375) (YeonJuan)
    • 825a5b9 Fix: Clarify documentation on implicit ignore behavior (fixes #12348) (#12600) (Scott Hardin)
    • c139156 Sponsors: Sync README with website (ESLint Jenkins)
    • 0c17e9d Sponsors: Sync README with website (ESLint Jenkins)
    • c680387 Sponsors: Sync README with website (ESLint Jenkins)
    • bf3939b Sponsors: Sync README with website (ESLint Jenkins)
    • 7baf02e Sponsors: Sync README with website (ESLint Jenkins)
    • 5c4c3fd Sponsors: Sync README with website (ESLint Jenkins)
    • 53912aa Sponsors: Sync README with website (ESLint Jenkins)
    • 51e42ec Update: Add option "ignoreGlobals" to camelcase rule (fixes #11716) (#12782) (David Gasperoni)
    • 0655f66 Update: improve report location in arrow-body-style (refs #12334) (#13424) (YeonJuan)
    • d53d69a Update: prefer-regex-literal detect regex literals (fixes #12840) (#12842) (Mathias Schreck)
    • 004adae Update: rename id-blacklist to id-denylist (fixes #13407) (#13408) (Kai Cataldo)

    v7.3.1

    • de77c11 Fix: Replace Infinity with Number.MAX_SAFE_INTEGER (fixes #13427) (#13435) (Nicholas C. Zakas)

    v7.3.0

    • 638a6d6 Update: add missing additionalProperties: false to some rules' schema (#13198) (Milos Djermanovic)
    • 949a5cd Update: fix operator-linebreak overrides schema (#13199) (Milos Djermanovic)
    Changelog

    Sourced from eslint's changelog.

    v7.5.0 - July 18, 2020

    • 6ea3178 Update: optional chaining support (fixes #12642) (#13416) (Toru Nagashima)
    • 540b1af Chore: enable consistent-meta-messages internal rule (#13487) (Milos Djermanovic)
    • 885a145 Docs: clarify behavior if meta.fixable is omitted (refs #13349) (#13493) (Milos Djermanovic)
    • 1a01b42 Docs: Update technology sponsors in README (#13478) (Nicholas C. Zakas)
    • 6ed9e8e Upgrade: [email protected] (#13499) (Yohan Siguret)
    • 45cdf00 Sponsors: Sync README with website (ESLint Jenkins)
    • f1cc725 Docs: fix linebreaks between versions in changelog (#13488) (Milos Djermanovic)
    • f4d7b9e Update: deprecate id-blacklist rule (#13465) (Dimitri Mitropoulos)
    • e14a645 Chore: use espree.latestEcmaVersion in fuzzer (#13484) (Milos Djermanovic)
    • 61097fe Docs: Update int rule level to string (#13483) (Brandon Mills)
    • c8f9c82 Update: Improve report location no-irregular-whitespace (refs #12334) (#13462) (Milos Djermanovic)
    • f2e68ec Build: update webpack resolve.mainFields to match website config (#13457) (Milos Djermanovic)
    • a96bc5e Fix: arrow-body-style fixer for in wrap (fixes #11849) (#13228) (Anix)
    • 748734f Upgrade: Updated puppeteer version to v4.0.0 (#13444) (odidev)
    • e951457 Docs: fix wording in configuring.md (#13469) (Piper)
    • 0af1d28 Update: add allowSeparatedGroups option to sort-imports (fixes #12951) (#13455) (Milos Djermanovic)
    • 1050ee7 Update: Improve report location for no-unneeded-ternary (refs #12334) (#13456) (Milos Djermanovic)
    • b77b420 Update: Improve report location for max-len (refs #12334) (#13458) (Milos Djermanovic)
    • 095194c Fix: add end location to reports in object-curly-newline (refs #12334) (#13460) (Milos Djermanovic)
    • 10251bb Fix: add end location to reports in keyword-spacing (refs #12334) (#13461) (Milos Djermanovic)
    • 2ea7ee5 Sponsors: Sync README with website (ESLint Jenkins)
    • b55fd3b Sponsors: Sync README with website (ESLint Jenkins)

    v7.4.0 - July 3, 2020

    • f21bad2 Docs: fix description for never in multiline-ternary (fixes #13368) (#13452) (Milos Djermanovic)
    • ada2c89 Fix: support typescript generics in arrow-parens (fixes #12570) (#13451) (Milos Djermanovic)
    • 89ee01e Fix: Revert config cloning (fixes #13447) (#13449) (薛定谔的猫)
    • 0a463db Docs: fix no-multiple-empty-lines examples (fixes #13432) (#13433) (Milos Djermanovic)
    • ff5317e Update: Improve array-callback-return report message (#13395) (Philip (flip) Kromer)
    • 3f51930 Fix: false positive new with member in no-extra-parens (fixes #12740) (#13375) (YeonJuan)
    • 825a5b9 Fix: Clarify documentation on implicit ignore behavior (fixes #12348) (#12600) (Scott Hardin)
    • c139156 Sponsors: Sync README with website (ESLint Jenkins)
    • 0c17e9d Sponsors: Sync README with website (ESLint Jenkins)
    • c680387 Sponsors: Sync README with website (ESLint Jenkins)
    • bf3939b Sponsors: Sync README with website (ESLint Jenkins)
    • 7baf02e Sponsors: Sync README with website (ESLint Jenkins)
    • 5c4c3fd Sponsors: Sync README with website (ESLint Jenkins)
    • 53912aa Sponsors: Sync README with website (ESLint Jenkins)
    • 51e42ec Update: Add option "ignoreGlobals" to camelcase rule (fixes #11716) (#12782) (David Gasperoni)
    • 0655f66 Update: improve report location in arrow-body-style (refs #12334) (#13424) (YeonJuan)
    • d53d69a Update: prefer-regex-literal detect regex literals (fixes #12840) (#12842) (Mathias Schreck)
    • 004adae Update: rename id-blacklist to id-denylist (fixes #13407) (#13408) (Kai Cataldo)

    v7.3.1 - June 22, 2020

    • de77c11 Fix: Replace Infinity with Number.MAX_SAFE_INTEGER (fixes #13427) (#13435) (Nicholas C. Zakas)
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
    • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

    Additionally, you can set the following in your Dependabot dashboard:

    • Update frequency (including time of day and day of week)
    • Pull request limits (per update run and/or open at any time)
    • Out-of-range updates (receive only lockfile updates, if desired)
    • Security updates (receive only security updates, if desired)
    dependencies 
    opened by dependabot-preview[bot] 1
  • Bump eslint from 6.8.0 to 7.4.0

    Bump eslint from 6.8.0 to 7.4.0

    Bumps eslint from 6.8.0 to 7.4.0.

    Release notes

    Sourced from eslint's releases.

    v7.4.0

    • f21bad2 Docs: fix description for never in multiline-ternary (fixes #13368) (#13452) (Milos Djermanovic)
    • ada2c89 Fix: support typescript generics in arrow-parens (fixes #12570) (#13451) (Milos Djermanovic)
    • 89ee01e Fix: Revert config cloning (fixes #13447) (#13449) (薛定谔的猫)
    • 0a463db Docs: fix no-multiple-empty-lines examples (fixes #13432) (#13433) (Milos Djermanovic)
    • ff5317e Update: Improve array-callback-return report message (#13395) (Philip (flip) Kromer)
    • 3f51930 Fix: false positive new with member in no-extra-parens (fixes #12740) (#13375) (YeonJuan)
    • 825a5b9 Fix: Clarify documentation on implicit ignore behavior (fixes #12348) (#12600) (Scott Hardin)
    • c139156 Sponsors: Sync README with website (ESLint Jenkins)
    • 0c17e9d Sponsors: Sync README with website (ESLint Jenkins)
    • c680387 Sponsors: Sync README with website (ESLint Jenkins)
    • bf3939b Sponsors: Sync README with website (ESLint Jenkins)
    • 7baf02e Sponsors: Sync README with website (ESLint Jenkins)
    • 5c4c3fd Sponsors: Sync README with website (ESLint Jenkins)
    • 53912aa Sponsors: Sync README with website (ESLint Jenkins)
    • 51e42ec Update: Add option "ignoreGlobals" to camelcase rule (fixes #11716) (#12782) (David Gasperoni)
    • 0655f66 Update: improve report location in arrow-body-style (refs #12334) (#13424) (YeonJuan)
    • d53d69a Update: prefer-regex-literal detect regex literals (fixes #12840) (#12842) (Mathias Schreck)
    • 004adae Update: rename id-blacklist to id-denylist (fixes #13407) (#13408) (Kai Cataldo)

    v7.3.1

    • de77c11 Fix: Replace Infinity with Number.MAX_SAFE_INTEGER (fixes #13427) (#13435) (Nicholas C. Zakas)

    v7.3.0

    • 638a6d6 Update: add missing additionalProperties: false to some rules' schema (#13198) (Milos Djermanovic)
    • 949a5cd Update: fix operator-linebreak overrides schema (#13199) (Milos Djermanovic)
    • 9e1414e New: Add no-promise-executor-return rule (fixes #12640) (#12648) (Milos Djermanovic)
    • 09cc0a2 Update: max-lines reporting loc improvement (refs #12334) (#13318) (Anix)
    • ee2fc2e Update: object-property-newline end location (refs #12334) (#13399) (Anix)
    • d98152a Update: added empty error array check for false negative (#13200) (Anix)
    • 7fb45cf Fix: clone config before validating (fixes #12592) (#13034) (Anix)
    • aed46f6 Sponsors: Sync README with website (ESLint Jenkins)
    • 7686d7f Update: semi-spacing should check do-while statements (#13358) (Milos Djermanovic)
    • cbd0d00 Update: disallow multiple options in comma-dangle schema (fixes #13165) (#13166) (Milos Djermanovic)
    • b550330 New: Add no-unreachable-loop rule (fixes #12381) (#12660) (Milos Djermanovic)
    • 13999d2 Update: curly should check consequent if statements (#12947) (Milos Djermanovic)
    • c42e548 Chore: enable exceptRange option in the yoda rule (#12857) (Milos Djermanovic)
    • 6cfbd03 Update: Drop @typescript-eslint/eslint-recommended from eslint --init (#13340) (Minh Nguyen)
    • 796f269 Chore: update eslint-config-eslint's required node version (#13379) (薛定谔的猫)
    • 9d0186e Docs: Fix changelog versions (#13410) (Tony Brix)
    • 1ee3c42 Docs: On maxEOF with eol-last (fixes #12742) (#13374) (Arthur Dias)
    • 2a21049 Update: key-spacing loc changes for extra space (refs #12334) (#13362) (Anix)
    • 7ce7988 Chore: Replace the inquirer dependency with enquirer (#13254) (Selwyn)
    • 0f1f5ed Docs: Add security policy link to README (#13403) (Nicholas C. Zakas)
    • 9e9ba89 Sponsors: Sync README with website (ESLint Jenkins)
    • ca59fb9 Sponsors: Sync README with website (ESLint Jenkins)

    v7.2.0

    • b735a48 Update: add enforceForFunctionPrototypeMethods option to no-extra-parens (#12895) (Milos Djermanovic)
    • 27ef73f Update: reporter locr of func-call-spacing (refs #12334) (#13311) (Anix)
    Changelog

    Sourced from eslint's changelog.

    v7.4.0 - July 3, 2020

    • f21bad2 Docs: fix description for never in multiline-ternary (fixes #13368) (#13452) (Milos Djermanovic)

    • ada2c89 Fix: support typescript generics in arrow-parens (fixes #12570) (#13451) (Milos Djermanovic)

    • 89ee01e Fix: Revert config cloning (fixes #13447) (#13449) (薛定谔的猫)

    • 0a463db Docs: fix no-multiple-empty-lines examples (fixes #13432) (#13433) (Milos Djermanovic)

    • ff5317e Update: Improve array-callback-return report message (#13395) (Philip (flip) Kromer)

    • 3f51930 Fix: false positive new with member in no-extra-parens (fixes #12740) (#13375) (YeonJuan)

    • 825a5b9 Fix: Clarify documentation on implicit ignore behavior (fixes #12348) (#12600) (Scott Hardin)

    • c139156 Sponsors: Sync README with website (ESLint Jenkins)

    • 0c17e9d Sponsors: Sync README with website (ESLint Jenkins)

    • c680387 Sponsors: Sync README with website (ESLint Jenkins)

    • bf3939b Sponsors: Sync README with website (ESLint Jenkins)

    • 7baf02e Sponsors: Sync README with website (ESLint Jenkins)

    • 5c4c3fd Sponsors: Sync README with website (ESLint Jenkins)

    • 53912aa Sponsors: Sync README with website (ESLint Jenkins)

    • 51e42ec Update: Add option "ignoreGlobals" to camelcase rule (fixes #11716) (#12782) (David Gasperoni)

    • 0655f66 Update: improve report location in arrow-body-style (refs #12334) (#13424) (YeonJuan)

    • d53d69a Update: prefer-regex-literal detect regex literals (fixes #12840) (#12842) (Mathias Schreck)

    • 004adae Update: rename id-blacklist to id-denylist (fixes #13407) (#13408) (Kai Cataldo) v7.3.1 - June 22, 2020

    • de77c11 Fix: Replace Infinity with Number.MAX_SAFE_INTEGER (fixes #13427) (#13435) (Nicholas C. Zakas) v7.3.0 - June 19, 2020

    • 638a6d6 Update: add missing additionalProperties: false to some rules' schema (#13198) (Milos Djermanovic)

    • 949a5cd Update: fix operator-linebreak overrides schema (#13199) (Milos Djermanovic)

    • 9e1414e New: Add no-promise-executor-return rule (fixes #12640) (#12648) (Milos Djermanovic)

    • 09cc0a2 Update: max-lines reporting loc improvement (refs #12334) (#13318) (Anix)

    • ee2fc2e Update: object-property-newline end location (refs #12334) (#13399) (Anix)

    • d98152a Update: added empty error array check for false negative (#13200) (Anix)

    • 7fb45cf Fix: clone config before validating (fixes #12592) (#13034) (Anix)

    • aed46f6 Sponsors: Sync README with website (ESLint Jenkins)

    • 7686d7f Update: semi-spacing should check do-while statements (#13358) (Milos Djermanovic)

    • cbd0d00 Update: disallow multiple options in comma-dangle schema (fixes #13165) (#13166) (Milos Djermanovic)

    • b550330 New: Add no-unreachable-loop rule (fixes #12381) (#12660) (Milos Djermanovic)

    • 13999d2 Update: curly should check consequent if statements (#12947) (Milos Djermanovic)

    • c42e548 Chore: enable exceptRange option in the yoda rule (#12857) (Milos Djermanovic)

    • 6cfbd03 Update: Drop @typescript-eslint/eslint-recommended from eslint --init (#13340) (Minh Nguyen)

    • 796f269 Chore: update eslint-config-eslint's required node version (#13379) (薛定谔的猫)

    • 9d0186e Docs: Fix changelog versions (#13410) (Tony Brix)

    • 1ee3c42 Docs: On maxEOF with eol-last (fixes #12742) (#13374) (Arthur Dias)

    • 2a21049 Update: key-spacing loc changes for extra space (refs #12334) (#13362) (Anix)

    • 7ce7988 Chore: Replace the inquirer dependency with enquirer (#13254) (Selwyn)

    • 0f1f5ed Docs: Add security policy link to README (#13403) (Nicholas C. Zakas)

    • 9e9ba89 Sponsors: Sync README with website (ESLint Jenkins)

    • ca59fb9 Sponsors: Sync README with website (ESLint Jenkins) v7.2.0 - June 5, 2020

    • b735a48 Update: add enforceForFunctionPrototypeMethods option to no-extra-parens (#12895) (Milos Djermanovic)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
    • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

    Additionally, you can set the following in your Dependabot dashboard:

    • Update frequency (including time of day and day of week)
    • Pull request limits (per update run and/or open at any time)
    • Out-of-range updates (receive only lockfile updates, if desired)
    • Security updates (receive only security updates, if desired)
    dependencies 
    opened by dependabot-preview[bot] 1
  • Bump eslint from 6.8.0 to 7.3.1

    Bump eslint from 6.8.0 to 7.3.1

    Bumps eslint from 6.8.0 to 7.3.1.

    Release notes

    Sourced from eslint's releases.

    v7.3.1

    • de77c11 Fix: Replace Infinity with Number.MAX_SAFE_INTEGER (fixes #13427) (#13435) (Nicholas C. Zakas)

    v7.3.0

    • 638a6d6 Update: add missing additionalProperties: false to some rules' schema (#13198) (Milos Djermanovic)
    • 949a5cd Update: fix operator-linebreak overrides schema (#13199) (Milos Djermanovic)
    • 9e1414e New: Add no-promise-executor-return rule (fixes #12640) (#12648) (Milos Djermanovic)
    • 09cc0a2 Update: max-lines reporting loc improvement (refs #12334) (#13318) (Anix)
    • ee2fc2e Update: object-property-newline end location (refs #12334) (#13399) (Anix)
    • d98152a Update: added empty error array check for false negative (#13200) (Anix)
    • 7fb45cf Fix: clone config before validating (fixes #12592) (#13034) (Anix)
    • aed46f6 Sponsors: Sync README with website (ESLint Jenkins)
    • 7686d7f Update: semi-spacing should check do-while statements (#13358) (Milos Djermanovic)
    • cbd0d00 Update: disallow multiple options in comma-dangle schema (fixes #13165) (#13166) (Milos Djermanovic)
    • b550330 New: Add no-unreachable-loop rule (fixes #12381) (#12660) (Milos Djermanovic)
    • 13999d2 Update: curly should check consequent if statements (#12947) (Milos Djermanovic)
    • c42e548 Chore: enable exceptRange option in the yoda rule (#12857) (Milos Djermanovic)
    • 6cfbd03 Update: Drop @typescript-eslint/eslint-recommended from eslint --init (#13340) (Minh Nguyen)
    • 796f269 Chore: update eslint-config-eslint's required node version (#13379) (薛定谔的猫)
    • 9d0186e Docs: Fix changelog versions (#13410) (Tony Brix)
    • 1ee3c42 Docs: On maxEOF with eol-last (fixes #12742) (#13374) (Arthur Dias)
    • 2a21049 Update: key-spacing loc changes for extra space (refs #12334) (#13362) (Anix)
    • 7ce7988 Chore: Replace the inquirer dependency with enquirer (#13254) (Selwyn)
    • 0f1f5ed Docs: Add security policy link to README (#13403) (Nicholas C. Zakas)
    • 9e9ba89 Sponsors: Sync README with website (ESLint Jenkins)
    • ca59fb9 Sponsors: Sync README with website (ESLint Jenkins)

    v7.2.0

    • b735a48 Update: add enforceForFunctionPrototypeMethods option to no-extra-parens (#12895) (Milos Djermanovic)
    • 27ef73f Update: reporter locr of func-call-spacing (refs #12334) (#13311) (Anix)
    • 353bfe9 Update: handle parentheses in multiline-ternary (fixes #13195) (#13367) (Milos Djermanovic)
    • a7fd343 Update: keyword-spacing unexpected space loc improve (refs #12334) (#13377) (Anix)
    • e49732e Fix: Ignore import expressions in no-unused-expressions rule (#13387) (Veniamin Krol)
    • 220349f Chore: Remove duplicate health files (#13380) (Nicholas C. Zakas)
    • dd949ae Update: support ?? operator, import.meta, and export * as ns (#13196) (Toru Nagashima)
    • d5fce9f Update: enable es2020 environment in --init (#13357) (Milos Djermanovic)
    • 21b1583 Docs: fixed broken hash link for working-with-rules.md (#13386) (Yosuke Ota)
    • b76aef7 Update: Improve report location for template-tag-spacing (refs #12334) (#13203) (Milos Djermanovic)
    • 578efad Chore: update no-unused-vars caughtErrors in eslint-config-eslint (#13351) (Milos Djermanovic)
    • 426088c Fix: no-unused-vars updated location to last reference (fixes #13181) (#13354) (Anix)
    • cb50b69 Update: Improve location for no-mixed-spaces-and-tabs (refs #12334) (#13365) (Milos Djermanovic)
    • f858f2a Chore: Add Tidelift to funding.yml (#13371) (Nicholas C. Zakas)
    • ee30e5d Sponsors: Sync README with website (ESLint Jenkins)
    • c29bd9f Chore: Add breaking/core change link to issue templates (#13344) (Kai Cataldo)
    • d55490f Sponsors: Sync README with website (ESLint Jenkins)

    v7.1.0

    • a93083a Fix: astUtils.getNextLocation returns invalid location after CRLF (#13275) (Milos Djermanovic)
    • df01af1 Update: padded-blocks loc position changes (refs #12334) (#13328) (Anix)
    • bd3f092 Fix: max-lines-per-function flagging arrow IIFEs (fixes #13332) (#13336) (cherryblossom000)
    Changelog

    Sourced from eslint's changelog.

    v7.3.1 - June 22, 2020

    • de77c11 Fix: Replace Infinity with Number.MAX_SAFE_INTEGER (fixes #13427) (#13435) (Nicholas C. Zakas) v7.3.0 - June 19, 2020

    • 638a6d6 Update: add missing additionalProperties: false to some rules' schema (#13198) (Milos Djermanovic)

    • 949a5cd Update: fix operator-linebreak overrides schema (#13199) (Milos Djermanovic)

    • 9e1414e New: Add no-promise-executor-return rule (fixes #12640) (#12648) (Milos Djermanovic)

    • 09cc0a2 Update: max-lines reporting loc improvement (refs #12334) (#13318) (Anix)

    • ee2fc2e Update: object-property-newline end location (refs #12334) (#13399) (Anix)

    • d98152a Update: added empty error array check for false negative (#13200) (Anix)

    • 7fb45cf Fix: clone config before validating (fixes #12592) (#13034) (Anix)

    • aed46f6 Sponsors: Sync README with website (ESLint Jenkins)

    • 7686d7f Update: semi-spacing should check do-while statements (#13358) (Milos Djermanovic)

    • cbd0d00 Update: disallow multiple options in comma-dangle schema (fixes #13165) (#13166) (Milos Djermanovic)

    • b550330 New: Add no-unreachable-loop rule (fixes #12381) (#12660) (Milos Djermanovic)

    • 13999d2 Update: curly should check consequent if statements (#12947) (Milos Djermanovic)

    • c42e548 Chore: enable exceptRange option in the yoda rule (#12857) (Milos Djermanovic)

    • 6cfbd03 Update: Drop @typescript-eslint/eslint-recommended from eslint --init (#13340) (Minh Nguyen)

    • 796f269 Chore: update eslint-config-eslint's required node version (#13379) (薛定谔的猫)

    • 9d0186e Docs: Fix changelog versions (#13410) (Tony Brix)

    • 1ee3c42 Docs: On maxEOF with eol-last (fixes #12742) (#13374) (Arthur Dias)

    • 2a21049 Update: key-spacing loc changes for extra space (refs #12334) (#13362) (Anix)

    • 7ce7988 Chore: Replace the inquirer dependency with enquirer (#13254) (Selwyn)

    • 0f1f5ed Docs: Add security policy link to README (#13403) (Nicholas C. Zakas)

    • 9e9ba89 Sponsors: Sync README with website (ESLint Jenkins)

    • ca59fb9 Sponsors: Sync README with website (ESLint Jenkins) v7.2.0 - June 5, 2020

    • b735a48 Update: add enforceForFunctionPrototypeMethods option to no-extra-parens (#12895) (Milos Djermanovic)

    • 27ef73f Update: reporter locr of func-call-spacing (refs #12334) (#13311) (Anix)

    • 353bfe9 Update: handle parentheses in multiline-ternary (fixes #13195) (#13367) (Milos Djermanovic)

    • a7fd343 Update: keyword-spacing unexpected space loc improve (refs #12334) (#13377) (Anix)

    • e49732e Fix: Ignore import expressions in no-unused-expressions rule (#13387) (Veniamin Krol)

    • 220349f Chore: Remove duplicate health files (#13380) (Nicholas C. Zakas)

    • dd949ae Update: support ?? operator, import.meta, and export * as ns (#13196) (Toru Nagashima)

    • d5fce9f Update: enable es2020 environment in --init (#13357) (Milos Djermanovic)

    • 21b1583 Docs: fixed broken hash link for working-with-rules.md (#13386) (Yosuke Ota)

    • b76aef7 Update: Improve report location for template-tag-spacing (refs #12334) (#13203) (Milos Djermanovic)

    • 578efad Chore: update no-unused-vars caughtErrors in eslint-config-eslint (#13351) (Milos Djermanovic)

    • 426088c Fix: no-unused-vars updated location to last reference (fixes #13181) (#13354) (Anix)

    • cb50b69 Update: Improve location for no-mixed-spaces-and-tabs (refs #12334) (#13365) (Milos Djermanovic)

    • f858f2a Chore: Add Tidelift to funding.yml (#13371) (Nicholas C. Zakas)

    • ee30e5d Sponsors: Sync README with website (ESLint Jenkins)

    • c29bd9f Chore: Add breaking/core change link to issue templates (#13344) (Kai Cataldo)

    • d55490f Sponsors: Sync README with website (ESLint Jenkins)

    v7.1.0 - May 22, 2020

    • a93083a Fix: astUtils.getNextLocation returns invalid location after CRLF (#13275) (Milos Djermanovic)
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
    • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

    Additionally, you can set the following in your Dependabot dashboard:

    • Update frequency (including time of day and day of week)
    • Pull request limits (per update run and/or open at any time)
    • Out-of-range updates (receive only lockfile updates, if desired)
    • Security updates (receive only security updates, if desired)
    dependencies 
    opened by dependabot-preview[bot] 1
  • Bump eslint from 6.8.0 to 7.3.0

    Bump eslint from 6.8.0 to 7.3.0

    Bumps eslint from 6.8.0 to 7.3.0.

    Release notes

    Sourced from eslint's releases.

    v7.3.0

    • 638a6d6 Update: add missing additionalProperties: false to some rules' schema (#13198) (Milos Djermanovic)
    • 949a5cd Update: fix operator-linebreak overrides schema (#13199) (Milos Djermanovic)
    • 9e1414e New: Add no-promise-executor-return rule (fixes #12640) (#12648) (Milos Djermanovic)
    • 09cc0a2 Update: max-lines reporting loc improvement (refs #12334) (#13318) (Anix)
    • ee2fc2e Update: object-property-newline end location (refs #12334) (#13399) (Anix)
    • d98152a Update: added empty error array check for false negative (#13200) (Anix)
    • 7fb45cf Fix: clone config before validating (fixes #12592) (#13034) (Anix)
    • aed46f6 Sponsors: Sync README with website (ESLint Jenkins)
    • 7686d7f Update: semi-spacing should check do-while statements (#13358) (Milos Djermanovic)
    • cbd0d00 Update: disallow multiple options in comma-dangle schema (fixes #13165) (#13166) (Milos Djermanovic)
    • b550330 New: Add no-unreachable-loop rule (fixes #12381) (#12660) (Milos Djermanovic)
    • 13999d2 Update: curly should check consequent if statements (#12947) (Milos Djermanovic)
    • c42e548 Chore: enable exceptRange option in the yoda rule (#12857) (Milos Djermanovic)
    • 6cfbd03 Update: Drop @typescript-eslint/eslint-recommended from eslint --init (#13340) (Minh Nguyen)
    • 796f269 Chore: update eslint-config-eslint's required node version (#13379) (薛定谔的猫)
    • 9d0186e Docs: Fix changelog versions (#13410) (Tony Brix)
    • 1ee3c42 Docs: On maxEOF with eol-last (fixes #12742) (#13374) (Arthur Dias)
    • 2a21049 Update: key-spacing loc changes for extra space (refs #12334) (#13362) (Anix)
    • 7ce7988 Chore: Replace the inquirer dependency with enquirer (#13254) (Selwyn)
    • 0f1f5ed Docs: Add security policy link to README (#13403) (Nicholas C. Zakas)
    • 9e9ba89 Sponsors: Sync README with website (ESLint Jenkins)
    • ca59fb9 Sponsors: Sync README with website (ESLint Jenkins)

    v7.2.0

    • b735a48 Update: add enforceForFunctionPrototypeMethods option to no-extra-parens (#12895) (Milos Djermanovic)
    • 27ef73f Update: reporter locr of func-call-spacing (refs #12334) (#13311) (Anix)
    • 353bfe9 Update: handle parentheses in multiline-ternary (fixes #13195) (#13367) (Milos Djermanovic)
    • a7fd343 Update: keyword-spacing unexpected space loc improve (refs #12334) (#13377) (Anix)
    • e49732e Fix: Ignore import expressions in no-unused-expressions rule (#13387) (Veniamin Krol)
    • 220349f Chore: Remove duplicate health files (#13380) (Nicholas C. Zakas)
    • dd949ae Update: support ?? operator, import.meta, and export * as ns (#13196) (Toru Nagashima)
    • d5fce9f Update: enable es2020 environment in --init (#13357) (Milos Djermanovic)
    • 21b1583 Docs: fixed broken hash link for working-with-rules.md (#13386) (Yosuke Ota)
    • b76aef7 Update: Improve report location for template-tag-spacing (refs #12334) (#13203) (Milos Djermanovic)
    • 578efad Chore: update no-unused-vars caughtErrors in eslint-config-eslint (#13351) (Milos Djermanovic)
    • 426088c Fix: no-unused-vars updated location to last reference (fixes #13181) (#13354) (Anix)
    • cb50b69 Update: Improve location for no-mixed-spaces-and-tabs (refs #12334) (#13365) (Milos Djermanovic)
    • f858f2a Chore: Add Tidelift to funding.yml (#13371) (Nicholas C. Zakas)
    • ee30e5d Sponsors: Sync README with website (ESLint Jenkins)
    • c29bd9f Chore: Add breaking/core change link to issue templates (#13344) (Kai Cataldo)
    • d55490f Sponsors: Sync README with website (ESLint Jenkins)

    v7.1.0

    • a93083a Fix: astUtils.getNextLocation returns invalid location after CRLF (#13275) (Milos Djermanovic)
    • df01af1 Update: padded-blocks loc position changes (refs #12334) (#13328) (Anix)
    • bd3f092 Fix: max-lines-per-function flagging arrow IIFEs (fixes #13332) (#13336) (cherryblossom000)
    • 25462b2 Update: block-spacing changed loc for extra (refs #12334) (#13314) (Anix)
    • de0aab9 Fix: report end loc in one-var-declaration-per-line (refs #12334) (#13326) (YeonJuan)
    • 1710296 Fix: no-new-symbol false positive with Symbol as an argument (#13337) (Milos Djermanovic)
    ... (truncated)
    Changelog

    Sourced from eslint's changelog.

    v7.3.0 - June 19, 2020

    • 638a6d6 Update: add missing additionalProperties: false to some rules' schema (#13198) (Milos Djermanovic)

    • 949a5cd Update: fix operator-linebreak overrides schema (#13199) (Milos Djermanovic)

    • 9e1414e New: Add no-promise-executor-return rule (fixes #12640) (#12648) (Milos Djermanovic)

    • 09cc0a2 Update: max-lines reporting loc improvement (refs #12334) (#13318) (Anix)

    • ee2fc2e Update: object-property-newline end location (refs #12334) (#13399) (Anix)

    • d98152a Update: added empty error array check for false negative (#13200) (Anix)

    • 7fb45cf Fix: clone config before validating (fixes #12592) (#13034) (Anix)

    • aed46f6 Sponsors: Sync README with website (ESLint Jenkins)

    • 7686d7f Update: semi-spacing should check do-while statements (#13358) (Milos Djermanovic)

    • cbd0d00 Update: disallow multiple options in comma-dangle schema (fixes #13165) (#13166) (Milos Djermanovic)

    • b550330 New: Add no-unreachable-loop rule (fixes #12381) (#12660) (Milos Djermanovic)

    • 13999d2 Update: curly should check consequent if statements (#12947) (Milos Djermanovic)

    • c42e548 Chore: enable exceptRange option in the yoda rule (#12857) (Milos Djermanovic)

    • 6cfbd03 Update: Drop @typescript-eslint/eslint-recommended from eslint --init (#13340) (Minh Nguyen)

    • 796f269 Chore: update eslint-config-eslint's required node version (#13379) (薛定谔的猫)

    • 9d0186e Docs: Fix changelog versions (#13410) (Tony Brix)

    • 1ee3c42 Docs: On maxEOF with eol-last (fixes #12742) (#13374) (Arthur Dias)

    • 2a21049 Update: key-spacing loc changes for extra space (refs #12334) (#13362) (Anix)

    • 7ce7988 Chore: Replace the inquirer dependency with enquirer (#13254) (Selwyn)

    • 0f1f5ed Docs: Add security policy link to README (#13403) (Nicholas C. Zakas)

    • 9e9ba89 Sponsors: Sync README with website (ESLint Jenkins)

    • ca59fb9 Sponsors: Sync README with website (ESLint Jenkins) v7.2.0 - June 5, 2020

    • b735a48 Update: add enforceForFunctionPrototypeMethods option to no-extra-parens (#12895) (Milos Djermanovic)

    • 27ef73f Update: reporter locr of func-call-spacing (refs #12334) (#13311) (Anix)

    • 353bfe9 Update: handle parentheses in multiline-ternary (fixes #13195) (#13367) (Milos Djermanovic)

    • a7fd343 Update: keyword-spacing unexpected space loc improve (refs #12334) (#13377) (Anix)

    • e49732e Fix: Ignore import expressions in no-unused-expressions rule (#13387) (Veniamin Krol)

    • 220349f Chore: Remove duplicate health files (#13380) (Nicholas C. Zakas)

    • dd949ae Update: support ?? operator, import.meta, and export * as ns (#13196) (Toru Nagashima)

    • d5fce9f Update: enable es2020 environment in --init (#13357) (Milos Djermanovic)

    • 21b1583 Docs: fixed broken hash link for working-with-rules.md (#13386) (Yosuke Ota)

    • b76aef7 Update: Improve report location for template-tag-spacing (refs #12334) (#13203) (Milos Djermanovic)

    • 578efad Chore: update no-unused-vars caughtErrors in eslint-config-eslint (#13351) (Milos Djermanovic)

    • 426088c Fix: no-unused-vars updated location to last reference (fixes #13181) (#13354) (Anix)

    • cb50b69 Update: Improve location for no-mixed-spaces-and-tabs (refs #12334) (#13365) (Milos Djermanovic)

    • f858f2a Chore: Add Tidelift to funding.yml (#13371) (Nicholas C. Zakas)

    • ee30e5d Sponsors: Sync README with website (ESLint Jenkins)

    • c29bd9f Chore: Add breaking/core change link to issue templates (#13344) (Kai Cataldo)

    • d55490f Sponsors: Sync README with website (ESLint Jenkins)

    v7.1.0 - May 22, 2020

    • a93083a Fix: astUtils.getNextLocation returns invalid location after CRLF (#13275) (Milos Djermanovic)
    • df01af1 Update: padded-blocks loc position changes (refs #12334) (#13328) (Anix)
    • bd3f092 Fix: max-lines-per-function flagging arrow IIFEs (fixes #13332) (#13336) (cherryblossom000)
    • 25462b2 Update: block-spacing changed loc for extra (refs #12334) (#13314) (Anix)
    ... (truncated)
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
    • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

    Additionally, you can set the following in your Dependabot dashboard:

    • Update frequency (including time of day and day of week)
    • Pull request limits (per update run and/or open at any time)
    • Out-of-range updates (receive only lockfile updates, if desired)
    • Security updates (receive only security updates, if desired)
    dependencies 
    opened by dependabot-preview[bot] 1
  • Bump del-cli from 3.0.1 to 4.0.1

    Bump del-cli from 3.0.1 to 4.0.1

    Bumps del-cli from 3.0.1 to 4.0.1.

    Release notes

    Sourced from del-cli's releases.

    v4.0.1

    • Upgrade dependencies 72e377d

    https://github.com/sindresorhus/del-cli/compare/v4.0.0...v4.0.1

    v4.0.0

    Breaking

    • Require Node.js 12 4c65d87

    Improvements

    • Upgrade dependencies 4c65d87

    https://github.com/sindresorhus/del-cli/compare/v3.0.1...v4.0.0

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
    • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

    Additionally, you can set the following in your Dependabot dashboard:

    • Update frequency (including time of day and day of week)
    • Pull request limits (per update run and/or open at any time)
    • Out-of-range updates (receive only lockfile updates, if desired)
    • Security updates (receive only security updates, if desired)
    dependencies 
    opened by dependabot-preview[bot] 0
  • Upgrade to GitHub-native Dependabot

    Upgrade to GitHub-native Dependabot

    Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then.

    Dependabot has been fully integrated into GitHub, so you no longer have to install and manage a separate app. This pull request migrates your configuration from Dependabot.com to a config file, using the new syntax. When merged, we'll swap out dependabot-preview (me) for a new dependabot app, and you'll be all set!

    With this change, you'll now use the Dependabot page in GitHub, rather than the Dependabot dashboard, to monitor your version updates, and you'll configure Dependabot through the new config file rather than a UI.

    If you've got any questions or feedback for us, please let us know by creating an issue in the dependabot/dependabot-core repository.

    Learn more about migrating to GitHub-native Dependabot

    Please note that regular @dependabot commands do not work on this pull request.

    dependencies 
    opened by dependabot-preview[bot] 1
  • Bump gulp-terser from 1.4.1 to 2.0.1

    Bump gulp-terser from 1.4.1 to 2.0.1

    Bumps gulp-terser from 1.4.1 to 2.0.1.

    Release notes

    Sourced from gulp-terser's releases.

    v2.0.1

    • Remove the wrong configuration in package.json (#23 )

    v2.0.0

    • Refactor code using typescript.

    Break Change

    • Node version >= 10
    • Terser version >= 5
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
    • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

    Additionally, you can set the following in your Dependabot dashboard:

    • Update frequency (including time of day and day of week)
    • Pull request limits (per update run and/or open at any time)
    • Out-of-range updates (receive only lockfile updates, if desired)
    • Security updates (receive only security updates, if desired)
    dependencies 
    opened by dependabot-preview[bot] 0
  • Bump gzip-size from 5.1.1 to 6.0.0

    Bump gzip-size from 5.1.1 to 6.0.0

    Bumps gzip-size from 5.1.1 to 6.0.0.

    Release notes

    Sourced from gzip-size's releases.

    v6.0.0

    Breaking

    • Require Node.js 10 (#20) 211169f

    https://github.com/sindresorhus/gzip-size/compare/v5.1.1...v6.0.0

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
    • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

    Additionally, you can set the following in your Dependabot dashboard:

    • Update frequency (including time of day and day of week)
    • Pull request limits (per update run and/or open at any time)
    • Out-of-range updates (receive only lockfile updates, if desired)
    • Security updates (receive only security updates, if desired)
    dependencies 
    opened by dependabot-preview[bot] 0
  • Feature disable animation on certain devices

    Feature disable animation on certain devices

    Animations might not be effective on certain devices. Usually on desktop they make sense where on mobile devices they might not allways be so useful. To adapt to this use case an other data attribute could be introduced. In the library AOS a disable property is used for that case. Applied to this library a possible attribute could be data-scroll-disable="mobile". The value assigned to the attribute would indicate the biggest device type the animation is disabled for: Setting it to tablet would disable it for mobiles and tablets. I found that AOS is using for this a Detector class.

    enhancement 
    opened by buepro 8
Releases(v1.3.0)
  • v1.3.0(Oct 6, 2020)

    • In respond of request #19, now you can fill the data-scroll attributes with as many classes as you need, so it's compatible with any CSS framework. If you leave it empty, the class is-outside will be used by default.

    • Better API: now you can test if an element is isInsideViewport, isRepeating or get repeatingCount. Go check the API section in the documentation.

    Source code(tar.gz)
    Source code(zip)
  • v1.2.0(Feb 13, 2020)

    The default behaviour of this library is adding a class when the element is outside of the viewport, but sometimes, you may need the opposite behaviour, i.e. adding a class when the element is inside the viewport.

    So here is a new attribute data-scroll-reverse: Instead of adding the class when the element is outside of the viewport, reverse this behaviour and add the class when the element is inside the viewport, is-inside class name as default if data-scroll is empty.

    In this case, you will probably need to add the class to your element as default in your code to avoid JavaScript dependency.

    Thanks @CFT-Chris for the pull request 👍

    Source code(tar.gz)
    Source code(zip)
  • v1.1.2(Oct 12, 2018)

  • v1.1.0(Aug 30, 2018)

    Features:

    • A class to be added when element goes outside of viewport, is-outside if empty
    • Infinite repeating, several times or once
    • An offset to be taken into account fromtop and bottom edges of the viewport
    • Custom prefix for html attributes
    • Asynchronous initialization
    • Hooks enable
    • State properties

    and documentation.

    Source code(tar.gz)
    Source code(zip)
Owner
Matthieu Bué
UI and Web designer, front-end developer, CSS Jedi, UX and a11y spearhead.
Matthieu Bué
A jQuery plugin that works in harmony with animate.css in order to enable animations only when content comes into view.

jQuery AniView A jQuery plugin that works in harmony with animate.css in order to enable animations only when content comes into view. Now supports v4

Jonathan James Cosgrove 216 Sep 10, 2022
jQuery easy ticker is a news ticker like plugin, which scrolls the list infinitely. It is highly customizable, flexible with lot of features and works in all browsers.

jQuery Easy Ticker plugin jQuery easy ticker is a news ticker like plugin which scrolls a list infinitely. It is highly customizable, flexible with lo

Aakash Chakravarthy 208 Dec 20, 2022
(Experimenting) Transform CSS Modules to enable Atomic CSS benefits 🌱

MatoCSS Transform CSS Modules to enable Atomic CSS benefits Please note that it is still experimenting. I do not recommend using this in production. U

Huy Nguyen 4 Nov 24, 2022
Chakra UI Animations is a dependancy which offers you pre-built animations for your Chakra UI components.

Chakra UI Animations Chakra UI Animations is a dependancy which offers you pre-built animations for your Chakra UI components. Installation yarn add @

Code Chemistry Inc. 9 Nov 19, 2022
Lightweight JavaScript library that allows you add motion blur to your CSS animations

MotionBlurJS For more information and examples please visit: https://www.motionblurjs.com What is MotionBlurJS MotionBlurJS is a lightweight JavaScrip

Adir 52 Oct 6, 2022
Lightweight and easy to use vanilla js library to add css animations to elements on scroll.

Scrollrisen Trigger css animations on scroll as elements enter the viewport. Zero dependencies, lightweight and easy to use and customize Installation

null 1 Oct 13, 2022
This project is built with JavaScript, Webpack, HTML & CSS, Leaderboard api. When user clicks on Refresh button it hits the api and responds with the data, The user can also post data to the api

leaderboad Description the project. this project is about the leaderboad i did during Microverse to build a website for adding Data to the API and fet

Emmanuel Moombe 4 May 30, 2022
A timed continuous carousel that uses vanilla JavaScript & CSS animations.

Continuous Carousel ∞ Timed continuous carousel that uses vanilla JavaScript & CSS animations. It supports both horizontal and vertical scrolling. Mar

Jon C. 16 Jan 3, 2023
Small example showing how you can make game sprite animations using CSS with Javascript movement.

Hi there, I'm Björn Hjorth ?? I like combining the web and game development, if you like what you see please do not be a stranger and say "Hi" on Twit

Björn Hjorth 29 Nov 9, 2022
AweSome Book App displays the book details entered by user and saves the information in Local storage. User can add and remove a book title/author to the library and from the library.

Awesome Book App with ES6 Used npm init -y command to create package.json file. Created the entry point for the JavaScript code called index.js Create

Krishna Prasad Acharya 8 Aug 15, 2022
DGPreview - Make UIKit project enable preview feature of SwiftUI

DGPreview Make UIKit project enable preview feature of SwiftUI Requirements iOS

donggyu 5 Feb 14, 2022
Storybook add-on to enable SWC builds.

storybook-addon-swc Storybook addon that improves build time by building with swc. ?? Examples webpack4 webpack5 ?? Installation $ npm install -D stor

Karibash 49 Dec 20, 2022
ZaDark is an open source extension that helps you enable Dark Mode for Zalo on PC and Browser.

ZaDark – Zalo Dark Mode Table of Contents About Install Roadmap Contributing License Contact Awards Acknowledgments About ZaDark is an open source ext

Nguyễn Chánh Đại 64 Dec 22, 2022
A package to enable feature-flag support on Next.js via cookies and environment variables

next-feature-flags Add support for feature flags on Next.js based on cookies + environment variables. How it works It reads from cookies and Next.js's

Alexandre Santos 10 Aug 10, 2022
Enable hover capabilities for Cypress. 🛸

cypress-hover ?? Enable hover capabilities for Cypress ?? with zero dependencies! ?? Installation npm install cypress-hover Usage In your cypress/sup

Marcello 2 Sep 1, 2022
This script is the defacto way to enable use of HTML5 sectioning elements in legacy Internet Explorer.

The HTML5 Shiv The HTML5 Shiv enables use of HTML5 sectioning elements in legacy Internet Explorer and provides basic HTML5 styling for Internet Explo

Alexander Farkas 9.9k Jan 2, 2023
A GitHub Action to enable Pages and extract various metadata about a site

A GitHub Action to enable Pages and extract various metadata about a site. It can also be used to configure various static site generators we support as starter workflows.

GitHub Actions 50 Jan 1, 2023