Skip to content

chore(web): update dependencies in package.json#74

Merged
Patrick Lafrance (patricklafrance) merged 3 commits into
mainfrom
chore/update-packages-t556546
Mar 31, 2026
Merged

chore(web): update dependencies in package.json#74
Patrick Lafrance (patricklafrance) merged 3 commits into
mainfrom
chore/update-packages-t556546

Conversation

@patricklafrance
Copy link
Copy Markdown
Member

  • 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.

- 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.
Copilot AI review requested due to automatic review settings March 31, 2026 20:52
@patricklafrance Patrick Lafrance (patricklafrance) merged commit ec08fef into main Mar 31, 2026
3 of 5 checks passed
@patricklafrance Patrick Lafrance (patricklafrance) deleted the chore/update-packages-t556546 branch March 31, 2026 20:53
@github-actions github-actions Bot mentioned this pull request Mar 31, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread package.json
Comment on lines +38 to +50
"@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"
Copy link

Copilot AI Mar 31, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
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.

2 participants