chore(web): update dependencies in package.json#74
Conversation
- Updated @rsbuild/core from 1.7.3 to 1.7.5 for improved build performance. - Updated @rspack/core from 1.7.8 to 1.7.11 to incorporate recent bug fixes and enhancements. - Updated @typescript-eslint/parser from 8.57.0 to 8.58.0 for better TypeScript support. - Updated @typescript/native-preview from 7.0.0-dev.20260310.1 to 7.0.0-dev.20260331.1 for the latest features. - Updated @workleap/eslint-configs from 1.1.14 to 1.1.15 for updated linting rules. - Updated @workleap/rsbuild-configs from 3.2.3 to 3.2.4 for configuration improvements. - Updated browserslist from 4.28.1 to 4.28.2 to ensure compatibility with the latest browser versions. - Updated typescript-eslint from 8.57.0 to 8.58.0 for enhanced TypeScript linting capabilities. Additionally, created a new changeset file to document the patch update for "@workleap/logging" and to summarize the updated dependencies.
…curity and performance
ec08fef
into
main
There was a problem hiding this comment.
Pull request overview
This PR updates build/tooling-related dependencies across the workspace (root, logging package, and the sample web app) and adds a Changesets entry for releasing @workleap/logging as a patch.
Changes:
- Bumped multiple devDependencies for build tooling, linting, and monorepo utilities (rsbuild/rspack/rslib, typescript-eslint, turbo, etc.).
- Updated sample web app tooling dependencies to align with the workspace.
- Added a new changeset to publish a patch release of
@workleap/logging.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
samples/web/package.json |
Updates sample app build and lint tool versions (rsbuild/rspack/typescript-eslint, etc.). |
packages/logging/package.json |
Updates logging package dev tooling (rsbuild/rslib/typescript-eslint/vitest). |
package.json |
Updates root dev tooling/mono-repo utilities versions (incl. turbo/syncpack/retypeapp, etc.). |
.changeset/afraid-hairs-fly.md |
Adds a patch changeset for @workleap/logging noting dependency updates. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "@types/node": "25.5.0", | ||
| "@typescript-eslint/parser": "8.58.0", | ||
| "@typescript/native-preview": "7.0.0-dev.20260331.1", | ||
| "@workleap/eslint-configs": "1.1.15", | ||
| "@workleap/typescript-configs": "3.0.7", | ||
| "agent-browser": "0.15.1", | ||
| "agent-browser": "0.23.4", | ||
| "eslint": "9.39.2", | ||
| "pkg-pr-new": "0.0.65", | ||
| "pkg-pr-new": "0.0.66", | ||
| "prettier": "3.8.1", | ||
| "retypeapp": "4.1.0", | ||
| "syncpack": "14.2.0", | ||
| "turbo": "2.8.15", | ||
| "typescript-eslint": "8.57.0" | ||
| "retypeapp": "4.4.0", | ||
| "syncpack": "14.3.0", | ||
| "turbo": "2.9.2", | ||
| "typescript-eslint": "8.58.0" |
There was a problem hiding this comment.
PR description lists a subset of dependency updates, but this file also bumps additional devDependencies (e.g., @types/node, agent-browser, pkg-pr-new, retypeapp, syncpack, turbo). Please update the PR description to reflect these additional changes, or revert them if they were unintended/unrelated to this chore.
Additionally, created a new changeset file to document the patch update for "@workleap/logging" and to summarize the updated dependencies.