objectionary / normalizer

Command Line Normalizer of 𝜑-calculus Expressions
https://www.objectionary.com/normalizer/
MIT License
7 stars 2 forks source link

chore(deps): update dependency prettier to v3.3.3 #434

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

prettier/prettier (prettier) ### [`v3.3.3`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#333) [Compare Source](https://togithub.com/prettier/prettier/compare/3.3.2...93c7bd7d6ef6cf52d7f336f321da606eb8fdda68) [diff](https://togithub.com/prettier/prettier/compare/3.3.2...3.3.3) ##### Add parentheses for nullish coalescing in ternary ([#​16391](https://togithub.com/prettier/prettier/pull/16391) by [@​cdignam-segment](https://togithub.com/cdignam-segment)) This change adds clarity to operator precedence. ```js // Input foo ? bar ?? foo : baz; foo ?? bar ? a : b; a ? b : foo ?? bar; // Prettier 3.3.2 foo ? bar ?? foo : baz; foo ?? bar ? a : b; a ? b : foo ?? bar; // Prettier 3.3.3 foo ? (bar ?? foo) : baz; (foo ?? bar) ? a : b; a ? b : (foo ?? bar); ``` ##### Add parentheses for decorator expressions ([#​16458](https://togithub.com/prettier/prettier/pull/16458) by [@​y-schneider](https://togithub.com/y-schneider)) Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5. ```ts // Input @​(foo`tagged template`) class X {} // Prettier 3.3.2 @​foo`tagged template` class X {} // Prettier 3.3.3 @​(foo`tagged template`) class X {} ``` ##### Support `@let` declaration syntax ([#​16474](https://togithub.com/prettier/prettier/pull/16474) by [@​sosukesuzuki](https://togithub.com/sosukesuzuki)) Adds support for Angular v18 `@let` declaration syntax. Please see the following code example. The `@let` declaration allows you to define local variables within the template: ```html @​let name = 'Frodo';

Dashboard for {{name}}

Hello, {{name}} ``` For more details, please refer to the excellent blog post by the Angular Team: [Introducing @​let in Angular](https://blog.angular.dev/introducing-let-in-angular-686f9f383f0f). We also appreciate the Angular Team for kindly answering our questions to implement this feature.

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.



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


PR-Codex overview

The focus of this PR is to update the prettier package from version 3.3.2 to 3.3.3.

Detailed summary

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

yegor256 commented 2 months ago

@rultor please, try to merge

rultor commented 2 months ago

@rultor please, try to merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

rultor commented 2 months ago

@rultor please, try to merge

@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 4s)

+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 1239
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Sat Jul 13 13:37:54 UTC 2024
+ uptime
 13:37:54 up 1 min,  0 users,  load average: 1.10, 0.43, 0.15
+ cat
com.rultor.spi.Profile: There is no 'merge' section in .rultor.yml for branch master in repo objectionary/normalizer
    at com.rultor.agents.req.StartsRequest.docker(StartsRequest.java:353)
    at com.rultor.agents.req.StartsRequest.vars(StartsRequest.java:258)
    at com.rultor.agents.req.StartsRequest.script(StartsRequest.java:147)
    at com.rultor.agents.req.StartsRequest.process(StartsRequest.java:108)
    at com.rultor.agents.AbstractAgent.execute(AbstractAgent.java:73)
    at com.rultor.spi.Agent.execute(Agent.java:89)
    at com.rultor.agents.VerboseAgent.execute(VerboseAgent.java:60)
    at com.rultor.Routine.process(Routine.java:203)
    at com.rultor.Routine.unsafe_aroundBody0(Routine.java:180)
    at com.rultor.Routine.run(Routine.java:1)
    at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:164)
    at com.jcabi.aspects.aj.MethodInterrupter.wrap(MethodInterrupter.java:109)
    at com.rultor.Routine.unsafe(Routine.java:175)
    at com.rultor.Routine.run(Routine.java:140)
    at com.jcabi.log.VerboseRunnable.run(VerboseRunnable.java:190)
    at com.jcabi.aspects.aj.MethodScheduler.lambda./run.sh(MethodScheduler.java:194)
    at java.base/java.util.concurrent.Executors.call(Executors.java:539)
    at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
    at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.run(ScheduledThreadPoolExecutor.java:305)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
    at java.base/java.util.concurrent.ThreadPoolExecutor.run(ThreadPoolExecutor.java:635)
    at com.jcabi.log.VerboseThreads.run(VerboseThreads.java:222)
    at java.base/java.lang.Thread.run(Thread.java:833)

+ exit -1
'cid' file is absent, most probably the Docker container wasn't started correctly
renovate[bot] commented 2 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

0crat commented 1 month ago

@fizruk Thanks for the review! You've earned +35 points for this: +25 as a basis; +5 for 8 hits-of-code; +5 for 4 comments. Your running balance is +15.