Skip to content

chore(deps): update patch/minor dependencies#262

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-non-major
Open

chore(deps): update patch/minor dependencies#262
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-non-major

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 7, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@crawlee/core (source) 4.0.0-beta.254.0.0-beta.33 age confidence
@crawlee/http (source) 4.0.0-beta.254.0.0-beta.33 age confidence
@crawlee/impit-client (source) 4.0.0-beta.294.0.0-beta.33 age confidence
@crawlee/types (source) 4.0.0-beta.254.0.0-beta.33 age confidence
@crawlee/utils (source) 4.0.0-beta.254.0.0-beta.33 age confidence
prettier (source) 3.6.23.8.1 age confidence
turbo (source) 2.6.02.8.17 age confidence

Release Notes

apify/crawlee (@​crawlee/core)

v4.0.0-beta.33

Compare Source

v4.0.0-beta.32

Compare Source

v4.0.0-beta.31

Compare Source

v4.0.0-beta.30

Compare Source

v4.0.0-beta.29

Compare Source

v4.0.0-beta.28

Compare Source

v4.0.0-beta.27

Compare Source

v4.0.0-beta.26

Compare Source

prettier/prettier (prettier)

v3.8.1

Compare Source

v3.8.0

Compare Source

diff

🔗 Release note

v3.7.4

Compare Source

diff

LWC: Avoid quote around interpolations (#​18383 by @​kovsu)
<!-- Input -->
<div foo={bar}>   </div>

<!-- Prettier 3.7.3 (--embedded-language-formatting off) -->
<div foo="{bar}"></div>

<!-- Prettier 3.7.4 (--embedded-language-formatting off) -->
<div foo={bar}></div>
TypeScript: Fix comment inside union type gets duplicated (#​18393 by @​fisker)
// Input
type Foo = (/** comment */ a | b) | c;

// Prettier 3.7.3
type Foo = /** comment */ (/** comment */ a | b) | c;

// Prettier 3.7.4
type Foo = /** comment */ (a | b) | c;
TypeScript: Fix unstable comment print in union type comments (#​18395 by @​fisker)
// Input
type X = (A | B) & (
  // comment
  A | B
);

// Prettier 3.7.3 (first format)
type X = (A | B) &
  (// comment
  A | B);

// Prettier 3.7.3 (second format)
type X = (
  | A
  | B // comment
) &
  (A | B);

// Prettier 3.7.4
type X = (A | B) &
  // comment
  (A | B);

v3.7.3

Compare Source

diff

API: Fix prettier.getFileInfo() change that breaks VSCode extension (#​18375 by @​fisker)

An internal refactor accidentally broke the VSCode extension plugin loading.

v3.7.2

Compare Source

diff

JavaScript: Fix string print when switching quotes (#​18351 by @​fisker)
// Input
console.log("A descriptor\\'s .kind must be \"method\" or \"field\".")

// Prettier 3.7.1
console.log('A descriptor\\'s .kind must be "method" or "field".');

// Prettier 3.7.2
console.log('A descriptor\\\'s .kind must be "method" or "field".');
JavaScript: Preserve quote for embedded HTML attribute values (#​18352 by @​kovsu)
// Input
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;

// Prettier 3.7.1
const html = /* HTML */ ` <div class=${styles.banner}></div> `;

// Prettier 3.7.2
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;
TypeScript: Fix comment in empty type literal (#​18364 by @​fisker)
// Input
export type XXX = {
  // tbd
};

// Prettier 3.7.1
export type XXX = { // tbd };

// Prettier 3.7.2
export type XXX = {
  // tbd
};

v3.7.1

Compare Source

diff

API: Fix performance regression in doc printer (#​18342 by @​fisker)

Prettier 3.7.1 can be very slow when formatting big files, the regression has been fixed.

v3.7.0

Compare Source

diff

🔗 Release Notes

vercel/turborepo (turbo)

v2.8.17: Turborepo v2.8.17

Compare Source

Full Changelog: vercel/turborepo@v2.8.17-canary.16...v2.8.17

v2.8.16: Turborepo v2.8.16

Compare Source

What's Changed

turbo-ignore
@​turbo/codemod
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.8.15...v2.8.16

v2.8.15: Turborepo v2.8.15

Compare Source

What's Changed

create-turbo
@​turbo/repository
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.8.13...v2.8.15

v2.8.14

Compare Source

v2.8.13: Turborepo v2.8.13

Compare Source

What's Changed

@​turbo/repository
Examples
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.8.12...v2.8.13

v2.8.12: Turborepo v2.8.12

Compare Source

What's Changed

Changelog

Full Changelog: vercel/turborepo@v2.8.11...v2.8.12

v2.8.11: Turborepo v2.8.11

Compare Source

What's Changed

Docs
@​turbo/repository
Changelog

Full Changelog: vercel/turborepo@v2.8.10...v2.8.11

v2.8.10: Turborepo v2.8.10

Compare Source

What's Changed

create-turbo
Changelog

Full Changelog: vercel/turborepo@v2.8.9...v2.8.10

v2.8.9

Compare Source

v2.8.8: Turborepo v2.8.8

Compare Source

What's Changed

@​turbo/codemod
Examples
Changelog

Configuration

📅 Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-non-major branch 3 times, most recently from a16217b to 91fb9bb Compare March 11, 2026 04:16
@renovate renovate bot force-pushed the renovate/all-non-major branch from 91fb9bb to ca82de0 Compare March 13, 2026 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants