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

Using step output instead of temporary file #2

Merged
merged 7 commits into from
Sep 7, 2024
Merged

Using step output instead of temporary file #2

merged 7 commits into from
Sep 7, 2024

Conversation

RobinTail
Copy link
Owner

No description provided.

@RobinTail RobinTail added the enhancement New feature or request label Sep 7, 2024
Copy link

github-actions bot commented Sep 7, 2024

ebba336

diff --git a/test/bun.lockb b/test/bun.lockb
index 80cbe07..e19f061 100755
--- a/test/bun.lockb
+++ b/test/bun.lockb
@@ -1,16 +1,44 @@
 # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
 # yarn lockfile v1
-# bun ./bun.lockb --hash: 407BF41D704CCE7F-f3a5f7d0449d96d7-27AE8669469F2BA1-6ec47e453d0663a3
+# bun ./bun.lockb --hash: CFC6A70335479DAF-af87569ce6fd9eed-24F5E8BDA2B44CCB-67613a2cd90dca98
 
 
-"@types/[email protected]":
-  version "1.0.0"
-  resolved "https://registry.npmjs.org/@types/bun/-/bun-1.0.0.tgz"
-  integrity sha512-TPI/aImv/fSo0SWlt29wq0tWRqQOWsC4FOXYeUK0Ni6tAS+FqJZ2p7QCGY4hmHaHQeE2KhKJ6Qn9k3kvFfXD3Q==
+"@types/[email protected]":
+  version "1.0.2"
+  resolved "https://registry.npmjs.org/@types/bun/-/bun-1.0.2.tgz"
+  integrity sha512-rjJUT/QIpz+sEuJuxGNPfAi2GGyQuoswcj0f3E0qEfyPviAde5h/QUXGoDuWq2pjXeIUK8Xy+4sMs2pNOEIrKg==
   dependencies:
-    bun-types "1.0.18"
+    bun-types "1.0.22"
 
-[email protected]:
-  version "1.0.18"
-  resolved "https://registry.npmjs.org/bun-types/-/bun-types-1.0.18.tgz"
-  integrity sha512-1XZ7AxOF8oO8FZtw1xj006JAKxEjulK3dUhsktZVN95vXBlsf4NIjQxfistVdpt24v3H2I9BwHp+UU+gXSSpAw==
+"@types/node@*":
+  version "22.5.4"
+  resolved "https://registry.npmjs.org/@types/node/-/node-22.5.4.tgz"
+  integrity sha512-FDuKUJQm/ju9fT/SeX/6+gBzoPzlVCzfzmGkwKvRHQVxi4BntVbyIwf6a4Xn62mrvndLiml6z/UBXIdEVjQLXg==
+  dependencies:
+    undici-types "~6.19.2"
+
+"@types/ws@*":
+  version "8.5.12"
+  resolved "https://registry.npmjs.org/@types/ws/-/ws-8.5.12.tgz"
+  integrity sha512-3tPRkv1EtkDpzlgyKyI8pGsGZAGPEaXeu0DOj5DI25Ja91bdAYddYHbADRYVrZMRbfW+1l5YwXVDKohDJNQxkQ==
+  dependencies:
+    "@types/node" "*"
+
+[email protected]:
+  version "1.0.22"
+  resolved "https://registry.npmjs.org/bun-types/-/bun-types-1.0.22.tgz"
+  integrity sha512-JxmXAx6cXb37+rMsn30WRXlz9lbPFR9rQE78hNSoy5wJ8m/nUktkmHpo7xZb/YKDds23ifxWLjDtyni9MeXLgw==
+  dependencies:
+    "@types/ws" "*"
+    "@types/node" "*"
+    undici-types "^5.26.4"
+
+undici-types@^5.26.4:
+  version "5.28.4"
+  resolved "https://registry.npmjs.org/undici-types/-/undici-types-5.28.4.tgz"
+  integrity sha512-3OeMF5Lyowe8VW0skf5qaIE7Or3yS9LS7fvMUI0gg4YxpIBVg0L8BxCmROw2CcYhSkpR68Epz7CGc8MPj94Uww==
+
+undici-types@~6.19.2:
+  version "6.19.8"
+  resolved "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz"
+  integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==

@RobinTail RobinTail marked this pull request as ready for review September 7, 2024 11:29
Copy link
Owner Author

@RobinTail RobinTail left a comment

Choose a reason for hiding this comment

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

ok

@RobinTail RobinTail merged commit ab057f5 into main Sep 7, 2024
1 check passed
RobinTail referenced this pull request in RobinTail/merge-sx Sep 7, 2024
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[RobinTail/bun-diff-action](https://redirect.github.com/RobinTail/bun-diff-action)
| action | minor | `v0.0.4` -> `v0.3.0` |

---

### Release Notes

<details>
<summary>RobinTail/bun-diff-action (RobinTail/bun-diff-action)</summary>

###
[`v0.3.0`](https://redirect.github.com/RobinTail/bun-diff-action/releases/tag/v0.3.0)

[Compare
Source](https://redirect.github.com/RobinTail/bun-diff-action/compare/v0.2.0...v0.3.0)

#### What's Changed

- Shortening name down to `bun-diff` by
[@&#8203;RobinTail](https://redirect.github.com/RobinTail) in
[https://github.com/RobinTail/bun-diff-action/pull/3](https://redirect.github.com/RobinTail/bun-diff-action/pull/3)
-   Initial publishing to the Marketplace

**Full Changelog**:
RobinTail/bun-diff-action@v0.2.0...v0.3.0

###
[`v0.2.0`](https://redirect.github.com/RobinTail/bun-diff-action/releases/tag/v0.2.0)

[Compare
Source](https://redirect.github.com/RobinTail/bun-diff-action/compare/v0.1.0...v0.2.0)

#### Improved

- Using step output instead of temporary file by
[@&#8203;RobinTail](https://redirect.github.com/RobinTail) in
[https://github.com/RobinTail/bun-diff-action/pull/2](https://redirect.github.com/RobinTail/bun-diff-action/pull/2)

**Full Changelog**:
RobinTail/bun-diff-action@v0.1.0...v0.2.0

###
[`v0.1.0`](https://redirect.github.com/RobinTail/bun-diff-action/releases/tag/v0.1.0)

[Compare
Source](https://redirect.github.com/RobinTail/bun-diff-action/compare/v0.0.4...v0.1.0)

#### Feature

- `working-directory` option by
[@&#8203;RobinTail](https://redirect.github.com/RobinTail) in
[https://github.com/RobinTail/bun-diff-action/pull/1](https://redirect.github.com/RobinTail/bun-diff-action/pull/1)

**Full Changelog**:
RobinTail/bun-diff-action@v0.0.4...v0.1.0

</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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/RobinTail/merge-sx).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Anna Bocharova <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant