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

build(deps-dev): bump prettier from 3.2.4 to 3.2.5 #2731

Merged
merged 1 commit into from Feb 6, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 6, 2024

Bumps prettier from 3.2.4 to 3.2.5.

Release notes

Sourced from prettier's releases.

3.2.5

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.2.5

diff

Support Angular inline styles as single template literal (#15968 by @​sosukesuzuki)

Angular v17 supports single string inline styles.

// Input
@Component({
  template: `<div>...</div>`,
  styles: `h1 { color: blue; }`,
})
export class AppComponent {}
// Prettier 3.2.4
@​Component({
template: &lt;div&gt;...&lt;/div&gt;,
styles: h1 { color: blue; },
})
export class AppComponent {}
// Prettier 3.2.5
@​Component({
template: &lt;div&gt;...&lt;/div&gt;,
styles: h1 { color: blue; },
})
export class AppComponent {}

Unexpected embedded formatting for Angular template (#15969 by @​JounQin)

Computed template should not be considered as Angular component template

// Input
const template = "foobar";
@​Component({
[template]: &lt;h1&gt;{{       hello }}&lt;/h1&gt;,
})
export class AppComponent {}
</tr></table>

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [prettier](https://github.com/prettier/prettier) from 3.2.4 to 3.2.5.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.2.4...3.2.5)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 6, 2024
@actions-bot actions-bot enabled auto-merge (squash) February 6, 2024 12:14
@actions-bot actions-bot merged commit 51b40af into main Feb 6, 2024
6 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/prettier-3.2.5 branch February 6, 2024 12:16
Copy link
Contributor

github-actions bot commented Feb 6, 2024

Full test suite slash command (repository admin only)

/test repository=peter-evans/create-pull-request ref=dependabot/npm_and_yarn/prettier-3.2.5 build=true

aleksandrychev pushed a commit to aleksandrychev/create-pull-request that referenced this pull request Mar 4, 2024
Bumps [prettier](https://github.com/prettier/prettier) from 3.2.4 to 3.2.5.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.2.4...3.2.5)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fuxingloh pushed a commit to fuxingloh/crypto-frontmatter that referenced this pull request Mar 13, 2024
…197)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[peter-evans/create-pull-request](https://togithub.com/peter-evans/create-pull-request)
| action | patch | `v6.0.0` -> `v6.0.2` |

---

### Release Notes

<details>
<summary>peter-evans/create-pull-request
(peter-evans/create-pull-request)</summary>

###
[`v6.0.2`](https://togithub.com/peter-evans/create-pull-request/compare/v6.0.1...v6.0.2)

[Compare
Source](https://togithub.com/peter-evans/create-pull-request/compare/v6.0.1...v6.0.2)

###
[`v6.0.1`](https://togithub.com/peter-evans/create-pull-request/releases/tag/v6.0.1):
Create Pull Request v6.0.1

[Compare
Source](https://togithub.com/peter-evans/create-pull-request/compare/v6.0.0...v6.0.1)

⚙️ Fixes [an
issue](https://togithub.com/peter-evans/create-pull-request/issues/2790)
where updating a pull request leads to the error `Cannot read properties
of undefined (reading 'number')`. This was likely caused by GitHub
fixing a long standing bug with an API endpoint, resulting in a breaking
change.

#### What's Changed

- build(deps-dev): bump
[@&#8203;types/jest](https://togithub.com/types/jest) from 29.5.11 to
29.5.12 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[peter-evans/create-pull-request#2730
- build(deps-dev): bump prettier from 3.2.4 to 3.2.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[peter-evans/create-pull-request#2731
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 18.19.10 to
18.19.14 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[peter-evans/create-pull-request#2732
- build(deps): bump peter-evans/slash-command-dispatch from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[peter-evans/create-pull-request#2748
- build(deps): bump peter-evans/create-pull-request from 5 to 6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[peter-evans/create-pull-request#2747
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 18.19.14 to
18.19.15 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[peter-evans/create-pull-request#2759
- build(deps-dev): bump eslint-plugin-jest from 27.6.3 to 27.9.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[peter-evans/create-pull-request#2769
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 18.19.15 to
18.19.17 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[peter-evans/create-pull-request#2768
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 18.19.17 to
18.19.18 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[peter-evans/create-pull-request#2780
- build(deps-dev): bump eslint from 8.56.0 to 8.57.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[peter-evans/create-pull-request#2781
- fix: list pulls using the correct head format by
[@&#8203;peter-evans](https://togithub.com/peter-evans) in
[peter-evans/create-pull-request#2792

**Full Changelog**:
peter-evans/create-pull-request@v6.0.0...v6.0.1

</details>

---

### 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.

---

- [ ] <!-- 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/fuxingloh/crypto-frontmatter).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzguMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

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.

None yet

1 participant