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

ci(deps): bump potatoqualitee/psmodulecache from 5.2 to 6.2 in /.github/actions/install-dependencies #138

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Bumps potatoqualitee/psmodulecache from 5.2 to 6.2.

Release notes

Sourced from potatoqualitee/psmodulecache's releases.

v6.2

What's Changed

New Contributors

Full Changelog: potatoqualitee/psmodulecache@v6.1...v6.2

V6.1

Now licenses are always accepted.

What's Changed

Full Changelog: potatoqualitee/psmodulecache@v6.0...v6.1

V6.0

What's Changed

  • Add support for the modules dependencies. Module paths to be saved in cache are unique.
  • Refactoring and bug fixes around managing multiple repositories.
  • Add module name duplication checking. Previously you could call Save-Module several times for the same module.
  • Update actions/cache@v3.0.11 to actions/cache@v3.3.2
  • Update actions/checkout@v2.5.0 to actions/checkout@v4.1.0
  • Remove unused workflows.

-

  • Fix (#54). Some modules will be impossible to load under Ubuntu, in this case a warning is displayed in the workflow logs.
  • Fix (#51). If there is a module with the same name in several PSRepositories, we must now prefix the module name with the name of the desired repository: PSGallery\string.
  • Fix (#50). Module dependencies were not saved into a cache. Now each dependency is saved.
  • Fix (#47). Documentation: specifies the use of '::' (YAML syntax)
  • Fix (#45,#48). Some module packages are case-sensitive, and break the implicit (and informal) PascalCase naming rule. On Linux, the path names passed as a parameter to the 'Cache' action must be constructed with the nuget package name and not with the name coming from the 'modules-to-cache' parameter of the 'PSModuleCache' action.
  • Fix the analyze of a module name.
  • Fix module name handling for case-sensitive filesystems. See the 'PsModuleCache\Test-ModuleNaming' function.
  • Fix module duplication when we call "Find-Module -name 'AZ' -IncludeDependencies". Example: the dependent module 'Az.Accounts v2.13.1' is duplicated 25 times.
  • Fix CleanWorkFlowsHistory.yml. Deleting workflow execution history caused an exception when calling ConvertFrom-Json. If the workflow execution history contains a large number of entries (+500) and the API returns a string of several megabytes that is impossible to convert.

Breaking changes

  • Now we check the existence of at least one repository.

  • The existence of a module with the same name in several PSRepositories will cause a blocking error. We must now prefix a name of the duplicated module with the name of the desired repository. Previously we sorted the elements by version number then we selected the first in the list.

... (truncated)

Changelog

Sourced from potatoqualitee/psmodulecache's changelog.

v6.2

  • Bump actions/cache to v4. Node 16 is deprecated, v4 uses Node 20. Thanks to Frode Flaten (fflaten).

v6.1

  • Fix (#59). Modules requesting acceptance of a license triggered an exception. Now licenses are always accepted.

v6.0

  • Add support for the modules dependencies. Module paths to be saved in cache are unique.

  • Refactoring and bug fixes around managing multiple repositories.

  • Add module name duplication checking. Previously you could call Save-Module several times for the same module.

  • Update actions/cache@v3.0.11 to actions/cache@v3.3.2

  • Update actions/checkout@v2.5.0 to actions/checkout@v4.1.0

  • Remove unused workflows.

  • Fix (#54). Some modules will be impossible to load under Ubuntu, in this case a warning is displayed in the workflow logs.

  • Fix (#51). If there is a module with the same name in several PSRepositories, we must now prefix the module name with the name of the desired repository: PSGallery\string.

  • Fix (#50). Module dependencies were not saved into a cache. Now each dependency is saved.

  • Fix (#47). Documentation: specifies the use of '::' (YAML syntax)

  • Fix (#45,#48). Some module packages are case-sensitive, and break the implicit (and informal) PascalCase naming rule. On Linux, the path names passed as a parameter to the 'Cache' action must be constructed with the nuget package name and not with the name coming from the 'modules-to-cache' parameter of the 'PSModuleCache' action.

  • Fix the analyze of a module name.

  • Fix module name handling for case-sensitive filesystems. See the 'PsModuleCache\Test-ModuleNaming' function.

  • Fix module duplication when we call "Find-Module -name 'AZ' -IncludeDependencies". Example: the dependent module 'Az.Accounts v2.13.1' is duplicated 25 times.

  • Fix CleanWorkFlowsHistory.yml. Deleting workflow execution history caused an exception when calling ConvertFrom-Json. If the workflow execution history contains a large number of entries (+500) and the API returns a string of several megabytes that is impossible to convert.

Breaking changes

  • Now we check the existence of at least one repository.

  • The existence of a module with the same name in several PSRepositories will cause a blocking error. We must now prefix a name of the duplicated module with the name of the desired repository. Previously we sorted the elements by version number then we selected the first in the list.

v5.3 (no release)

  • Fix (#43). Action fails when used with a container job. The 'SUDO' command may not exist in the container.
  • Fix (#38). Updating the setting of output parameters (Github Action).
  • Fix (#35). Change after Github Action commands deprecated.
  • Update 'Readme.md' file.
Commits
  • 8a705c6 Merge pull request #63 from LaurentDardenne/main
  • cb32240 Bump PSGallery\String 1.1.3 to 1.1.5
  • 4e1b7c1 Version 6.2
  • ce151fa Bump PSGallery\String 1.1.3 to 1.1.5
  • 9e80be9 Merge pull request #62 from fflaten/cachev4
  • 0dbe4d4 Bump actions/cache to v4
  • 4f287b2 Merge pull request #60 from LaurentDardenne/FixAcceptLicence
  • ebe0af2 Add 'acceptlicence'
  • bb77b90 Adding '-AcceptLicence' parameter to Save-Module.
  • 838455b Test 'modulerequirelicenseacceptance'
  • 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)

Bumps [potatoqualitee/psmodulecache](https://github.com/potatoqualitee/psmodulecache) from 5.2 to 6.2.
- [Release notes](https://github.com/potatoqualitee/psmodulecache/releases)
- [Changelog](https://github.com/potatoqualitee/psmodulecache/blob/main/CHANGELOG.md)
- [Commits](potatoqualitee/psmodulecache@v5.2...v6.2)

---
updated-dependencies:
- dependency-name: potatoqualitee/psmodulecache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants