Robot-Inventor / astro-custom-toc

Astro Integration to generate a customizable table of contents
MIT License
4 stars 0 forks source link

chore(deps): update dependency @robot-inventor/eslint-config to v4 #171

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@robot-inventor/eslint-config ^3.0.0 -> ^4.0.0 age adoption passing confidence

Release Notes

Robot-Inventor/eslint-config (@​robot-inventor/eslint-config) ### [`v4.0.6`](https://togithub.com/Robot-Inventor/eslint-config/blob/HEAD/CHANGELOG.md#406) [Compare Source](https://togithub.com/Robot-Inventor/eslint-config/compare/v4.0.5...v4.0.6) ##### Patch Changes - [#​146](https://togithub.com/Robot-Inventor/eslint-config/pull/146) [`a77622d`](https://togithub.com/Robot-Inventor/eslint-config/commit/a77622d5136647e8bb8f819dfa90988a702cc172) Thanks [@​Robot-Inventor](https://togithub.com/Robot-Inventor)! - fix: remove `@typescript-eslint/strict-boolean-expressions` rule ### [`v4.0.5`](https://togithub.com/Robot-Inventor/eslint-config/blob/HEAD/CHANGELOG.md#405) [Compare Source](https://togithub.com/Robot-Inventor/eslint-config/compare/v4.0.4...v4.0.5) ##### Patch Changes - [#​144](https://togithub.com/Robot-Inventor/eslint-config/pull/144) [`9eab1eb`](https://togithub.com/Robot-Inventor/eslint-config/commit/9eab1eb929bf24de0b46a91a878c32ab1562e383) Thanks [@​Robot-Inventor](https://togithub.com/Robot-Inventor)! - fix: make `overrides` field more strict ### [`v4.0.4`](https://togithub.com/Robot-Inventor/eslint-config/blob/HEAD/CHANGELOG.md#404) [Compare Source](https://togithub.com/Robot-Inventor/eslint-config/compare/v4.0.3...v4.0.4) ##### Patch Changes - [#​141](https://togithub.com/Robot-Inventor/eslint-config/pull/141) [`177ea5f`](https://togithub.com/Robot-Inventor/eslint-config/commit/177ea5ff64a52d27a4b88d57f3c0e47b9534648d) Thanks [@​Robot-Inventor](https://togithub.com/Robot-Inventor)! - fix: incorrect build artifacts for CommonJS ### [`v4.0.3`](https://togithub.com/Robot-Inventor/eslint-config/blob/HEAD/CHANGELOG.md#403) [Compare Source](https://togithub.com/Robot-Inventor/eslint-config/compare/v4.0.2...v4.0.3) ##### Patch Changes - [#​139](https://togithub.com/Robot-Inventor/eslint-config/pull/139) [`628b17c`](https://togithub.com/Robot-Inventor/eslint-config/commit/628b17cc50818642ae407a57405a9c40299099c5) Thanks [@​Robot-Inventor](https://togithub.com/Robot-Inventor)! - fix: incorrect structure of build artifacts ### [`v4.0.2`](https://togithub.com/Robot-Inventor/eslint-config/blob/HEAD/CHANGELOG.md#402) [Compare Source](https://togithub.com/Robot-Inventor/eslint-config/compare/v4.0.1...v4.0.2) ##### Patch Changes - [#​137](https://togithub.com/Robot-Inventor/eslint-config/pull/137) [`8c0b655`](https://togithub.com/Robot-Inventor/eslint-config/commit/8c0b655c65c01815ab42e76b671defd60471278c) Thanks [@​Robot-Inventor](https://togithub.com/Robot-Inventor)! - docs: remove obsolete instructions in the README ### [`v4.0.1`](https://togithub.com/Robot-Inventor/eslint-config/blob/HEAD/CHANGELOG.md#401) [Compare Source](https://togithub.com/Robot-Inventor/eslint-config/compare/v4.0.0...v4.0.1) ##### Patch Changes - [#​133](https://togithub.com/Robot-Inventor/eslint-config/pull/133) [`3f82aa7`](https://togithub.com/Robot-Inventor/eslint-config/commit/3f82aa707390045ee3a3a4a9071f54dea1c2431d) Thanks [@​Robot-Inventor](https://togithub.com/Robot-Inventor)! - fix: add resolver for TypeScript - [#​136](https://togithub.com/Robot-Inventor/eslint-config/pull/136) [`8344b8f`](https://togithub.com/Robot-Inventor/eslint-config/commit/8344b8f6dce28f0439cb5ef147fa325a7e01504b) Thanks [@​Robot-Inventor](https://togithub.com/Robot-Inventor)! - feat: add linting for the config file - [#​132](https://togithub.com/Robot-Inventor/eslint-config/pull/132) [`a72fbcc`](https://togithub.com/Robot-Inventor/eslint-config/commit/a72fbcc7b9525ba1adc43248867aa6a3912a617e) Thanks [@​Robot-Inventor](https://togithub.com/Robot-Inventor)! - fix: remove deprecated rule remove following deprecated rule: - [`quote-props`](https://eslint.org/docs/latest/rules/quote-props) (deprecated in v8.53.0) ### [`v4.0.0`](https://togithub.com/Robot-Inventor/eslint-config/blob/HEAD/CHANGELOG.md#400) [Compare Source](https://togithub.com/Robot-Inventor/eslint-config/compare/v3.0.1...v4.0.0) ##### Major Changes - [#​126](https://togithub.com/Robot-Inventor/eslint-config/pull/126) [`a77e4de`](https://togithub.com/Robot-Inventor/eslint-config/commit/a77e4def31b3c5fcaa83f9f5b5ae4789ebac7a11) Thanks [@​Robot-Inventor](https://togithub.com/Robot-Inventor)! - feat: add some typescript-eslint rules add following rules: - `@typescript-eslint/consistent-type-exports` - `@typescript-eslint/strict-boolean-expressions` - `@typescript-eslint/switch-exhaustiveness-check` - [#​129](https://togithub.com/Robot-Inventor/eslint-config/pull/129) [`31821f6`](https://togithub.com/Robot-Inventor/eslint-config/commit/31821f63670c3f8b9db07f8df8551811bedb8b77) Thanks [@​Robot-Inventor](https://togithub.com/Robot-Inventor)! - feat: add typescript-eslint's stylistic-type-checked rules - [#​127](https://togithub.com/Robot-Inventor/eslint-config/pull/127) [`099cdc0`](https://togithub.com/Robot-Inventor/eslint-config/commit/099cdc08957fea9de48e5fe4f3283a844778a71a) Thanks [@​Robot-Inventor](https://togithub.com/Robot-Inventor)! - feat: add eslint-plugin-import-x add following rules: - `import-x/no-deprecated` - `import-x/no-extraneous-dependencies` - `import-x/no-absolute-path` - `import-x/no-cycle` - `import-x/no-self-import` - `import-x/no-useless-path-segments` - `import-x/exports-last` - `import-x/first` - `import-x/group-exports` - `import-x/max-dependencies` - `import-x/newline-after-import` - `import-x/no-unassigned-import` ##### Patch Changes - [#​124](https://togithub.com/Robot-Inventor/eslint-config/pull/124) [`f94c515`](https://togithub.com/Robot-Inventor/eslint-config/commit/f94c515ec69ecaa0b44f6df9edad3861e3d0af28) Thanks [@​renovate](https://togithub.com/apps/renovate)! - fix(deps): update dependency eslint-plugin-jsdoc to v50.0.1 ### [`v3.0.1`](https://togithub.com/Robot-Inventor/eslint-config/blob/HEAD/CHANGELOG.md#301) [Compare Source](https://togithub.com/Robot-Inventor/eslint-config/compare/v3.0.0...v3.0.1) ##### Patch Changes - [#​122](https://togithub.com/Robot-Inventor/eslint-config/pull/122) [`e51d164`](https://togithub.com/Robot-Inventor/eslint-config/commit/e51d164edfd76c0490a8f435a1b0e0e191920171) Thanks [@​renovate](https://togithub.com/apps/renovate)! - fix(deps): update dependency [@​eslint/js](https://togithub.com/eslint/js) to v9.9.0

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

changeset-bot[bot] commented 1 month ago

⚠️ No Changeset found

Latest commit: 4b3290b12153571d36801271ea00776774d58b31

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR