Skip to content

chore(deps): update dependency @lynx-js/rspeedy to ^0.10.1#1166

Merged
yifancong merged 1 commit intomainfrom
renovate/lynx-js-rspeedy-0.x
Jul 14, 2025
Merged

chore(deps): update dependency @lynx-js/rspeedy to ^0.10.1#1166
yifancong merged 1 commit intomainfrom
renovate/lynx-js-rspeedy-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 14, 2025

This PR contains the following updates:

Package Change Age Confidence
@lynx-js/rspeedy (source) ^0.9.10 -> ^0.10.1 age confidence

Release Notes

lynx-family/lynx-stack (@​lynx-js/rspeedy)

v0.10.1

Compare Source

Patch Changes

v0.10.0

Compare Source

Minor Changes
  • Bump Rsbuild v1.4.3 with Rspack v1.4.2. (#​1204)

    See Announcing Rspack 1.4 for more details.

  • Deprecated output.distPath.intermediate (#​1154)

    This option is never read and will be removed in the future version.

v0.9.11

Compare Source

Patch Changes
  • Enable fine-grained control for output.inlineScripts (#​883)

    type InlineChunkTestFunction = (params: {
      size: number
      name: string
    }) => boolean
    
    type InlineChunkTest = RegExp | InlineChunkTestFunction
    
    type InlineChunkConfig =
      | boolean
      | InlineChunkTest
      | { enable?: boolean | 'auto', test: InlineChunkTest }
    import { defineConfig } from '@​lynx-js/rspeedy'
    
    export default defineConfig({
      output: {
        inlineScripts: ({ name, size }) => {
          return name.includes('foo') && size < 1000
        },
      },
    })
  • docs: remove chunks: 'all' in comments (#​1168)


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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 this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@netlify
Copy link
Copy Markdown

netlify Bot commented Jul 14, 2025

Deploy Preview for rsdoctor ready!

Name Link
🔨 Latest commit 3c8c34c
🔍 Latest deploy log https://app.netlify.com/projects/rsdoctor/deploys/68747e891a1eec00080ba95d
😎 Deploy Preview https://deploy-preview-1166--rsdoctor.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

yifancong
yifancong previously approved these changes Jul 14, 2025
@renovate renovate Bot force-pushed the renovate/lynx-js-rspeedy-0.x branch from 272637c to 3c8c34c Compare July 14, 2025 03:50
@yifancong yifancong merged commit ad986d0 into main Jul 14, 2025
7 checks passed
@yifancong yifancong deleted the renovate/lynx-js-rspeedy-0.x branch July 14, 2025 06:22
@yifancong yifancong mentioned this pull request Aug 7, 2025
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.

1 participant