Skip to content

Comments

Update Linters (major) - autoclosed#688

Closed
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-linters
Closed

Update Linters (major) - autoclosed#688
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-linters

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 13, 2024

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@stylistic/eslint-plugin (source) 2.13.0 -> 5.6.1 age confidence
eslint (source) 8.57.1 -> 9.39.2 age confidence

Release Notes

eslint-stylistic/eslint-stylistic (@​stylistic/eslint-plugin)

v5.6.1

Compare Source

Bug Fixes
  • computed-property-spacing: guard with node.type instead of computed check (#​1054) (c486861)

v5.6.0

Compare Source

Features
Bug Fixes
  • type-generic-spacing: ignore spaces after new in TSConstructorType (#​1044) (aa0c6ac)
Documentation
  • no-extra-parens: add missing ] in various examples. (#​1048) (88248cf)
  • quotes: update deprecated options to latest and add tips (#​1026) (dc949f8)
Build Related
Chores

v5.5.0

Compare Source

Features
  • comma-dangle: support TSFunctionType and TSDeclareFunction (#​1015) (cd3776f)
  • comma-dangle: support TSTypeParameterInstantiation (#​1016) (ba930e7)
  • indent: deprecate offsetTernaryExpressionsOffsetCallExpressions via offsetTernaryExpressions.CallExpression (#​997) (f2837b1)
  • indent: introduce NewExpression and AwaitExpression in offsetTernaryExpressions (#​996) (2b5a39f)
  • new rule list-style (#​895) (a9ec0de)
  • object-curly-spacing: add emptyObjects option to control spacing in empty objects (#​1002) (85ef5bc)
  • padding-line-between-statements: narrow report range to reduce noise (#​1017) (b3a3acf)
  • update deps (#​1011) (9d5085c)
Bug Fixes
  • indent: correctly indent NewExpression in ConditionalExpression (#​994) (01cec33)
  • replace context.getSourceCode() with context.sourceCode (#​1004) (f3faa54)
Documentation
Chores

v5.4.0

Compare Source

Features
  • generator-star-spacing: introduce shorthand to override property function shorthands (#​980) (62d7a17)
  • introduce experimental mechanism (#​894) (87f09ee)
  • object-curly-spacing: introduce overrides (#​898) (2a422b7)
Bug Fixes
Documentation
Build Related

v5.3.1

Compare Source

Build Related

v5.2.3

Compare Source

Bug Fixes
  • indent: correctly locate left paren in CallExpression with specific type arguments (#​910) (f551685)
  • indent: prevent crashes during JSXFragment handling (#​919) (5937be9)

v5.2.2

Compare Source

Bug Fixes
  • no-extra-parens: skip nested TSUnionType/TSIntersectionType when nestedBinaryExpressions: false (#​905) (348f62f)
  • object-curly-spacing: prevent crash when encountering multiple non-ImportSpecifier nodes (#​907) (9b77d02)
Chores
  • padding-line-between-statements: simplify options definition (#​900) (ced7591)

v5.2.1

Compare Source

Bug Fixes
Chores
Performance

v5.2.0

Compare Source

Features
Bug Fixes
  • disallow extra properties in rule options (#​883) (bac5f3f)
  • indent: align first element when VariableDeclarator is first (#​861) (ddd14c8)
Documentation
Chores

v5.1.0

Compare Source

Bug Fixes
Build Related
Chores

v5.0.0

Compare Source

Chores

v4.4.1

Compare Source

Bug Fixes
  • keyword-spacing: check spaces around the type keyword in export declarations (#​797) (6854a3c)
Chores

v4.4.0

Compare Source

Features

v4.3.0

Compare Source

Features
Bug Fixes
  • eslint-plugin: only export interfaces in index (#​763) (93a4eb1)
  • handle new AST change on TSImportType (8f31461)
  • indent: handle ChainExpression and AwaitExpression when offsetTernaryExpressionsOffsetCallExpressions (#​751) (a1af663)
  • indent: wrong PropertyDefinition value offset when ts type have multiple line (#​774) (140e18f)
  • no-extra-parens: do not break specific ReturnStatement (#​738) (a375a92)
Documentation
Chores

v4.2.0

Compare Source

Features
  • config: update yield-star-spacing and generator-star-spacing config to align with Prettier (86d17c8)
Documentation

v4.1.0

Compare Source

Features
  • add module.exports named export for require(esm) compatibility (#​700) (668c955)
Documentation
Chores

v4.0.1

Compare Source

Bug Fixes
  • indent-binary-ops: handle { for left token check (#​693) (7f2740e)
Chores

v4.0.0

Compare Source

Features
Chores

v3.1.0

Compare Source

Features
  • generic-spacing: remove spaces in type param instantiation (#​677) (2a29e28)

v3.0.1

Compare Source

Bug Fixes

v3.0.0

Compare Source

⚠ BREAKING CHANGES
  • indent-binary-ops: remove unnecessary logic (#​645)
  • cross test function-call-spacing (#​565)
  • comma-style: turn off all exceptions option by default (#​602)
Features
  • comma-style: turn off all exceptions option by default (#​602) (c424d63)
  • cross test function-call-spacing (#​565) (80ec2e4)
  • quotes: Option to allow template literals only to avoid escape (#​643) (5558bdb)
  • type-generic-spacing: remove whitespaces in generic types (#​667) (8dd68e2)
Bug Fixes
  • jsx-wrap-multilines: prevent crash when using tabs (#​653) (8cbc9f8)
  • plus: dependencies bundle (ba9ed81)
Documentation
Chores
eslint/eslint (eslint)

v9.39.2

Compare Source

v9.39.1

Compare Source

v9.39.0

Compare Source

v9.38.0

Compare Source

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#​20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#​20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#​20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#​20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#​20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#​20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#​20190) (Percy Ma)

Chores

v9.37.0

Compare Source

Features

  • 39f7fb4 feat: preserve-caught-error should recognize all static "cause" keys (#​20163) (Pixel998)
  • f81eabc feat: support TS syntax in no-restricted-imports (#​19562) (Nitin Kumar)

Bug Fixes

Documentation

  • b950359 docs: fix typos across the docs (#​20182) (루밀LuMir)
  • 42498a2 docs: improve ToC accessibility by hiding non-semantic character (#​20181) (Percy Ma)
  • 29ea092 docs: Update README (GitHub Actions Bot)
  • 5c97a04 docs: show availableUntil in deprecated rule banner (#​20170) (Pixel998)
  • 90a71bf docs: update README files to add badge and instructions (#​20115) (루밀LuMir)
  • 1603ae1 docs: update references from master to main (#​20153) (루밀LuMir)

Chores

  • afe8a13 chore: update @eslint/js dependency to version 9.37.0 (#​20183) (Francesco Trotta)
  • abee4ca chore: package.json update for @​eslint/js release (Jenkins)
  • fc9381f chore: fix typos in comments (#​20175) (overlookmotel)
  • e1574a2 chore: unpin jiti (#​20173) (renovate[bot])
  • e1ac05e refactor: mark ESLint.findConfigFile() as async, add missing docs (#​20157) (Pixel998)
  • 347906d chore: update eslint (#​20149) (renovate[bot])
  • 0cb5897 test: remove tmp dir created for circular fixes in multithread mode test (#​20146) (Milos Djermanovic)
  • bb99566 ci: pin jiti to version 2.5.1 (#​20151) (Pixel998)
  • 177f669 perf: improve worker count calculation for "auto" concurrency (#​20067) (Francesco Trotta)
  • 448b57b chore: Mark deprecated formatting rules as available until v11.0.0 (#​20144) (Milos Djermanovic)

v9.36.0

Compare Source

Features

  • 47afcf6 feat: correct preserve-caught-error edge cases (#​20109) (Francesco Trotta)

Bug Fixes

Documentation

  • b73ab12 docs: update examples to use defineConfig (#​20131) (sethamus)
  • 31d9392 docs: fix typos (#​20118) (Pixel998)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 91f97c5 docs: Update README (GitHub Actions Bot)

Chores


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file npm labels Apr 13, 2024
@renovate
Copy link
Contributor Author

renovate bot commented Apr 13, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @typescript-eslint/eslint-plugin@7.3.1
npm error Found: eslint@9.1.1
npm error node_modules/eslint
npm error   dev eslint@"9.1.1" from the root project
npm error   peer eslint@"^6.0.0 || ^7.0.0 || >=8.0.0" from @eslint-community/eslint-utils@4.4.0
npm error   node_modules/@eslint-community/eslint-utils
npm error     @eslint-community/eslint-utils@"^4.4.0" from @typescript-eslint/utils@7.3.1
npm error     node_modules/@typescript-eslint/utils
npm error       @typescript-eslint/utils@"7.3.1" from @typescript-eslint/eslint-plugin@7.3.1
npm error       node_modules/@typescript-eslint/eslint-plugin
npm error         dev @typescript-eslint/eslint-plugin@"7.3.1" from the root project
npm error       2 more (@typescript-eslint/type-utils, eslint-plugin-vitest)
npm error     @eslint-community/eslint-utils@"^4.2.0" from eslint@9.1.1
npm error   1 more (eslint-plugin-vitest)
npm error
npm error Could not resolve dependency:
npm error peer eslint@"^8.56.0" from @typescript-eslint/eslint-plugin@7.3.1
npm error node_modules/@typescript-eslint/eslint-plugin
npm error   dev @typescript-eslint/eslint-plugin@"7.3.1" from the root project
npm error
npm error Conflicting peer dependency: eslint@8.57.0
npm error node_modules/eslint
npm error   peer eslint@"^8.56.0" from @typescript-eslint/eslint-plugin@7.3.1
npm error   node_modules/@typescript-eslint/eslint-plugin
npm error     dev @typescript-eslint/eslint-plugin@"7.3.1" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-04-29T22_37_26_611Z-eresolve-report.txt

npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-04-29T22_37_26_611Z-debug-0.log

@renovate renovate bot force-pushed the renovate/major-linters branch 2 times, most recently from d00cf5b to fd56463 Compare April 29, 2024 22:37
@renovate renovate bot force-pushed the renovate/major-linters branch from fd56463 to cc1b67c Compare May 10, 2024 21:18
@renovate renovate bot force-pushed the renovate/major-linters branch 2 times, most recently from 12aa5ce to c3e78ab Compare May 24, 2024 21:19
@renovate renovate bot force-pushed the renovate/major-linters branch from c3e78ab to fc7eddb Compare June 7, 2024 22:03
@renovate renovate bot force-pushed the renovate/major-linters branch from fc7eddb to b8e35be Compare June 21, 2024 21:49
@renovate renovate bot force-pushed the renovate/major-linters branch from b8e35be to ae65382 Compare July 5, 2024 18:28
@renovate renovate bot force-pushed the renovate/major-linters branch 4 times, most recently from 7b0e08c to fc35082 Compare July 22, 2024 23:50
@renovate renovate bot force-pushed the renovate/major-linters branch 2 times, most recently from 12b38e6 to f639dfe Compare August 2, 2024 23:08
@renovate renovate bot force-pushed the renovate/major-linters branch from f639dfe to 39a8c0c Compare August 7, 2024 19:45
@renovate renovate bot changed the title Update dependency eslint to v9 Update Linters (major) Aug 7, 2024
@renovate renovate bot force-pushed the renovate/major-linters branch 3 times, most recently from 2f74d26 to ebad388 Compare August 16, 2024 20:35
@renovate renovate bot force-pushed the renovate/major-linters branch from ebad388 to acb8a4c Compare August 19, 2024 17:28
@renovate renovate bot force-pushed the renovate/major-linters branch 2 times, most recently from 3ac0439 to b89c349 Compare August 30, 2024 22:35
@renovate renovate bot force-pushed the renovate/major-linters branch from b89c349 to 13a2823 Compare September 2, 2024 19:26
@renovate renovate bot force-pushed the renovate/major-linters branch 3 times, most recently from 58a9e1b to 64ba46e Compare September 16, 2024 18:29
@renovate renovate bot force-pushed the renovate/major-linters branch from 64ba46e to c6fc0aa Compare September 20, 2024 22:34
@renovate renovate bot force-pushed the renovate/major-linters branch 2 times, most recently from 429fc19 to 10e60fe Compare August 19, 2025 12:12
@renovate renovate bot force-pushed the renovate/major-linters branch from 10e60fe to cb06875 Compare August 31, 2025 11:42
@renovate renovate bot force-pushed the renovate/major-linters branch 2 times, most recently from 7452b90 to 0534e3a Compare September 13, 2025 09:57
@renovate renovate bot force-pushed the renovate/major-linters branch 2 times, most recently from f043ac9 to dd1c827 Compare September 26, 2025 15:26
@renovate renovate bot force-pushed the renovate/major-linters branch from dd1c827 to 7e885f4 Compare October 10, 2025 23:04
@renovate renovate bot force-pushed the renovate/major-linters branch 10 times, most recently from 678d79b to f3fd289 Compare October 25, 2025 06:35
@renovate renovate bot force-pushed the renovate/major-linters branch 2 times, most recently from 7d240eb to 6b86612 Compare November 10, 2025 22:12
@renovate renovate bot force-pushed the renovate/major-linters branch 2 times, most recently from 89ec3cd to 5732dcc Compare November 25, 2025 12:09
@renovate renovate bot force-pushed the renovate/major-linters branch from 5732dcc to c995d65 Compare November 26, 2025 10:50
@renovate renovate bot force-pushed the renovate/major-linters branch from c995d65 to 874c293 Compare December 3, 2025 15:00
@renovate renovate bot force-pushed the renovate/major-linters branch from 874c293 to 10d1c63 Compare December 20, 2025 03:11
@sonarqubecloud
Copy link

@renovate renovate bot changed the title Update Linters (major) Update Linters (major) - autoclosed Dec 29, 2025
@renovate renovate bot closed this Dec 29, 2025
@renovate renovate bot deleted the renovate/major-linters branch December 29, 2025 16:32
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 npm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants