module-federation-examples icon indicating copy to clipboard operation
module-federation-examples copied to clipboard

chore(deps): update dependency @rspack/dev-server to v0.6.5

Open ScriptedAlchemy opened this issue 1 year ago • 3 comments

This PR contains the following updates:

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

Release Notes

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

v0.6.5

Compare Source

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

Full Changelog: https://github.com/web-infra-dev/rspack/compare/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: https://github.com/web-infra-dev/rspack/compare/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: https://github.com/web-infra-dev/rspack/compare/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: https://github.com/web-infra-dev/rspack/compare/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: https://github.com/web-infra-dev/rspack/compare/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.

ScriptedAlchemy avatar May 14 '24 21:05 ScriptedAlchemy

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 10:09pm
medusa-example-home ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 17, 2024 10:09pm
medusa-example-nav ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 17, 2024 10:09pm
medusa-example-search ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 17, 2024 10:09pm
medusa-example-utils ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 17, 2024 10:09pm

vercel[bot] avatar May 14 '24 21:05 vercel[bot]

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

github-actions[bot] avatar May 14 '24 22:05 github-actions[bot]

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

github-actions[bot] avatar May 15 '24 06:05 github-actions[bot]

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

github-actions[bot] avatar May 17 '24 01:05 github-actions[bot]

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

github-actions[bot] avatar May 17 '24 22:05 github-actions[bot]