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): update dependencies #526

Merged
merged 1 commit into from
Jun 12, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 3, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@nestjs/common (source) 10.3.8 -> 10.3.9 age adoption passing confidence dependencies patch
@nestjs/core (source) 10.3.8 -> 10.3.9 age adoption passing confidence dependencies patch
@nestjs/platform-express (source) 10.3.8 -> 10.3.9 age adoption passing confidence dependencies patch
@nestjs/testing (source) 10.3.8 -> 10.3.9 age adoption passing confidence devDependencies patch
@types/node (source) 18.19.33 -> 18.19.34 age adoption passing confidence devDependencies patch
bitnami/nginx (source) 1.26 -> 1.27 age adoption passing confidence final minor
prettier (source) 3.3.0 -> 3.3.2 age adoption passing confidence devDependencies patch
webpack 5.91.0 -> 5.92.0 age adoption passing confidence devDependencies minor

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

nestjs/nest (@​nestjs/common)

v10.3.9

Compare Source

v10.3.9 (2024-06-03)
Bug fixes
Enhancements
Docs
Dependencies
Committers: 14
prettier/prettier (prettier)

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>

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" };
webpack/webpack (webpack)

v5.92.0

Compare Source


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.

👻 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. View repository job log here.

@renovate renovate bot added the dependencies label Jun 3, 2024
@renovate renovate bot requested a review from artursudnik June 3, 2024 16:44
@renovate renovate bot changed the title build(deps): update dependencies to v10.3.9 build(deps): update dependencies Jun 4, 2024
@renovate renovate bot force-pushed the renovate/dependencies branch 4 times, most recently from 7040f9e to e6600cf Compare June 11, 2024 07:41
@artursudnik artursudnik merged commit 99af6ba into develop Jun 12, 2024
9 of 10 checks passed
@artursudnik artursudnik deleted the renovate/dependencies branch June 12, 2024 06:09
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