Update all dependencies #31

Merged
kjuulh merged 1 commits from renovate/all into main 2023-02-16 21:03:14 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
@types/react (source) devDependencies patch 18.0.27 -> 18.0.28
@types/react-dom (source) devDependencies patch 18.0.10 -> 18.0.11
eslint (source) devDependencies minor 8.33.0 -> 8.34.0
harbor.server.kjuulh.io/kjuulh/git-log stage major 1675890353436 -> 1676480736124
prettier-plugin-tailwindcss devDependencies patch 0.2.2 -> 0.2.3
tailwindcss (source) devDependencies patch 3.2.6 -> 3.2.7

Release Notes

eslint/eslint

v8.34.0

Compare Source

Features

  • 9b2fcf7 feat: array-callback-return supports Array.prototype.toSorted (#​16845) (SUZUKI Sosuke)

Bug Fixes

  • 923f61d fix: false positive with assignment in no-extra-parens (#​16872) (Francesco Trotta)

Documentation

Chores

tailwindlabs/prettier-plugin-tailwindcss

v0.2.3

Compare Source

Fixed
  • Don't sort classes in Glimmer concat helper (#​119)
  • Add support for @ianvs/prettier-plugin-sort-imports (#​122)
tailwindlabs/tailwindcss

v3.2.7

Compare Source

Fixed
  • Fix use of :where(.btn) when matching !btn (#​10601)
  • Revert including outline-color in transition and transition-colors by default (#​10604)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped)) | devDependencies | patch | [`18.0.27` -> `18.0.28`](https://renovatebot.com/diffs/npm/@types%2freact/18.0.27/18.0.28) | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped)) | devDependencies | patch | [`18.0.10` -> `18.0.11`](https://renovatebot.com/diffs/npm/@types%2freact-dom/18.0.10/18.0.11) | | [eslint](https://eslint.org) ([source](https://github.com/eslint/eslint)) | devDependencies | minor | [`8.33.0` -> `8.34.0`](https://renovatebot.com/diffs/npm/eslint/8.33.0/8.34.0) | | harbor.server.kjuulh.io/kjuulh/git-log | stage | major | `1675890353436` -> `1676480736124` | | [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | devDependencies | patch | [`0.2.2` -> `0.2.3`](https://renovatebot.com/diffs/npm/prettier-plugin-tailwindcss/0.2.2/0.2.3) | | [tailwindcss](https://tailwindcss.com) ([source](https://github.com/tailwindlabs/tailwindcss)) | devDependencies | patch | [`3.2.6` -> `3.2.7`](https://renovatebot.com/diffs/npm/tailwindcss/3.2.6/3.2.7) | --- ### Release Notes <details> <summary>eslint/eslint</summary> ### [`v8.34.0`](https://github.com/eslint/eslint/releases/tag/v8.34.0) [Compare Source](https://github.com/eslint/eslint/compare/v8.33.0...v8.34.0) #### Features - [`9b2fcf7`](https://github.com/eslint/eslint/commit/9b2fcf7e928fc92ac6d43617bdee1bda250b7491) feat: `array-callback-return` supports `Array.prototype.toSorted` ([#&#8203;16845](https://github.com/eslint/eslint/issues/16845)) (SUZUKI Sosuke) #### Bug Fixes - [`923f61d`](https://github.com/eslint/eslint/commit/923f61d8fc82d83b912c6ba95abb5a509c4d7b52) fix: false positive with assignment in `no-extra-parens` ([#&#8203;16872](https://github.com/eslint/eslint/issues/16872)) (Francesco Trotta) #### Documentation - [`f0a9883`](https://github.com/eslint/eslint/commit/f0a988384ea1a262150e70d83abd8a5e50c46fa7) docs: split rules documentation ([#&#8203;16797](https://github.com/eslint/eslint/issues/16797)) (Ben Perlmutter) - [`67aa37b`](https://github.com/eslint/eslint/commit/67aa37b583f059226b9c959672400f04ed6a56b5) docs: fix typo in command-line-interface.md ([#&#8203;16871](https://github.com/eslint/eslint/issues/16871)) (Kevin Rouchut) - [`337f7ed`](https://github.com/eslint/eslint/commit/337f7ed96131d873be7ae6b010739476d0ad15e9) docs: fix width of language input ([#&#8203;16849](https://github.com/eslint/eslint/issues/16849)) (Tanuj Kanti) - [`71349a1`](https://github.com/eslint/eslint/commit/71349a1f709baa361bd656a7ce4a7d35d857a9a8) docs: Configure a Parser page ([#&#8203;16803](https://github.com/eslint/eslint/issues/16803)) (Ben Perlmutter) - [`de7e925`](https://github.com/eslint/eslint/commit/de7e925d03764f3681269b30bb60b92ee463c10f) docs: remove extra line numbers in example ([#&#8203;16848](https://github.com/eslint/eslint/issues/16848)) (jonz94) - [`ad38d77`](https://github.com/eslint/eslint/commit/ad38d77102d6fe30cfa92c831174f178bb35c88b) docs: Update README (GitHub Actions Bot) #### Chores - [`9dbe06d`](https://github.com/eslint/eslint/commit/9dbe06d0ad875e6d5964497e2975e8d789e763d0) chore: add `type` property to array-element-newline schema ([#&#8203;16877](https://github.com/eslint/eslint/issues/16877)) (MHO) - [`a061527`](https://github.com/eslint/eslint/commit/a061527a0332f0edf559acfc2902a327cae098d9) chore: Remove unused functions ([#&#8203;16868](https://github.com/eslint/eslint/issues/16868)) (Nicholas C. Zakas) </details> <details> <summary>tailwindlabs/prettier-plugin-tailwindcss</summary> ### [`v0.2.3`](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/HEAD/CHANGELOG.md#&#8203;023---2023-02-15) [Compare Source](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.2.2...v0.2.3) ##### Fixed - Don't sort classes in Glimmer `concat` helper ([#&#8203;119](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/119)) - Add support for `@ianvs/prettier-plugin-sort-imports` ([#&#8203;122](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/122)) </details> <details> <summary>tailwindlabs/tailwindcss</summary> ### [`v3.2.7`](https://github.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#&#8203;327---2023-02-16) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.2.6...v3.2.7) ##### Fixed - Fix use of `:where(.btn)` when matching `!btn` ([#&#8203;10601](https://github.com/tailwindlabs/tailwindcss/pull/10601)) - Revert including `outline-color` in `transition` and `transition-colors` by default ([#&#8203;10604](https://github.com/tailwindlabs/tailwindcss/pull/10604)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjkuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE0My4wIn0=-->
kjuulh changed title from Update dependency eslint to v8.34.0 to Update all dependencies 2023-02-11 13:09:39 +01:00
kjuulh force-pushed renovate/all from 2b46e1ab89 to d985ef2006 2023-02-11 13:09:40 +01:00 Compare
kjuulh force-pushed renovate/all from d985ef2006 to 59c45b70c3 2023-02-15 01:53:46 +01:00 Compare
kjuulh force-pushed renovate/all from 59c45b70c3 to 7e69700191 2023-02-15 15:23:48 +01:00 Compare
kjuulh force-pushed renovate/all from 7e69700191 to 54436bc02a 2023-02-15 18:08:21 +01:00 Compare
kjuulh force-pushed renovate/all from 54436bc02a to 6fd1ca6b6a 2023-02-16 20:42:33 +01:00 Compare
kjuulh merged commit 6fd1ca6b6a into main 2023-02-16 21:03:14 +01:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kjuulh/microblog#31
No description provided.