Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

chore(deps): update dependency @rslib/core to ^0.5.2#13359

Merged
chenjiahan merged 1 commit intomainfromrenovate/rslib-core-0.x
Mar 2, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovaterenovatebot commentedFeb 24, 2025
edited
Loading

This PR contains the following updates:

PackageChangeAgeAdoptionPassingConfidence
@rslib/core (source)^0.4.1 ->^0.5.2ageadoptionpassingconfidence

Release Notes

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

v0.5.2

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog:web-infra-dev/rslib@v0.5.1...v0.5.2

v0.5.1

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog:web-infra-dev/rslib@v0.5.0...v0.5.1

v0.5.0

Compare Source

Highlights ✨

This release brings exciting new features and improvements to Rslib:

  • Support DTS Redirect: Rslib now supports to control the redirect of the import paths in output TypeScript declaration files. (#​742)

    • redirect.dts.path: Redirect the import path in the DTS output file to the corresponding relative path based on thecompilerOptions.paths configured intsconfig.json.
    // For `compilerOptions.paths` set to `{ "@​/*": ["src/*"]}` in `tsconfig.json`import{foo}from'@​/foo';// source code of './src/bar.ts' ↓import{foo}from'./foo';// expected output of './dist/bar.d.ts'import{foo}from'@​/foo';// source code of './src/utils/index.ts' ↓import{foo}from'../foo';// expected output './dist/utils/index.d.ts'
    • redirect.dts.extension: Redirect the import path in the DTS output file to the corresponding JavaScript extension which can be resolved to corresponding DTS file.
    // For `.d.mts` TypeScript Declaration filesimport{foo}from'./foo';// source code of './src/bar.ts' ↓import{foo}from'./foo.mjs';// expected output of './dist/bar.d.mts'import{foo}from'./foo.ts';// source code of './src/bar.ts' ↓import{foo}from'./foo.mjs';// expected output of './dist/bar.d.mts'
  • SupportoutBase in Bundleless Mode: When building a project where source files exist across multiple directories with bundleless mode, the output directory structure will be replicated relative to theoutBase directory in the output directory, seelib.outBase for more details. (#​745)

  • Add Documents about Assets: Documents related to asset module have been added for common scenarios in component library development, seeImport static assets,Import SVGR andImport JSON files for more details. (#​741)

  • Supportpkg.pr.new: Withpkg.pr.new, each of commits in main branch will trigger an instant preview release without publishing anything to NPM. This enables users to access features and bug-fixes without the need to wait for release cycles. (#​766)

What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog:web-infra-dev/rslib@v0.4.1...v0.5.0


Configuration

📅Schedule: Branch creation - "* 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 byMend Renovate. View therepository job log.

@renovaterenovatebotforce-pushed therenovate/rslib-core-0.x branch fromd03966e to2aee8ecCompareFebruary 25, 2025 13:07
@renovaterenovatebot changed the titlechore(deps): update dependency @rslib/core to ^0.5.1chore(deps): update dependency @rslib/core to ^0.5.2Feb 25, 2025
@chenjiahanchenjiahan merged commitb994341 intomainMar 2, 2025
7 checks passed
@chenjiahanchenjiahan deleted the renovate/rslib-core-0.x branchMarch 2, 2025 07:21
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@chenjiahanchenjiahanchenjiahan approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@chenjiahan

[8]ページ先頭

©2009-2025 Movatter.jp