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

feat: support module.rule[].descriptionData #2663

Merged
merged 3 commits into from
Apr 7, 2023
Merged

Conversation

ahabhgk
Copy link
Contributor

@ahabhgk ahabhgk commented Apr 7, 2023

Summary

Related issue (if exists)

#2372

Types of changes

  • Docs change / Dependency upgrade
  • Bug fix
  • New feature / Improvement
  • Refactoring
  • Breaking change

Checklist

  • I have added changeset via pnpm run changeset.
  • I have added tests to cover my changes.

@changeset-bot
Copy link

changeset-bot bot commented Apr 7, 2023

🦋 Changeset detected

Latest commit: d9ad262

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 18 packages
Name Type
@rspack/binding Patch
@rspack/core Patch
@rspack/postcss-loader Patch
webpack-test Patch
@rspack/playground Patch
@rspack/cli Patch
@rspack/dev-middleware Patch
@rspack/dev-server Patch
@rspack/plugin-html Patch
benchmarkcase-rspack-react-refresh Patch
@rspack/dev-client Patch
@rspack/plugin-minify Patch
@rspack/plugin-node-polyfill Patch
@rspack/binding-darwin-arm64 Patch
@rspack/binding-darwin-x64 Patch
@rspack/binding-linux-x64-gnu Patch
@rspack/binding-win32-x64-msvc Patch
@rspack/fs Patch

Not sure what this means? Click here to learn what changesets are.

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

@github-actions github-actions bot added the team The issue/pr is created by the member of Rspack. label Apr 7, 2023
@ahabhgk ahabhgk requested a review from underfin April 7, 2023 08:14
@ahabhgk
Copy link
Contributor Author

ahabhgk commented Apr 7, 2023

!canary

@ahabhgk ahabhgk added this pull request to the merge queue Apr 7, 2023
Merged via the queue into main with commit 905cacf Apr 7, 2023
@ahabhgk ahabhgk deleted the rule-description-data branch April 7, 2023 09:34
@github-actions
Copy link
Contributor

github-actions bot commented Apr 7, 2023

Packages: {
"@rspack/binding-darwin-arm64": "0.0.0-canary-d9ad262",
"@rspack/binding-darwin-x64": "0.0.0-canary-d9ad262",
"@rspack/binding-linux-x64-gnu": "0.0.0-canary-d9ad262",
"@rspack/binding-win32-x64-msvc": "0.0.0-canary-d9ad262",
"@rspack/binding": "0.0.0-canary-d9ad262",
"@rspack/cli": "0.0.0-canary-d9ad262",
"@rspack/core": "0.0.0-canary-d9ad262",
"@rspack/dev-client": "0.0.0-canary-d9ad262",
"@rspack/dev-middleware": "0.0.0-canary-d9ad262",
"@rspack/dev-server": "0.0.0-canary-d9ad262",
"@rspack/plugin-html": "0.0.0-canary-d9ad262",
"@rspack/plugin-minify": "0.0.0-canary-d9ad262",
"@rspack/plugin-node-polyfill": "0.0.0-canary-d9ad262",
"@rspack/postcss-loader": "0.0.0-canary-d9ad262"
}

@ahabhgk ahabhgk linked an issue Apr 9, 2023 that may be closed by this pull request
@github-actions github-actions bot mentioned this pull request Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team The issue/pr is created by the member of Rspack.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

module.rule[].descriptionData to match data on package.json
2 participants