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

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 17, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

prettier/prettier (prettier)

v3.2.2

Compare Source

diff

Fix crash when parsing template literal CSS in a JSX style tag using a spread attribute (#​15896 by @​eelco)

For example this code would crash before:

<style {...spread}>{`.{}`}</style>
Fix formatting error on optional call expression and member chain (#​15920 by @​sosukesuzuki)
// Input
a(() => {}, c?.d());

// Prettier 3.2.1
TypeError: Cannot read properties of undefined (reading 'type')

// Prettier 3.2.2
a(() => {}, c?.d());

Configuration

📅 Schedule: Branch creation - "after 6pm every weekday,every weekend" in timezone Australia/Sydney, Automerge - "after 6pm every weekday,every weekend" in timezone Australia/Sydney.

🚦 Automerge: Enabled.

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.


  • 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 enabled auto-merge (squash) January 17, 2024 07:53
@renovate renovate bot merged commit a59e752 into main Jan 17, 2024
9 of 10 checks passed
@renovate renovate bot deleted the renovate/prettier-3.x branch January 17, 2024 07:54
zeshuaro-bot bot pushed a commit that referenced this pull request Jan 21, 2024
## [0.8.0](v0.7.1...v0.8.0) (2024-01-21)

### Features

* **publish:** return published package details ([#206](#206)) ([559d2b4](559d2b4))

### Miscellaneous Chores

* **deps:** lock file maintenance ([#194](#194)) ([4e21ada](4e21ada))
* **deps:** update dependency prettier to v3.2.1 ([#195](#195)) ([81b8c21](81b8c21))
* **deps:** update dependency prettier to v3.2.2 ([#197](#197)) ([a59e752](a59e752))
* **deps:** update dependency prettier to v3.2.3 ([#202](#202)) ([dcfabdc](dcfabdc))
* **deps:** update dependency prettier to v3.2.4 ([#203](#203)) ([59dc484](59dc484))
* **deps:** update dependency semantic-release to v23 ([#198](#198)) ([7355f10](7355f10))
* **deps:** update typescript-eslint monorepo to v6.19.0 ([#200](#200)) ([279d2a8](279d2a8))
* **deps:** update vitest monorepo to v1.2.0 ([#196](#196)) ([abf668e](abf668e))
* **deps:** update vitest monorepo to v1.2.1 ([#204](#204)) ([a6b46e6](a6b46e6))

### Code Refactoring

* **prepare:** use shared functions to retrieve pubspec file content ([#205](#205)) ([747035c](747035c))

### Continuous Integration

* **deps:** update zeshuaro/github-actions-workflows digest to 11305da ([#193](#193)) ([15b0b03](15b0b03))
* **deps:** update zeshuaro/github-actions-workflows digest to 1a5d202 ([#192](#192)) ([8b9fc45](8b9fc45))
* **deps:** update zeshuaro/github-actions-workflows digest to 20f223c ([#199](#199)) ([0f31b1e](0f31b1e))
* **deps:** update zeshuaro/github-actions-workflows digest to b93ca44 ([#201](#201)) ([cd6a39c](cd6a39c))
* **release:** remove redundant permissions ([#190](#190)) ([0118dfa](0118dfa))
* **scheduled:** use github app id and private key ([#191](#191)) ([2d2211d](2d2211d))
@zeshuaro-bot
Copy link

zeshuaro-bot bot commented Jan 21, 2024

🎉 This PR is included in version 0.8.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants