Skip to content

fix(deps): update typescript-projects #19939

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 15, 2025

This PR contains the following updates:

Package Change Age Confidence
@eslint/js (source) 9.30.1 -> 9.31.0 age confidence
@opentelemetry/semantic-conventions (source) 1.34.0 -> 1.36.0 age confidence
@playwright/test (source) 1.53.2 -> 1.54.1 age confidence
@react-email/components (source) ^0.2.0 -> ^0.3.0 age confidence
@sveltejs/kit (source) 2.22.4 -> 2.22.5 age confidence
bullmq (source) 5.56.2 -> 5.56.4 age confidence
cron 4.3.0 -> 4.3.2 age confidence
eslint (source) 9.30.1 -> 9.31.0 age confidence
react-email (source) 4.1.0 -> 4.1.3 age confidence
sharp (source, changelog) 0.34.2 -> 0.34.3 age confidence
svelte (source) 5.35.5 -> 5.35.6 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

eslint/eslint (@​eslint/js)

v9.31.0

Compare Source

open-telemetry/opentelemetry-js (@​opentelemetry/semantic-conventions)

v1.36.0

Compare Source

v1.35.0

Compare Source

microsoft/playwright (@​playwright/test)

v1.54.1

Compare Source

v1.54.0

Compare Source

Highlights

  • New cookie property partitionKey in browserContext.cookies() and browserContext.addCookies(). This property allows to save and restore partitioned cookies. See CHIPS MDN article for more information. Note that browsers have different support and defaults for cookie partitioning.

  • New option noSnippets to disable code snippets in the html report.

    import { defineConfig } from '@​playwright/test';
    
    export default defineConfig({
      reporter: [['html', { noSnippets: true }]]
    });
  • New property location in test annotations, for example in testResult.annotations and testInfo.annotations. It shows where the annotation like test.skip or test.fixme was added.

Command Line

  • New option --user-data-dir in multiple commands. You can specify the same user data dir to reuse browsing state, like authentication, between sessions.

    npx playwright codegen --user-data-dir=./user-data
  • Option -gv has been removed from the npx playwright test command. Use --grep-invert instead.

  • npx playwright open does not open the test recorder anymore. Use npx playwright codegen instead.

Miscellaneous

  • Support for Node.js 16 has been removed.
  • Support for Node.js 18 has been deprecated, and will be removed in the future.

Browser Versions

  • Chromium 139.0.7258.5
  • Mozilla Firefox 140.0.2
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 140
  • Microsoft Edge 140
resend/react-email (@​react-email/components)

v0.3.1

Compare Source

Patch Changes

v0.3.0

Compare Source

Minor Changes
  • ce78a04: tailwind: add pixelBasedPreset export directly
Patch Changes
sveltejs/kit (@​sveltejs/kit)

v2.22.5

Compare Source

Patch Changes
  • fix: re-add @sveltejs/kit to optimizeDeps.exclude (#​13983)
taskforcesh/bullmq (bullmq)

v5.56.4

Compare Source

Bug Fixes

v5.56.3

Compare Source

Bug Fixes
kelektiv/node-cron (cron)

v4.3.2

Compare Source

🛠 Builds
  • deps: update dependency luxon to ~3.7.0 (db69c74)
♻️ Chores

v4.3.1

Compare Source

🐛 Bug Fixes
♻️ Chores
eslint/eslint (eslint)

v9.31.0

Compare Source

resend/react-email (react-email)

v4.1.3

Compare Source

v4.1.2

Compare Source

v4.1.1

Compare Source

Patch Changes
  • ef77691: fix path resolution done wrong breaking email dev on Windows
lovell/sharp (sharp)

v0.34.3

Compare Source

sveltejs/svelte (svelte)

v5.35.6

Compare Source

Patch Changes
  • chore: simplify reaction/source ownership tracking (#​16333)

  • chore: simplify internal component pop() (#​16331)


Configuration

📅 Schedule: Branch creation - "on tuesday" (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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • 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 added changelog:skip dependencies Pull requests that update a dependency file renovate labels Jul 15, 2025
@renovate renovate bot requested a review from danieldietzler as a code owner July 15, 2025 06:52
@renovate renovate bot force-pushed the renovate/typescript-projects branch from 82055c1 to 91e2ee2 Compare July 15, 2025 12:35
Copy link
Contributor Author

renovate bot commented Jul 15, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: server/package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code EOVERRIDE
npm error Override for [email protected] conflicts with direct dependency
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-07-18T02_59_27_524Z-debug-0.log

@renovate renovate bot force-pushed the renovate/typescript-projects branch 6 times, most recently from 4cdabef to e423bd0 Compare July 16, 2025 21:06
@renovate renovate bot force-pushed the renovate/typescript-projects branch from e423bd0 to f2def91 Compare July 18, 2025 02:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:skip dependencies Pull requests that update a dependency file renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants