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

fix(deps): update dependencies #377

Merged
merged 1 commit into from
Jun 10, 2024
Merged

fix(deps): update dependencies #377

merged 1 commit into from
Jun 10, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 10, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.24.6 -> 7.24.7 age adoption passing confidence
@babel/generator (source) 7.24.6 -> 7.24.7 age adoption passing confidence
@babel/parser (source) 7.24.6 -> 7.24.7 age adoption passing confidence
@babel/types (source) 7.24.6 -> 7.24.7 age adoption passing confidence
prettier (source) 3.3.0 -> 3.3.1 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.24.7

Compare Source

🐛 Bug Fix
🏠 Internal
  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
babel/babel (@​babel/parser)

v7.24.7

Compare Source

v7.24.7 (2024-06-05)

🐛 Bug Fix
🏠 Internal
  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
Committers: 7
prettier/prettier (prettier)

v3.3.1

Compare Source

diff

Preserve empty lines in front matter (#​16347 by @​fisker)
<!-- Input -->
---
foo:
  - bar1

  - bar2

  - bar3
---
Markdown

<!-- Prettier 3.3.0 -->

---
foo:
  - bar1
  - bar2
  - bar3
---

Markdown

<!-- Prettier 3.3.1 -->
---
foo:
  - bar1

  - bar2

  - bar3
---

Markdown
Preserve explicit language in front matter (#​16348 by @​fisker)
<!-- Input -->
---yaml
title: Hello
slug: home
---

<!-- Prettier 3.3.0 -->
---
title: Hello
slug: home
---

<!-- Prettier 3.3.1 -->
---yaml
title: Hello
slug: home
---
Avoid line breaks in import attributes (#​16349 by @​fisker)
// Input
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

// Prettier 3.3.0
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type:
  "json" };

// Prettier 3.3.1
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

@renovate renovate bot added dependencies Pull requests that update a dependency file patch-version renovate labels Jun 10, 2024
@renovate renovate bot enabled auto-merge (rebase) June 10, 2024 01:32
@danadajian danadajian changed the title fix(deps): update dependencies chore(deps): update dependencies Jun 10, 2024
@danadajian danadajian disabled auto-merge June 10, 2024 12:23
@danadajian danadajian enabled auto-merge (squash) June 10, 2024 12:23
@renovate renovate bot force-pushed the renovate/dependencies branch from 60aeceb to 0e9b066 Compare June 10, 2024 12:24
@renovate renovate bot changed the title chore(deps): update dependencies fix(deps): update dependencies Jun 10, 2024
@danadajian danadajian merged commit a0df634 into main Jun 10, 2024
4 checks passed
@danadajian danadajian deleted the renovate/dependencies branch June 10, 2024 12:25
Copy link

🎉 This PR is included in version 2.4.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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 patch-version released renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant