Skip to content

fix(deps): update all non-major dependencies#70

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/all-minor-patch
Jul 6, 2026
Merged

fix(deps): update all non-major dependencies#70
renovate[bot] merged 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@playwright/test (source) ^1.61.0^1.61.1 age confidence devDependencies patch
@rsbuild/core (source) ^2.0.15^2.1.4 age confidence devDependencies minor
@rslib/core (source) ^0.23.0^0.23.2 age confidence devDependencies patch
@rslint/core ^0.6.2^0.6.4 age confidence devDependencies patch
@swc/plugin-styled-components (source) ^12.13.0^12.14.1 age confidence dependencies minor
node 24.16.024.18.0 age confidence uses-with minor
playwright (source) ^1.61.0^1.61.1 age confidence devDependencies patch
pnpm (source) 11.7.011.10.0 age confidence packageManager minor
pnpm/action-setup v6.0.8v6.0.9 age confidence action patch
prettier (source) ^3.8.4^3.9.4 age confidence devDependencies minor
styled-components (source) ^6.4.2^6.4.3 age confidence devDependencies patch

Release Notes

microsoft/playwright (@​playwright/test)

v1.61.1

Compare Source

web-infra-dev/rsbuild (@​rsbuild/core)

v2.1.4

Compare Source

What's Changed

New Features 🎉(#​8058)
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v2.1.3...v2.1.4

v2.1.3

Compare Source

Highlights

Import Attributes type: 'text'

Rsbuild now supports the import attributes syntax with { type: 'text' } for importing file contents as source text:

import rawCSS from './example.css' with { type: 'text' };

This aligns with the TC39 Import Text proposal.

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v2.1.2...v2.1.3

v2.1.2

Compare Source

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v2.1.1...v2.1.2

v2.1.1

Compare Source

What's Changed
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v2.1.0...v2.1.1

v2.1.0

Compare Source

💡 See Announcing Rsbuild 2.1 for more details
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
New Contributors

Full Changelog: web-infra-dev/rsbuild@v2.0.15...v2.1.0

web-infra-dev/rslib (@​rslib/core)

v0.23.2

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.23.1...v0.23.2

v0.23.1

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rslib@v0.23.0...v0.23.1

web-infra-dev/rslint (@​rslint/core)

v0.6.4

Compare Source

Highlights

Rslint Node API for In-Memory Linting

Rslint now ships a programmatic Node.js API (@rslint/core) aligned with ESLint v10's interface. Use Rslint#lintFiles / lintText to lint from scripts, dev servers, or editor integrations — results are ESLint-shaped (LintResult[] with messages, errorCount, warningCount, output, etc.). Auto-fix is supported via fix: true plus Rslint.outputFixes. Config resolution (overrideConfig, file discovery, normalization) all stays in JS; the Go --api server receives only the final resolved config and never reads disk.

import { Rslint } from '@​rslint/core';

// Lint files by glob (auto-discovers the nearest config from cwd).
const rslint = new Rslint({ cwd: process.cwd() });
const results = await rslint.lintFiles(['src/**/*.ts']);

Fully in-memory linting is also supported through the new virtualFiles overlay — source, config, and tsconfig.json can all live in memory with zero disk access, which makes the API a natural fit for playgrounds, web workers, and editor integrations:

const rslint = new Rslint({
  cwd: '/', // virtual root: doesn't touch process.cwd() or disk
  overrideConfigFile: true, // use only overrideConfig — skip config discovery
  overrideConfig: [
    {
      files: ['**/*.ts'],
      // The tsconfig + parserOptions.project below are needed ONLY for type-aware rules (like no-for-in-array). Syntax-only rules need neither.
      languageOptions: { parserOptions: { project: ['./tsconfig.json'] } },
      plugins: ['@​typescript-eslint'],
      rules: { '@​typescript-eslint/no-for-in-array': 'error' },
    },
  ],
  virtualFiles: {
    'tsconfig.json': JSON.stringify({
      compilerOptions: { strict: true },
      files: ['./a.ts'],
    }),
  },
});
const [result] = await rslint.lintText(
  'const a = [1];\nfor (const k in a) {}\n',
  { filePath: 'a.ts' },
);

See the new Node.js API guide for details.

What's Changed

New Features 🎉
Other Changes

Full Changelog: web-infra-dev/rslint@v0.6.3...v0.6.4

v0.6.3

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rslint@v0.6.2...v0.6.3

swc-project/plugins (@​swc/plugin-styled-components)

v12.14.1

Patch Changes
  • e785517: build: Update swc_core to v71.0.5

v12.14.0

Minor Changes
  • 7cc5e96: build: Update swc_core to v72
actions/node-versions (node)

v24.18.0: 24.18.0

Compare Source

Node.js 24.18.0

v24.17.0: 24.17.0

Compare Source

Node.js 24.17.0

pnpm/pnpm (pnpm)

[v11.10.0](https://redirect

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Asia/Shanghai)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, on day 1 and 15 of the month (* 0-3 1,15 * *)
  • 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-minor-patch branch 4 times, most recently from c845c89 to 1d8a398 Compare July 3, 2026 11:03
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 1d8a398 to 7836554 Compare July 5, 2026 21:47
@renovate renovate Bot merged commit 69905a5 into main Jul 6, 2026
6 checks passed
@renovate renovate Bot deleted the renovate/all-minor-patch branch July 6, 2026 01:06
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