-
Notifications
You must be signed in to change notification settings - Fork 326
Version Packages #480
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
Merged
Merged
Version Packages #480
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ea80efe
to
4268dfe
Compare
/release-pr |
1 similar comment
/release-pr |
4268dfe
to
1bde6de
Compare
The release triggered by this comment has failed. |
1bde6de
to
fdc30b4
Compare
/release-pr |
The changesets/action@2212e74cb6ced941e3f598a7ec087ec61bdba98a release triggered by this comment has succeeded. |
1ff5591
to
ed7171a
Compare
/release-pr |
The release triggered by this comment has failed. |
ed7171a
to
6af029a
Compare
/release-pr |
The changesets/action@f725e7f817a1a9c82c851c001749ce123767b4ee release triggered by this comment has succeeded. |
valpinkman
added a commit
to LedgerHQ/changeset-action-ledger
that referenced
this pull request
Aug 4, 2025
* upstream/main: (28 commits) Version Packages (changesets#480) Fixed missed `__dirname` reference (changesets#496) Switch to bundling with Rollup (changesets#495) Migrate to ESM (changesets#484) Fixed situations in which `cwd` was specified as a relative path and used with (default) `commitMode: git-cli` (changesets#486) Add LICENSE file (changesets#491) Fix PRs sometimes not getting reopened with `commitMode: github-api` (changesets#488) Removed `fs-extra` dependency (changesets#481) Setup Git user in `release-pr` workflow (changesets#493) Use proper ndoe version in `release-pr` workflow (changesets#492) Add `release-pr` workflow (changesets#490) Migrate to Vitest (changesets#483) Switch to `esbuild` for bundling (changesets#479) Import only for `semver/functions/lt` (changesets#482) Avoid hitting a deprecation warning when encountering errors from `@octokit/request-error` (changesets#461) Run typecheck on CI (changesets#478) Updated `@actions/*` and `@octokit/*` dependencies (changesets#477) Bump @babel/runtime from 7.21.5 to 7.27.1 (changesets#464) Version Packages (changesets#476) Make git add work consistently with subdirectories (changesets#473) ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@changesets/action@1.5.3
Patch Changes
#477
9d933dc
Thanks @Andarist! - Updated@actions/*
and@octokit/*
dependencies.#479
cf373e4
Thanks @Andarist! - Switched toesbuild
for bundling the dist file. This led to 45% file size reduction.#488
022692b
Thanks @s0! - Fix PRs sometimes not getting reopened withcommitMode: github-api
There was a race-condition that means sometimes existing PRs would not be found,
and new PRs would be opened. This has now been fixed by fetching existing PRs
before making any changes.
#486
7ed1955
Thanks @s0! - Fixed situations in whichcwd
was specified as a relative path and used with (default)commitMode: git-cli
#461
e9c36b6
Thanks @nayounsang! - Avoid hitting a deprecation warning when encountering errors from@octokit/request-error