chore(deps): all non-major dependencies #158
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.24.4
->v1.27.3
3.9.0
->3.10.0
1.7.1
->1.7.4
Release Notes
crate-ci/typos (crate-ci/typos)
v1.27.3
Compare Source
[1.27.3] - 2024-11-08
Fixes
alloced
registor
, a more domain specific variant ofregister
v1.27.2
Compare Source
[1.27.2] - 2024-11-06
Fixes
fand
v1.27.1
Compare Source
[1.27.1] - 2024-11-06
Fixes
alingment
asalignment
, rather thanalinement
v1.27.0
Compare Source
[1.27.0] - 2024-11-01
Features
v1.26.8
Compare Source
[1.26.8] - 2024-10-24
v1.26.7
Compare Source
v1.26.6
Compare Source
v1.26.5
Compare Source
v1.26.4
Compare Source
v1.26.3
Compare Source
[1.26.3] - 2024-10-24
Fixes
additionals
v1.26.2
Compare Source
[1.26.2] - 2024-10-24
Fixes
tesselate
variantsv1.26.1
Compare Source
[1.26.1] - 2024-10-23
Fixes
--force-exclude
for binary filesv1.26.0
Compare Source
[1.26.0] - 2024-10-07
Compatibility
Fixes
v1.25.0
Compare Source
[1.25.0] - 2024-10-01
Fixes
v1.24.6
Compare Source
[1.24.6] - 2024-09-16
Fixes
!
) inextend-exclude
v1.24.5
Compare Source
[1.24.5] - 2024-09-04
Features
mvdan/sh (mvdan/sh)
v3.10.0
Compare Source
--filename
out of the parser options category - #1079v3.9.0
which broke redirecting files to stdin - #1099v3.9.0
whereHandlerContext.Stdin
was never nilInteractive
option to be used by interactive shells - #1100<&-
Consider becoming a sponsor if you benefit from the work that went into this release!
rhysd/actionlint (rhysd/actionlint)
v1.7.4
Compare Source
node16
runner. Thenode16
runner will reach the end of life on November 12.node20
runner.node20
soon, please consider to ignore the error by thepaths
configuration described below.actionlint.yml
(oractionlint.yaml
). Please see the document for more details. (#217, #342)paths
is a mapping from the file path glob pattern to the corresponding configuration. Theignore
configuration is a list of regular expressions to match error messages (similar to the-ignore
command line option).paths:
This pattern matches any YAML file under the '.github/workflows/' directory.
Ignore the specific error from shellcheck
This pattern only matches '.github/workflows/release.yaml' file.
Ignore errors from the old runner check. This may be useful for (outdated) self-hosted runner environment.
github.head_ref
, but it is safe because it's passed to thecontains()
argument.gcr.io
andgcr.dev
as the correct container registry hosts. (#463, thanks @takaidohigasi)docker://gcr.io/...
.macos-x.0
runner labels which are no longer available. (#452)SC2043
rule because it can cause false positives on checkingrun:
. (#355)needs
dependencies.format()
function was not applied when the function name contains upper case likeFormat()
. Note that function names in${{ }}
placeholders are case-insensitive.ref
andcommit
outputs ofactions/checkout
.actions/cache/save
andactions/cache/restore
to the popular actions data set.main
branch.Linter.LintStdin
method dedicated to linting STDIN instead of handling STDIN inCommand
.check-checks
script to maintain the 'Checks' document. It automatically updates the outputs and playground links for example inputs in the document. It also checks the document is up-to-date on CI. Please read the document for more details.Documentation
[Changes][v1.7.4]
v1.7.3
Compare Source
macos-11
runner labels because macOS 11 runner was dropped on 6/28/2024. (#451, thanks @muzimuzhi)macos-15
,macos-15-large
, andmacos-15-xlarge
runner labels. The macOS 15 runner is not globally available yet, but they are available in beta. (#453, thanks @muzimuzhi)actionlint_{version}_checksums.txt
. (#449)download-path
output is missing inactions/download-artifact@v3
action. (#442)actions/download-artifact@v4
was not affected by this issue.Documentation
[Changes][v1.7.3]
v1.7.2
Compare Source
merge_group
event. (#448, thanks @muzimuzhi)[Changes][v1.7.2]