Skip to content

Update all dependencies#313

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all
Open

Update all dependencies#313
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 1, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
actions/cache action major v4.0.2v5.0.4
actions/checkout action major v4.1.7v6.0.2
actions/upload-artifact action major v4.3.4v7.0.0
erlef/setup-elixir action minor v1.18.0v1.23.0
ex_doc (source) dev minor ~> 0.34~> 0.40
github/codeql-action action major v3.25.12v4.33.0
ossf/scorecard-action action minor v2.3.3v2.4.3
step-security/harden-runner action minor v2.8.1v2.16.0

Release Notes

actions/cache (actions/cache)

v5.0.4

Compare Source

v5.0.3

Compare Source

What's Changed

Full Changelog: actions/cache@v5...v5.0.3

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

v4.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v4...v4.3.0

v4.2.4

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v4...v4.2.4

v4.2.3

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4.2.2...v4.2.3

v4.2.2

Compare Source

What's Changed

[!IMPORTANT]
As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.

Full Changelog: actions/cache@v4.2.1...v4.2.2

v4.2.1

Compare Source

What's Changed

[!IMPORTANT]
As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.

New Contributors

Full Changelog: actions/cache@v4.2.0...v4.2.1

v4.2.0

Compare Source

⚠️ Important Changes

The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.

The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.

We are deprecating some versions of this action. We recommend upgrading to version v4 or v3 as soon as possible before February 1st, 2025. (Upgrade instructions below).

If you are using pinned SHAs, please use the SHAs of versions v4.2.0 or v3.4.0

If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.

Upgrading to the recommended versions will not break your workflows.

Read more about the change & access the migration guide: reference to the announcement.

Minor changes

Minor and patch version updates for these dependencies:

Full Changelog: actions/cache@v4.1.2...v4.2.0

v4.1.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4.1.1...v4.1.2

v4.1.1

Compare Source

What's Changed

Full Changelog: actions/cache@v4.1.0...v4.1.1

v4.1.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4.0.2...v4.1.0

actions/checkout (actions/checkout)

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v5.0.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

v5.0.0

Compare Source

What's Changed
⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

v4.3.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

actions/upload-artifact (actions/upload-artifact)

v7.0.0

Compare Source

v7 What's new

Direct Uploads

Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v6...v7.0.0

v6.0.0

Compare Source

v5.0.0

Compare Source

v4.6.2

Compare Source

What's Changed

  • Update to use artifact 2.3.2 package & prepare for new upload-artifact release by @​salmanmkc in #​685

New Contributors

Full Changelog: actions/upload-artifact@v4...v4.6.2

v4.6.1

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.6.1

v4.6.0

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.6.0

v4.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4.4.3...v4.5.0

v4.4.3

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.4.2...v4.4.3

v4.4.2

Compare Source

What's Changed

  • Bump @actions/artifact to 2.1.11 by @​robherley in #​627
    • Includes fix for relative symlinks not resolving properly

Full Changelog: actions/upload-artifact@v4.4.1...v4.4.2

v4.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4.4.0...v4.4.1

v4.4.0

Compare Source

Notice: Breaking Changes ⚠️

We will no longer include hidden files and folders by default in the upload-artifact action of this version. This reduces the risk that credentials are accidentally uploaded into artifacts. Customers who need to continue to upload these files can use a new option, include-hidden-files, to continue to do so.

See "Notice of upcoming deprecations and breaking changes in GitHub Actions runners" changelog and this issue for more details.

What's Changed

Full Changelog: actions/upload-artifact@v4.3.6...v4.4.0

v4.3.6

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.3.6

v4.3.5

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.3.4...v4.3.5

erlef/setup-elixir (erlef/setup-elixir)

v1.23.0

Compare Source

What's Changed

Features
Fixes
Documentation
Version updates

New Contributors

Full Changelog: erlef/setup-beam@v1...v1.23.0

v1.22.0

Compare Source

What's Changed

New Contributors

Full Changelog: erlef/setup-beam@v1.21.0...v1.22.0

v1.21.0

Compare Source

What's Changed
New Contributors

Full Changelog: erlef/setup-beam@v1...v1.21.0

v1.20.4

Compare Source

What's Changed

Dependabot updates

Full Changelog: erlef/setup-beam@v1.20.3...v1.20.4

v1.20.3

Compare Source

What's Changed

Full Changelog: erlef/setup-beam@v1.20...v1.20.3

v1.20.2

Compare Source

What's Changed

Full Changelog: erlef/setup-beam@v1.20...v1.20.2

v1.20.1

Compare Source

What's Changed

Full Changelog: erlef/setup-beam@v1...v1.20.1

v1.20.0

Compare Source

What's Changed

@​dependabot

New Contributors

Full Changelog: erlef/setup-beam@v1...v1.20.0

v1.19.0

Compare Source

What's Changed

New Contributors

Full Changelog: erlef/setup-beam@v1.18.2...v1.19.0

v1.18.2

Compare Source

What's Changed

Full Changelog: erlef/setup-beam@v1.18.1...v1.18.2

v1.18.1

Compare Source

What's Changed

Full Changelog: erlef/setup-beam@v1...v1.18.1

elixir-lang/ex_doc (ex_doc)

v0.40.1

Compare Source

  • Enhancements
    • Remove link to source from generated .md files

    • Improve word-breaking of module names and sizing of main page titles

    • Include description in llms.txt

    • Bug fixes

      • Fix headers in custom groups

v0.40.0

Compare Source

  • Enhancements
    • Introduce Markdown formatter (thanks to Yordis Prietro)

    • Generate a llms.txt document by default and add a "Copy Markdown" button to the top of every page

    • Run retriever only once per formatter

    • Support anchors on redirects

    • Bug fixes

      • Copy button on erl and iex snippets now include prompts
      • Fix headers having wrong selectors due to whitespace minification
      • Only include .html links on Swup
    • Breaking changes

      • Revamp the ExDoc entrypoint and formatter API. While those have never been made public, others may have relied on it. We have now changed and documented them on the path to standardization
      • The previously deprecated :assets option will raise if given a string, pass a map instead

v0.39.3

Compare Source

  • Enhancements
    • Add the option to trim down the footer

v0.39.2

Compare Source

  • Bug fixes
    • Do not strip hrefs on summaries
    • Show go to latest for prereleases
    • Prevent fake italic in autocomplete text
    • Rename "Search Hexdocs" link to "Go to package docs"

v0.39.1

Compare Source

  • Bug fixes
    • Improve box-shadow around autocompletion
    • Trim search engine selector on small screens
    • Fix admonition titles on small screens

v0.39.0

Compare Source

  • Enhancements
    • Allow custom search engines to be configured with support for https://hexdocs.pm
    • Improve admonition blocks so they better integrate with the page flow
    • Bug fixes
      • Add .cheatmd to EPUB to avoid broken links
    • Backwards incompatible changes
      • Validate :extras fields: if you were previously setting them to unexpected values, you may now get an exception
      • Setting exdoc:full-text-search-url metadata is no longer supported, using the new search engines configuration

v0.38.4

Compare Source

  • Bug fixes
    • Fix escaping of links when they have ampersand in them
    • Increase spacing of footers in pages
    • Align stale icon positioning

v0.38.3

Compare Source

  • Enhancements
    • Allow configuring autocomplete limit, and default it to 10 instead of 8
    • Display description text in docs groups
    • Load discovered makeup apps for CLI

v0.38.2

Compare Source

  • Bug fixes
    • Render documents with hardcoded <h2>/<h3> entries correctly
    • Fix padding on external links

v0.38.1

Compare Source

  • Bug fixes
    • Ensure stripping apps for Erlang sources emit valid AST

v0.38.0

Compare Source

  • Enhancements
    • Allow listing outside URLs in extras

    • Bug fixes

      • Ensure some cases where <, >, & and in headers would appear as entities in the sidebar
      • Fix outline caused by swup.js on Webkit based browsers
      • Fix bugs when computing synopsis
      • Automatically close the sidebar when navigating sections on mobile

v0.37.3

Compare Source

  • Bug fixes
    • Handle http-equiv=refresh during Swup.js navigation
    • Include full error description when syntax highlighting fails

v0.37.2

[Compare Source](https://redirect.github.com/elixir-l


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from ddce10e to cb9f06b Compare August 6, 2024 17:51
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 224eb2c to 641b36e Compare August 19, 2024 19:04
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 9d6cbe8 to 1ed0e63 Compare August 24, 2024 01:27
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from c0b8bb3 to ca897d5 Compare August 30, 2024 19:46
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 5012c90 to ff24193 Compare September 13, 2024 16:01
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 7818cb9 to f66031b Compare September 25, 2024 21:37
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 685ce19 to 5156a20 Compare October 4, 2024 22:58
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 08d27d4 to bfc8ef7 Compare October 9, 2024 19:43
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from b928caa to dc0c8b1 Compare October 23, 2024 17:42
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 996d71b to bc255a2 Compare November 12, 2024 13:50
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 21a49d7 to f08b02a Compare December 24, 2024 13:00
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 2469c2f to e72b5e1 Compare January 10, 2025 21:29
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 001ae90 to 4854984 Compare January 24, 2025 17:03
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 1534dd4 to b163358 Compare January 29, 2025 22:00
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 5d47415 to 849ef53 Compare February 7, 2025 13:06
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from feec875 to 0a29c5d Compare February 21, 2025 23:05
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 028851d to 4e59b5a Compare March 24, 2025 20:32
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 085b910 to b1adf69 Compare April 7, 2025 22:43
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 108ab60 to 0d02722 Compare April 23, 2025 13:00
@renovate renovate bot force-pushed the renovate/all branch from 0d02722 to b814b50 Compare May 2, 2025 10:19
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.

0 participants