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

Merged
merged 3 commits into from
Nov 28, 2024

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.17.1 age adoption passing confidence
@stylistic/eslint-plugin (source) 2.9.0 -> 2.11.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.0.1 -> 8.16.0 age adoption passing confidence
@typescript-eslint/rule-tester (source) 8.0.1 -> 8.16.0 age adoption passing confidence
@typescript-eslint/utils (source) 8.0.1 -> 8.16.0 age adoption passing confidence
eslint-import-resolver-typescript 3.6.1 -> 3.6.3 age adoption passing confidence
eslint-plugin-eslint-plugin 6.2.0 -> 6.3.2 age adoption passing confidence
eslint-plugin-import-x 4.3.1 -> 4.4.3 age adoption passing confidence
eslint-plugin-jsx-a11y 6.7.1 -> 6.10.2 age adoption passing confidence
eslint-plugin-n 17.10.2 -> 17.14.0 age adoption passing confidence
eslint-plugin-unicorn 56.0.0 -> 56.0.1 age adoption passing confidence
typescript-eslint (source) 8.0.1 -> 8.16.0 age adoption passing confidence

Release Notes

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

v1.17.1

Compare Source

✨ New
  • feat(shared): add version detection logic;
🐞 Fixes

v1.17.0

Compare Source

✨ New
  • feat(plugins/naming-convention): add 'ignoreFilesWithoutCode' option to 'filename-extension'
🐞 Fixes
  • refactor(plugins/x): xhtml entities should be allowed inside of 'no-useless-fragment', closes: #​850
  • fix(plugins/eslint-plugin): unexpected top-level property 'name' in legacy presets, closes #​863
  • fix(plugins/eslint-plugin): rules list in 'debug' and 'disable-debug' presets

v1.16.2

Compare Source

🐞 Fixes
🪄 Improvements

v1.16.1

Compare Source

✨ New
🪄 Improvements

v1.15.2

Compare Source

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

v1.15.1

Compare Source

✨ New
  • feat: added code fixer to react-x/avoid-shorthand-boolean and react-x/prefer-shorthand-fragment by @​Rel1cx
🐞 Fixes

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.
eslint-stylistic/eslint-stylistic (@​stylistic/eslint-plugin)

v2.11.0

Compare Source

Features
  • comma-dangle: add support for Import Attributes (#​586) (4c177c3)
  • comma-style: add support for more syntax (#​597) (922151c)
  • function-call-argument-newline: add support for Import Attributes (#​603) (8ee0c24)
  • function-call-spacing: add optionalChain to control the space around the optional chain (#​605) (f732798)
  • function-paren-newline: add support for Import Attributes (#​585) (4ede153)
Bug Fixes
Build Related

v2.10.1

Compare Source

Features
  • indent-binary-ops: disabled to lower indent when starts closing bracket (#​591) (25fe554)
Bug Fixes
  • key-spacing: crash for import without attributes when using align: "colon" (#​594) (6000f43)
Chores

v2.10.0

Compare Source

Features
  • cross test comma-spacing (#​562) (ea72317)
  • function-call-spacing: auto-fix optional chain when option is never (#​589) (7a2b47f)
  • function-call-spacing: support ImportExpression in ts version (#​570) (19d1f8c)
  • indent-binary-ops: logical expression indent (#​576) (cbf800d)
  • indent: add support for Import Attributes (#​579) (4f944d8)
  • key-spacing: add support for Import Attributes (#​583) (789d893)
  • max-statements-per-line: new option to allow specific statements (#​558) (2ed4054)
  • no-multi-spaces: add support for Import Attributes (#​584) (0da0713)
  • padding-line-between-statements: add support for multiline-export and singleline-export (#​582) (2690a30)
  • quote-props: add support for Import Attributes (#​581) (4edfee2)
Bug Fixes
  • correct the type of quotes in customize (#​590) (b86c2df)
  • function-call-spacing: don't remove comments while auto-fixing (#​588) (53b4a55)
  • jsx-closing-bracket-location: should not remove comment in jsx (#​566) (e2ba8d5)
Documentation
Chores
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.16.0

Compare Source

🚀 Features
❤️ Thank You
  • Josh Goldberg ✨

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

v8.15.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.14.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.13.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.12.2

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.12.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.12.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.11.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.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.16.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.15.0

Compare Source

🚀 Features
  • rule-tester: run method - avoid to infer type parameter from tests param (#​10324)
❤️ Thank You

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

v8.14.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.13.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.12.2

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.12.1

Compare Source

🩹 Fixes
  • rule-tester: use cwd option to set base path for tests with file name (#​10201)
❤️ Thank You

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

v8.12.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-nullish-coalescing] add support for assignment expressions (#​10152)
❤️ Thank You
  • Abraham Guo

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

v8.11.0

Compare Source

🩹 Fixes
  • rule-tester: allow custom filename outside directory (#​10147)
❤️ Thank You

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

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.16.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.15.0

Compare Source

🚀 Features
  • rule-tester: run method - avoid to infer type parameter from tests param (#​10324)
  • utils: add new optional language field to FlatConfig.Config type (#​10326)
🩹 Fixes
  • utils: add defaultOptions to meta in rule (#​10339)
  • add missing peer dependencies (#​9744)
❤️ Thank You

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

v8.14.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.13.0

Compare Source

🩹 Fixes
  • utils: allow an array for the values of SharedConfig (#​10217)
❤️ Thank You
  • Trygve Aaberge

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

v8.12.2

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.12.1](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/utils/C


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 3f2fd90 to 16f52b1 Compare October 26, 2024 06:38
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 16f52b1 to 67f27d8 Compare October 27, 2024 19:32
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 67f27d8 to 4769418 Compare October 27, 2024 19:33
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 4769418 to 0c7869c Compare October 28, 2024 20:07
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 0c7869c to 02b8f53 Compare October 28, 2024 20:08
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 02b8f53 to 6eec9f2 Compare October 29, 2024 01:50
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 6eec9f2 to dc7f0be Compare October 29, 2024 01:51
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 544244b to 60533d0 Compare November 19, 2024 06:25
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 60533d0 to 9cfb522 Compare November 19, 2024 06:26
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 9cfb522 to 01959ed Compare November 19, 2024 11:45
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 01959ed to 85746c7 Compare November 19, 2024 11:46
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 85746c7 to 3f0a7d5 Compare November 20, 2024 08:19
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 3f0a7d5 to f3aaccb Compare November 20, 2024 08:20
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from f3aaccb to e3a91e4 Compare November 20, 2024 18:23
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from e3a91e4 to 18e7cbe Compare November 20, 2024 18:24
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 18e7cbe to d7d5cc2 Compare November 21, 2024 13:48
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from d7d5cc2 to 6e112f1 Compare November 21, 2024 13:49
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 6e112f1 to 51097eb Compare November 21, 2024 20:19
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from 51097eb to 55c6020 Compare November 21, 2024 20:20
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from 55c6020 to b99797c Compare November 22, 2024 17:17
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from b99797c to f5ad38a Compare November 22, 2024 17:17
@renovate renovate bot force-pushed the renovate/eslint-rule-and-plugin-updates branch from f5ad38a to e4bfd88 Compare November 25, 2024 19:19
@rainx rainx force-pushed the renovate/eslint-rule-and-plugin-updates branch from e4bfd88 to 573c5da Compare November 25, 2024 19:20
Copy link
Contributor Author

renovate bot commented Nov 28, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@frantic1048 frantic1048 force-pushed the renovate/eslint-rule-and-plugin-updates branch from 6bce6d4 to 425a310 Compare November 28, 2024 07:07
@frantic1048 frantic1048 merged commit 50fce2e into main Nov 28, 2024
6 checks passed
@frantic1048 frantic1048 deleted the renovate/eslint-rule-and-plugin-updates branch November 28, 2024 07:10
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