Skip to content

Commit 6955526

Browse files
authored
chore: bump @rspack/core (#99)
1 parent 556570e commit 6955526

File tree

5 files changed

+64
-58
lines changed

5 files changed

+64
-58
lines changed

.changeset/fair-chicken-wonder.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@rslib/core': patch
3+
'rsbuild-plugin-dts': patch
4+
---
5+
6+
release 0.0.2

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,6 @@ Here are the steps to publish (we generally use CI for releases and avoid publis
138138

139139
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:
140140

141-
| Package | Link |
142-
| ------------ | ---------------------------------------------------------------------- |
143-
| @rspack/core | [HEAD](https://github.com/fi3ework/rspack/tree/module-import-fallback) |
141+
| Package | Link |
142+
| ------------ | ------------------------------------------------------- |
143+
| @rspack/core | [PR](https://github.com/web-infra-dev/rspack/pull/7587) |

e2e/cases/shims/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ test('shims for __dirname and __filename in ESM', async () => {
77
const { entries } = await buildAndGetResults(fixturePath);
88
for (const shim of [
99
'import {fileURLToPath as __webpack_fileURLToPath__} from "url";',
10-
"var src_dirname = __webpack_fileURLToPath__(import.meta.url + '/..').slice(0, -1);",
10+
'var src_dirname = __webpack_dirname__(__webpack_fileURLToPath__(import.meta.url));',
1111
'var src_filename = __webpack_fileURLToPath__(import.meta.url);',
1212
// import.meta.url should not be substituted
1313
'const importMetaUrl = import.meta.url;',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
},
6060
"pnpm": {
6161
"overrides": {
62-
"@rspack/core": "npm:@rspack/[email protected]f6e73ba-20240809060047"
62+
"@rspack/core": "npm:@rspack/[email protected]84d893d-20240815120610"
6363
}
6464
}
6565
}

pnpm-lock.yaml

Lines changed: 53 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)