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

fix: switch to deno release binary for publishing by default #100

Merged
merged 2 commits into from
Jul 15, 2024

Conversation

marvinhagemeister
Copy link
Collaborator

@marvinhagemeister marvinhagemeister commented Jul 15, 2024

This adds a new DENO_BIN_CANARY environment variable check to use the canary binary instead as well.

Fixes #99

This adds a new `DENO_BIN_CANARY` environment variable check to use the canary binary instead as well.
@@ -197,7 +197,7 @@ describe("install", () => {

assert.match(
pkgJson.dependencies["@std/encoding"],
/^npm:@jsr\/std__encoding@\d+\.\d+\.\d+.*$/,
/^npm:@jsr\/std__encoding@[^]?\d+\.\d+\.\d+.*$/,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pnpm changed their output again. For us it makes no difference if the ^ is there, because the lockfile will have an exact version anyways.

@marvinhagemeister marvinhagemeister merged commit 4b41043 into main Jul 15, 2024
5 checks passed
@marvinhagemeister marvinhagemeister deleted the deno-release-binary branch July 15, 2024 11:50
Boshen referenced this pull request in oxc-project/monitor-oxc Jul 16, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [jsr](https://jsr.io)
([source](https://togithub.com/denoland/jsr-node-cli)) | [`0.13.0` ->
`0.13.1`](https://renovatebot.com/diffs/npm/jsr/0.13.0/0.13.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/jsr/0.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/jsr/0.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/jsr/0.13.0/0.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/jsr/0.13.0/0.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>denoland/jsr-node-cli (jsr)</summary>

### [`v0.13.1`](https://togithub.com/jsr-io/jsr-npm/releases/tag/0.13.1)

[Compare
Source](https://togithub.com/denoland/jsr-node-cli/compare/0.13.0...0.13.1)

#### Bug Fixes

- fix: switch to deno release binary instead of canary for publishing by
default by
[@&#8203;marvinhagemeister](https://togithub.com/marvinhagemeister) in
[https://github.com/jsr-io/jsr-npm/pull/100](https://togithub.com/jsr-io/jsr-npm/pull/100)

**Full Changelog**:
jsr-io/jsr-npm@0.13.0...0.13.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/oxc-project/monitor-oxc).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants