Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2023

This PR contains the following updates:

Package Change Age Confidence Type Update
@oly_op/cspell-dict 1.0.115 -> 1.1.16 age confidence devDependencies minor
@oly_op/eslint-config (source) 6.1.0 -> 6.7.23 age confidence devDependencies minor
@oly_op/prettier-config (source) 1.3.2 -> 1.9.8 age confidence devDependencies minor
@types/jest (source) 29.5.8 -> 29.5.14 age confidence devDependencies patch
@types/node (source) 20.17.47 -> 20.19.23 age confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 6.11.0 -> 6.21.0 age confidence devDependencies minor
eslint (source) 8.54.0 -> 8.57.1 age confidence devDependencies minor
eslint-plugin-import 2.29.0 -> 2.32.0 age confidence devDependencies minor
eslint-plugin-promise 6.1.1 -> 6.6.0 age confidence devDependencies minor
fastify (source) 5.3.2 -> 5.6.1 age confidence devDependencies minor
node (source) 20.9.0 -> 20.19.5 age confidence volta minor
node 7.1.0 -> 7.2.1 age confidence orb minor
npm (source) 10.2.4 -> 10.9.4 age confidence volta minor
prettier (source) 3.1.0 -> 3.6.2 age confidence devDependencies minor
rimraf 5.0.5 -> 5.0.10 age confidence devDependencies patch
ts-jest (source) 29.1.1 -> 29.4.5 age confidence devDependencies minor
ts-node (source) 10.9.1 -> 10.9.2 age confidence devDependencies patch
tsx (source) 4.19.4 -> 4.20.6 age confidence devDependencies minor
typescript (source) 5.4.5 -> 5.9.3 age confidence devDependencies minor

Release Notes

olyop/cspell-dict (@​oly_op/cspell-dict)

v1.1.16

Compare Source

v1.1.14

Compare Source

v1.1.13

Compare Source

v1.1.12

Compare Source

v1.1.11

Compare Source

v1.1.10

Compare Source

v1.1.9

Compare Source

v1.1.8

Compare Source

v1.1.7

Compare Source

v1.1.6

Compare Source

v1.1.5

Compare Source

v1.1.4

Compare Source

v1.1.2

Compare Source

v1.1.1

Compare Source

v1.0.116

Compare Source

olyop/eslint-config (@​oly_op/eslint-config)

v6.7.23

Compare Source

v6.7.22

Compare Source

v6.7.21

Compare Source

v6.7.20

Compare Source

v6.7.19

Compare Source

v6.7.18

Compare Source

v6.7.17

Compare Source

v6.7.16

Compare Source

v6.7.15

Compare Source

v6.7.14

Compare Source

v6.7.13

Compare Source

v6.7.12

Compare Source

v6.7.11

Compare Source

v6.7.10

Compare Source

v6.7.9

Compare Source

v6.7.8

Compare Source

v6.7.7

Compare Source

v6.7.6

Compare Source

v6.7.5

Compare Source

v6.7.4

Compare Source

v6.7.3

Compare Source

v6.7.2

Compare Source

v6.7.1

Compare Source

v6.7.0

Compare Source

v6.6.1

Compare Source

v6.6.0

Compare Source

v6.5.7

Compare Source

v6.5.6

Compare Source

v6.5.5

Compare Source

v6.5.4

Compare Source

v6.5.3

Compare Source

v6.5.2

Compare Source

v6.5.1

Compare Source

v6.5.0

Compare Source

v6.4.2

Compare Source

v6.4.1

Compare Source

v6.4.0

Compare Source

v6.3.0

Compare Source

v6.2.1

Compare Source

v6.2.0

Compare Source

olyop/prettier-config (@​oly_op/prettier-config)

v1.9.8

Compare Source

v1.9.7

Compare Source

v1.9.6

Compare Source

v1.9.5

Compare Source

v1.9.4

Compare Source

v1.9.3

Compare Source

v1.9.2

Compare Source

v1.9.1

Compare Source

v1.9.0

Compare Source

v1.8.6

Compare Source

v1.8.5

Compare Source

v1.8.4

Compare Source

v1.8.3

Compare Source

v1.8.2

Compare Source

v1.8.1

Compare Source

v1.8.0

Compare Source

v1.7.12

Compare Source

v1.7.11

Compare Source

v1.7.10

Compare Source

v1.7.9

Compare Source

v1.7.8

Compare Source

v1.7.7

Compare Source

v1.7.6

Compare Source

v1.7.5

Compare Source

v1.7.4

Compare Source

v1.7.3

Compare Source

v1.7.2

Compare Source

v1.7.1

Compare Source

v1.7.0

Compare Source

v1.6.0

Compare Source

v1.5.0

Compare Source

v1.4.1

Compare Source

v1.4.0

Compare Source

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

v6.21.0

Compare Source

🚀 Features
  • export plugin metadata

  • allow parserOptions.project: false

  • eslint-plugin: add rule prefer-find

🩹 Fixes
  • eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression

  • eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values

  • eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions

  • eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option

  • eslint-plugin: [class-literal-property-style] allow getter when same key setter exists

  • eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before as keyword

❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v6.20.0

Compare Source

🚀 Features
  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering
🩹 Fixes
  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result

  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable

  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN

  • eslint-plugin: [prefer-readonly] disable checking accessors

❤️ Thank You
  • Alex Parloti
  • auvred
  • James Browning
  • StyleShit
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v6.19.1

Compare Source

🩹 Fixes
  • type-utils: preventing isUnsafeAssignment infinite recursive calls

  • eslint-plugin: [no-unnecessary-condition] fix false positive for type variable

❤️ Thank You
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v6.19.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-promise-reject-errors] add rule

  • eslint-plugin: [no-array-delete] add new rule

  • eslint-plugin: [no-useless-template-literals] add fix suggestions

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression

  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable

❤️ Thank You
  • auvred
  • Brad Zacher
  • Josh Goldberg ✨
  • Joshua Chen
  • LJX
  • Steven
  • StyleShit

You can read about our versioning strategy and releases on our website.

v6.18.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line

  • eslint-plugin: [no-unnecessary-condition] improve checking optional callee

  • eslint-plugin: [prefer-readonly] support modifiers of unions and intersections

  • eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option

❤️ Thank You
  • auvred
  • James
  • Josh Goldberg ✨
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v6.18.0

Compare Source

🚀 Features
  • typescript-estree: throw on invalid update expressions

  • eslint-plugin: [no-var-requires, no-require-imports] allow option

❤️ Thank You
  • auvred
  • Joshua Chen

You can read about our versioning strategy and releases on our website.

v6.17.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-restricted-imports] prevent crash when patterns or paths in options are empty (#​8108) (675e987)
Features
  • eslint-plugin: [no-floating-promises] flag result of .map(async) (#​7897) (5857356)
  • eslint-plugin: [switch-exhaustiveness-check] add an option to warn against a default case on an already exhaustive switch (#​7539) (6a219bd)

You can read about our versioning strategy and releases on our website.

v6.16.0

Compare Source

Bug Fixes
  • eslint-plugin: [unbound-method] exempt all non-Promise built-in statics (#​8096) (3182959)
Features
  • eslint-plugin: deprecate formatting (meta.type: layout) rules (#​8073) (04dea84)
  • eslint-plugin: deprecate no-extra-semi in favor of ESLint Stylistic equivalent (#​8123) (9368bf3)

You can read about our versioning strategy and releases on our website.

v6.15.0

Compare Source

Features

You can read about our versioning strategy and releases on our website.

v6.14.0

Compare Source

Bug Fixes
  • eslint-plugin: add no-unsafe-unary-minus, prefer-destructuring to disable-type-checked (#​8038) (431cd15)
  • eslint-plugin: correct message for no-unsafe-unary-minus (#​7998) (705370a)
Features
  • eslint-plugin: [explicit-function-return-type] add support for typed class property definitions (#​8027) (bff47d7)
  • eslint-plugin: [require-await] allow yielding Promise in async generators (#​8003) (4c3e704)

You can read about our versioning strategy and releases on our website.

6.13.2 (2023-12-04)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

6.13.1 (2023-11-28)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

v6.13.2

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

v6.13.1

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

v6.13.0

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

v6.12.0

Compare Source

Bug Fixes
  • eslint-plugin: [class-methods-use-this] detect a problematic case for private/protected members if ignoreClassesThatImplementAnInterface is set (#​7705) (155aa1f)
  • eslint-plugin: [no-unnecessary-condition] fix false positive with computed member access and branded key type (#​7706) (f151b26)
  • eslint-plugin: [switch-exhaustiveness-check] enum members with new line or single quotes are not being fixed correctly (#​7806) (a034d0a), closes #​7768
Features
  • [member-ordering] add accessor support for member-ordering (#​7927) (3c8312d)
  • eslint-plugin: [switch-exhaustiveness-check] add requireDefaultForNonUnion option (#​7880) (4cfcd45)

You can read about our versioning strategy and releases on our website.

eslint/eslint (eslint)

v8.57.1

Compare Source

Bug Fixes
  • a19072f fix: add logic to handle fixTypes in the lintText() method (#​18900) (Francesco Trotta)
  • 04c7188 fix: Don't lint same file multiple times (#​18899) (Francesco Trotta)
  • 87ec3c4 fix: do not throw when defining a global named __defineSetter__ (#​18898) (Francesco Trotta)
  • 60a1267 fix: Provide helpful error message for nullish configs (#​18889) (Milos Djermanovic)
  • a0dea8e fix: allow name in global ignores, fix --no-ignore for non-global (#​18875) (Milos Djermanovic)
  • 3836bb4 fix: do not crash on error in fs.walk filter (#​18886) (Milos Djermanovic)
  • 2dec349 fix: skip processor code blocks that match only universal patterns (#​18880) (Milos Djermanovic)
Documentation

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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 was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Nov 25, 2023

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8e0f39b to 60608da Compare November 26, 2023 03:26
@renovate
Copy link
Contributor Author

renovate bot commented Nov 26, 2023

⚠ 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 ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @as-integrations/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/cspell
npm ERR!   dev cspell@"7.3.9" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer cspell@"8.0.0" from @oly_op/[email protected]
npm ERR! node_modules/@oly_op/cspell-dict
npm ERR!   dev @oly_op/cspell-dict@"1.1.10" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-05-07T15_55_16_738Z-debug-0.log

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from a1ed2d1 to d6709eb Compare December 1, 2023 22:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from b9f73f9 to 545f6ea Compare December 10, 2023 10:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 3c54c9a to cd2587e Compare December 18, 2023 06:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cd2587e to 888d8a0 Compare December 18, 2023 18:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from c211363 to 687c946 Compare August 12, 2025 14:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 687c946 to 3e0a8e7 Compare August 15, 2025 10:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3e0a8e7 to 75a5015 Compare August 24, 2025 05:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 67883d5 to 3845654 Compare September 13, 2025 08:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from f0b0643 to 04dd779 Compare September 22, 2025 17:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 50e998a to b01fb47 Compare September 30, 2025 23:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 0689aa2 to f63d30a Compare October 11, 2025 17:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from df23349 to f3d1689 Compare October 20, 2025 20:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f3d1689 to e522394 Compare October 21, 2025 00:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants