containerbuildsystem / cachi2

Cachi2 is a CLI tool that pre-fetches your project's dependencies to aid in making your build process network-isolated.
GNU General Public License v3.0
7 stars 25 forks source link

build(deps): bump corepack from 0.26.0 to 0.28.2 in /js-deps #548

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 4 months ago

Bumps corepack from 0.26.0 to 0.28.2.

Changelog

Sourced from corepack's changelog.

0.28.2 (2024-05-31)

Features

0.28.1 (2024-05-10)

Features

Bug Fixes

  • COREPACK_NPM_REGISTRY should allow for username/password auth (#466) (6efa349)

0.28.0 (2024-04-20)

⚠ BREAKING CHANGES

  • call executePackageManagerRequest directly (#430)

Bug Fixes

  • call executePackageManagerRequest directly (#430) (0f9b748)

0.27.0 (2024-04-19)

⚠ BREAKING CHANGES

  • attempting to download a version from the npm registry (or a mirror) that was published using the now deprecated PGP signature without providing a hash will trigger an error. Users can disable the signature verification using a environment variable.

Features

  • separate read and write operations on lastKnownGood.json (#446) (c449adc)
  • update package manager versions (#425) (1423190)
  • update package manager versions (#462) (56816c2)
  • verify integrity signature when downloading from npm registry (#432) (e561dd0)

Bug Fixes

  • add path to package.json in error message (#456) (32a93ea)
  • correctly set Dispatcher prototype for ProxyAgent (#451) (73d9a1e)

... (truncated)

Commits
  • e1d8ffd chore(main): release 0.28.2 (#488)
  • 7b8e33a chore(tests): do not use outdated fs.rmdir API (#487)
  • e1abb83 feat: update package manager versions (#481)
  • 09528a8 chore: fix typos and add .idea to .gitignore (#482)
  • 119fd2f chore(main): release 0.28.1 (#467)
  • 985895b feat: update package manager versions (#469)
  • f15ebc2 feat: add support for COREPACK_INTEGRITY_KEYS=0 (#470)
  • 6efa349 fix: COREPACK_NPM_REGISTRY should allow for username/password auth (#466)
  • 78781fa chore(main): release 0.28.0 (#464)
  • 0f9b748 fix!: call executePackageManagerRequest directly (#430)
  • 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 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)
eskultety commented 3 months ago

FYI this one has a direct conflict with https://github.com/containerbuildsystem/cachi2/pull/528/commits/184b8decb4a09e0623af6e6a03f91287a1ba7433, so we could keep this one open (we're not missing out on much) until we make progress with #528 , but I can handle the merge conflicts you can merge it if you want.

brunoapimentel commented 3 months ago

FYI this one has a direct conflict with 184b8de, so we could keep this one open (we're not missing out on much) until we make progress with #528 , but I can handle the merge conflicts you can merge it if you want.

I think we have absolutely no hurry in merging this. We can absolutely wait for #528.

eskultety commented 3 months ago

544 purged the js-deps directory in favour of pulling corepack and yarn from the official NodeJS container image, so this PR no longer applies, closing.

dependabot[bot] commented 3 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.