Skip to content

chore(deps): update dependency @rspack/core to v0.6.5 #3918

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

Merged
merged 1 commit into from
May 17, 2024

Conversation

ScriptedAlchemy
Copy link
Member

@ScriptedAlchemy ScriptedAlchemy commented May 14, 2024

This PR contains the following updates:

Package Type Update Change
@rspack/core (source) devDependencies minor 0.5.9 -> 0.6.5
@rspack/core (source) devDependencies minor 0.5.0 -> 0.6.5

Release Notes

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

v0.6.5

Compare Source

Hotfixes
What's Changed
Performance Improvements ⚡
Bug Fixes 🐞
Document Updates 📖
Other Changes
New Contributors

Full Changelog: web-infra-dev/rspack@v0.6.4...v0.6.5

v0.6.4

Compare Source

What's Changed
Performance Improvements ⚡
Exciting New Features 🎉
Bug Fixes 🐞
Document Updates 📖
Other Changes
New Contributors

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

v0.6.3

Compare Source

What's Changed

Highlights
Provide type declaration for builtin:swc-loader

@rspack/core now provides the type declaration for builtin:swc-loader, which can help you to configure the swc-loader correctly:

// rspack.config.js
module.exports = {
  module: {
    rules: [
      {
        test: /\.js$/,
        use: {
          loader: 'builtin:swc-loader',
+         /** @​type {import('@​rspack/core').SwcLoaderOptions} */
          options: {
            // some options
          },
        },
      },
    ],
  },
};
Updated Plugin Documentation for Rspack

We've revamped the plugin documentation for Rspack to enhance clarity and improve your experience.

Please visit: https://www.rspack.dev/plugins

image

Exciting New Features 🎉
Bug Fixes 🐞
Other Changes

New Contributors

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

v0.6.2

Compare Source

What's Changed

Performance Improvements ⚡
Exciting New Features 🎉
Bug Fixes 🐞
Other Changes

New Contributors

Full Changelog: web-infra-dev/rspack@v0.6.1...v0.6.2

v0.6.1

Compare Source

What's Changed

Highlights
Fixed a case where locally defined variables in class being falsely transformed
class Example {
  constructor(global = false) {
    this.global = global
  }
}

global should be kept as-is with node.global = true if target includes 'web'.

Exciting New Features 🎉
Bug Fixes 🐞
Other Changes

New Contributors

Full Changelog: web-infra-dev/rspack@v0.6.0...v0.6.1

v0.6.0

Compare Source

Rspack 0.6.0 is out!

Read the announcement blog post: Announcing Rspack 0.6.

Overview

  • Support builtin mini-css-extract-plugin
  • Enable new tree shaking by default
  • Align experiments css options with webpack and remove builtins css
  • Remove compiler.build and compiler.rebuild
  • Update swc to 0.90.x

What's Changed

Breaking Changes 🛠
Performance Improvements ⚡
Exciting New Features 🎉
Bug Fixes 🐞
Documentation Updates 📚
Other Changes

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 these updates again.


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

This PR has been generated by Renovate Bot.

Copy link

vercel bot commented May 14, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
medusa-example-dsl ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 17, 2024 1:18am
medusa-example-home ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 17, 2024 1:18am
medusa-example-nav ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 17, 2024 1:18am
medusa-example-search ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 17, 2024 1:18am
medusa-example-utils ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 17, 2024 1:18am

Copy link

Workflow status is failure ❌
Unfortunately test report wasn't generated, it can be if no workspaces changed. Please check the workflow run below.
Link to GitHub workflow: Github Workflow Link

Copy link

Workflow status is failure ❌
Unfortunately test report wasn't generated, it can be if no workspaces changed. Please check the workflow run below.
Link to GitHub workflow: Github Workflow Link

Copy link

Workflow status is failure ❌
Unfortunately test report wasn't generated, it can be if no workspaces changed. Please check the workflow run below.
Link to GitHub workflow: Github Workflow Link

Copy link

Workflow status is failure ❌
Unfortunately test report wasn't generated, it can be if no workspaces changed. Please check the workflow run below.
Link to GitHub workflow: Github Workflow Link

@ScriptedAlchemy ScriptedAlchemy force-pushed the renovate/rspack-core-0.x branch from f571265 to 4d29f82 Compare May 16, 2024 08:55
Copy link

Workflow status is failure ❌
Unfortunately test report wasn't generated, it can be if no workspaces changed. Please check the workflow run below.
Link to GitHub workflow: Github Workflow Link

Copy link

Workflow status is failure ❌
Unfortunately test report wasn't generated, it can be if no workspaces changed. Please check the workflow run below.
Link to GitHub workflow: Github Workflow Link

@ScriptedAlchemy ScriptedAlchemy merged commit 7ad472a into master May 17, 2024
15 of 17 checks passed
@ScriptedAlchemy ScriptedAlchemy deleted the renovate/rspack-core-0.x branch May 17, 2024 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
workflow-failure Workflow is failed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant