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 #190

Merged
merged 1 commit into from
Feb 27, 2023
Merged

chore(deps): update linters #190

merged 1 commit into from
Feb 27, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 21, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint (source) 8.25.0 -> 8.35.0 age adoption passing confidence
eslint-config-prettier 8.5.0 -> 8.6.0 age adoption passing confidence
eslint-plugin-import 2.26.0 -> 2.27.5 age adoption passing confidence
eslint-plugin-jest 27.1.3 -> 27.2.1 age adoption passing confidence
lint-staged 13.0.3 -> 13.1.2 age adoption passing confidence
prettier (source) 2.7.1 -> 2.8.4 age adoption passing confidence

Release Notes

eslint/eslint

v8.35.0

Compare Source

Features

  • 8e34a04 feat: add afterHashbangComment option to lines-around-comment rule (#​16920) (SUZUKI Sosuke)
  • c8c0c71 feat: Move all and recommended configs into package. (#​16844) (Nicholas C. Zakas)
  • 71f6f0d feat: report more cases with ?? in no-constant-binary-expression (#​16826) (Daiki Nishikawa)

Bug Fixes

Documentation

Chores

v8.34.0

Compare Source

Features
  • 9b2fcf7 feat: array-callback-return supports Array.prototype.toSorted (#​16845) (SUZUKI Sosuke)
Bug Fixes
  • 923f61d fix: false positive with assignment in no-extra-parens (#​16872) (Francesco Trotta)
Documentation
Chores

v8.33.0

Compare Source

Features

  • 2cc7954 feat: add restrictDefaultExports option to no-restricted-exports rule (#​16785) (Nitin Kumar)

Documentation

  • 17f4be2 docs: Fix examples in no-multiple-empty-lines rule (#​16835) (jonz94)
  • 9c7cfe3 docs: 'Source Code' content in 'Set up Development Environment' page (#​16780) (Ben Perlmutter)
  • ede5c64 docs: Custom processors page (#​16802) (Ben Perlmutter)
  • 2620614 docs: Code of Conduct page (#​16781) (Ben Perlmutter)
  • 50a8efd docs: report a sec vulnerability page (#​16808) (Ben Perlmutter)
  • ed60afd docs: Update page titles, section landing pages, and side TOC (#​16760) (Ben Perlmutter)
  • 333c712 docs: add background to code-path-diagrams for dark-mode (#​16822) (Tanuj Kanti)
  • f5f7b9b docs: Update README (GitHub Actions Bot)
  • 2aa4f5f docs: no-constant-condition: Add multi-comparison example (#​16776) (Sebastian Simon)
  • 40287db docs: Remove Google Group icon (#​16779) (Nicholas C. Zakas)
  • ea10ca5 docs: 'a .eslint' -> 'an .eslint' for consistency (#​16809) (Ben Perlmutter)
  • 3be0748 docs: add example for nodejs lintText api (#​16789) (Siva K)
  • ce4f5ff docs: Replace removed related rules with a valid rule (#​16800) (Ville Saalo)

v8.32.0

Compare Source

Features

  • fc20f24 feat: add suggestions for redundant wrapping in prefer-regex-literals (#​16658) (YeonJuan)

Bug Fixes

Documentation

  • 17b65ad docs: IA Update page URL move (#​16665) (Ben Perlmutter)
  • 5981296 docs: fix theme switcher button (#​16752) (Sam Chen)
  • 6669413 docs: deploy prerelease docs under the /docs/next/ path (#​16541) (Nitin Kumar)
  • 78ecfe0 docs: use inline code for rule options name (#​16768) (Percy Ma)
  • fc2ea59 docs: Update README (GitHub Actions Bot)
  • 762a872 docs: Update README (GitHub Actions Bot)

Chores

  • 2952d6e chore: sync templates/*.md files with issue templates (#​16758) (gfyoung)
  • 3e34418 chore: Add new issues to triage project (#​16740) (Nicholas C. Zakas)

v8.31.0

Compare Source

Features

  • 52c7c73 feat: check assignment patterns in no-underscore-dangle (#​16693) (Milos Djermanovic)
  • b401cde feat: add options to check destructuring in no-underscore-dangle (#​16006) (Morten Kaltoft)
  • 30d0daf feat: group properties with values in parentheses in key-spacing (#​16677) (Francesco Trotta)

Bug Fixes

  • 35439f1 fix: correct syntax error in prefer-arrow-callback autofix (#​16722) (Francesco Trotta)
  • 87b2470 fix: new instance of FlatESLint should load latest config file version (#​16608) (Milos Djermanovic)

Documentation

Chores

v8.30.0

Compare Source

Features

Bug Fixes

  • 1a327aa fix: Ensure flat config unignores work consistently like eslintrc (#​16579) (Nicholas C. Zakas)
  • 9b8bb72 fix: autofix recursive functions in no-var (#​16611) (Milos Djermanovic)

Documentation

Chores

v8.29.0

Compare Source

Features

  • 49a07c5 feat: add allowParensAfterCommentPattern option to no-extra-parens (#​16561) (Nitin Kumar)
  • e6a865d feat: prefer-named-capture-group add suggestions (#​16544) (Josh Goldberg)
  • a91332b feat: In no-invalid-regexp validate flags also for non-literal patterns (#​16583) (trosos)

Documentation

Chores

v8.28.0

Compare Source

Features

  • 63bce44 feat: add ignoreClassFieldInitialValues option to no-magic-numbers (#​16539) (Milos Djermanovic)
  • 8385ecd feat: multiline properties in rule key-spacing with option align (#​16532) (Francesco Trotta)
  • a4e89db feat: no-obj-calls support Intl (#​16543) (Sosuke Suzuki)

Bug Fixes

  • c50ae4f fix: Ensure that dot files are found with globs. (#​16550) (Nicholas C. Zakas)
  • 9432b67 fix: throw error for first unmatched pattern (#​16533) (Milos Djermanovic)
  • e76c382 fix: allow * 1 when followed by / in no-implicit-coercion (#​16522) (Milos Djermanovic)

Documentation

Chores

v8.27.0

Compare Source

Features

  • f14587c feat: new no-new-native-nonconstructor rule (#​16368) (Sosuke Suzuki)
  • 978799b feat: add new rule no-empty-static-block (#​16325) (Sosuke Suzuki)
  • 69216ee feat: no-empty suggest to add comment in empty BlockStatement (#​16470) (Nitin Kumar)
  • 319f0a5 feat: use context.languageOptions.ecmaVersion in core rules (#​16458) (Milos Djermanovic)

Bug Fixes

  • c3ce521 fix: Ensure unmatched glob patterns throw an error (#​16462) (Nicholas C. Zakas)
  • 886a038 fix: handle files with unspecified path in getRulesMetaForResults (#​16437) (Francesco Trotta)

Documentation

  • ce93b42 docs: Stylelint property-no-unknown (#​16497) (Nick Schonning)
  • d2cecb4 docs: Stylelint declaration-block-no-shorthand-property-overrides (#​16498) (Nick Schonning)
  • 0a92805 docs: stylelint color-hex-case (#​16496) (Nick Schonning)
  • 74a5af4 docs: fix stylelint error (#​16491) (Milos Djermanovic)
  • 324db1a docs: explicit stylelint color related rules (#​16465) (Nick Schonning)
  • 94dc4f1 docs: use Stylelint for HTML files (#​16468) (Nick Schonning)
  • cc6128d docs: enable stylelint declaration-block-no-duplicate-properties (#​16466) (Nick Schonning)
  • d03a8bf docs: Add heading to justification explanation (#​16430) (Maritaria)
  • 8a15968 docs: add Stylelint configuration and cleanup (#​16379) (Nick Schonning)
  • 9b0a469 docs: note commit messages don't support scope (#​16435) (Andy Edwards)
  • 1581405 docs: improve context.getScope() docs (#​16417) (Ben Perlmutter)
  • b797149 docs: update formatters template (#​16454) (Milos Djermanovic)
  • 5ac4de9 docs: fix link to formatters on the Core Concepts page (#​16455) (Vladislav)
  • 33313ef docs: core-concepts: fix link to semi rule (#​16453) (coderaiser)

v8.26.0

Compare Source

Features

  • 4715787 feat: check Object.create() in getter-return (#​16420) (Yuki Hirasawa)
  • 28d1902 feat: no-implicit-globals supports exported block comment (#​16343) (Sosuke Suzuki)
  • e940be7 feat: Use ESLINT_USE_FLAT_CONFIG environment variable for flat config (#​16356) (Tomer Aberbach)
  • dd0c58f feat: Swap out Globby for custom globbing solution. (#​16369) (Nicholas C. Zakas)

Bug Fixes

  • df77409 fix: use baseConfig constructor option in FlatESLint (#​16432) (Milos Djermanovic)
  • 33668ee fix: Ensure that glob patterns are matched correctly. (#​16449) (Nicholas C. Zakas)
  • 740b208 fix: ignore messages without a ruleId in getRulesMetaForResults (#​16409) (Francesco Trotta)
  • 8f9759e fix: --ignore-pattern in flat config mode should be relative to cwd (#​16425) (Milos Djermanovic)
  • 325ad37 fix: make getRulesMetaForResults return a plain object in trivial case (#​16438) (Francesco Trotta)
  • a2810bc fix: Ensure that directories can be unignored. (#​16436) (Nicholas C. Zakas)
  • 35916ad fix: Ensure unignore and reignore work correctly in flat config. (#​16422) (Nicholas C. Zakas)

Documentation

  • 651649b docs: Core concepts page (#​16399) (Ben Perlmutter)
  • 631cf72 docs: note --ignore-path not supported with flat config (#​16434) (Andy Edwards)
  • 1692840 docs: fix syntax in examples for new config files (#​16427) (Milos Djermanovic)
  • d336cfc docs: Document extending plugin with new config (#​16394) (Ben Perlmutter)

Chores

prettier/eslint-config-prettier

v8.6.0

Compare Source

  • Added: [vue/multiline-ternary]. Thanks to @​xcatliu!
import-js/eslint-plugin-import

v2.27.5

Compare Source

Fixed

v2.27.4

Compare Source

Fixed
  • semver should be a prod dep ([#​2668])

v2.27.3

Compare Source

Fixed
  • [no-empty-named-blocks]: rewrite rule to only check import declarations ([#​2666])

v2.27.2

Compare Source

Fixed
  • [no-duplicates]: do not unconditionally require typescript ([#​2665])

v2.27.1

Compare Source

Fixed

v2.27.0

Compare Source

Added
Fixed
Changed
jest-community/eslint-plugin-jest

v27.2.1

[Compare Source](https://togithub.com/jest-c


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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, check this box

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 21, 2022
renovate-approve[bot]
renovate-approve bot previously approved these changes Oct 21, 2022
@renovate renovate bot force-pushed the renovate/linters branch 2 times, most recently from 96fddee to 7da700f Compare October 31, 2022 18:34
@renovate renovate bot changed the title chore(deps): update dependency eslint to v8.26.0 chore(deps): update linters Nov 4, 2022
@renovate renovate bot force-pushed the renovate/linters branch 5 times, most recently from d22b84c to becf67a Compare November 10, 2022 19:02
@renovate renovate bot force-pushed the renovate/linters branch 5 times, most recently from 37151ba to 46e6b72 Compare November 25, 2022 11:00
@renovate renovate bot force-pushed the renovate/linters branch 4 times, most recently from b3139cc to 05f0226 Compare December 7, 2022 19:28
@renovate renovate bot force-pushed the renovate/linters branch 2 times, most recently from 7a4de01 to 7788350 Compare December 17, 2022 01:39
@renovate renovate bot changed the title chore(deps): update linters Update linters Dec 17, 2022
@renovate renovate bot changed the title Update linters chore(deps): update linters Dec 17, 2022
@renovate renovate bot force-pushed the renovate/linters branch 5 times, most recently from 11949d9 to 862e05a Compare January 3, 2023 12:33
@renovate renovate bot force-pushed the renovate/linters branch 4 times, most recently from fcecfc4 to 8ceda55 Compare January 9, 2023 17:00
@renovate renovate bot force-pushed the renovate/linters branch 6 times, most recently from 647faff to 593fc2a Compare January 16, 2023 21:59
@renovate renovate bot force-pushed the renovate/linters branch 3 times, most recently from 50d7af6 to 644dbb4 Compare January 29, 2023 00:37
@renovate renovate bot force-pushed the renovate/linters branch 6 times, most recently from 9b172b4 to 6c1652d Compare February 13, 2023 23:20
@renovate renovate bot force-pushed the renovate/linters branch 2 times, most recently from 4ff528c to 933a2fb Compare February 18, 2023 01:12
@Kayuaga Kayuaga merged commit 07f621f into main Feb 27, 2023
@Kayuaga Kayuaga deleted the renovate/linters branch February 27, 2023 11:14
Kayuaga pushed a commit that referenced this pull request Feb 27, 2023
### [3.0.2](v3.0.1...v3.0.2) (2023-02-27)

### Miscellaneous Chores

* **deps:** update dependency @babel/eslint-parser to v7.19.1 ([#168](#168)) ([ab94058](ab94058))
* **deps:** update dependency @commitlint/cli to v17.4.1 ([#203](#203)) ([053fa07](053fa07))
* **deps:** update dependency @middy/core to v3.3.1 ([#162](#162)) ([da64f60](da64f60))
* **deps:** update dependency @middy/core to v3.3.2 ([#169](#169)) ([d043832](d043832))
* **deps:** update dependency @middy/core to v3.3.4 ([#171](#171)) ([23aa377](23aa377))
* **deps:** update dependency @middy/core to v3.4.0 ([#173](#173)) ([9284f73](9284f73))
* **deps:** update dependency @middy/core to v3.5.0 ([#177](#177)) ([420eb7b](420eb7b))
* **deps:** update dependency @middy/core to v3.6.0 ([#183](#183)) ([e23ca3e](e23ca3e))
* **deps:** update dependency @middy/core to v3.6.1 ([#186](#186)) ([6c59f40](6c59f40))
* **deps:** update dependency @middy/core to v3.6.2 ([#189](#189)) ([07d4fe9](07d4fe9))
* **deps:** update dependency @middy/core to v4 ([#198](#198)) ([d36ed3d](d36ed3d))
* **deps:** update dependency @release-it/conventional-changelog to v5.1.1 ([#182](#182)) ([dccc344](dccc344))
* **deps:** update dependency eslint to v8.23.1 ([#167](#167)) ([d74c990](d74c990))
* **deps:** update dependency eslint to v8.24.0 ([#172](#172)) ([c106b2d](c106b2d))
* **deps:** update dependency eslint to v8.25.0 ([#181](#181)) ([3a39216](3a39216))
* **deps:** update dependency eslint-plugin-jest to v27.0.2 ([#163](#163)) ([108484e](108484e))
* **deps:** update dependency eslint-plugin-jest to v27.0.3 ([#164](#164)) ([46097a3](46097a3))
* **deps:** update dependency eslint-plugin-jest to v27.0.4 ([#165](#165)) ([bbf9e3c](bbf9e3c))
* **deps:** update dependency eslint-plugin-jest to v27.1.0 ([#178](#178)) ([9b0076b](9b0076b))
* **deps:** update dependency eslint-plugin-jest to v27.1.1 ([#180](#180)) ([6d83bce](6d83bce))
* **deps:** update dependency eslint-plugin-jest to v27.1.2 ([#185](#185)) ([d66f225](d66f225))
* **deps:** update dependency eslint-plugin-jest to v27.1.3 ([#188](#188)) ([7177ce2](7177ce2))
* **deps:** update dependency husky to v8.0.2 ([#194](#194)) ([1c146c5](1c146c5))
* **deps:** update dependency husky to v8.0.3 ([#201](#201)) ([4c4408b](4c4408b))
* **deps:** update dependency jest to v29.0.2 ([#161](#161)) ([caacc49](caacc49))
* **deps:** update dependency jest to v29.0.3 ([#166](#166)) ([5fa3bbc](5fa3bbc))
* **deps:** update dependency jest to v29.1.1 ([#174](#174)) ([58319fe](58319fe))
* **deps:** update dependency jest to v29.1.2 ([#175](#175)) ([c857ec4](c857ec4))
* **deps:** update dependency jest to v29.2.0 ([#184](#184)) ([767f987](767f987))
* **deps:** update dependency jest to v29.2.1 ([#187](#187)) ([0caa55f](0caa55f))
* **deps:** update dependency jest to v29.2.2 ([#191](#191)) ([312edd7](312edd7))
* **deps:** update dependency jest to v29.3.0 ([#193](#193)) ([4228de8](4228de8))
* **deps:** update dependency jest to v29.3.1 ([#195](#195)) ([0eb4824](0eb4824))
* **deps:** update dependency jest to v29.4.0 ([#205](#205)) ([94602e4](94602e4))
* **deps:** update dependency jest to v29.4.1 ([#206](#206)) ([e102192](e102192))
* **deps:** update dependency jest to v29.4.2 ([#207](#207)) ([55af0bc](55af0bc))
* **deps:** update dependency jest to v29.4.3 ([#209](#209)) ([56096b5](56096b5))
* **deps:** update dependency release-it to v15.4.1 ([#160](#160)) ([f4db869](f4db869))
* **deps:** update dependency release-it to v15.4.2 ([#170](#170)) ([78ffc97](78ffc97))
* **deps:** update dependency release-it to v15.4.3 ([#176](#176)) ([a1df81e](a1df81e))
* **deps:** update dependency release-it to v15.5.0 ([#179](#179)) ([9b1fad3](9b1fad3))
* **deps:** update dependency release-it to v15.5.1 ([#199](#199)) ([9c1f7a2](9c1f7a2))
* **deps:** update dependency release-it to v15.6.0 ([#200](#200)) ([ec26ce0](ec26ce0))
* **deps:** update linters ([#131](#131)) ([8af127c](8af127c))
* **deps:** update linters ([#190](#190)) ([07f621f](07f621f))
* **deps:** update release-related tools to v17.2.0 ([#192](#192)) ([0edc029](0edc029))
* **deps:** update release-related tools to v17.3.0 ([#196](#196)) ([d6e6acf](d6e6acf))
* **deps:** update release-related tools to v17.4.0 ([#202](#202)) ([e394ea3](e394ea3))
* **deps:** update release-related tools to v17.4.2 ([#204](#204)) ([c6b477d](c6b477d))
* **deps:** update release-related tools to v17.4.3 ([#208](#208)) ([5cb3bd8](5cb3bd8))
* **deps:** update release-related tools to v17.4.4 ([#210](#210)) ([1d86063](1d86063))
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

1 participant