stackabletech / stackable-cockpit

Home of stackable-cockpit, stackablectl and stackable-cockpitd
https://docs.stackable.tech/management/stable/
Other
7 stars 2 forks source link

chore(deps): update dependency eslint-plugin-solid to ^0.14.0 #255

Open stackable-bot opened 4 months ago

stackable-bot commented 4 months ago

This PR contains the following updates:

Package Type Update Change
eslint-plugin-solid devDependencies minor ^0.12.1 -> ^0.14.0

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

solidjs-community/eslint-plugin-solid (eslint-plugin-solid) ### [`v0.14.3`](https://redirect.github.com/solidjs-community/eslint-plugin-solid/releases/tag/v0.14.3) [Compare Source](https://redirect.github.com/solidjs-community/eslint-plugin-solid/compare/v0.14.2...v0.14.3) #### What's Changed - Restructure to turbo monorepo by [@​joshwilsonvu](https://redirect.github.com/joshwilsonvu) in [https://github.com/solidjs-community/eslint-plugin-solid/pull/150](https://redirect.github.com/solidjs-community/eslint-plugin-solid/pull/150) - Add GH Action for bumping package versions. by [@​joshwilsonvu](https://redirect.github.com/joshwilsonvu) in [https://github.com/solidjs-community/eslint-plugin-solid/pull/153](https://redirect.github.com/solidjs-community/eslint-plugin-solid/pull/153) - Update Regex that ignores untracked Scopes by [@​N0tExisting](https://redirect.github.com/N0tExisting) in [https://github.com/solidjs-community/eslint-plugin-solid/pull/152](https://redirect.github.com/solidjs-community/eslint-plugin-solid/pull/152) #### New Contributors - [@​N0tExisting](https://redirect.github.com/N0tExisting) made their first contribution in [https://github.com/solidjs-community/eslint-plugin-solid/pull/152](https://redirect.github.com/solidjs-community/eslint-plugin-solid/pull/152) **Full Changelog**: https://github.com/solidjs-community/eslint-plugin-solid/compare/v0.14.2...v0.14.3 ### [`v0.14.2`](https://redirect.github.com/solidjs-community/eslint-plugin-solid/releases/tag/v0.14.2) [Compare Source](https://redirect.github.com/solidjs-community/eslint-plugin-solid/compare/v0.14.1...v0.14.2) #### What's Changed - fix: allow typescript-eslint@8 as dependency by [@​JoshuaKGoldberg](https://redirect.github.com/JoshuaKGoldberg) in [https://github.com/solidjs-community/eslint-plugin-solid/pull/149](https://redirect.github.com/solidjs-community/eslint-plugin-solid/pull/149) - Bump braces from 3.0.2 to 3.0.3 in /standalone by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/solidjs-community/eslint-plugin-solid/pull/143](https://redirect.github.com/solidjs-community/eslint-plugin-solid/pull/143) #### New Contributors - [@​JoshuaKGoldberg](https://redirect.github.com/JoshuaKGoldberg) made their first contribution in [https://github.com/solidjs-community/eslint-plugin-solid/pull/149](https://redirect.github.com/solidjs-community/eslint-plugin-solid/pull/149) **Full Changelog**: https://github.com/solidjs-community/eslint-plugin-solid/compare/v0.14.1...v0.14.2 ### [`v0.14.1`](https://redirect.github.com/solidjs-community/eslint-plugin-solid/releases/tag/v0.14.1) [Compare Source](https://redirect.github.com/solidjs-community/eslint-plugin-solid/compare/v0.14.0...v0.14.1) #### What's Changed - fix(deps): bump eslint peer dep to include v9 by [@​pauliesnug](https://redirect.github.com/pauliesnug) in [https://github.com/solidjs-community/eslint-plugin-solid/pull/141](https://redirect.github.com/solidjs-community/eslint-plugin-solid/pull/141) - use ESLint v9 internally and update CI by [@​joshwilsonvu](https://redirect.github.com/joshwilsonvu) #### New Contributors - [@​pauliesnug](https://redirect.github.com/pauliesnug) made their first contribution in [https://github.com/solidjs-community/eslint-plugin-solid/pull/141](https://redirect.github.com/solidjs-community/eslint-plugin-solid/pull/141) **Full Changelog**: https://github.com/solidjs-community/eslint-plugin-solid/compare/v0.14.0...v0.14.1 ### [`v0.14.0`](https://redirect.github.com/solidjs-community/eslint-plugin-solid/releases/tag/v0.14.0) [Compare Source](https://redirect.github.com/solidjs-community/eslint-plugin-solid/compare/v0.13.2...v0.14.0) #### What's Changed This version brings support for ESLint v9 and some great improvements from the community. Thank you! My current plan is to release v1 soon with few or no changes. - Cleanup dependencies by [@​nix6839](https://redirect.github.com/nix6839) in [https://github.com/solidjs-community/eslint-plugin-solid/pull/130](https://redirect.github.com/solidjs-community/eslint-plugin-solid/pull/130) - Bump workflows by [@​nix6839](https://redirect.github.com/nix6839) in [https://github.com/solidjs-community/eslint-plugin-solid/pull/131](https://redirect.github.com/solidjs-community/eslint-plugin-solid/pull/131) - Don't crash when encounter unknown node like `as` by [@​nix6839](https://redirect.github.com/nix6839) in [https://github.com/solidjs-community/eslint-plugin-solid/pull/134](https://redirect.github.com/solidjs-community/eslint-plugin-solid/pull/134) - Expose flat configs from package root as .configs\['flat/\*']. by [@​joshwilsonvu](https://redirect.github.com/joshwilsonvu) in [https://github.com/solidjs-community/eslint-plugin-solid/pull/139](https://redirect.github.com/solidjs-community/eslint-plugin-solid/pull/139) - ESLint v9 backwards-compatible support by [@​joshwilsonvu](https://redirect.github.com/joshwilsonvu) in [https://github.com/solidjs-community/eslint-plugin-solid/pull/140](https://redirect.github.com/solidjs-community/eslint-plugin-solid/pull/140) **Full Changelog**: https://github.com/solidjs-community/eslint-plugin-solid/compare/v0.13.2...v0.14.0 ### [`v0.13.2`](https://redirect.github.com/solidjs-community/eslint-plugin-solid/releases/tag/v0.13.2) [Compare Source](https://redirect.github.com/solidjs-community/eslint-plugin-solid/compare/v0.13.1...v0.13.2) #### What's Changed - Tighten up checking for tracked scopes in custom hook arguments. by [@​joshwilsonvu](https://redirect.github.com/joshwilsonvu) in [https://github.com/solidjs-community/eslint-plugin-solid/pull/125](https://redirect.github.com/solidjs-community/eslint-plugin-solid/pull/125) - Enable type generation by [@​nix6839](https://redirect.github.com/nix6839) in [https://github.com/solidjs-community/eslint-plugin-solid/pull/129](https://redirect.github.com/solidjs-community/eslint-plugin-solid/pull/129) #### New Contributors - [@​nix6839](https://redirect.github.com/nix6839) made their first contribution in [https://github.com/solidjs-community/eslint-plugin-solid/pull/129](https://redirect.github.com/solidjs-community/eslint-plugin-solid/pull/129) **Full Changelog**: https://github.com/solidjs-community/eslint-plugin-solid/compare/v0.13.1...v0.13.2 ### [`v0.13.1`](https://redirect.github.com/solidjs-community/eslint-plugin-solid/releases/tag/v0.13.1) [Compare Source](https://redirect.github.com/solidjs-community/eslint-plugin-solid/compare/v0.13.0...v0.13.1) #### What's Changed - Fix minor syntax mistake in readme by [@​SomeAspy](https://redirect.github.com/SomeAspy) in [https://github.com/solidjs-community/eslint-plugin-solid/pull/107](https://redirect.github.com/solidjs-community/eslint-plugin-solid/pull/107) - Bump [@​babel/traverse](https://redirect.github.com/babel/traverse) from 7.21.3 to 7.23.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/solidjs-community/eslint-plugin-solid/pull/109](https://redirect.github.com/solidjs-community/eslint-plugin-solid/pull/109) - inline methods of jsx-ast-utils to simplify dependency tree by [@​ulrichstark](https://redirect.github.com/ulrichstark) in [https://github.com/solidjs-community/eslint-plugin-solid/pull/114](https://redirect.github.com/solidjs-community/eslint-plugin-solid/pull/114) - Fix flat imports example by adding configs dir to files field, for [#​118](https://redirect.github.com/solidjs-community/eslint-plugin-solid/issues/118). by [@​joshwilsonvu](https://redirect.github.com/joshwilsonvu) in [https://github.com/solidjs-community/eslint-plugin-solid/pull/119](https://redirect.github.com/solidjs-community/eslint-plugin-solid/pull/119) - Fix crash when parsing undefined in certain places by [@​joshwilsonvu](https://redirect.github.com/joshwilsonvu) in [https://github.com/solidjs-community/eslint-plugin-solid/pull/120](https://redirect.github.com/solidjs-community/eslint-plugin-solid/pull/120) - Support custom reactive functions for reactivity rule by [@​CreativeTechGuy](https://redirect.github.com/CreativeTechGuy) in [https://github.com/solidjs-community/eslint-plugin-solid/pull/113](https://redirect.github.com/solidjs-community/eslint-plugin-solid/pull/113) - Make function name checking more resilient for [#​116](https://redirect.github.com/solidjs-community/eslint-plugin-solid/issues/116). by [@​joshwilsonvu](https://redirect.github.com/joshwilsonvu) in [https://github.com/solidjs-community/eslint-plugin-solid/pull/121](https://redirect.github.com/solidjs-community/eslint-plugin-solid/pull/121) - Check JSXFragment in most places where checking JSXElement, fixes [#​106](https://redirect.github.com/solidjs-community/eslint-plugin-solid/issues/106). by [@​joshwilsonvu](https://redirect.github.com/joshwilsonvu) in [https://github.com/solidjs-community/eslint-plugin-solid/pull/122](https://redirect.github.com/solidjs-community/eslint-plugin-solid/pull/122) - Only mark props as reactive for non-sync callbacks, fixes [#​110](https://redirect.github.com/solidjs-community/eslint-plugin-solid/issues/110). by [@​joshwilsonvu](https://redirect.github.com/joshwilsonvu) in [https://github.com/solidjs-community/eslint-plugin-solid/pull/123](https://redirect.github.com/solidjs-community/eslint-plugin-solid/pull/123) #### New Contributors - [@​SomeAspy](https://redirect.github.com/SomeAspy) made their first contribution in [https://github.com/solidjs-community/eslint-plugin-solid/pull/107](https://redirect.github.com/solidjs-community/eslint-plugin-solid/pull/107) - [@​CreativeTechGuy](https://redirect.github.com/CreativeTechGuy) made their first contribution in [https://github.com/solidjs-community/eslint-plugin-solid/pull/113](https://redirect.github.com/solidjs-community/eslint-plugin-solid/pull/113) **Full Changelog**: https://github.com/solidjs-community/eslint-plugin-solid/compare/v0.13.0...v0.13.1 ### [`v0.13.0`](https://redirect.github.com/solidjs-community/eslint-plugin-solid/releases/tag/v0.13.0) [Compare Source](https://redirect.github.com/solidjs-community/eslint-plugin-solid/compare/v0.12.1...v0.13.0) #### What's Changed - Add basic Flat Config setup to README by [@​Mitsunee](https://redirect.github.com/Mitsunee) in [https://github.com/solidjs-community/eslint-plugin-solid/pull/96](https://redirect.github.com/solidjs-community/eslint-plugin-solid/pull/96) - Bump word-wrap from 1.2.3 to 1.2.5 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/solidjs-community/eslint-plugin-solid/pull/104](https://redirect.github.com/solidjs-community/eslint-plugin-solid/pull/104) - Bump word-wrap from 1.2.3 to 1.2.5 in /standalone by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/solidjs-community/eslint-plugin-solid/pull/103](https://redirect.github.com/solidjs-community/eslint-plugin-solid/pull/103) #### New Contributors - [@​Mitsunee](https://redirect.github.com/Mitsunee) made their first contribution in [https://github.com/solidjs-community/eslint-plugin-solid/pull/96](https://redirect.github.com/solidjs-community/eslint-plugin-solid/pull/96) **Full Changelog**: https://github.com/solidjs-community/eslint-plugin-solid/compare/v0.12.1...v0.13.0

Configuration

📅 Schedule: Branch creation - "" in timezone Europe/Berlin, 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.



This PR has been generated by Renovate Bot.