Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update linters #83

Merged
merged 1 commit into from May 19, 2022
Merged

chore(deps): update linters #83

merged 1 commit into from May 19, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 2, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint (source) 8.10.0 -> 8.15.0 age adoption passing confidence
eslint-config-prettier 8.4.0 -> 8.5.0 age adoption passing confidence
eslint-plugin-import 2.25.4 -> 2.26.0 age adoption passing confidence
eslint-plugin-jest 26.1.1 -> 26.2.2 age adoption passing confidence
lint-staged 12.3.4 -> 12.4.1 age adoption passing confidence
prettier (source) 2.5.1 -> 2.6.2 age adoption passing confidence

Release Notes

eslint/eslint

v8.15.0

Compare Source

Features

  • ab37d3b feat: add enforceInClassFields option to no-underscore-dangle (#​15818) (Roberto Cestari)

Bug Fixes

  • 8bf9440 fix: "use strict" should not trigger strict mode in ES3 (#​15846) (Milos Djermanovic)

Documentation

  • 28116cc docs: update AST node names link in no-restricted-syntax (#​15843) (Milos Djermanovic)
  • 272965f docs: fix h1 heading on formatters page (#​15834) (Milos Djermanovic)
  • a798166 docs: update example for running individual rule tests (#​15833) (Milos Djermanovic)
  • 57e732b docs: mark SourceCode#getJSDocComment deprecated in working-with-rules (#​15829) (Milos Djermanovic)
  • 9a90abf docs: update docs directory in working-with-rules (#​15830) (Milos Djermanovic)
  • 810adda docs: add more examples for prefer-object-spread (#​15831) (coderaiser)
  • 06b1edb docs: clarify no-control-regex rule (#​15808) (Milos Djermanovic)
  • 9ecd42f docs: Fixed typo in code comment (#​15812) (Addison G)
  • de992b7 docs: remove links to 2fa document (#​15804) (Milos Djermanovic)
  • 5222659 docs: fix 'Related Rules' heading in no-constant-binary-expression (#​15799) (Milos Djermanovic)
  • e70ae81 docs: Update README team and sponsors (ESLint Jenkins)

Chores

v8.14.0

Compare Source

Features

  • ab6363d feat: Add rule no-constant-binary-expression (#​15296) (Jordan Eldredge)

Bug Fixes

  • 35fa1dd fix: allow project paths to have URL-encoded characters (#​15795) (Milos Djermanovic)
  • 413f1d5 fix: update astUtils.isDirectiveComment with globals and exported (#​15775) (Milos Djermanovic)

Build Related

Chores

  • 735458c chore: add static frontmatter to no-constant-binary-expression docs (#​15798) (Milos Djermanovic)
  • db28f2c chore: Add static frontmatter to docs (#​15782) (Nicholas C. Zakas)
  • 3bca59e chore: markdownlint autofix on commit (#​15783) (Nicholas C. Zakas)

v8.13.0

Compare Source

Features

  • 274acbd feat: fix no-eval logic for this in arrow functions (#​15755) (Milos Djermanovic)

Bug Fixes

  • 97b57ae fix: invalid operator in operator-assignment messages (#​15759) (Milos Djermanovic)

Documentation

  • c32482e docs: Typo in space-infix-ops docs (#​15754) (kmin-jeong)
  • f2c2d35 docs: disambiguate types FormatterFunction and LoadedFormatter (#​15727) (Francesco Trotta)

Chores

  • bb4c0d5 chore: Refactor docs to work with docs.eslint.org (#​15744) (Nicholas C. Zakas)
  • d36f12f chore: remove lib/init from eslint config (#​15748) (Milos Djermanovic)
  • a59a4e6 chore: replace trimLeft/trimRight with trimStart/trimEnd (#​15750) (Milos Djermanovic)

v8.12.0

Compare Source

Features
  • 685a67a feat: fix logic for top-level this in no-invalid-this and no-eval (#​15712) (Milos Djermanovic)
Chores
  • 18f5e05 chore: padding-line-between-statements remove useless additionalItems (#​15706) (Martin Sadovy)

v8.11.0

Compare Source

Features

  • 800bd25 feat: add destructuredArrayIgnorePattern option in no-unused-vars (#​15649) (Nitin Kumar)
  • 8933fe7 feat: Catch undefined and Boolean() in no-constant-condition (#​15613) (Jordan Eldredge)
  • f90fd9d feat: Add ESLint favicon to the HTML report document (#​15671) (Mahdi Hosseinzadeh)
  • 57b8a57 feat: valid-typeof always ban undefined (#​15635) (Zzzen)

Bug Fixes

  • 6814922 fix: escaping for square brackets in ignore patterns (#​15666) (Milos Djermanovic)
  • c178ce7 fix: extend the autofix range in comma-dangle to ensure the last element (#​15669) (Milos Djermanovic)

Documentation

  • c481cec docs: add fast-eslint-8 to atom integrations (userguide) (#​15695) (db developer)
  • d2255db docs: Add clarification about eslint-enable (#​15680) (dosisod)
  • 8b9433c docs: add object pattern to first section of computed-property-spacing (#​15679) (Milos Djermanovic)
  • de800c3 docs: link to minimatch docs added. (#​15688) (Gaurav Tewari)
  • 8f675b1 docs: sort-imports add single named import example (#​15675) (Arye Eidelman)

Chores

prettier/eslint-config-prettier

v8.5.0

Compare Source

import-js/eslint-plugin-import

v2.26.0

Compare Source

Added
  • [no-named-default, no-default-export, prefer-default-export, no-named-export, export, named, namespace, no-unused-modules]: support arbitrary module namespace names ([#​2358], thanks [@​sosukesuzuki])
  • [no-dynamic-require]: support dynamic import with espree ([#​2371], thanks [@​sosukesuzuki])
  • [no-relative-packages]: add fixer ([#​2381], thanks [@​forivall])
Fixed
  • [default]: typescript-eslint-parser: avoid a crash on exporting as namespace (thanks [@​ljharb])
  • [export]/TypeScript: false positive for typescript namespace merging ([#​1964], thanks [@​magarcia])
  • [no-duplicates]: ignore duplicate modules in different TypeScript module declarations ([#​2378], thanks [@​remcohaszing])
  • [no-unused-modules]: avoid a crash when processing re-exports ([#​2388], thanks [@​ljharb])
Changed
jest-community/eslint-plugin-jest

v26.2.2

Compare Source

Bug Fixes
  • use the last reference definition when checking jest fn scope (#​1109) (1b2b9c1)

v26.2.1

Compare Source

Bug Fixes

v26.2.0

Compare Source

Features

26.1.5 (2022-04-22)

Bug Fixes
  • prefer-expect-assertions: properly handle checking across multiple tests (#​1089) (8b61b0c)

26.1.4 (2022-04-08)

Bug Fixes
  • prefer-snapshot-hint: don't report multi snapshots in different tests within the same describe (#​1078) (98e5166)

26.1.3 (2022-03-24)

Bug Fixes

26.1.2 (2022-03-19)

Bug Fixes
  • prefer-snapshot-hint: support passing hint to toMatchSnapshot as first argument (#​1070) (97b1f9d)

26.1.1 (2022-02-15)

Bug Fixes

v26.1.5

Compare Source

Bug Fixes
  • prefer-expect-assertions: properly handle checking across multiple tests (#​1089) (8b61b0c)

v26.1.4

Compare Source

Bug Fixes
  • prefer-snapshot-hint: don't report multi snapshots in different tests within the same describe (#​1078) (98e5166)

v26.1.3

Compare Source

Bug Fixes

v26.1.2

Compare Source

Bug Fixes
  • prefer-snapshot-hint: support passing hint to toMatchSnapshot as first argument (#​1070) (97b1f9d)
okonet/lint-staged

v12.4.1

Compare Source

Bug Fixes
  • correctly handle symlinked config files (b3f63ec)

v12.4.0

Compare Source

Bug Fixes
  • handle empty input by returning empty array from parseGitZOutput (a118817)
  • limit configuration discovery to cwd (d8fdf1d)
  • restore functionality of parent globs for a single configuration file (877ab4c)
Features
  • expose --max-arg-length cli option (e8291b0)

v12.3.8

Compare Source

Bug Fixes
  • avoid passing unexpected arguments from forEach to process.kill() (1b1f0e4)
  • clear execution interruption interval on first catch (46952cb)

v12.3.7

Compare Source

Bug Fixes
  • improve renderer logic for --silent and FORCE_COLOR settings (d327873)

v12.3.6

Compare Source

Bug Fixes

v12.3.5

Compare Source

Bug Fixes
  • search all configs regardless of staged files (4b605cd)
prettier/prettier

v2.6.2

Compare Source

diff

Fix LESS/SCSS format error (#​12536 by @​fisker)
// Input
.background-gradient(@​cut) {
    background: linear-gradient(
        to right,
        @​white 0%,
        @​white (@​cut - 0.01%),
        @​portal-background @​cut,
        @​portal-background 100%
    );
}

// Prettier 2.6.1
TypeError: Cannot read properties of undefined (reading 'endOffset')

// Prettier 2.6.2
.background-gradient(@​cut) {
  background: linear-gradient(
    to right,
    @​white 0%,
    @​white (@​cut - 0.01%),
    @​portal-background @​cut,
    @​portal-background 100%
  );
}
Update meriyah to fix several bugs (#​12567 by @​fisker, fixes in meriyah by @​3cp)

Fixes bugs when parsing following valid code:

foo(await bar());
const regex = /.*/ms;
const element = <p>{/w/.test(s)}</p>;
class A extends B {
  #privateMethod() {
    super.method();
  }
}

v2.6.1

Compare Source

diff

Ignore loglevel when printing information (#​12477 by @​fisker)

v2.6.0

Compare Source

prettier --loglevel silent --find-config-path index.js


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 2, 2022
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 2, 2022
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 4, 2022
@renovate renovate bot changed the title chore(deps): update dependency eslint-config-prettier to v8.5.0 chore(deps): update linters Mar 12, 2022
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 12, 2022
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 16, 2022
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 18, 2022
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 18, 2022
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 20, 2022
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 24, 2022
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 25, 2022
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 26, 2022
renovate-approve[bot]
renovate-approve bot previously approved these changes May 14, 2022
renovate-approve[bot]
renovate-approve bot previously approved these changes May 19, 2022
renovate-approve[bot]
renovate-approve bot previously approved these changes May 19, 2022
renovate-approve[bot]
renovate-approve bot previously approved these changes May 19, 2022
renovate-approve[bot]
renovate-approve bot previously approved these changes May 19, 2022
domeq
domeq previously approved these changes May 19, 2022
@renovate renovate bot dismissed stale reviews from domeq and renovate-approve via fd2ad11 May 19, 2022 10:18
renovate-approve[bot]
renovate-approve bot previously approved these changes May 19, 2022
renovate-approve[bot]
renovate-approve bot previously approved these changes May 19, 2022
@domeq domeq merged commit 1bbf0fc into main May 19, 2022
@domeq domeq deleted the renovate/linters branch May 19, 2022 11:06
domeq added a commit that referenced this pull request May 19, 2022
### [4.0.1](v4.0.0...v4.0.1) (2022-05-19)

### Miscellaneous Chores

* **deps:** update dependency @middy/core to v3 ([#101](#101)) ([849376f](849376f))
* **deps:** update linters ([#83](#83)) ([1bbf0fc](1bbf0fc))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants