-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: swc-project/swc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.11.15
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: swc-project/swc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.11.16
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 43 files changed
- 3 contributors
Commits on Apr 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8e08f8d - Browse repository at this point
Copy the full SHA 8e08f8dView commit details -
chore(deps): update actions (#10222)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [balazsorban44/nissuer](https://redirect.github.com/balazsorban44/nissuer) | action | minor | `1.7.3` -> `1.10.0` | | [webfactory/ssh-agent](https://redirect.github.com/webfactory/ssh-agent) | action | patch | `v0.9.0` -> `v0.9.1` | --- ### Release Notes <details> <summary>balazsorban44/nissuer (balazsorban44/nissuer)</summary> ### [`v1.10.0`](https://redirect.github.com/balazsorban44/nissuer/releases/tag/1.10.0) [Compare Source](https://redirect.github.com/balazsorban44/nissuer/compare/1.9.3...1.10.0) **Full Changelog**: balazsorban44/nissuer@1.9.3...1.10.0 ### [`v1.9.3`](https://redirect.github.com/balazsorban44/nissuer/releases/tag/1.9.3) [Compare Source](https://redirect.github.com/balazsorban44/nissuer/compare/1.9.2...1.9.3) **Full Changelog**: balazsorban44/nissuer@1.9.2...1.9.3 ### [`v1.9.2`](https://redirect.github.com/balazsorban44/nissuer/releases/tag/1.9.2) [Compare Source](https://redirect.github.com/balazsorban44/nissuer/compare/1.9.1...1.9.2) **Full Changelog**: balazsorban44/nissuer@1.9.1...1.9.2 ### [`v1.9.1`](https://redirect.github.com/balazsorban44/nissuer/releases/tag/1.9.1) [Compare Source](https://redirect.github.com/balazsorban44/nissuer/compare/1.9.0...1.9.1) **Full Changelog**: balazsorban44/nissuer@1.9.0...1.9.1 ### [`v1.9.0`](https://redirect.github.com/balazsorban44/nissuer/releases/tag/1.9.0) [Compare Source](https://redirect.github.com/balazsorban44/nissuer/compare/1.8.2...1.9.0) **Full Changelog**: balazsorban44/nissuer@1.8.2...1.9.0 ### [`v1.8.2`](https://redirect.github.com/balazsorban44/nissuer/releases/tag/1.8.2) [Compare Source](https://redirect.github.com/balazsorban44/nissuer/compare/1.8.1...1.8.2) **Full Changelog**: balazsorban44/nissuer@1.8.1...1.8.2 ### [`v1.8.1`](https://redirect.github.com/balazsorban44/nissuer/releases/tag/1.8.1) [Compare Source](https://redirect.github.com/balazsorban44/nissuer/compare/1.8.0...1.8.1) Fix https://github.com/balazsorban44/nissuer/releases/tag/1.8.0 by actually shipping the built version ### [`v1.8.0`](https://redirect.github.com/balazsorban44/nissuer/releases/tag/1.8.0) [Compare Source](https://redirect.github.com/balazsorban44/nissuer/compare/1.7.3...1.8.0) #### Features - do not hide comments from organization members ([`2d5aa95`](https://redirect.github.com/balazsorban44/nissuer/commit/2d5aa95)) - add blocklist option ([`eb4bf4b`](https://redirect.github.com/balazsorban44/nissuer/commit/eb4bf4b)) - **docs:** update readme and action ([`6163c40`](https://redirect.github.com/balazsorban44/nissuer/commit/6163c40)) #### Other changes - bump dependencies ([`6114e48`](https://redirect.github.com/balazsorban44/nissuer/commit/6114e48)) </details> <details> <summary>webfactory/ssh-agent (webfactory/ssh-agent)</summary> ### [`v0.9.1`](https://redirect.github.com/webfactory/ssh-agent/blob/HEAD/CHANGELOG.md#v091-2024-03-17) [Compare Source](https://redirect.github.com/webfactory/ssh-agent/compare/v0.9.0...v0.9.1) ##### Fixed - Fix path used to execute ssh-agent in cleanup.js to respect custom paths set by input ([#​235](https://redirect.github.com/webfactory/ssh-agent/issues/235)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/swc-project/swc). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cf33196 - Browse repository at this point
Copy the full SHA cf33196View commit details -
chore(ci): Use
bash
shell in npm publish workflow action (#10303)**Description:** The bash shell is needed to execute the build properly. **Related issue:** - Closes #9769
Configuration menu - View commit details
-
Copy full SHA for bfabdf6 - Browse repository at this point
Copy the full SHA bfabdf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25faeb8 - Browse repository at this point
Copy the full SHA 25faeb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bf7794 - Browse repository at this point
Copy the full SHA 0bf7794View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e70ca8 - Browse repository at this point
Copy the full SHA 5e70ca8View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.11.15...v1.11.16