Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump @rslib/core from 0.1.3 to 0.3.0 #271

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2025

Bumps @rslib/core from 0.1.3 to 0.3.0.

Release notes

Sourced from @​rslib/core's releases.

v0.3.0

What's Changed

Highlights ✨

This release brings some improvements and new features, addressing common scenarios and enhancing the overall user experience:

  • Enhanced Style File Redirection: Support for redirect.style.path and redirect.style.extension to configure the redirection of the import paths of style files. (#618)
  • Optimized JavaScript File Redirection: Fix some cases about redirection of the import paths of output JavaScript files. (#615 #624)
  • Improved Bundleless Mode:
    • Support handling file additions and removals in watch mode. (#642)
    • Refined source.entry configuration, defaulting to src/** and excluding .d.ts files from being treated as entry points. (#636 #647)

Breaking changes 🚨

Please note the following changes that may require adjustments to your configurations:

  • Boolean values are no longer supported for redirect.style, see the documentation of redirect.style for more details. (#618)
  • The autoExternal configuration is no longer effective in bundleless mode, see the documentation of autoExternal for more details. (#624)

New Features 🎉

Bug Fixes 🐞

Document 📖

Other Changes

Full Changelog: web-infra-dev/rslib@v0.2.2...v0.3.0

v0.2.2

What's Changed

Other Changes

... (truncated)

Commits
  • d65c83f Release v0.3.0 (#649)
  • 06b4efe feat: throw error when no configuration match --lib option (#648)
  • 8c0726b feat: entry default to src/** in bundleless mode (#647)
  • 60f4f93 fix: handle add and unlink file in bundleless mode (#642)
  • ba26d38 chore(deps): update dependency commander to v13 (#646)
  • 53db9a0 chore: bump Rsbuild 1.2.0-alpha.0 (#640)
  • b39ff13 chore(deps): update all patch dependencies (#639)
  • eda2925 feat!: support redirect.style.path and redirect.style.extension (#618)
  • 55767af fix: detect possible glob pattern in bundle more (#634)
  • a823737 fix: do not treat .d.ts as entry (#636)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by fi3ework, a new releaser for @​rslib/core since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@rslib/core](https://github.com/web-infra-dev/rslib/tree/HEAD/packages/core) from 0.1.3 to 0.3.0.
- [Release notes](https://github.com/web-infra-dev/rslib/releases)
- [Commits](https://github.com/web-infra-dev/rslib/commits/v0.3.0/packages/core)

---
updated-dependencies:
- dependency-name: "@rslib/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 6, 2025 23:38
@dependabot dependabot bot added dep: npm Node package manager dependency. type: dependencies Dependency upgrades. labels Jan 6, 2025
@scotty-robot scotty-robot enabled auto-merge (squash) January 6, 2025 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dep: npm Node package manager dependency. type: dependencies Dependency upgrades.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants