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 non-major #129

Merged
merged 1 commit into from
Aug 1, 2024
Merged

chore(deps): update non-major #129

merged 1 commit into from
Aug 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 1, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
ls-engines 0.9.1 -> 0.9.3 age adoption passing confidence devDependencies patch
peter-evans/create-pull-request 6d6857d -> c5a7806 action digest
prettier (source) ^3.3.1 -> ^3.3.3 age adoption passing confidence devDependencies patch

Release Notes

ljharb/ls-engines (ls-engines)

v0.9.3

Compare Source

Commits
  • [Tests] update snapshots a323066
  • [Fix] add missing DEBUG output 8bfc69b
  • [Dev Deps] update aud, object-inspect 32df121
  • [Dev Deps] update aud f23f739
  • [Deps] update get-dep-tree c1a1fab
  • [Fix] allow --current to be explicitly passed a2ba4ba
  • [meta] fix engines declaration 96493ec
  • [Deps] update semver 819e33e

v0.9.2

Compare Source

Commits
  • [Tests] update fixtures 91847d4
  • [Tests] update fixtures 603dc39
  • [Deps] update @npmcli/arborist, array.prototype.some, object.fromentries, object.values, semver, table; switch from array.prototype.group to object.groupby 56f571f
  • [Tests] update snapshots 08daaae
  • [New] add process.env.DEBUG output d604fb6
  • [Dev Deps] update aud, npmignore, tape b3c5f3a
  • [Deps] update array.prototype.tosorted, get-json a7f14a3
  • [Deps] update array.prototype.tosorted, semver ef62c4f
  • [Tests] update tape ce1f74f
  • [Dev Deps] update @ljharb/eslint-config f43fe8a
  • [Tests] skip moderate CVEs 7007576
prettier/prettier (prettier)

v3.3.3

Compare Source

diff

Add parentheses for nullish coalescing in ternary (#​16391 by @​cdignam-segment)

This change adds clarity to operator precedence.

// 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 by @​y-schneider)

Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.

// 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 by @​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:

@​let name = 'Frodo';

<h1>Dashboard for {{name}}</h1>
Hello, {{name}}

For more details, please refer to the excellent blog post by the Angular Team: Introducing @​let in Angular.

We also appreciate the Angular Team for kindly answering our questions to implement this feature.

v3.3.2

Compare Source

diff

Fix handlebars path expressions starts with @ (#​16358 by @​Princeyadav05)
{{! Input }}
<div>{{@&#8203;x.y.z}}</div>

{{! Prettier 3.3.1 }}
<div>{{@&#8203;x}}</div>

{{! Prettier 3.3.2 }}
<div>{{@&#8203;x.y.z}}</div>

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate using a curated preset maintained by Sanity. View repository job log here

@renovate renovate bot requested a review from a team as a code owner August 1, 2024 17:51
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/ls-engines@0.9.3 Transitive: environment, eval, filesystem, network, shell, unsafe +301 17.5 MB ljharb
npm/prettier@3.3.3 environment, filesystem, unsafe 0 7.7 MB prettier-bot

🚮 Removed packages: npm/ls-engines@0.9.1, npm/prettier@3.3.1

View full report↗︎

@stipsan stipsan merged commit 2b6e848 into main Aug 1, 2024
18 checks passed
@stipsan stipsan deleted the renovate/non-major branch August 1, 2024 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant