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

Release Packages:0.1.13 #3326

Closed
Closed
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
8 changes: 0 additions & 8 deletions .changeset/README.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/config.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-dots-repair.md

This file was deleted.

16 changes: 7 additions & 9 deletions .github/workflows/release-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ on:
required: true
default: "latest"
options:
- canary
- alpha
- beta
- latest
- major
- minor
- patch
- snapshot
schedule:
# 08:00 AM Beijing Time on every Tuesday
- cron: "0 0 * * 2"
Expand All @@ -32,12 +32,10 @@ jobs:
uses: ./.github/actions/pnpm-cache

- name: Create Release Pull Request
uses: web-infra-dev/actions@v2
uses: hardfist/rspack-action@rspack
with:
version: ${{ inputs.version || 'latest' }}
versionNumber: "auto"
type: "pull request"
tools: "changeset"
version: node ./x version ${{inputs.version || 'canary'}}
createGithubReleases: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion crates/node_binding/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/binding",
"version": "0.1.12",
"version": "0.1.13",
"license": "MIT",
"description": "Node binding for rspack",
"main": "binding.js",
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/binding-darwin-arm64",
"version": "0.1.12",
"version": "0.1.13",
"license": "MIT",
"description": "Node binding for rspack",
"main": "rspack.darwin-arm64.node",
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/binding-darwin-x64",
"version": "0.1.12",
"version": "0.1.13",
"license": "MIT",
"description": "Node binding for rspack",
"main": "rspack.darwin-x64.node",
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/binding-linux-x64-gnu",
"version": "0.1.12",
"version": "0.1.13",
"license": "MIT",
"description": "Node binding for rspack",
"main": "rspack.linux-x64-gnu.node",
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/binding-win32-x64-msvc",
"version": "0.1.12",
"version": "0.1.13",
"license": "MIT",
"description": "Node binding for rspack",
"main": "rspack.win32-x64-msvc.node",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monorepo",
"version": "1.0.0",
"version": "0.1.13",
"license": "MIT",
"description": "A Fast Rust-based web bundler",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rspack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-rspack",
"version": "0.1.4",
"version": "0.1.13",
"license": "MIT",
"main": "index.js",
"bin": {
Expand Down
6 changes: 3 additions & 3 deletions packages/postcss-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/postcss-loader",
"version": "0.1.12",
"version": "0.1.13",
"license": "MIT",
"description": "PostCSS loader for rspack",
"main": "src/index.js",
Expand All @@ -16,8 +16,8 @@
},
"dependencies": {
"@rspack/binding": "workspace:*",
"postcss": "^8.4.16",
"postcss-modules": "^5.0.0",
"postcss-pxtorem": "^6.0.0",
"postcss": "^8.4.16"
"postcss-pxtorem": "^6.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/rspack-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/cli",
"version": "0.1.12",
"version": "0.1.13",
"license": "MIT",
"description": "CLI for rspack",
"bin": {
Expand Down Expand Up @@ -46,8 +46,8 @@
"@rspack/core": "workspace:*",
"@rspack/dev-server": "workspace:*",
"colorette": "2.0.19",
"semver": "6.3.0",
"webpack-bundle-analyzer": "4.6.1",
"yargs": "17.6.2",
"semver": "6.3.0"
"yargs": "17.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/rspack-dev-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/dev-client",
"version": "0.1.12",
"version": "0.1.13",
"license": "MIT",
"description": "Development client for rspack",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/rspack-dev-middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/dev-middleware",
"version": "0.1.12",
"version": "0.1.13",
"license": "MIT",
"description": "Development middleware for rspack",
"main": "dist/index.js",
Expand All @@ -18,8 +18,8 @@
},
"dependencies": {
"@rspack/core": "workspace:*",
"webpack-dev-middleware": "6.0.2",
"mime-types": "2.1.35"
"mime-types": "2.1.35",
"webpack-dev-middleware": "6.0.2"
},
"devDependencies": {
"@types/mime-types": "2.1.1"
Expand Down
16 changes: 8 additions & 8 deletions packages/rspack-dev-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/dev-server",
"version": "0.1.12",
"version": "0.1.13",
"license": "MIT",
"description": "Development server for rspack",
"main": "./dist/index.js",
Expand All @@ -19,23 +19,23 @@
},
"devDependencies": {
"@rspack/core": "workspace:*",
"@types/ws": "8.5.3",
"@types/express": "4.17.14",
"@types/connect-history-api-fallback": "1.3.5",
"@types/express": "4.17.14",
"@types/ws": "8.5.3",
"fs-extra": "11.1.0",
"puppeteer": "19.4.0"
},
"dependencies": {
"express": "4.18.1",
"chokidar": "3.5.3",
"ws": "8.8.1",
"@rspack/dev-client": "workspace:*",
"@rspack/dev-middleware": "workspace:*",
"@rspack/dev-server": "workspace:*",
"chokidar": "3.5.3",
"connect-history-api-fallback": "2.0.0",
"express": "4.18.1",
"http-proxy-middleware": "2.0.6",
"webpack": "5.76.0",
"webpack-dev-server": "4.13.1",
"connect-history-api-fallback": "2.0.0",
"http-proxy-middleware": "2.0.6"
"ws": "8.8.1"
},
"peerDependencies": {
"@rspack/core": "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/rspack-plugin-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/plugin-html",
"version": "0.1.12",
"version": "0.1.13",
"license": "MIT",
"description": "HTML plugin for rspack",
"main": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/rspack-plugin-minify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/plugin-minify",
"version": "0.1.12",
"version": "0.1.13",
"license": "MIT",
"description": "Minify plugin for rspack",
"main": "src/index.js",
Expand All @@ -17,8 +17,8 @@
},
"dependencies": {
"esbuild": "0.16.3",
"terser": "5.16.1",
"jest-worker": "29.3.1",
"terser": "5.16.1",
"webpack-sources": "3.2.3"
}
}
6 changes: 3 additions & 3 deletions packages/rspack-plugin-node-polyfill/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/plugin-node-polyfill",
"version": "0.1.12",
"version": "0.1.13",
"license": "MIT",
"description": "Node polyfill plugin for rspack",
"main": "src/index.js",
Expand All @@ -17,6 +17,7 @@
},
"dependencies": {
"assert": "^2.0.0",
"browserify-fs": "1.0.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"console-browserify": "^1.2.0",
Expand All @@ -40,7 +41,6 @@
"type-fest": "^2.14.0",
"url": "^0.11.0",
"util": "^0.12.4",
"vm-browserify": "^1.1.2",
"browserify-fs": "1.0.0"
"vm-browserify": "^1.1.2"
}
}
4 changes: 2 additions & 2 deletions packages/rspack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/core",
"version": "0.1.12",
"version": "0.1.13",
"webpackVersion": "5.75.0",
"license": "MIT",
"description": "A Fast Rust-based Web Bundler",
Expand Down Expand Up @@ -58,9 +58,9 @@
"dependencies": {
"@rspack/binding": "workspace:*",
"@rspack/dev-client": "workspace:*",
"compare-versions": "6.0.0-rc.1",
"@swc/helpers": "0.5.1",
"browserslist": "^4.21.3",
"compare-versions": "6.0.0-rc.1",
"enhanced-resolve": "5.12.0",
"graceful-fs": "4.2.10",
"neo-async": "2.6.2",
Expand Down
4 changes: 2 additions & 2 deletions scripts/release/version.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export async function version_handler(version) {
`version must be one of ${allowedVersion}, but you passed ${version}`
);
}
await import("../check_changeset.js");
const root = process.cwd();

const lastVersion = await getLastVersion(root);
Expand All @@ -45,7 +44,8 @@ export async function version_handler(version) {
// skip all example upgrade
if (
workspace.manifest.name?.includes("example-") ||
workspace.manifest.private === true
(workspace.manifest.private === true &&
workspace.manifest.name !== "monorepo")
) {
continue;
}
Expand Down
6 changes: 3 additions & 3 deletions webpack-test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webpack-test",
"private": "true",
"version": "0.0.7",
"private": true,
"version": "0.2.0",
"license": "MIT",
"main": "./dist/index.d.ts",
"scripts": {
Expand Down Expand Up @@ -119,4 +119,4 @@
"json"
]
}
}
}
Loading