Skip to content

Commit

Permalink
chore: bump @rspack/core (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timeless0911 authored Aug 15, 2024
1 parent 556570e commit 6955526
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 58 deletions.
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.

0 comments on commit 6955526

Please sign in to comment.