Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rspack-contrib/create-rstack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: rspack-contrib/create-rstack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.0
Choose a head ref
  • 6 commits
  • 14 files changed
  • 2 contributors

Commits on Feb 22, 2025

  1. chore(workflow): fix corepack issue

    chenjiahan committed Feb 22, 2025
    Copy the full SHA
    7bfd63c View commit details
  2. feat: enhance next steps output (#25)

    chenjiahan authored Feb 22, 2025
    Copy the full SHA
    44643f9 View commit details
  3. chore(deps): update all non-major dependencies (#26)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 22, 2025
    Copy the full SHA
    8b170a3 View commit details
  4. chore(deps): update pnpm to v10 (#27)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 22, 2025
    Copy the full SHA
    448da21 View commit details
  5. chore(deps): update dependency globals to v16 (#28)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 22, 2025
    Copy the full SHA
    44d2c83 View commit details
  6. chore: release v1.3.0

    chenjiahan committed Feb 22, 2025
    Copy the full SHA
    3b8f6b5 View commit details
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Pnpm
run: corepack enable
run: npm i -g corepack@latest --force && corepack enable

- name: Setup Node.js
uses: actions/setup-node@v4
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Pnpm
run: corepack enable
run: npm i -g corepack@latest --force && corepack enable

- name: Setup Node.js
uses: actions/setup-node@v4
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-rstack",
"version": "1.2.0",
"version": "1.3.0",
"description": "Create a new Rstack project",
"repository": {
"type": "git",
@@ -41,18 +41,19 @@
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@clack/prompts": "^0.9.1",
"@microsoft/api-extractor": "^7.49.2",
"@rslib/core": "0.4.0",
"@clack/prompts": "^0.10.0",
"@microsoft/api-extractor": "^7.50.1",
"@rslib/core": "0.5.1",
"@types/minimist": "^1.2.5",
"@types/node": "22.13.0",
"@types/node": "22.13.5",
"deepmerge": "^4.3.1",
"minimist": "^1.2.8",
"picocolors": "^1.1.1",
"rslog": "^1.2.3",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.7.3"
},
"packageManager": "pnpm@9.15.4",
"packageManager": "pnpm@10.4.1",
"publishConfig": {
"access": "public",
"provenance": true,
Loading