Skip to content

chore(deps): update dependency @rspack/cli to v0.6.5 #3917

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 14, 2024

Conversation

ScriptedAlchemy
Copy link
Member

This PR contains the following updates:

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

Release Notes

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

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 this update 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 🔄 Building (Inspect) Visit Preview 💬 Add feedback May 14, 2024 8:07pm
medusa-example-home 🔄 Building (Inspect) Visit Preview 💬 Add feedback May 14, 2024 8:07pm
medusa-example-nav 🔄 Building (Inspect) Visit Preview 💬 Add feedback May 14, 2024 8:07pm
medusa-example-search 🔄 Building (Inspect) Visit Preview 💬 Add feedback May 14, 2024 8:07pm
medusa-example-utils 🔄 Building (Inspect) Visit Preview 💬 Add feedback May 14, 2024 8:07pm

@ScriptedAlchemy ScriptedAlchemy merged commit 978450d into master May 14, 2024
7 of 12 checks passed
@ScriptedAlchemy ScriptedAlchemy deleted the renovate/rspack-cli-0.x branch May 14, 2024 20:07
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

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