Skip to content

chore(deps): update dependency prettier to v3.1.1#452

Merged
alicewriteswrongs merged 1 commit intomainfrom
renovate/prettier-3.x-lockfile
Jan 9, 2024
Merged

chore(deps): update dependency prettier to v3.1.1#452
alicewriteswrongs merged 1 commit intomainfrom
renovate/prettier-3.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Dec 14, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prettier (source) 3.1.0 -> 3.1.1 age adoption passing confidence

Release Notes

prettier/prettier (prettier)

v3.1.1

Compare Source

diff

Fix config file search (#​15363 by @​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.

├─ .prettierrc
└─ test.js         (A directory)
  └─ .prettierrc
// Prettier 3.1.0
await prettier.resolveConfigFile(new URL("./test.js", import.meta.url));
// <CWD>/test.js/.prettierrc

// Prettier 3.1.1
await prettier.resolveConfigFile(new URL("./test.js", import.meta.url));
// <CWD>/.prettierrc
Skip explicitly passed symbolic links with --no-error-on-unmatched-pattern (#​15533 by @​sanmai-NL)

Since Prettier v3, we stopped following symbolic links, however in some use cases, the symbolic link patterns can't be filtered out, and there is no way to prevent Prettier from throwing errors.

In Prettier 3.1.1, you can use --no-error-on-unmatched-pattern to simply skip symbolic links.

Consistently use tabs in ternaries when useTabs is true (#​15662 by @​auvred)
// Input
aaaaaaaaaaaaaaa
	? bbbbbbbbbbbbbbbbbb
	: ccccccccccccccc
	  ? ddddddddddddddd
	  : eeeeeeeeeeeeeee
	    ? fffffffffffffff
	    : gggggggggggggggg;

// Prettier 3.1.0
aaaaaaaaaaaaaaa
	? bbbbbbbbbbbbbbbbbb
	: ccccccccccccccc
	  ? ddddddddddddddd
	  : eeeeeeeeeeeeeee
	    ? fffffffffffffff
	    : gggggggggggggggg;

// Prettier 3.1.1
aaaaaaaaaaaaaaa
	? bbbbbbbbbbbbbbbbbb
	: ccccccccccccccc
		? ddddddddddddddd
		: eeeeeeeeeeeeeee
			? fffffffffffffff
			: gggggggggggggggg;
Improve config file search (#​15663 by @​fisker)

The Prettier config file search performance has been improved by more effective cache strategy.

Fix unstable and ugly formatting for comments in destructuring patterns (#​15708 by @​sosukesuzuki)
// Input
const {
  foo,
  // bar
  // baz
}: Foo = expr;

// Prettier 3.1.0
const {
  foo1,
} // bar
// baz
: Foo = expr;

// Prettier 3.1.0 second output
const {
  foo1, // bar
} // baz
: Foo = expr;

// Prettier 3.1.1
const {
  foo1,
  // bar
  // baz
}: Foo = expr;
Support "Import Attributes" (#​15718 by @​fisker)

TypeScript 5.3 supports the latest updates to the import attributes proposal.

import something from "./something.json" with { type: "json" };
Fix false claim in docs that cursorOffset is incompatible with rangeStart/rangeEnd (#​15750 by @​ExplodingCabbage)

The cursorOffset option has in fact been compatible with rangeStart/rangeEnd for over 5 years, thanks to work by @​ds300. However, Prettier's documentation (including the CLI --help text) continued to claim otherwise, falsely. The documentation is now fixed.

Keep curly braces and from keyword in empty import statements (#​15756 by @​fisker)
// Input
import { } from 'foo';
import { /* comment */ } from 'bar';

// Prettier 3.1.0
import {} from "foo";
import /* comment */ "bar";

// Prettier 3.1.1
import {} from "foo";
import {} from /* comment */ "bar";
Keep empty import attributes and assertions (#​15757 by @​fisker)
// Input
import foo from "foo" with {};
import bar from "bar" assert {};

// Prettier 3.1.0
import foo from "foo";
import bar from "bar";

// Prettier 3.1.1
import foo from "foo" with {};
import bar from "bar" assert {};

Configuration

📅 Schedule: Branch creation - "every weekday before 11am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner December 14, 2023 07:52
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 14, 2023
@alicewriteswrongs alicewriteswrongs enabled auto-merge (squash) January 9, 2024 15:13
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from 061def6 to cb3f627 Compare January 9, 2024 15:14
@alicewriteswrongs alicewriteswrongs merged commit 4ddc4ee into main Jan 9, 2024
@alicewriteswrongs alicewriteswrongs deleted the renovate/prettier-3.x-lockfile branch January 9, 2024 15:15
jcfranco referenced this pull request in Esri/calcite-design-system Apr 5, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@stencil/sass](https://stenciljs.com/)
([source](https://togithub.com/ionic-team/stencil-sass)) | [`3.0.8` ->
`3.0.11`](https://renovatebot.com/diffs/npm/@stencil%2fsass/3.0.8/3.0.11)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@stencil%2fsass/3.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@stencil%2fsass/3.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@stencil%2fsass/3.0.8/3.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@stencil%2fsass/3.0.8/3.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>ionic-team/stencil-sass (@&#8203;stencil/sass)</summary>

###
[`v3.0.11`](https://togithub.com/ionic-team/stencil-sass/releases/tag/v3.0.11)

[Compare
Source](https://togithub.com/ionic-team/stencil-sass/compare/v3.0.10...v3.0.11)

### Dependency Updates

- chore(deps): update dependency
[@&#8203;stencil/core](https://togithub.com/stencil/core) to v4.12.6
([#&#8203;498](https://togithub.com/ionic-team/stencil-sass/issues/498))
[`cb6c016`](https://togithub.com/ionic-team/stencil-sass/commit/cb6c016)
- chore(deps): update dependency
[@&#8203;stencil/core](https://togithub.com/stencil/core) to v4.12.5
([#&#8203;495](https://togithub.com/ionic-team/stencil-sass/issues/495))
[`0a72c0a`](https://togithub.com/ionic-team/stencil-sass/commit/0a72c0a)
- chore(deps): update dependency
[@&#8203;stencil/core](https://togithub.com/stencil/core) to v4.12.4
([#&#8203;491](https://togithub.com/ionic-team/stencil-sass/issues/491))
[`7f06fb1`](https://togithub.com/ionic-team/stencil-sass/commit/7f06fb1)
- chore(deps): update actions/download-artifact action to v4.1.4
([#&#8203;494](https://togithub.com/ionic-team/stencil-sass/issues/494))
[`ea7d4db`](https://togithub.com/ionic-team/stencil-sass/commit/ea7d4db)
- chore(deps): update actions/download-artifact action to v4.1.3
([#&#8203;490](https://togithub.com/ionic-team/stencil-sass/issues/490))
[`2382d2e`](https://togithub.com/ionic-team/stencil-sass/commit/2382d2e)
- chore(deps): update dependency
[@&#8203;stencil/core](https://togithub.com/stencil/core) to v4.13.0
([#&#8203;502](https://togithub.com/ionic-team/stencil-sass/issues/502))
[`f55a21d`](https://togithub.com/ionic-team/stencil-sass/commit/f55a21d)
- chore(deps): update dependency np to v10.0.1
([#&#8203;500](https://togithub.com/ionic-team/stencil-sass/issues/500))
[`2ec062f`](https://togithub.com/ionic-team/stencil-sass/commit/2ec062f)
- chore(deps): update dependency np to v10
([#&#8203;492](https://togithub.com/ionic-team/stencil-sass/issues/492))
[`b3e9539`](https://togithub.com/ionic-team/stencil-sass/commit/b3e9539)
- chore(deps): update dependency npm to v10.5.0
([#&#8203;493](https://togithub.com/ionic-team/stencil-sass/issues/493))
[`0c69911`](https://togithub.com/ionic-team/stencil-sass/commit/0c69911)
- chore(deps): update dependency rollup to v4.13.0
([#&#8203;499](https://togithub.com/ionic-team/stencil-sass/issues/499))
[`7ea9056`](https://togithub.com/ionic-team/stencil-sass/commit/7ea9056)
- chore(deps): update dependency rollup to v4.12.1
([#&#8203;496](https://togithub.com/ionic-team/stencil-sass/issues/496))
[`375ae23`](https://togithub.com/ionic-team/stencil-sass/commit/375ae23)
- chore(deps): update dependency terser to v5.29.2
([#&#8203;501](https://togithub.com/ionic-team/stencil-sass/issues/501))
[`cd2c645`](https://togithub.com/ionic-team/stencil-sass/commit/cd2c645)
- chore(deps): update dependency terser to v5.29.1
([#&#8203;497](https://togithub.com/ionic-team/stencil-sass/issues/497))
[`cab9c66`](https://togithub.com/ionic-team/stencil-sass/commit/cab9c66)
- chore(deps): update dependency terser to v5.28.1
([#&#8203;489](https://togithub.com/ionic-team/stencil-sass/issues/489))
[`4621f83`](https://togithub.com/ionic-team/stencil-sass/commit/4621f83)

###
[`v3.0.10`](https://togithub.com/ionic-team/stencil-sass/releases/tag/v3.0.10)

[Compare
Source](https://togithub.com/ionic-team/stencil-sass/compare/v3.0.9...v3.0.10)

Dependency Updates

- chore(deps): update actions/checkout action to v4
([#&#8203;471](https://togithub.com/ionic-team/stencil-sass/issues/471))
[`62497d1`](https://togithub.com/ionic-team/stencil-sass/commit/62497d1)
- chore(deps): update actions/download-artifact action to v4.1.2
([#&#8203;474](https://togithub.com/ionic-team/stencil-sass/issues/474))
[`fe6bbad`](https://togithub.com/ionic-team/stencil-sass/commit/fe6bbad)
- chore(deps): update actions/setup-node action to v4.0.2
([#&#8203;477](https://togithub.com/ionic-team/stencil-sass/issues/477))
[`074e402`](https://togithub.com/ionic-team/stencil-sass/commit/074e402)
- chore(deps): update actions/upload-artifact action to v4.3.1
([#&#8203;475](https://togithub.com/ionic-team/stencil-sass/issues/475))
[`0e1d9b6`](https://togithub.com/ionic-team/stencil-sass/commit/0e1d9b6)
- chore(deps): update actions/upload-artifact action to v4.3.0
([#&#8203;470](https://togithub.com/ionic-team/stencil-sass/issues/470))
[`e108588`](https://togithub.com/ionic-team/stencil-sass/commit/e108588)
- chore(deps): update dependency
[@&#8203;stencil/core](https://togithub.com/stencil/core) to v4.12.3
([#&#8203;488](https://togithub.com/ionic-team/stencil-sass/issues/488))
[`b6ed3bb`](https://togithub.com/ionic-team/stencil-sass/commit/b6ed3bb)
- chore(deps): update dependency
[@&#8203;stencil/core](https://togithub.com/stencil/core) to v4.12.2
([#&#8203;479](https://togithub.com/ionic-team/stencil-sass/issues/479))
[`4487f18`](https://togithub.com/ionic-team/stencil-sass/commit/4487f18)
- chore(deps): update dependency
[@&#8203;stencil/core](https://togithub.com/stencil/core) to v4.12.1
([#&#8203;476](https://togithub.com/ionic-team/stencil-sass/issues/476))
[`a2cc3b2`](https://togithub.com/ionic-team/stencil-sass/commit/a2cc3b2)
- chore(deps): update dependency
[@&#8203;stencil/core](https://togithub.com/stencil/core) to v4.12.0
([#&#8203;472](https://togithub.com/ionic-team/stencil-sass/issues/472))
[`739589c`](https://togithub.com/ionic-team/stencil-sass/commit/739589c)
- chore(deps): update node.js to v20.11.1
([#&#8203;480](https://togithub.com/ionic-team/stencil-sass/issues/480))
[`c2c5838`](https://togithub.com/ionic-team/stencil-sass/commit/c2c5838)
- chore(deps): update dependency prettier to v3.2.5
([#&#8203;473](https://togithub.com/ionic-team/stencil-sass/issues/473))
[`36939f5`](https://togithub.com/ionic-team/stencil-sass/commit/36939f5)
- chore(deps): update dependency rollup to v4.12.0
([#&#8203;486](https://togithub.com/ionic-team/stencil-sass/issues/486))
[`4d9ed5d`](https://togithub.com/ionic-team/stencil-sass/commit/4d9ed5d)
- chore(deps): update dependency rollup to v4.11.0
([#&#8203;485](https://togithub.com/ionic-team/stencil-sass/issues/485))
[`f3a8c23`](https://togithub.com/ionic-team/stencil-sass/commit/f3a8c23)
- chore(deps): update dependency rollup to v4.10.0
([#&#8203;478](https://togithub.com/ionic-team/stencil-sass/issues/478))
[`4e6011f`](https://togithub.com/ionic-team/stencil-sass/commit/4e6011f)
- chore(deps): update dependency terser to v5.27.2
([#&#8203;487](https://togithub.com/ionic-team/stencil-sass/issues/487))
[`10089dd`](https://togithub.com/ionic-team/stencil-sass/commit/10089dd)
- chore(deps): update dependency terser to v5.27.1
([#&#8203;484](https://togithub.com/ionic-team/stencil-sass/issues/484))
[`c03fd37`](https://togithub.com/ionic-team/stencil-sass/commit/c03fd37)

Misc

- chore(ci): add automated dev releases
([#&#8203;467](https://togithub.com/ionic-team/stencil-sass/issues/467))
[`99008b4`](https://togithub.com/ionic-team/stencil-sass/commit/99008b4)

###
[`v3.0.9`](https://togithub.com/ionic-team/stencil-sass/releases/tag/v3.0.9)

[Compare
Source](https://togithub.com/ionic-team/stencil-sass/compare/v3.0.8...v3.0.9)

#### What's Changed

##### Bug Fixes

- fix(plugin): normalize dependency path by
[@&#8203;christian-bromann](https://togithub.com/christian-bromann) in
[https://github.com/ionic-team/stencil-sass/pull/459](https://togithub.com/ionic-team/stencil-sass/pull/459)

##### Dependency Updates

- chore(deps): update dependency np to v9.2.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/ionic-team/stencil-sass/pull/451](https://togithub.com/ionic-team/stencil-sass/pull/451)
- chore(deps): update actions/setup-node action to v4.0.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/ionic-team/stencil-sass/pull/454](https://togithub.com/ionic-team/stencil-sass/pull/454)
- chore(deps): update dependency
[@&#8203;stencil/core](https://togithub.com/stencil/core) to v4.9.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/ionic-team/stencil-sass/pull/455](https://togithub.com/ionic-team/stencil-sass/pull/455)
- chore(deps): update dependency prettier to v3.1.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/ionic-team/stencil-sass/pull/452](https://togithub.com/ionic-team/stencil-sass/pull/452)
- chore(deps): update dependency
[@&#8203;stencil/core](https://togithub.com/stencil/core) to v4.9.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/ionic-team/stencil-sass/pull/456](https://togithub.com/ionic-team/stencil-sass/pull/456)
- chore(deps): update dependency npm to v10.3.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/ionic-team/stencil-sass/pull/457](https://togithub.com/ionic-team/stencil-sass/pull/457)
- chore(deps): update dependency prettier to v3.2.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/ionic-team/stencil-sass/pull/458](https://togithub.com/ionic-team/stencil-sass/pull/458)
- chore(deps): update node.js to v20.11.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/ionic-team/stencil-sass/pull/443](https://togithub.com/ionic-team/stencil-sass/pull/443)
- chore(deps): update dependency rollup to v4.9.5 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/ionic-team/stencil-sass/pull/442](https://togithub.com/ionic-team/stencil-sass/pull/442)
- chore(deps): update dependency prettier to v3.2.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/ionic-team/stencil-sass/pull/460](https://togithub.com/ionic-team/stencil-sass/pull/460)
- chore(deps): update dependency
[@&#8203;stencil/core](https://togithub.com/stencil/core) to v4.10.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/ionic-team/stencil-sass/pull/462](https://togithub.com/ionic-team/stencil-sass/pull/462)
- chore(deps): update dependency terser to v5.27.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/ionic-team/stencil-sass/pull/464](https://togithub.com/ionic-team/stencil-sass/pull/464)
- chore(deps): update dependency prettier to v3.2.4 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/ionic-team/stencil-sass/pull/463](https://togithub.com/ionic-team/stencil-sass/pull/463)
- chore(build): improve build process by
[@&#8203;christian-bromann](https://togithub.com/christian-bromann) in
[https://github.com/ionic-team/stencil-sass/pull/461](https://togithub.com/ionic-team/stencil-sass/pull/461)
- chore(deps): update dependency rollup to v4.9.6 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/ionic-team/stencil-sass/pull/465](https://togithub.com/ionic-team/stencil-sass/pull/465)
- chore(deps): update dependency
[@&#8203;stencil/core](https://togithub.com/stencil/core) to v4.11.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/ionic-team/stencil-sass/pull/466](https://togithub.com/ionic-team/stencil-sass/pull/466)
- chore(deps): update dependency npm to v10.4.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/ionic-team/stencil-sass/pull/468](https://togithub.com/ionic-team/stencil-sass/pull/468)

#### New Contributors

- [@&#8203;christian-bromann](https://togithub.com/christian-bromann)
made their first contribution in
[https://github.com/ionic-team/stencil-sass/pull/459](https://togithub.com/ionic-team/stencil-sass/pull/459)

**Full Changelog**:
stenciljs/sass@v3.0.8...v3.0.9

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 5am every weekday" in timezone
America/Los_Angeles, 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Esri/calcite-design-system).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant