Closed renovate[bot] closed 10 months ago
Latest commit: 3616db2182c9d585bcbe60710b89189d1af55611
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.
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
This PR contains the following updates:
2.0.1
->2.0.3
3.0.2
->3.2.1
Release Notes
the-guild-org/shared-config (@theguild/prettier-config)
### [`v2.0.3`](https://togithub.com/the-guild-org/shared-config/blob/HEAD/packages/prettier-config/CHANGELOG.md#203) [Compare Source](https://togithub.com/the-guild-org/shared-config/compare/@theguild/prettier-config@2.0.2...@theguild/prettier-config@2.0.3) ##### Patch Changes - [#317](https://togithub.com/the-guild-org/shared-config/pull/317) [`d37d14e`](https://togithub.com/the-guild-org/shared-config/commit/d37d14eee9794d93b1b7129ed6244faa8b470056) Thanks [@dotansimha](https://togithub.com/dotansimha)! - dependencies updates: - Updated dependency [`prettier-plugin-sh@^0.13.1` ↗︎](https://www.npmjs.com/package/prettier-plugin-sh/v/0.13.1) (from `^0.13.0`, in `dependencies`) ### [`v2.0.2`](https://togithub.com/the-guild-org/shared-config/blob/HEAD/packages/prettier-config/CHANGELOG.md#202) [Compare Source](https://togithub.com/the-guild-org/shared-config/compare/@theguild/prettier-config@2.0.1...@theguild/prettier-config@2.0.2) ##### Patch Changes - [#260](https://togithub.com/the-guild-org/shared-config/pull/260) [`95ac66a`](https://togithub.com/the-guild-org/shared-config/commit/95ac66a4a20e8500705fae81bc435449185f1332) Thanks [@renovate](https://togithub.com/apps/renovate)! - dependencies updates: - Updated dependency [`@ianvs/prettier-plugin-sort-imports@4.1.0` ↗︎](https://www.npmjs.com/package/@ianvs/prettier-plugin-sort-imports/v/4.1.0) (from `4.0.2`, in `dependencies`) - [#288](https://togithub.com/the-guild-org/shared-config/pull/288) [`dcf502e`](https://togithub.com/the-guild-org/shared-config/commit/dcf502e8fc51afbe82545a7f34715e29788de88d) Thanks [@renovate](https://togithub.com/apps/renovate)! - dependencies updates: - Updated dependency [`@ianvs/prettier-plugin-sort-imports@4.1.1` ↗︎](https://www.npmjs.com/package/@ianvs/prettier-plugin-sort-imports/v/4.1.1) (from `4.1.0`, in `dependencies`)prettier/prettier (prettier)
### [`v3.2.1`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#321) [Compare Source](https://togithub.com/prettier/prettier/compare/3.2.0...3.2.1) [diff](https://togithub.com/prettier/prettier/compare/3.2.0...3.2.1) ##### Fix formatting error on member chain ([#15915](https://togithub.com/prettier/prettier/pull/15915) by [@sosukesuzuki](https://togithub.com/sosukesuzuki)) ```jsx // Input test().test2().test2(thing?.something); // Prettier 3.2.0 TypeError: Cannot read properties of undefined (reading 'type') // Prettier 3.2.1 test().test2().test2(thing?.something); ``` ### [`v3.2.0`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#320) [Compare Source](https://togithub.com/prettier/prettier/compare/3.1.1...3.2.0) [diff](https://togithub.com/prettier/prettier/compare/3.1.1...3.2.0) 🔗 [Release Notes](https://prettier.io/blog/2024/01/13/3.2.0.html) ### [`v3.1.1`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#311) [Compare Source](https://togithub.com/prettier/prettier/compare/3.1.0...3.1.1) [diff](https://togithub.com/prettier/prettier/compare/3.1.0...3.1.1) ##### Fix config file search ([#15363](https://togithub.com/prettier/prettier/pull/15363) by [@fisker](https://togithub.com/fisker)) Previously, we start search for config files from the filePath as a directory, if it happened to be a directory and contains config file, it will be used by mistake. ```text ├─ .prettierrc └─ test.js (A directory) └─ .prettierrc ``` ```js // Prettier 3.1.0 await prettier.resolveConfigFile(new URL("./test.js", import.meta.url)); //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.
This PR has been generated by Mend Renovate. View repository job log here.