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

fix(deps): update eslint rule and plugin updates #186

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 8, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint-react/eslint-plugin (source) 1.9.0 -> 1.15.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.0.1 -> 8.10.0 age adoption passing confidence
@typescript-eslint/rule-tester (source) 8.0.1 -> 8.10.0 age adoption passing confidence
@typescript-eslint/utils (source) 8.0.1 -> 8.10.0 age adoption passing confidence
eslint-import-resolver-typescript 3.6.1 -> 3.6.3 age adoption passing confidence
eslint-plugin-jsx-a11y 6.7.1 -> 6.10.1 age adoption passing confidence
eslint-plugin-n 17.10.2 -> 17.11.1 age adoption passing confidence
typescript-eslint (source) 8.0.1 -> 8.10.0 age adoption passing confidence

Release Notes

Rel1cx/eslint-react (@​eslint-react/eslint-plugin)

v1.15.0

Compare Source

✨ New
🐞 Fixes
  • fix: Fix false positives when 'web-api/no-leaked-event-listener' passes a signal to an intermediate variable, closes #​838
🪄 Improvements

v1.14.3

Compare Source

🪄 Improvements
  • Update @typescript-eslint's packages to ^8.7.0.

v1.14.2

Compare Source

🪄 Improvements
  • Update @typescript-eslint's packages to ^8.6.0.

v1.14.1

Compare Source

🐞 Fixes
  • Fixed false positives in rule web-api/no-leaked-resize-observer.

v1.14.0

Compare Source

🐞 Fixes
  • Fixed mono plugins missing default export.
  • Fixed component name detection when the component name starts with a underscore.
🪄 Improvements
  • Update @typescript-eslint's packages to ^8.5.0.

v1.13.1

Compare Source

🐞 Fixes
  • Fixed hooks-extra/no-unnecessary-use-callback and hooks-extra/no-unnecessary-use-memo false positives when there are references from nested scopes.

v1.13.0

Compare Source

✨ New
  • Added web-api/no-leaked-resize-observer rule to prevent leaked ResizeObserver.
🐞 Fixes
  • hooks-extra/no-redundant-custom-hook should allow custom hooks with empty body.
🪄 Improvements
  • Rename debug/react-hooks to debug/hook.
  • Rename hooks-extra/ensure-custom-using-hooks to hooks-extra/no-redundant-custom-hook.
  • Rename hooks-extra/ensure-use-memo-has-non-empty-deps to hooks-extra/no-unnecessary-use-memo.
  • Rename hooks-extra/ensure-use-callback-has-non-empty-deps to hooks-extra/no-unnecessary-use-callback.
  • Upgrade @typescript-eslint's packages to ^8.4.0.

(The rules that were renamed in this release will still be available until the next major update to avoid breaking changes.)

v1.12.4

Compare Source

✨ New
  • Added useLayoutEffect and useInsertionEffect support to hooks-extra/no-direct-set-state-in-use-effect.
🪄 Improvements
  • Deprecate rule hooks-extra/no-direct-set-state-in-use-layout-effect in favor of hooks-extra/no-direct-set-state-in-use-effect (the previous rule will still be available until the next major update to avoid breaking changes).

v1.12.3

Compare Source

✨ New
  • Added support for detecting event listeners removed by abort signal in rule web-api/no-leaked-event-listener.
🐞 Fixes
  • Fixed no-duplicate-key rule false positives when the key is an variable.
  • Fixed web-api/no-leaked-set-timeout and web-api/no-leaked-set-interval false positives when a timer is assigned to a variable declared by let but not initialized.

v1.12.2

Compare Source

✨ New
  • Added type declarations for react-x settings to the @typescript-eslint/utils/ts-eslint module via the SharedConfigurationSettings interface.
🪄 Improvements
  • Improve the performance of the no-missing-key and no-duplicate-key rules.
  • Upgrade @typescript-eslint's packages to ^8.3.0.

v1.12.1

Compare Source

✨ New
  • Add the options allowAllCaps, allowNamespace, allowLeadingUnderscore to naming-convention/component-name and set their default values to false.
🪄 Improvements
  • Normalize the component name in rule naming-convention/component-name before checking it against the pattern.

v1.12.0

Compare Source

✨ New
  • Added hooks-extra rules to recommended and recommended-legacy presets.

v1.11.0

Compare Source

✨ New
  • Added eslint-plugin-react-web-api - A plugin that provides rules for interacting with Web APIs in React applications.
  • Added web-api/no-leaked-timeout rule to prevent leaked setTimeout.
  • Added web-api/no-leaked-interval rule to prevent leaked setInterval.
  • Added web-api/no-leaked-event-listener rule to prevent leaked addEventListener.
  • Added web-api and web-api-legacy presets to enable all rules provided by eslint-plugin-react-web-api.
  • Added react-web-api/no-leaked-event-listener to recommended and recommended-legacy presets.
🪄 Improvements
  • Improve performance by skipping unnecessary checks when possible.
  • Improve dts generation of the @eslint-react/eslint-plugin package.
  • Improve website and documentation.
  • Upgrade @typescript-eslint's packages to ^8.2.0.

v1.10.1

Compare Source

🐞 Fixes
  • Fixed hooks-extra/prefer-use-state-lazy-initialization false positive when using an initializer function.
🪄 Improvements
  • Improve rule no-implicit-key error marker position and range.
  • Upgrade @typescript-eslint's packages to ^8.1.0.
  • Improve website and documentation.

v1.10.0

Compare Source

✨ New
  • Add disable-type-checked and disable-type-checked-legacy presets to disable all type-checked rules.
🪄 Improvements
  • Rename off-dom and off-dom-legacy presets to disable-dom and disable-dom-legacy (the old names will still be available until the next major update to avoid breaking changes).

v1.9.1

Compare Source

🐞 Fixes
  • Fixed dom/no-missing-iframe-sandbox false positive when the sandbox attribute is set to sandbox="".
  • Fixed all and all-legacy presets not including hooks-extra rules.
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.10.0

Compare Source

🚀 Features
❤️ Thank You
  • Josh Goldberg ✨

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

v8.9.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v8.8.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v8.8.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v8.7.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v8.6.0

Compare Source

v8.5.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v8.4.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v8.3.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v8.2.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v8.1.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

typescript-eslint/typescript-eslint (@​typescript-eslint/rule-tester)

v8.10.0

Compare Source

This was a version bump only for rule-tester to align it with other projects, there were no code changes.

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

v8.9.0

Compare Source

🚀 Features
  • rule-tester: hooks for test cases
🩹 Fixes
  • rule-tester: merge provided linterOptions
❤️ Thank You
  • Abraham Guo
  • Anna Bocharova
  • Arya Emami
  • auvred
  • Joshua Chen
  • Kirk Waiblinger
  • Lotfi Meklati
  • mdm317
  • Ronen Amiel
  • Sukka
  • YeonJuan

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

v8.8.1

Compare Source

This was a version bump only for rule-tester to align it with other projects, there were no code changes.

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

v8.8.0

Compare Source

This was a version bump only for rule-tester to align it with other projects, there were no code changes.

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

v8.7.0

Compare Source

This was a version bump only for rule-tester to align it with other projects, there were no code changes.

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

v8.6.0

Compare Source

This was a version bump only for rule-tester to align it with other projects, there were no code changes.

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

v8.5.0

Compare Source

This was a version bump only for rule-tester to align it with other projects, there were no code changes.

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

v8.4.0

Compare Source

This was a version bump only for rule-tester to align it with other projects, there were no code changes.

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

v8.3.0

Compare Source

This was a version bump only for rule-tester to align it with other projects, there were no code changes.

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

v8.2.0

Compare Source

This was a version bump only for rule-tester to align it with other projects, there were no code changes.

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

v8.1.0

Compare Source

This was a version bump only for rule-tester to align it with other projects, there were no code changes.

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

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

v8.10.0

Compare Source

This was a version bump only for utils to align it with other projects, there were no code changes.

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

v8.9.0

Compare Source

This was a version bump only for utils to align it with other projects, there were no code changes.

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

v8.8.1

Compare Source

This was a version bump only for utils to align it with other projects, there were no code changes.

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

v8.8.0

Compare Source

🩹 Fixes
  • remove export type * in d.ts to support TS<5.0

  • utils: update missing type information message

❤️ Thank You
  • auvred
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Ronen Amiel
  • Tarun Chauhan
  • YeonJuan

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

v8.7.0

Compare Source

🚀 Features
  • eslint-plugin: [consistent-type-exports] check export * exports to see if all exported members are types
🩹 Fixes
  • utils: add missing entries to the RuleListener selectors list
❤️ Thank You
  • Abraham Guo
  • auvred
  • Brian Donovan
  • Kirk Waiblinger

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

v8.6.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-deprecated] report on deprecated properties with function-like types
❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Kim Sang Du
  • YeonJuan

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

v8.5.0

Compare Source

This was a version bump only for utils to align it with other projects, there were no code changes.

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

v8.4.0

Compare Source

This was a version bump only for utils to align it with other projects, there were no code changes.

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

v8.3.0

Compare Source

🚀 Features
  • eslint-plugin: [no-deprecation] add rule
🩹 Fixes
  • utils: add missing TSSatisfiesExpression in RuleListenerBaseSelectors

  • utils: add TSDeclareFunction to functionTypeTypes

❤️ Thank You
  • Abraham Guo
  • Daichi Kamiyama
  • Josh Goldberg ✨
  • Kim Sang Du
  • Sukka
  • Vida Xie

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

v8.2.0

Compare Source

This was a version bump only for utils to align it with other projects, there were no code changes.

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

v8.1.0

Compare Source

🩹 Fixes
❤️ Thank You
  • Aly Thobani
  • Brad Zacher
  • James
  • Josh Goldberg ✨
  • Joshua Chen
  • Olivier Zalmanski
  • YeonJuan
  • Yukihiro Hasegawa

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

import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)

v3.6.3

Compare Source

Patch Changes
jsx-eslint/eslint-plugin-jsx-a11y (eslint-plugin-jsx-a11y)

v6.10.1

Compare Source

Commits
  • [Fix] handle interactive/noninteractive changes from aria-query 4925ba8
  • [Docs] Use consistent spelling of 'screen reader' cb6788c
  • [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, @babel/register, auto-changelog, eslint-plugin-import, tape 518a77e
  • [Deps] update es-iterator-helpers, string.prototype.includes eed03a3
  • [meta] package.json - Update jscodeshift & remove babel-jest 2ee940c
  • [Docs] Remove accidental whitespace in CONTRIBUTING.md a262131
  • [Deps] unpin aria-query e517937

v6.10.0

Compare Source

Fixed
  • [New] label-has-associated-control: add additional error message #1005
  • [Fix] label-has-associated-control: ignore undetermined label text #966
Commits
  • [Tests] switch from jest to tape a284cbf
  • [New] add eslint 9 support deac4fd
  • [New] add attributes setting a1ee7f8
  • [New] allow polymorphic linting to be restricted 6cd1a70
  • [Tests] remove duplicate tests 74d5dec
  • [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types 6eca235
  • [readme] remove deprecated travis ci badge; add github actions badge 0be7ea9
  • [Tests] use npm audit instead of aud 05a5e49
  • [Deps] update axobject-query 912e98c
  • [Deps] unpin axobject-query 75147aa
  • [Deps] update axe-core 27ff7cb
  • [readme] fix jsxA11y import name ce846e0
  • [readme] fix typo in shareable config section in readme cca288b

v6.9.0

Compare Source

Fixed
  • [Fix] img-redundant-alt: fixed multibyte character support #969
  • [meta] fix changelog links #960
Commits
  • [New] add support for Flat Config 6b5f096
  • Revert "[Fix] isNonInteractiveElement: Upgrade aria-query to 5.3.0 and axobject-query to 3.2.1" 75d5dd7
  • [Robustness] use safe-regex-test 4c7e781
  • [actions] update actions/checkout 51a1ca7
  • [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, @babel/register, eslint-doc-generator, object.entries 1271ac1
  • [Dev Deps] update @babel/cli, @babel/core, @babel/register, aud, eslint-plugin-import, npmignore, object.assign 540cb7a
  • [Deps] update @babel/runtime, array-includes, es-iterator-helpers, hasown, object.fromentries, safe-regex-test 5d14408
  • [Deps] pin aria-query and axobject-query, add ls-engines test to CI 32fd82c
  • [Dev Deps] update @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, eslint-doc-generator d1b4114
  • [Fix] ensure summary remains non-interactive 6a048da
  • [Deps] remove @babel/runtime 0a98ad8
  • [New] no-noninteractive-element-to-interactive-role: allow menuitemradio and menuitemcheckbox on <li> c0733f9
  • [Deps] update @babel/runtime, safe-regex-test 0d5321a
  • [actions] pin codecov to v3.1.5 961817f
  • [Deps] unpin axe-core b3559cf
  • [Deps] move object.entries to dev deps 1be7b70
  • [Deps] update @babel/runtime 2a48abb
  • [Deps] update @babel/runtime 1adec35

v6.8.0

Compare Source

Merged
  • Allow title attribute or aria-label attribute instead of accessible child in the "anchor-has-content" rule #727
Fixed
  • [Docs] aria-activedescendant-has-tabindex: align with changes from #​708 #924
  • [Fix] control-has-associated-label: don't accept whitespace as an accessible label #918
Commits
  • [Tests] migrate helper parsers function from eslint-plugin-react ce4d57f
  • [Refactor] use es-iterator-helpers 52de824
  • [New] mouse-events-have-key-events: add hoverInHandlers/hoverOutHandlers config db64898
  • [New] add polymorphicPropName setting for polymorphic components fffb05b
  • [Fix] isNonInteractiveElement: Upgrade aria-query to 5.3.0 and axobject-query to 3.2.1 64bfea6
  • [Refactor] use hasown instead of has 9a8edde
  • [actions] update used actions 10c061a
  • [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, @babel/register, aud, eslint-doc-generator, eslint-plugin-import, minimist 6d5022d
  • [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/register, eslint-doc-generator, eslint-plugin-import 4dc7f1e
  • [New] anchor-has-content: Allow title attribute OR aria-label attribute e6bfd5c
  • [patch] mouse-events-have-key-events: rport the attribute, not the node eadd70c
  • [Deps] update @babel/runtime, array-includes, array.prototype.flatmap, object.entries, object.fromentries 46ffbc3
  • [Deps] update @babel/runtime, axobject-query, jsx-ast-utils, semver 5999555
  • [Fix] pin aria-query and axe-core to fix failing tests on main 8d8f016
  • [patch] move semver from Deps to Dev Deps 4da13e7
  • [Deps] update ast-types-flow b755318
  • [Dev Deps] update eslint-plugin-import f1c976b
  • [Deps] unpin language-tags 3d1d26d
  • [Docs] no-static-element-interactions: tabIndex is written tabindex 1271153
  • [Deps] Upgrade ast-types-flow to mitigate Docker user namespacing problems f0d2ddb
  • [Dev Deps] pin jackspeak since 2.1.2+ depends on npm aliases, which kill the install process in npm < 6 0c278f4
eslint-community/eslint-plugin-n (eslint-plugin-n)

v17.11.1

Compare Source

🩹 Fixes

v17.11.0

Compare Source

🌟 Features
🩹 Fixes
  • no-missing-import: Ignore node builtins in package.json imports (#​346) (148e47e)
  • no-missing-import: Resolve tsconfig paths relative to the tsconfig (#​343) (6cd7954)
📚 Documentation
  • Explain the transitive dependency case for no-extraneous-* (#​347) (8c0a2cc)

v17.10.3

Compare Source

🩹 Fixes
  • Use our data set to work out if a module is a node module (#​338) (6a1b2c5)
📚 Documentation
typescript-eslint/typescript-eslint (typescript-eslint)

v8.10.0

Compare Source

🩹 Fixes
  • typescript-eslint: propagate name field to extended configs in config helper (#​10094)
❤️ Thank You

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

v8.9.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

v8.8.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

v8.8.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

v8.7.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

v8.6.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

v8.5.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

[v8.4.0](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-


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 the renovate label Aug 8, 2024
@renovate renovate bot requested a review from frantic1048 August 8, 2024 13:15
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from a8d983b to 93a57f3 Compare August 8, 2024 13:16
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 93a57f3 to 81787d7 Compare August 11, 2024 13:05
@renovate renovate bot changed the title fix(deps): update dependency @eslint-react/eslint-plugin to v1.9.1 fix(deps): update dependency @eslint-react/eslint-plugin to v1.10.0 Aug 11, 2024
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 81787d7 to 61cd688 Compare August 11, 2024 13:06
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 61cd688 to 2fb960b Compare August 12, 2024 17:28
@renovate renovate bot changed the title fix(deps): update dependency @eslint-react/eslint-plugin to v1.10.0 fix(deps): update eslint rule and plugin updates Aug 12, 2024
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 2fb960b to b9c5d30 Compare August 12, 2024 17:29
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from b9c5d30 to 47c57a6 Compare August 12, 2024 17:31
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 47c57a6 to fcee365 Compare August 12, 2024 17:32
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from fcee365 to 0b86941 Compare August 13, 2024 14:12
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 0b86941 to ba678e6 Compare August 13, 2024 14:13
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from ba678e6 to c000615 Compare August 19, 2024 18:46
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from c000615 to 16120e1 Compare August 19, 2024 18:47
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 16120e1 to 5c52456 Compare August 20, 2024 07:31
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 5c52456 to e2b2fa7 Compare August 20, 2024 07:32
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from e2b2fa7 to 1c860eb Compare August 20, 2024 17:59
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 1c860eb to ffd538b Compare August 20, 2024 18:00
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from ffd538b to b39dc66 Compare August 21, 2024 05:06
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from b39dc66 to 09325cc Compare August 21, 2024 05:07
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 09325cc to 3459bdd Compare August 22, 2024 17:19
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 3459bdd to 892739a Compare August 22, 2024 17:21
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 892739a to 6e33c51 Compare August 26, 2024 14:01
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 6e33c51 to e93135f Compare August 26, 2024 14:02
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from e93135f to c1e1480 Compare August 26, 2024 19:53
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from c1e1480 to a5024f1 Compare August 26, 2024 19:53
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from a5024f1 to ec99359 Compare August 27, 2024 06:36
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from ec99359 to 930d66a Compare August 27, 2024 06:37
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 8e19c63 to 5f8a00f Compare September 27, 2024 04:13
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 5f8a00f to 7aea01a Compare September 29, 2024 15:57
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 7aea01a to 76617ab Compare September 29, 2024 15:58
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 76617ab to 19bb19b Compare September 30, 2024 08:29
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 19bb19b to 4711428 Compare September 30, 2024 08:30
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 4711428 to a9a1dc3 Compare September 30, 2024 18:34
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from a9a1dc3 to 18a282e Compare September 30, 2024 18:35
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 18a282e to 99633ad Compare October 1, 2024 16:30
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 99633ad to 946d4af Compare October 1, 2024 16:31
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 946d4af to 953246b Compare October 5, 2024 06:50
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 953246b to d2d6d64 Compare October 5, 2024 06:51
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from d2d6d64 to a766bd4 Compare October 7, 2024 18:36
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from a766bd4 to 46fb7de Compare October 7, 2024 18:37
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 46fb7de to c232ece Compare October 9, 2024 10:30
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from c232ece to c011492 Compare October 9, 2024 10:31
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from c011492 to f865d70 Compare October 9, 2024 12:14
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from f865d70 to cf76bd1 Compare October 9, 2024 12:16
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from cf76bd1 to 34a8722 Compare October 12, 2024 00:56
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 34a8722 to 0d6b6ea Compare October 12, 2024 00:57
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 0d6b6ea to 72a291c Compare October 14, 2024 21:10
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 72a291c to f5ec888 Compare October 14, 2024 21:11
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from f5ec888 to 0b22ae8 Compare October 15, 2024 07:47
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 0b22ae8 to 220ddf2 Compare October 15, 2024 07:47
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 220ddf2 to c23cea5 Compare October 17, 2024 20:03
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from c23cea5 to 7d8a2d5 Compare October 17, 2024 20:07
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 7d8a2d5 to 4b3fa24 Compare October 21, 2024 03:54
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 4b3fa24 to 7370e53 Compare October 21, 2024 03:55
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 7370e53 to bd682c2 Compare October 21, 2024 06:59
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from bd682c2 to 6135cf1 Compare October 21, 2024 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

1 participant