Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency prettier to v3.0.3 #391

Merged
merged 1 commit into from
Sep 5, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 4, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

prettier/prettier (prettier)

v3.0.3

Compare Source

diff

Add preferUnplugged: true to package.json (#​15169 by @​fisker and @​so1ve)

Prettier v3 uses dynamic imports, user will need to unplug Prettier when Yarn's PnP mode is enabled, add preferUnplugged: true to package.json, so Yarn will install Prettier as unplug by default.

Support shared config that forbids require() (#​15233 by @​fisker)

If an external shared config package is used, and the package exports don't have require or default export.

In Prettier 3.0.2 Prettier fails when attempt to require() the package, and throws an error.

Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in <packageName>/package.json
Allow argument of require() to break (#​15256 by @​fisker)
// Input
const plugin = require(
  global.STANDALONE
    ? path.join(__dirname, "../standalone.js")
    : path.join(__dirname, "..")
);

// Prettier 3.0.2
const plugin = require(global.STANDALONE
  ? path.join(__dirname, "../standalone.js")
  : path.join(__dirname, ".."));

// Prettier 3.0.3
const plugin = require(
  global.STANDALONE
    ? path.join(__dirname, "../standalone.js")
    : path.join(__dirname, "..")
);
Do not print trailing commas in arrow function type parameter lists in ts code blocks (#​15286 by @​sosukesuzuki)
<!-- Input -->
```ts
const foo = <T>() => {}
```

<!-- Prettier 3.0.2 -->
```ts
const foo = <T,>() => {}
```

<!-- Prettier 3.0.3 -->
```ts
const foo = <T>() => {}
```
Support TypeScript 5.2 using / await using declaration (#​15321 by @​sosukesuzuki)

Support for the upcoming Explicit Resource Management feature in ECMAScript. using / await using declaration

{
   using foo = new Foo();
   await using bar = new Bar();
}

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 September 4, 2023 02:11
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Sep 4, 2023
@rwaskiewicz rwaskiewicz enabled auto-merge (squash) September 5, 2023 12:41
@rwaskiewicz rwaskiewicz merged commit 1683a9f into main Sep 5, 2023
4 checks passed
@rwaskiewicz rwaskiewicz deleted the renovate/prettier-3.x-lockfile branch September 5, 2023 12:42
benelan pushed a commit to Esri/calcite-design-system that referenced this pull request Nov 2, 2023
[![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.5` ->
`3.0.7`](https://renovatebot.com/diffs/npm/@stencil%2fsass/3.0.5/3.0.7)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@stencil%2fsass/3.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@stencil%2fsass/3.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@stencil%2fsass/3.0.5/3.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@stencil%2fsass/3.0.5/3.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

#### What's Changed

- chore(deps): update dependency npm to v10.2.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#410
- chore(deps): update dependency
[@&#8203;rollup/plugin-node-resolve](https://togithub.com/rollup/plugin-node-resolve)
to v15.2.2 by [@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#409
- chore(deps): update dependency terser to v5.21.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#411
- chore(repo): group rollup in renovate by
[@&#8203;rwaskiewicz](https://togithub.com/rwaskiewicz) in
[ionic-team/stencil-sass#413
- chore(deps): update rollup, by
[@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#414
- chore(deps): update dependency
[@&#8203;stencil/core](https://togithub.com/stencil/core) to v4.4.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#408
- chore(deps): update dependency
[@&#8203;stencil/core](https://togithub.com/stencil/core) to v4.4.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#416
- chore(deps-dev): bump
[@&#8203;babel/traverse](https://togithub.com/babel/traverse) from
7.15.4 to 7.23.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[ionic-team/stencil-sass#418
- chore(deps): update node.js to v20.8.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#417
- chore(deps): update dependency
[@&#8203;stencil/core](https://togithub.com/stencil/core) to v4.5.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#419
- chore(deps): update dependency terser to v5.22.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#420
- chore(deps): update dependency rollup to v4 by
[@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#415
- chore(deps): update dependency npm to v10.2.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#422
- chore(deps): update actions/checkout action to v4.1.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#421

**Full Changelog**:
ionic-team/stencil-sass@v3.0.6...v3.0.7

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

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

#### What's Changed

- chore(deps): update dependency terser to v5.19.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#376
- chore(deps): update dependency
[@&#8203;stencil/core](https://togithub.com/stencil/core) to v4.0.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#377
- chore(deps): update dependency
[@&#8203;stencil/core](https://togithub.com/stencil/core) to v4.0.3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#379
- chore(deps): update dependency prettier to v3.0.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#380
- chore(deps): update dependency
[@&#8203;stencil/core](https://togithub.com/stencil/core) to v4.0.4 by
[@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#381
- chore(deps): update actions/setup-node action to v3.8.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#383
- chore(deps): update node.js to v20.5.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#382
- chore(deps): update dependency
[@&#8203;stencil/core](https://togithub.com/stencil/core) to v4.0.5 by
[@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#384
- chore(deps): update actions/setup-node action to v3.8.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#385
- chore(deps): update dependency prettier to v3.0.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#386
- chore(deps): update dependency
[@&#8203;rollup/plugin-node-resolve](https://togithub.com/rollup/plugin-node-resolve)
to v15.2.0 by [@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#387
- chore(deps): update dependency
[@&#8203;stencil/core](https://togithub.com/stencil/core) to v4.1.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#388
- chore(deps): update dependency
[@&#8203;rollup/plugin-node-resolve](https://togithub.com/rollup/plugin-node-resolve)
to v15.2.1 by [@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#389
- chore(deps): update dependency npm to v10 by
[@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#393
- chore(deps): update dependency prettier to v3.0.3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#391
- chore(deps): update actions/checkout action to v3.6.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#390
- chore(deps): update node.js to v20.6.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#394
- chore(deps): update dependency terser to v5.19.3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#392
- chore(deps): update actions/checkout action to v4 by
[@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#396
- chore(deps): update dependency terser to v5.19.4 by
[@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#395
- chore(deps): update dependency
[@&#8203;stencil/core](https://togithub.com/stencil/core) to v4.2.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#397
- chore(deps): update dependency npm to v10.1.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#399
- chore(deps): update node.js to v20.6.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#398
- chore(deps): update dependency
[@&#8203;stencil/core](https://togithub.com/stencil/core) to v4.2.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#400
- chore(deps): update dependency
[@&#8203;stencil/core](https://togithub.com/stencil/core) to v4.3.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#401
- chore(deps): update node.js to v20.7.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#402
- chore(deps): update dependency terser to v5.20.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#403
- chore(deps): update actions/checkout action to v4.1.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#404
- chore(deps): update dependency rimraf to v5.0.4 by
[@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#405
- chore(deps): update node.js to v20.8.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#407
- chore(deps): update dependency rimraf to v5.0.5 by
[@&#8203;renovate](https://togithub.com/renovate) in
[ionic-team/stencil-sass#406

**Full Changelog**:
ionic-team/stencil-sass@v3.0.5...v3.0.6

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy44LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zMS41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

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