Skip to content

chore(deps): update dependency @rslib/core to ^0.8.0#867

Merged
colinaaa merged 1 commit intomainfrom
renovate/rslib-core-0.x
May 21, 2025
Merged

chore(deps): update dependency @rslib/core to ^0.8.0#867
colinaaa merged 1 commit intomainfrom
renovate/rslib-core-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented May 20, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rslib/core (source) ^0.7.1 -> ^0.8.0 age adoption passing confidence

Release Notes

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

v0.8.0

Compare Source

Highlights ✨

IIFE Format Support

Set format to 'iife' to generate IIFE JavaScript output which stands for "immediately-invoked function expression" and is intended to be run in the browser, see IIFE for more details.

source code

// parent-sdk is marked as externals
// externals: ['parent-sdk']
import { version } from 'parent-sdk';
alert(version);

output

(
  () => {
    'use strict';
    const external_parent_sdk_namespaceObject = globalThis['parent-sdk'];
    alert(external_parent_sdk_namespaceObject.version);
  },
)();

What's Changed

New Features 🎉
Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.7.1...v0.8.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@renovate renovate bot added the bot:renovate This is from bot 'renovate' label May 20, 2025
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented May 20, 2025

⚠️ No Changeset found

Latest commit: 65df9e1

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@codecov
Copy link
Copy Markdown

codecov bot commented May 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq bot commented May 20, 2025

CodSpeed Performance Report

Merging #867 will not alter performance

Comparing renovate/rslib-core-0.x (65df9e1) with main (bb1f9d8)

Summary

✅ 9 untouched benchmarks

@colinaaa colinaaa added this pull request to the merge queue May 21, 2025
Merged via the queue into main with commit 25aad60 May 21, 2025
34 checks passed
@colinaaa colinaaa deleted the renovate/rslib-core-0.x branch May 21, 2025 01:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bot:renovate This is from bot 'renovate'

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant