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

Update dist #45

Merged
merged 1 commit into from Oct 12, 2022
Merged

Update dist #45

merged 1 commit into from Oct 12, 2022

Conversation

jeffkl
Copy link
Contributor

@jeffkl jeffkl commented Oct 12, 2022

D:\setup-nuget>npm install

up to date, audited 530 packages in 1s

97 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

D:\setup-nuget>npm run build

> setup-nuget-exe@1.0.6 build
> tsc


D:\setup-nuget>npm run package

> setup-nuget-exe@1.0.6 package
> ncc build --source-map --license licenses.txt

ncc: Version 0.33.4
ncc: Compiling file index.js into CJS
  21kB  dist\licenses.txt
  40kB  dist\sourcemap-register.js
 438kB  dist\index.js
 514kB  dist\index.js.map
 514kB  dist\index.js.map
1013kB  [2504ms] - ncc 0.33.4

D:\setup-nuget>npm test

> setup-nuget-exe@1.0.6 test
> jest

::debug::Found NuGet version: 5.3.1
::debug::isExplicit: 5.3.1
::debug::explicit? true
::debug::checking cache: D:\setup-nuget\__tests__\runner\tools\nuget.exe\5.3.1\x64
::debug::not found
::debug::Downloading https://dist.nuget.org/win-x86-commandline/v5.3.1/nuget.exe
::debug::Destination D:\setup-nuget\__tests__\runner\temp\03b5ab6c-75d2-4c1a-b933-f7e1b9302441
 PASS  __tests__/pick-version.test.ts
  √ picks a version based on concrete version (30 ms)
  √ picks a version based on semver range (25 ms)
  √ picks a version based on stage (32 ms)
  √ errors when no version could be found (2 ms)
  √ errors if an invalid label is passed in (2 ms)

::debug::download complete
::debug::Caching tool nuget.exe 5.3.1 x64
::debug::source file: D:\setup-nuget\__tests__\runner\temp\03b5ab6c-75d2-4c1a-b933-f7e1b9302441
::debug::destination D:\setup-nuget\__tests__\runner\tools\nuget.exe\5.3.1\x64
::debug::destination file D:\setup-nuget\__tests__\runner\tools\nuget.exe\5.3.1\x64\nuget.exe
::debug::finished caching tool
::debug::nuget.exe cache path: D:\setup-nuget\__tests__\runner\tools\nuget.exe\5.3.1\x64.
::set-env name=NUGET::D:\setup-nuget\__tests__\runner\tools\nuget.exe\5.3.1\x64/nuget.exe
::add-path::D:\setup-nuget\__tests__\runner\tools\nuget.exe\5.3.1\x64

::set-output name=nuget-version::5.3.1
  console.log
    Installed nuget.exe version 5.3.1

      at install (src/installer.ts:38:11)

::debug::isExplicit: 5.3.1
::debug::explicit? true
::debug::checking cache: D:\setup-nuget\__tests__\runner\tools\nuget.exe\5.3.1\x64
::debug::Found tool in cache nuget.exe 5.3.1 x64
 PASS  __tests__/installer.test.ts
  installer tests
    √ installs nuget.exe (145 ms)

Test Suites: 2 passed, 2 total
Tests:       6 passed, 6 total
Snapshots:   0 total
Time:        4.036 s
Ran all test suites.

@jeffkl jeffkl requested a review from a team as a code owner October 12, 2022 20:07
@jeffkl jeffkl enabled auto-merge (squash) October 12, 2022 20:07
@jeffkl jeffkl merged commit fd9fffd into main Oct 12, 2022
@jeffkl jeffkl deleted the dev-jeffkl-update-dist branch October 12, 2022 22:14
vbreuss pushed a commit to Testably/Testably.Abstractions that referenced this pull request Feb 12, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [NuGet/setup-nuget](https://togithub.com/NuGet/setup-nuget) | action |
minor | `v1.0.5` -> `v1.1.1` |

---

### Release Notes

<details>
<summary>NuGet/setup-nuget</summary>

###
[`v1.1.1`](https://togithub.com/NuGet/setup-nuget/releases/tag/v1.1.1)

[Compare
Source](https://togithub.com/NuGet/setup-nuget/compare/v1.1.0...v1.1.1)

#### What's Changed

- Update [@&#8203;actions/core](https://togithub.com/actions/core) from
1.9.1 to 1.10.0 by [@&#8203;jeffkl](https://togithub.com/jeffkl) in
[NuGet/setup-nuget#44
- Update dist by [@&#8203;jeffkl](https://togithub.com/jeffkl) in
[NuGet/setup-nuget#45

**Full Changelog**:
NuGet/setup-nuget@v1.1.0...v1.1.1

###
[`v1.1.0`](https://togithub.com/NuGet/setup-nuget/releases/tag/v1.1.0)

[Compare
Source](https://togithub.com/NuGet/setup-nuget/compare/v1.0.7...v1.1.0)

#### What's Changed

- Update to use Node.js 16 by
[@&#8203;TheRealMattV](https://togithub.com/TheRealMattV) in
[NuGet/setup-nuget#42
- Update dist by [@&#8203;jeffkl](https://togithub.com/jeffkl) in
[NuGet/setup-nuget#43

#### New Contributors

- [@&#8203;TheRealMattV](https://togithub.com/TheRealMattV) made their
first contribution in
[NuGet/setup-nuget#42

**Full Changelog**:
NuGet/setup-nuget@v1.0.7...v1.1.0

###
[`v1.0.7`](https://togithub.com/NuGet/setup-nuget/releases/tag/v1.0.7)

[Compare
Source](https://togithub.com/NuGet/setup-nuget/compare/v1.0.6...v1.0.7)

#### What's Changed

- build(deps): bump
[@&#8203;actions/core](https://togithub.com/actions/core) from 1.6.0 to
1.9.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[NuGet/setup-nuget#41

**Full Changelog**:
NuGet/setup-nuget@v1.0.6...v1.0.7

###
[`v1.0.6`](https://togithub.com/NuGet/setup-nuget/releases/tag/v1.0.6)

[Compare
Source](https://togithub.com/NuGet/setup-nuget/compare/v1.0.5...v1.0.6)

#### What's Changed

- Update packages by [@&#8203;jeffkl](https://togithub.com/jeffkl) in
[NuGet/setup-nuget#35

#### New Contributors

- [@&#8203;jeffkl](https://togithub.com/jeffkl) made their first
contribution in
[NuGet/setup-nuget#35

**Full Changelog**:
NuGet/setup-nuget@v1.0.3...v1.0.6

</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://app.renovatebot.com/dashboard#github/Testably/Testably.Abstractions).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=-->

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
Development

Successfully merging this pull request may close these issues.

None yet

2 participants