Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

chore(deps): bump oro-package-spec from 0.3.27 to 0.3.34 #55

Merged
merged 1 commit into from
Nov 7, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 7, 2023

Bumps oro-package-spec from 0.3.27 to 0.3.34.

Release notes

Sourced from oro-package-spec's releases.

0.3.34 (2023-10-09)

Release Notes

This release is largely a series of attempts at making Orogene faster, most of which didn't have much of an effect. Properly supporting reflinks on DeDrive is nice, though.

Features

  • reflink: bump reflink-copy to add support for reflinks on Windows Dev Drive (32c169c7)
  • perf: be smarter about reflinks and mkdirp (581dda60)

Bug Fixes

  • setup: fix issue with repeatedly being asked about telemetry (a0111278)
  • perf: reduce number of syscalls a bit (3f005c1f)

Install orogene 0.3.34

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/orogene/orogene/releases/download/v0.3.34/orogene-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/orogene/orogene/releases/download/v0.3.34/orogene-installer.ps1 | iex

Install prebuilt binaries into your npm project

npm install orogene@0.3.34

Download orogene 0.3.34

File Platform Checksum
orogene-aarch64-apple-darwin.tar.gz macOS Apple Silicon checksum
orogene-x86_64-apple-darwin.tar.gz macOS Intel checksum
orogene-x86_64-pc-windows-msvc.tar.gz Windows x64 checksum
orogene-x86_64-unknown-linux-gnu.tar.gz Linux x64 checksum
orogene-x86_64-pc-windows-msvc.msi Windows x64 checksum

0.3.33 (2023-10-02)

... (truncated)

Changelog

Sourced from oro-package-spec's changelog.

0.3.34 (2023-10-09)

This release is largely a series of attempts at making Orogene faster, most of which didn't have much of an effect. Properly supporting reflinks on DeDrive is nice, though.

Features

  • reflink: bump reflink-copy to add support for reflinks on Windows Dev Drive (32c169c7)
  • perf: be smarter about reflinks and mkdirp (581dda60)

Bug Fixes

  • setup: fix issue with repeatedly being asked about telemetry (a0111278)
  • perf: reduce number of syscalls a bit (3f005c1f)

0.3.33 (2023-10-02)

Features

  • terminal: display indeterminate progress while orogene is running (d4f3e845)
  • release: automatically bump official brew formula on release (deceec38)

Bug Fixes

  • manifest: handle boolean bundledDependencies values (d6c16a44)
  • fmt: cargo fmt --all (6fd8b279)
  • bin: fix bin linking for the isolated linker and fix cmd shims (8b58caba)
  • docs: fix broken links (e182ce76)
  • terminal: don't print out terminal progress codes unless stderr is a terminal (1228ebea)

0.3.32 (2023-09-30)

Features

  • dist: automatically publish to a homebrew tap (023ebcca)

Bug Fixes

  • cache: cache recovery was working off JSON metadata, not new rkyv-based one (7c566287)
  • unsafe: use safe version of method that verifies data. No perf impact noticeable (1a6b54ac)
  • resolver: fix issue with aliases not being handled properly (85d31713)
  • resolver: node paths should use their fs name (544639b7)
  • resolver: go ahead and try to resolve if we just have a version (8d04d84b)

Documentation

  • build: document build requirements (16391bec)

... (truncated)

Commits
  • 6a99684 chore: Release
  • 9652714 docs: update changelog
  • 581dda6 feat(perf): be smarter about reflinks and mkdirp
  • 3f005c1 fix(perf): reduce number of syscalls a bit
  • 3c10ccd fmt: cargo fmt --all
  • 32c169c feat(reflink): bump reflink-copy to add support for reflinks on Windows Dev D...
  • a011127 fix(setup): fix issue with repeatedly being asked about telemetry
  • c1fc5df deps: move some deps to workspace
  • cf54839 chore: Release
  • 1043453 docs: update changelog
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 7, 2023
@dependabot dependabot bot force-pushed the dependabot/cargo/oro-package-spec-0.3.34 branch 3 times, most recently from 8207771 to f4c0a92 Compare November 7, 2023 17:36
Bumps [oro-package-spec](https://github.com/orogene/orogene) from 0.3.27 to 0.3.34.
- [Release notes](https://github.com/orogene/orogene/releases)
- [Changelog](https://github.com/orogene/orogene/blob/main/CHANGELOG.md)
- [Commits](orogene/orogene@v0.3.27...v0.3.34)

---
updated-dependencies:
- dependency-name: oro-package-spec
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/oro-package-spec-0.3.34 branch from f4c0a92 to 978a58d Compare November 7, 2023 17:43
@mistydemeo mistydemeo merged commit e35f7a4 into main Nov 7, 2023
11 checks passed
@mistydemeo mistydemeo deleted the dependabot/cargo/oro-package-spec-0.3.34 branch November 7, 2023 17:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant