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): update npm dev dependencies #5863

Merged
merged 1 commit into from
Apr 10, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 5, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@modern-js/tsconfig (source) 2.48.3 -> 2.48.4 age adoption passing confidence
@napi-rs/cli 3.0.0-alpha.41 -> 3.0.0-alpha.45 age adoption passing confidence
@rspack/cli (source) 0.5.4 -> 0.6.0 age adoption passing confidence
@rspack/core (source) 0.5.4 -> 0.6.0 age adoption passing confidence
@rspack/plugin-react-refresh (source) 0.5.4 -> 0.6.0 age adoption passing confidence
@swc/core (source) 1.4.12 -> 1.4.13 age adoption passing confidence
@swc/helpers (source) 0.5.6 -> 0.5.8 age adoption passing confidence
@types/node (source) 18.19.26 -> 18.19.31 age adoption passing confidence
@types/node (source) 20.9.4 -> 20.12.7 age adoption passing confidence
@types/react (source) 18.2.67 -> 18.2.75 age adoption passing confidence
case-police 0.5.10 -> 0.6.1 age adoption passing confidence
core-js (source) 3.36.0 -> 3.36.1 age adoption passing confidence
memfs 4.7.7 -> 4.8.1 age adoption passing confidence
monaco-editor 0.46.0 -> 0.47.0 age adoption passing confidence
oxlint (source) 0.2.10 -> 0.2.16 age adoption passing confidence
sass 1.56.2 -> 1.74.1 age adoption passing confidence
sass-loader 13.2.0 -> 13.3.3 age adoption passing confidence
terser (source) 5.27.2 -> 5.30.3 age adoption passing confidence
vue (source) 3.4.19 -> 3.4.21 age adoption passing confidence

Release Notes

web-infra-dev/modern.js (@​modern-js/tsconfig)

v2.48.4

Compare Source

napi-rs/napi-rs (@​napi-rs/cli)

v3.0.0-alpha.45

Compare Source

v3.0.0-alpha.44

Compare Source

What's Changed

Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@2.16.0...[@​napi-rs/cli](https://togithub.com/napi-rs/cli)[@​3](https://togithub.com/3).0.0-alpha.44

v3.0.0-alpha.43

Compare Source

What's Changed

Full Changelog: https://github.com/napi-rs/napi-rs/compare/[@​napi-rs/cli](https://togithub.com/napi-rs/cli)[@​3](https://togithub.com/3).0.0-alpha.42...[@​napi-rs/cli](https://togithub.com/napi-rs/cli)[@​3](https://togithub.com/3).0.0-alpha.43

v3.0.0-alpha.42

Compare Source

Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi-derive@2.16.0...[@​napi-rs/cli](https://togithub.com/napi-rs/cli)[@​3](https://togithub.com/3).0.0-alpha.42

What's Changed

New Contributors

Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@2.15.4...[@​napi-rs/cli](https://togithub.com/napi-rs/cli)[@​3](https://togithub.com/3).0.0-alpha.42

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

v0.6.0

Compare Source

v0.5.9

Compare Source

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

Full Changelog: v0.5.8...v0.5.9

v0.5.8

Compare Source

What's Changed

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

New Contributors

Full Changelog: v0.5.7...v0.5.8

v0.5.7

Compare Source

What's Changed

Highlights
Support experimental SWC wasm plugins for builtin:swc-loader

Aligned wasm plugin architecture with JavaScript swc-loader.
Check out the detail at swc plugins.

{
  loader: "builtin:swc-loader",
  options: {
    jsc: {
      experimental: {
        plugins: [
          [
            "@​swc/plugin-remove-console",
            {
              exclude: ["error"],
            },
          ],
        ],
      },
    },
  },
};

Great work done by @​dm33tri 🎉.

Exciting New Features 🎉
Bug Fixes 🐞
Other Changes

New Contributors

Full Changelog: v0.5.6...v0.5.7

v0.5.6

Compare Source

What's Changed

Highlight

Improve HMR performance around 60%

Introducing sourcemap caching has improved the compilation speed of HMR (Hot Module Replacement), typically resulting in an improvement of around 60%. benchmark of rspack

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

New Contributors

Full Changelog: v0.5.5...v0.5.6

v0.5.5

Compare Source

What's Changed

Highlight
Added diagnostic suggestions for extension-less module resolutions

This added suggestions for potential files that can be resolved while the bundler's configuration may not be correct. This might also be helpful for those whose project was migrated from lower versions.

Project tree:

<PROJECT_ROOT>/
├─ a.txt
└─ index.js

Resolve error:

ERROR in ./index.js
  × Resolve error: Can't resolve './a' in '/'
   ╭────
 1 │ import a from './a';
   ·               ──────
   ╰────
  help: Found the module './a.txt' exists, but its extension is not listed in the `resolve.extensions`. Here are some possible solutions:

        1. add the extension `".txt"` to `resolve.extensions` in your rspack configuration
        2. use '../a.txt' instead of './a'

The error suggests to add the extension ".txt" to resolve.extensions, as, by default, rspack does not support for extension-less module requests like "txt".

Kudos to @​luhc228.

Performance Improvements ⚡
  • perf(code-splitting): optimize modules intersection by @​JSerFeng in [https://github.com/web-infra-dev/rspack/pu

Configuration

📅 Schedule: Branch creation - "before 8am on wednesday" in timezone Asia/Shanghai, 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested review from h-a-n-a and hardfist as code owners March 5, 2024 19:02
@renovate renovate bot assigned Boshen Mar 5, 2024
@renovate renovate bot force-pushed the renovate/npm-dev-dependencies branch 15 times, most recently from bc61917 to 2b1543a Compare March 12, 2024 09:43
@renovate renovate bot force-pushed the renovate/npm-dev-dependencies branch 12 times, most recently from fd856b3 to 16a78a7 Compare March 18, 2024 07:05
@renovate renovate bot force-pushed the renovate/npm-dev-dependencies branch 17 times, most recently from 181c07f to f768656 Compare April 9, 2024 05:04
@renovate renovate bot force-pushed the renovate/npm-dev-dependencies branch 4 times, most recently from 7a77d62 to a40e1b4 Compare April 9, 2024 22:18
Copy link
Contributor Author

renovate bot commented Apr 10, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@Boshen Boshen force-pushed the renovate/npm-dev-dependencies branch 2 times, most recently from 7d2bf64 to 41d3647 Compare April 10, 2024 06:44
@Boshen Boshen force-pushed the renovate/npm-dev-dependencies branch from 41d3647 to 0b8e70d Compare April 10, 2024 07:06
@Boshen Boshen merged commit 2b1b815 into main Apr 10, 2024
27 checks passed
@Boshen Boshen deleted the renovate/npm-dev-dependencies branch April 10, 2024 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant