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: bump @rspack/core #99

Merged
merged 2 commits into from
Aug 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/fair-chicken-wonder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@rslib/core': patch
'rsbuild-plugin-dts': patch
---

release 0.0.2
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,6 @@ Here are the steps to publish (we generally use CI for releases and avoid publis

The project is still in its early stages and under active development, so it possible dependents on Rsbuild or Rspack canary versions to test the latest features. The current canary versions are:

| Package | Link |
| ------------ | ---------------------------------------------------------------------- |
| @rspack/core | [HEAD](https://github.com/fi3ework/rspack/tree/module-import-fallback) |
| Package | Link |
| ------------ | ------------------------------------------------------- |
| @rspack/core | [PR](https://github.com/web-infra-dev/rspack/pull/7587) |
2 changes: 1 addition & 1 deletion e2e/cases/shims/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ test('shims for __dirname and __filename in ESM', async () => {
const { entries } = await buildAndGetResults(fixturePath);
for (const shim of [
'import {fileURLToPath as __webpack_fileURLToPath__} from "url";',
"var src_dirname = __webpack_fileURLToPath__(import.meta.url + '/..').slice(0, -1);",
'var src_dirname = __webpack_dirname__(__webpack_fileURLToPath__(import.meta.url));',
'var src_filename = __webpack_fileURLToPath__(import.meta.url);',
// import.meta.url should not be substituted
'const importMetaUrl = import.meta.url;',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"pnpm": {
"overrides": {
"@rspack/core": "npm:@rspack/[email protected]f6e73ba-20240809060047"
"@rspack/core": "npm:@rspack/[email protected]84d893d-20240815120610"
}
}
}
106 changes: 53 additions & 53 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading